summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-192-2/+4
* Centralize error/warning/info iconsAlessandro Portale2014-06-171-2/+2
* Revert "VCS: Open diff/blame editors in other split"Tobias Hunger2014-06-171-4/+2
* Git: Preserve author on cherry-pickOrgad Shaneh2014-06-122-17/+45
* Git: Replace string literal with constantOrgad Shaneh2014-06-121-1/+1
* Implement unified diff editorjkobus2014-06-066-782/+412
* Git: Native separators in GitClient::StashInfo::stashPromptAlessandro Portale2014-06-031-1/+2
* Git: Fix mergetool prompt repliesOrgad Shaneh2014-06-031-0/+2
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-281-0/+1
|\
| * Git: Fix tab order in gerrit optionsOrgad Shaneh2014-05-261-0/+1
* | Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-261-1/+0
* | Git: Fix handling of Enter key on LogChangeDialogOrgad Shaneh2014-05-261-1/+1
* | Git: Suppress command logging for tooltip display in branches dialogOrgad Shaneh2014-05-261-1/+4
* | Git: Remove redundant null validationsOrgad Shaneh2014-05-261-2/+2
* | Vcs: Use Utils::FileName where possible in the CheckoutWizardsTobias Hunger2014-05-266-18/+18
* | BaseCheckoutWizard*: Move createCommand from factory into WizardTobias Hunger2014-05-264-36/+30
* | Vcs: Remove propertyPages from wizardFactoryTobias Hunger2014-05-264-44/+38
* | Vcs: Make checkout wizards work, even when VCS in unconfiguredTobias Hunger2014-05-262-3/+6
* | VcsBase: Remove BaseCheckoutWizard::setCustomLabels()Tobias Hunger2014-05-261-2/+4
* | Vcs: Add method to create a Wizard to the WizardFactory and use itTobias Hunger2014-05-264-0/+49
* | Vcs: Append "Factory" to the variaus checkout wizardsTobias Hunger2014-05-265-12/+12
* | Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*Tobias Hunger2014-05-262-2/+2
* | Rename BaseCheckoutWizard to BaseCheckoutWizardFactoryTobias Hunger2014-05-262-2/+2
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-163-3/+7
|\ \ | |/
| * Git: Do not crash when closing creator after reverting all files in a commitTobias Hunger2014-05-082-2/+6
| * Git: Return true when asked to close a editor that is not openTobias Hunger2014-05-051-1/+1
* | DocumentModel: Make interface statichjk2014-05-132-5/+4
* | QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-1/+1
* | Git: Remove redundant null validationOrgad Shaneh2014-05-061-1/+1
* | VCS: Pass const values by referencesOrgad Shaneh2014-05-063-5/+5
* | Remove QHeaderView::setDefaultSectionSize callsAlessandro Portale2014-05-051-2/+0
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-022-17/+31
|\ \ | |/
| * Git: Fix author encoding on amend commit on Windows...Orgad Shaneh2014-04-281-10/+20
| * Git: Fix config encoding on WindowsPeter Kümmel2014-04-222-7/+11
* | Use more descriptive progress bar titlesEike Ziller2014-04-282-2/+2
* | Git: Avoid superfluous execution of git status on commitOrgad Shaneh2014-04-252-1/+9
* | Git: Suppress command logging for internal git-remote callsOrgad Shaneh2014-04-252-5/+5
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-229-17/+17
* | LogChangeWidget: Fix keyboard navigation on all platformsDaniel Teske2014-04-163-11/+13
* | GerritDialog: Fix keyboard activationDaniel Teske2014-04-142-6/+10
* | Git: Fix keyboard activation in StashViewDaniel Teske2014-04-142-2/+8
* | Gerrit: Some more cleanupOrgad Shaneh2014-04-073-17/+12
* | GitPlugin: Reserve enough entries for repository actionsOrgad Shaneh2014-04-041-1/+1
* | Git: Disable "Actions on Commits" when there is no repositoryOrgad Shaneh2014-04-041-4/+2
* | Gerrit: Use current top level as default repositoryOrgad Shaneh2014-04-047-26/+7
* | Gerrit: Remove the "Always prompt" settingOrgad Shaneh2014-04-046-30/+5
* | Gerrit: Cleanup GerritPluginOrgad Shaneh2014-04-031-24/+25
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-271-15/+0
|\ \ | |/
| * Git: Remove branches from show headerOrgad Shaneh2014-03-241-15/+0
* | Git: Continue command after failed merge tool attemptOrgad Shaneh2014-03-273-16/+35