summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Wait with stashing on interactive rebase until user approvesOrgad Shaneh2013-12-051-5/+3
* Git: Use initStyleOption instead of setting options in paintOrgad Shaneh2013-12-031-4/+3
* Git: Allow push after fixupPetar Perisin2013-11-081-1/+8
* Git: Remove function pointer in changeRelatedActionsPetar Perisin2013-10-291-6/+4
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-10-221-2/+2
|\
| * Git: Open LogChangeDialog on top of the main windowOrgad Shaneh2013-10-171-2/+2
* | Git: Indicate affected commits for range operationsOrgad Shaneh2013-10-171-0/+31
|/
* Vcs: Remove snapshot supportTobias Hunger2013-10-151-12/+0
* DVCS: Never prompt before committingOrgad Shaneh2013-10-111-2/+2
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Git: Disallow Commit and Push if rebase is in progressOrgad Shaneh2013-10-051-13/+10
* Git: Rename push enum valuesPetar Perisin2013-10-021-2/+2
* Git: Allow direct push after commitAndre Hartmann2013-09-301-0/+13
* Git: Set default button for change-related actions by triggering actionOrgad Shaneh2013-09-301-1/+4
* Apply 'static' pattern to VcsManagerhjk2013-09-031-2/+2
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-62/+61
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-1/+1
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-1/+1
* VCS: Introduce message styleOrgad Shaneh2013-08-201-1/+1
* Git: Add reflogOrgad Shaneh2013-08-191-0/+12
* VCS: Use correct output styleOrgad Shaneh2013-08-121-3/+3
* VCS: Use a single filename for logOrgad Shaneh2013-08-071-2/+4
* Revert "Git: Use a single filename for log"Orgad Shaneh2013-08-061-2/+2
* Git: Use a single filename for logOrgad Shaneh2013-08-061-2/+2
* Fix usage of EditorManager::editorsForFileNameEike Ziller2013-07-181-7/+2
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Make document model static and add some document related methodsEike Ziller2013-07-121-4/+1
* Git: Remove args from diffOrgad Shaneh2013-07-111-4/+4
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-1/+1
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Git: Use direct settings member instead of accessorsOrgad Shaneh2013-07-091-2/+2
* Merge remote-tracking branch 'origin/2.8' into HEADEike Ziller2013-07-081-0/+8
|\
| * Git: Fix crash on checkout branchOrgad Shaneh2013-07-081-1/+1
| * Git: Update branches dialog when repository is changedOrgad Shaneh2013-07-041-0/+8
* | Git: Always allow stash before cherry-pick/revertOrgad Shaneh2013-07-081-7/+2
* | Git - added ability to launch git guiPetar Perisin2013-07-051-0/+13
|/
* Git - stash scope guard in submoduleUpdatePetar Perisin2013-06-171-1/+1
* Git: Disable rebase and fixup when there's a command in progressOrgad Shaneh2013-06-171-6/+13
* Git: Execute rebase asynchronouslyOrgad Shaneh2013-06-171-2/+2
* Git: Ensure documents are saved before executing destructive callsOrgad Shaneh2013-06-111-0/+24
* Git: Fix title for Fixup CommitOrgad Shaneh2013-06-111-1/+11
* Git: Style fixesOrgad Shaneh2013-06-111-1/+1
* Git - Get changes actions dialog back to where it wasPetar Perisin2013-06-101-4/+5
* Git: Add Reset to locatorOrgad Shaneh2013-06-051-1/+1
* Git: Start interactive rebase in topLevelOrgad Shaneh2013-06-051-6/+8
* Switch less often to edit modeEike Ziller2013-06-051-2/+1
* Remove unused codejkobus2013-06-051-7/+0
* Git - remove unnecessary member m_createRepositoryActionPetar Perisin2013-06-041-3/+3
* Git - execute push asynchronouslyPetar Perisin2013-06-041-1/+1
* Git - execute fetch asynchronouslyPetar Perisin2013-06-041-1/+1