summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-18/+115
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+2
* Make it possible to cancel async diff calculationJarek Kobus2017-07-051-3/+5
* VcsBase: Create common base diff editor controllerJarek Kobus2017-07-055-3/+266
* VCS: Preserve selections in commit editor on refreshOrgad Shaneh2017-07-013-14/+28
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-13/+2
|\
| * VCS: Fix lost extra options when executing diff and log in VcsBaseClientDenis Klychkov2017-06-141-2/+2
| * VCS: Filter out untracked files only if they don't appear in any projectOrgad Shaneh2017-06-141-13/+2
* | VCS: Set user choices on editor reloadOrgad Shaneh2017-06-193-24/+33
* | VCS: Fix wrapping when settings are changed while the editor is openOrgad Shaneh2017-05-291-0/+2
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-4/+5
|\ \ | |/
| * VCS: Quote command-line argumentsOrgad Shaneh2017-05-151-4/+5
* | Fix style of visualized whitespace for various vcs editorsEike Ziller2017-05-232-3/+5
* | Simplify text format handling in syntax highlightersEike Ziller2017-05-232-66/+26
* | SubmitFileModel: Remove commented codeAndre Hartmann2017-05-191-1/+0
* | SubmitFileModel: Change enum naming according coding styleAndre Hartmann2017-05-191-3/+3
* | SubmitFileModel: Whitespace cleanupAndre Hartmann2017-05-191-1/+1
* | SubmitFileModel: Remove Q_FOREACHAndre Hartmann2017-05-191-1/+1
* | SubmitFileModel: Simplify list constructionAndre Hartmann2017-05-191-5/+2
* | SubmitFileModel: Remove unneeded qualificationAndre Hartmann2017-05-191-1/+1
|/
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Revert "VCSBaseEditorParameterWidget::mapSetting cope with 0 pointer"Robert Loehning2017-03-091-1/+1
* | SessionManager: Clean up methods around projectsTim Jenssen2017-03-022-2/+2
* | VcsCommand: Do not use QueuedConnection for the output proxyOrgad Shaneh2017-01-251-10/+5
* | Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-6/+2
* | Change "Executing in" to "Running in"Kavindra Palaraja2017-01-091-2/+2
* | Make some plugins hidden by defaultEike Ziller2017-01-091-0/+1
* | VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-282-8/+1
* | VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-285-21/+16
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-10-272-5/+17
|\ \ | |/
| * Vcs: Optionally pass binary to runTobias Hunger2016-10-252-5/+17
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-248-70/+69
* | VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-246-92/+96
|/
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-212-0/+13
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-172-13/+0
* improve static initializersTim Jenssen2016-09-232-12/+9
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-09-221-1/+5
|\
| * VCS: Only accept commit on Ctrl+Enter when enabledOrgad Shaneh2016-09-181-1/+5
* | Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* | OutputPanes code style fixesNikita Baryshnikov2016-08-021-29/+12
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-225-70/+65
|\ \ | |/
| * SynchronousProcess: Small cleanupsTobias Hunger2016-07-211-5/+4
| * VcsCommand: Fix indentation in lambdaOrgad Shaneh2016-07-201-19/+19
| * Utils::Shellcommand: Remove runFullySynchronousTobias Hunger2016-07-152-13/+0
| * VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-152-33/+42
* | Remove unneeded QSignalMapper includesOrgad Shaneh2016-07-201-1/+0
|/
* VcsBaseOptionsPage: deinline dtorNikita Baryshnikov2016-06-222-0/+3
* Git: Use correct line numbers in limited range blameOrgad Shaneh2016-06-142-0/+38