summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* VCS: Avoid setting other panes as active when has focusOrgad Shaneh2018-11-191-2/+3
* 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
* | VCS: Remove unused unregisterActions functionsOrgad Shaneh2018-08-284-42/+0
* | VCS: Capitalize commitDisplayNameOrgad Shaneh2018-08-281-2/+3
* | VCS: Use namespace UtilsOrgad Shaneh2018-07-1810-76/+92
* | Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
|/
* VCS: Fix off-by-one line in blameOrgad Shaneh2018-07-021-4/+4
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-271-0/+9
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-0/+1
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-3/+1
* VcsBase: Consistently use nullptrTobias Hunger2018-05-079-13/+13
* VcsBase: Use override consistentlyTobias Hunger2018-05-074-6/+6
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-232-4/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* VCS: fix VCS pane openAlexander Drozdov2018-03-061-0/+3
* VcsBasePlugin: Remove last instance of addAutoReleasedObjecthjk2018-02-204-24/+34
* Editor: Fix block for offset calculationDavid Schulz2018-02-151-4/+4
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-065-6/+11
* Git: add reload button for 'git blame' and 'git log' windowsPrzemyslaw Gorszkowski2018-01-092-3/+19
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-4/+7
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-1/+1
|\
| * VCS: Fix translation issuesEike Ziller2017-10-241-1/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-131-1/+3
|\ \ | |/
| * Git: Use C locale when parsing the command outputOrgad Shaneh2017-10-121-1/+3
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-1216-13/+27
|\ \ | |/
| * VCS: Clean up QLatin1String in VcsBasePluginOrgad Shaneh2017-10-111-4/+4
| * VcsBase: Modernize the iconsAlessandro Portale2017-10-0915-9/+23
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-043-10/+5
* | Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-1/+4
|/
* VcsBaseClientSettings: Skip empty parts when splitting pathsFriedemann Kleint2017-09-251-1/+1
* VCS: Fix buildNikolai Kosjar2017-09-121-1/+1
* VCS: Offer to save-all before commitTobias Hunger2017-09-122-0/+15
* Drop unused variables and lambda capturesUlf Hermann2017-09-082-4/+4
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Replace QLatin1String, QStringLiteral ("") with QString()Nikita Baryshnikov2017-08-211-3/+3
* | Utils: Separate rendering out of ProgressIndicatorTobias Hunger2017-07-271-1/+1