aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/vcsmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Remove version control tests from public headerhjk2024-02-071-7/+88
* Core: Move VcsManager test class definition closer to tested codehjk2024-01-151-4/+18
* Tr: Fix some source textsJarek Kobus2023-10-191-2/+3
* qbs build: Improve some base itemsChristian Kandeler2023-09-181-2/+0
* More deprecation induced busyworkhjk2023-06-081-4/+4
* VcsBase: Proliferate use of FilePathhjk2023-01-201-2/+2
* Core: Tr::trhjk2023-01-171-19/+18
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* UI text: Fix spacing in multi-line messagesLeena Miettinen2022-10-201-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsManager: Fix detection of top levelOrgad Shaneh2022-10-051-1/+1
* VcsManager: Use even more FilePathJarek Kobus2022-10-051-57/+40
* VcsManager: Use more FilePathJarek Kobus2022-10-051-22/+23
* VcsInfo: Remove unneeded c'tor and operator==Jarek Kobus2022-10-041-11/+1
* VcsBasePlugin: Use more FilePathJarek Kobus2022-10-041-9/+8
* VcsManager: Fix crash when input directory is /Eike Ziller2022-09-211-1/+3
* Utils: Remove Utils::optionalEike Ziller2022-09-011-6/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+2
* warnings: Fix -Wdeprecated-copyMarcus Tillmanns2022-08-041-1/+0
* VcsManager: Avoid using sender()Jarek Kobus2022-07-191-13/+12
* CorePlugin: Remove foreach / Q_FOREACH usage mostly in dialogsArtem Sokolovskii2022-05-041-6/+9
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* Core: Use FilePaths in IVersionControl::additionalToolsPath()hjk2021-11-111-3/+3
* Vcs: FilePath-ify VcsManager::promptToAddhjk2021-09-291-4/+4
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-2/+2
* Vcs: Use more FilePath for file pathshjk2021-08-021-10/+11
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-301-2/+2
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-12/+12
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-2/+5
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-4/+2
* VCS: Fix typo in UI textLeena Miettinen2021-03-181-1/+1
* Core: Make member functions const/staticAlessandro Portale2020-12-111-1/+1
* Use QHash instead of QMap when key is a pointer typeJarek Kobus2020-11-171-1/+1
* VCS Manager: Fix UI text styleLeena Miettinen2020-11-091-1/+1
* VcsManager: Fix adding files to VCS from locatorOrgad Shaneh2020-10-221-1/+1
* Git: Do not prompt to add files in a submoduleOrgad Shaneh2020-10-041-1/+1
* Vcs: Add "bulk delete" feature to APIChristian Kandeler2020-09-041-11/+45
* VcsManager: Tell user which file is going to be deletedv4.13.0-beta2Robert Loehning2020-07-231-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+2
* Move InfoBar to UtilsEike Ziller2020-06-181-7/+7
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+3
* Vcs: Introduce IVersionControl::unmanagedFiles()Christian Kandeler2019-11-141-6/+1
* Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-121-1/+1
* Core: ModernizeAlessandro Portale2018-08-081-4/+4
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-32/+15
* VcsManager: Simplify cachingTim Jenssen2017-07-101-37/+19
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-15/+0
|\
| * VcsManager: Remove dead codeTobias Hunger2017-06-121-15/+0