summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-0/+1
|\
| * Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+1
* | Project: Remove Project::document() methodTobias Hunger2019-08-191-10/+4
* | VcsBase: Make dependency on CppTools optionalEike Ziller2019-08-154-69/+33
* | Use pointer to member or member function with transformhjk2019-08-141-2/+1
* | Some clang-tidy -use-modernize-nullptrhjk2019-08-012-6/+6
* | Wizards: Do some input validation on repository URLsChristian Kandeler2019-07-262-0/+7
* | Avoid warning on empty expressionshjk2019-07-234-9/+9
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-043-6/+14
|\ \ | |/
| * More Utils::toSet/toListhjk2019-07-042-5/+12
| * VCS: FakeVim: Ensure log editor is handled as readonlyChristian Stenger2019-07-021-1/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-8/+3
|\ \ | |/
| * 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: Use CommandLine in ShellCommandhjk2019-06-1110-38/+27
|/
* 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