summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-182-18/+117
|\ \ | |/
| * DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-18/+115
| * Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+2
* | VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-102-4/+14
* | VcsManager: Simplify usage of clearVersionControlCacheTobias Hunger2017-07-101-1/+1
|/
* 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