summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+8
* VcsBase: Proliferate use of FilePathhjk2023-01-201-8/+8
* VcsBase: Convert to Tr::trhjk2023-01-181-13/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-1/+1
|\
| * VCS: Fix resolving active directory for temp editorsOrgad Shaneh2022-10-261-1/+1
| * Utils: Rename FilePath::relativePath() to relativePathFrom()hjk2022-10-181-2/+2
* | VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-29/+8
* | VCS: Simplify promptSubmit a bit moreOrgad Shaneh2022-10-181-2/+1
* | VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-2/+30
* | VCS: Minor optimization in relative file resolvingOrgad Shaneh2022-10-141-4/+2
|/
* VcsBasePlugin: Use FilePath::relativePathJarek Kobus2022-10-041-4/+2
* VcsBasePlugin: Use more FilePathJarek Kobus2022-10-041-35/+35
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Merge with VcsCommandDecoratorJarek Kobus2022-08-011-2/+3
* Move createInitialCheckoutCommand() out from core pluginJarek Kobus2022-08-011-0/+12
* ShellCommand: De-virtualize environment()Jarek Kobus2022-07-131-5/+1
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-6/+2
* VcsBase: Remove some ssh related methodsJarek Kobus2022-07-121-14/+4
* Core: FilePathify WindowTitleHandlerDavid Schulz2022-06-171-3/+3
* VCS: Fix possible crash on shutdownEike Ziller2022-05-061-1/+6
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-23/+24
* Vcs: Replace findRepositoryForDirectoryhjk2021-07-301-5/+6
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-2/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-15/+0
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-8/+6
* VCS: Aspectify common settings pagehjk2021-03-241-1/+1
* Git: Pass only project path to Init Repository dialogAndre Hartmann2020-12-061-1/+1
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-27/+10
* Vcs: Pimpl pluginshjk2020-01-241-64/+48
* VcsBase: Fix memory leaksChristian Kandeler2020-01-231-0/+1
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-16/+15
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-3/+3
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-3/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* 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: ModernizeOrgad Shaneh2018-09-201-14/+6
* VCS: Capitalize commitDisplayNameOrgad Shaneh2018-08-281-2/+3
* Git: Use C locale when parsing the command outputOrgad Shaneh2017-10-121-1/+3
* VCS: Clean up QLatin1String in VcsBasePluginOrgad Shaneh2017-10-111-4/+4
* VCS: Fix buildNikolai Kosjar2017-09-121-1/+1
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+10