summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix crash when returning to commit editor from diffOrgad Shaneh2014-08-042-0/+6
* Doc: update docs for Version Control General optionsLeena Miettinen2014-07-221-1/+1
* VCS: Fix filter line in nickname dialogOrgad Shaneh2014-07-221-0/+1
* UI text: replace "e-mail" with "email"Leena Miettinen2014-07-161-2/+2
* Git: Fix opening repository log when commit editor is openOrgad Shaneh2014-07-151-2/+1
* Set parent for options dialog where appropriate.Eike Ziller2014-07-141-1/+2
* SubmitEditorWidget: Check all -> Select allDaniel Teske2014-07-102-3/+3
* Core: Add a convenience findTopLevelForDirectory to VcsManagerOrgad Shaneh2014-07-032-5/+3
* IDocument: Make mimeType a value memberhjk2014-07-012-8/+1
* Git: Fix showing commits from rebase-todo editorOrgad Shaneh2014-06-301-0/+1
* Rename variables that refer to document from editor to documentOrgad Shaneh2014-06-301-4/+4
* Variables: Use lambdas as callbacks to resolve variableshjk2014-06-242-46/+30
* Git: Use a separate thread for updating commit dataOrgad Shaneh2014-06-242-0/+13
* VCS: Discard commit if submit widget is disabledOrgad Shaneh2014-06-231-0/+3
* VCS: Allow for more email addressesTobias Hunger2014-06-231-1/+1
* VCS: Store QRegExp instead of recreating it on every cursor moveTobias Hunger2014-06-201-5/+5
* Revert "VCS: Open diff/blame editors in other split"Tobias Hunger2014-06-171-4/+1
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-2/+1
* VCS: Disable Back when checkout/clone is doneOrgad Shaneh2014-06-121-0/+1
* Implement unified diff editorjkobus2014-06-061-2/+6
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-051-1/+1
* Vcsbase: Moving vcs settings category icon into the vcs pluginAlessandro Portale2014-06-033-1/+2
* Add CurrentProject:VcsTopLevelPath as a variable.Tom Deblauwe2014-05-262-0/+8
* VcsBase: fix constness of VcsBaseClient member functionsHugues Delorme2014-05-262-4/+4
* Vcs: Use Utils::FileName where possible in the CheckoutWizardsTobias Hunger2014-05-264-22/+19
* BaseCheckoutWizardFactory: Remove private classTobias Hunger2014-05-262-39/+10
* BaseCheckoutWizard*: Move createCommand from factory into WizardTobias Hunger2014-05-264-37/+22
* Vcs: Remove propertyPages from wizardFactoryTobias Hunger2014-05-264-14/+18
* Vcs: Clean up checkout wizard in case of failureTobias Hunger2014-05-261-1/+3
* VcsBase: Remove BaseCheckoutWizard::setCustomLabels()Tobias Hunger2014-05-262-18/+7
* Vcs: Add method to create a Wizard to the WizardFactory and use itTobias Hunger2014-05-263-9/+12
* VcsBase: Rename BaseCheckoutWizardPrivate to BaseCheckoutWizardFactoryPrivateTobias Hunger2014-05-262-10/+10
* VcsBase: Rename variable in basecheckoutwizardfactoryTobias Hunger2014-05-261-7/+8
* Rename checkoutwizarddialog.* to basecheckoutwizard.*Tobias Hunger2014-05-265-6/+6
* VcsBase: Rename CheckoutWizardDialog to BaseCheckoutWizardTobias Hunger2014-05-263-14/+14
* Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*Tobias Hunger2014-05-265-9/+9
* VcsBase: Export CheckoutWizardDialogTobias Hunger2014-05-263-11/+8
* Rename BaseCheckoutWizard to BaseCheckoutWizardFactoryTobias Hunger2014-05-262-10/+10
* IWizard->IWizardFactoryTobias Hunger2014-05-262-4/+4
* Move patch command out of VcsPluginjkobus2014-05-208-100/+3
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-161-2/+7
|\
| * VcsBase: Do not crash when no project is selectedTobias Hunger2014-05-141-2/+7
* | DocumentModel: Make interface statichjk2014-05-133-6/+6
* | QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-1/+1
* | VCS: Cleanup slot signatureOrgad Shaneh2014-05-061-2/+2
* | VCS: Pass string by reference on annotateOrgad Shaneh2014-05-062-2/+2
* | Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-062-2/+2
* | VCS: Do not check for existence of ProjectExplorerTobias Hunger2014-05-051-3/+3
* | VcsBase: Remove check for existence of ProjectExplorerTobias Hunger2014-05-021-7/+1
* | Use more descriptive progress bar titlesEike Ziller2014-04-281-1/+1