aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-114-6/+14
|\
| * VCS: Open diff/blame editors in other splitTobias Hunger2014-03-071-2/+4
| * EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-1/+0
| * Git: Report additional search pathsTobias Hunger2014-03-052-0/+7
| * Fix some typosSergio Ahumada2014-03-052-3/+3
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-4/+4
|/
* Revert "Git: Replace %n with %1 in string"Friedemann Kleint2014-02-281-2/+2
* Git: Replace %n with %1 in stringOrgad Shaneh2014-02-281-2/+2
* Git: Use `git describe` for topic before falling back to "Detach Head"Orgad Shaneh2014-02-271-2/+12
* Git: Reorder buttons in branches dialogOrgad Shaneh2014-02-271-7/+7
* Git: Conditionally enable Reset button in branches dialogOrgad Shaneh2014-02-271-0/+1
* Git: Remove refs/heads/ prefix from reset message in branches dialogOrgad Shaneh2014-02-271-2/+2
* Git: Suppress show-ref command loggingOrgad Shaneh2014-02-271-1/+2
* Git: Protect against removal of the "Local Branches" nodeOrgad Shaneh2014-02-271-7/+11
* Git: Add reset button to branches dialogTobias Hunger2014-02-253-0/+25
* Optimize usage of QPaletteLorenz Haas2014-02-212-2/+2
* IVersionControl: Implement topic cache in the base classOrgad Shaneh2014-02-192-22/+30
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-1/+1
* Git: Fix wrong variable nameOrgad Shaneh2014-02-191-1/+1
* Add DiffEditorManager, refactoring.jkobus2014-02-182-138/+177
* Utils: Merge FilterLineEdit into FancyLineEdithjk2014-02-146-23/+11
* PushToGerrit: Do not calculate number of commits for empty inputOrgad Shaneh2014-02-141-1/+4
* PushToGerrit: Pass local branch to determineRemoteBranchOrgad Shaneh2014-02-142-8/+7
* Git: Fix target branch auto-detection in Push to GerritOrgad Shaneh2014-02-141-18/+26
* Git: Suppress "No local commits" error message in Push to GerritOrgad Shaneh2014-02-123-5/+8
* Git: Suppress log output in LogChangeWidgetOrgad Shaneh2014-02-123-5/+11
* Git: Suppress for-each-refOrgad Shaneh2014-02-121-1/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-1216-57/+19
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-0/+3
* Git: Enable local branch selection in Push to GerritOrgad Shaneh2014-02-118-29/+189
* Git: Rename branch -> targetBranch in Push to GerritOrgad Shaneh2014-02-112-13/+13
* Git: Factorize ctor of Push to GerritOrgad Shaneh2014-02-112-51/+58
* Git: Silence rev-list executionOrgad Shaneh2014-02-111-1/+2
* Fix a crash on "Switch to Text Diff Editor"jkobus2014-02-111-1/+3
* Git: Remove unused functionsOrgad Shaneh2014-02-102-16/+0
* Git: Detect rc versionsOrgad Shaneh2014-02-061-5/+6
* Git: Increase limit in LogChangeDialog to 1000 entriesOrgad Shaneh2014-02-021-1/+1
* Get rid of DiffShowEditor.Jarek Kobus2014-01-301-7/+5
* Rename DiffEditorWidget -> SideBySideDiffEditorWidgetJarek Kobus2014-01-301-1/+0
* Git: Replace bool argument with flagsOrgad Shaneh2014-01-296-17/+27
* Git: Add using Git::Internal to GerritPushDialogOrgad Shaneh2014-01-291-5/+6
* VCS editors: Fix revision markersEike Ziller2014-01-291-1/+1
* Git: Branches dialog - ensure all documents are savedPetar Perisin2014-01-271-0/+9
* DocumentManager: Refactor saveModified methodsTobias Hunger2014-01-231-21/+9
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-201-1/+1
|\
| * Git: Fixed bug with branches missing from a listPetar Perisin2014-01-161-1/+1
* | Git: Set a title for change selection dialogOrgad Shaneh2014-01-161-0/+3
* | Add DiffEditorControllerjkobus2014-01-161-4/+5
* | Git: Added ability to checkout and reset in GitEditorPetar Perisin2014-01-162-0/+31
* | Git: fix checkout in ChangeSelectionDialogPetar Perisin2014-01-151-1/+1