summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+1
* More Utils::toSet/toListhjk2019-07-042-5/+12
* VCS: FakeVim: Ensure log editor is handled as readonlyChristian Stenger2019-07-021-1/+2
* VCS: Add seconds to timestamp in output windowOrgad Shaneh2019-06-261-1/+1
* VCS: Do not use monospace font in output windowOrgad Shaneh2019-06-251-7/+0
* Output panes: Support keyboard shortcuts for zoomingChristian Kandeler2019-06-241-0/+2
* Utils: Rename FileName to FilePathhjk2019-05-2814-28/+28
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-2/+2
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+38
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-1/+1
* Core: Fix enabling/disabling of zoomIn/Out buttons in output panesAlessandro Portale2019-04-231-1/+0
* VCS: Add font settings and zoom to output paneAndre Hartmann2019-04-162-7/+26
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-161-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-022-1/+3
|\
| * VCS: Make commands in output window bold againAndre Hartmann2019-03-302-1/+3
* | Fix usage of deprecated API QMessageBox::standardIconEike Ziller2019-03-281-1/+1
* | VcsOutputWindow: Cleanup and modernizeAndre Hartmann2019-03-102-40/+35
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-1/+1
|\ \ | |/
| * VCS: Improve misleading commentRobert Loehning2019-03-021-1/+1
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-012-0/+8
|\ \ | |/
| * VCS: Fix display of diff/show commands in progress barOrgad Shaneh2019-02-282-0/+8
* | Replace static_casts by QOverload where possiblehjk2019-02-263-4/+4
|/
* Don't detach temporariesAlessandro Portale2019-02-061-1/+1
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* VCS: Make "Keep Editing" the default only when closing the editorOrgad Shaneh2019-01-211-1/+3
* VCS: Add mnemonic for Close when closing submit editor on WindowsOrgad Shaneh2019-01-211-0/+2
* VCS: Purge unused VcsProjectCacheOrgad Shaneh2019-01-216-222/+0
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Don't call QList::front() on temporary"Alessandro Portale2019-01-171-1/+1
* Utils: Introduce GlobalFileChangeBlockerOrgad Shaneh2019-01-081-9/+5
* VCS: Unbold messages and errors in output paneOrgad Shaneh2018-11-241-0/+1
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-11-201-2/+3
|\
| * VCS: Avoid setting other panes as active when has focusOrgad Shaneh2018-11-191-2/+3
* | VCS: Use OutputFormat in output windowOrgad Shaneh2018-11-191-18/+8
* | VCS: Improve dialog on submit promptOrgad Shaneh2018-11-122-56/+60
* | VCS: Add reason text when submit validation failsOrgad Shaneh2018-11-103-6/+15
|/
* VCS: Remove trailing return type of lambdaNikolai Kosjar2018-10-161-1/+1
* Clang: Avoid starting backend jobs for inactive app and during VCS operationsNikolai Kosjar2018-10-161-2/+7
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-3/+3
* VCS: Re-add state loggingOrgad Shaneh2018-10-131-0/+2
* VCS: Use category loggingOrgad Shaneh2018-10-131-14/+13
* VcsBase: Fix order of toolbar widgetsOrgad Shaneh2018-10-111-3/+1
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-262-2/+2
* VCSBase: ModernizeOrgad Shaneh2018-09-2019-189/+144
* Git: Support move/copy detection for blameOrgad Shaneh2018-09-191-7/+11
* Avoid accessing global font settings from syntax highlightersEike Ziller2018-09-191-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-141-2/+5
|\
| * Fix colorization of change numbers in VCS annotations (like git blame)Eike Ziller2018-09-121-2/+5
* | VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-283-6/+47