aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/wizard/vcscommandpage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-1/+1
* Remove ineffective resize() callsAlessandro Portale2023-05-101-1/+0
* VcsBase: Convert to Tr::trhjk2023-01-181-31/+26
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* RunFlags: Add ProgressiveOutput flagJarek Kobus2022-10-061-5/+5
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Remove one addJob overloadJarek Kobus2022-08-031-1/+2
* VcsBase: Fix compileChristian Stenger2022-08-021-2/+3
* VcsCommandPage: Get rid of unneeded arg in finished() handlerJarek Kobus2022-08-011-1/+1
* ShellCommandPage: Merge with VcsCommandPageJarek Kobus2022-08-011-117/+99
* Move createInitialCheckoutCommand() out from core pluginJarek Kobus2022-08-011-2/+3
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-4/+127
* Remove Core::ShellCommandJarek Kobus2022-07-111-4/+4
* VCSbase: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-231-4/+6
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-0/+1
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-4/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* VCS: Use namespace UtilsOrgad Shaneh2018-07-181-5/+5
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* VcsCommandPage: Handle extra setup steps after checkoutTobias Hunger2015-06-111-2/+89
* UI text: fix capitalizationLeena Miettinen2015-06-011-1/+1
* VcsCommandPage: Disable back button when command is runTobias Hunger2015-05-181-0/+8
* Vcs: Make VcsCommandPage available to JsonWizardsTobias Hunger2015-05-121-0/+257