aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-4/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-4/+5
* Git: Initialize GitClient on first accesshjk2023-07-261-5/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-151-0/+1
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Git: Convert to Tr::trAlessandro Portale2022-10-061-23/+20
* Git: Restore object names for dialogRobert Löhning2022-10-061-0/+4
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-2/+2
* GitClient: Replace for-each-ref command with QtcProcessJarek Kobus2022-09-011-6/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Git: inline changeselectiondialog.uihjk2022-08-051-43/+80
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-4/+6
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-4/+2
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-2/+2
* Replace more used of PathChooser::pathChanged by filePathChangedhjk2022-07-011-2/+2
* ChangeSelectionDialog: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-7/+4
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* Get rid of no-op calls to QtcProcess::kill()Jarek Kobus2022-03-241-14/+2
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-6/+7
* Git: Use QtcProcess in ChangeSelectionDialoghjk2021-08-201-10/+9
* Vcs: Use more FilePath for file pathshjk2021-08-021-10/+10
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Git: Fix clang warningChristian Kandeler2020-04-231-6/+6
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-4/+3
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-3/+3
* Vcs: Pimpl pluginshjk2020-01-241-3/+3
* Git: Minor cleanup in ChangeSelectionDialogOrgad Shaneh2019-06-101-32/+8
* Git: Archive supportTasuku Suzuki2019-06-101-0/+10
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* Git: ModernizeOrgad Shaneh2018-09-191-1/+1
* Git: Show decorations in commit detailsOrgad Shaneh2018-03-071-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Git: De-noiseOrgad Shaneh2016-07-221-9/+5
* Git: Enable buttons by default on commit actionsOrgad Shaneh2016-06-091-2/+2
* Git: Fetch completion refs asynchronouslyOrgad Shaneh2016-05-091-11/+13
* Git: ModernizeTobias Hunger2016-02-101-8/+6
* Git: Use PathChooser for Actions on CommitsOrgad Shaneh2016-02-041-25/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-1/+1
* Git: Use colors from themeTobias Hunger2015-04-171-4/+11
* Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-081-3/+3
* Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-261-1/+1