aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/bazaarplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QMetaType::type() related deprecation warningshjk12 days1-3/+3
* CommandLine: Reuse new c'torJarek Kobus13 days1-5/+2
* VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-2/+2
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-5/+5
* VCS: Simplify VcsEditor setuphjk2024-02-071-30/+18
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+0
* Vcs: Merge basevcssubmiteditorfactory.* into vcsbasesubmiteditor.*hjk2024-02-071-1/+0
* Vcs: Make submit editor setup a bit more compacthjk2024-02-071-12/+8
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-4/+4
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-7/+7
* Bazaar: Hide plugin class definition in the .cpphjk2024-01-121-18/+36
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-17/+17
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-17/+17
* Bazaar: Make create repository a global actionChristian Stenger2023-11-151-1/+0
* Bazaar: Use Core::ActionBuilder to create menu entrieshjk2023-11-151-152/+165
* Vcs: Convert settings pages to latest stylehjk2023-07-181-1/+0
* Don't use uppercase ALT for shortcut stringsEike Ziller2023-05-301-4/+8
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-171-1/+1
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-151-1/+1
* Bazaar: Follow the Fossil settings setuphjk2023-05-151-8/+7
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-4/+1
* VcsBase: Proliferate use of FilePathhjk2023-01-201-1/+1
* VcsBase: Convert to Tr::trhjk2023-01-181-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-2/+1
* VcsBase: Don't return editor from annotate()Jarek Kobus2022-12-111-1/+1
* Vcs: Proliferate FilePath a bit furtherhjk2022-11-091-1/+1
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-23/+0
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-171-1/+1
* VCS: Fix misuses of parentDir().absolutePath()Orgad Shaneh2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Vcs plugins: Replace foreach with ranged for loopJarek Kobus2022-09-301-2/+3
* Bazaar: Convert to Tr::trhjk2022-09-261-50/+43
* Bazaar: Inline uncommitdialog.uihjk2022-09-231-9/+37
* Bazaar: Inline revertdialog.uihjk2022-09-231-14/+47
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-9/+9
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-6/+5
* Remove Core::ShellCommandJarek Kobus2022-07-111-9/+8
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-0/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Bazaar: Simplify BazaarPluginPrivate::isConfigured() checkhjk2021-08-201-4/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-22/+19
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-301-1/+1