aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
Commit message (Expand)AuthorAgeFilesLines
* Bazaar: Simplify BazaarPluginPrivate::isConfigured() checkhjk2021-08-201-4/+1
* Vcs: Use more FilePath for file pathshjk2021-08-023-43/+40
* VCS: Partially use FilePath in VcsBaseClienthjk2021-07-301-1/+1
* Vcs: Replace findRepositoryForDirectoryhjk2021-07-303-8/+5
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-27/+27
* Fix lupdate issuesEike Ziller2021-07-091-0/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-4/+4
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-8/+10
* Utils: Don't expose Utils::defaultExitCodeInterpreterhjk2021-05-111-1/+1
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-2/+2
* Bazaar: Use the new AspectContainer::applied signalhjk2021-04-073-75/+43
* Utils: Use a full layout row for an aspect for Columns and Formshjk2021-03-251-3/+1
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+1
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-1/+1
* Bazaar: Aspectify settingshjk2021-03-1910-372/+169
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-9/+6
* Bazaar: Replace QRegExphjk2020-06-247-26/+35
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-5/+4
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-3/+2
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-202-23/+1
* VCS: Abstract multi-choice settings in editor configOrgad Shaneh2020-02-131-6/+7
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+2
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-27/+43
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-063-5/+5
* VcsBase: More use of settings instead of client when it sufficeshjk2020-02-041-1/+1
* Vcs: Remove some unneded indirectionshjk2020-01-311-7/+6
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-317-261/+155
* Bazaar: Remove some dead codehjk2020-01-292-11/+0
* Bazaar: Move plugin pimpl into .cpphjk2020-01-299-303/+169
* Vcs: Drop VcsBaseOptionsPage hierarchy levelhjk2020-01-271-1/+3
* Bazaar: Remove direct accesses to singletonshjk2020-01-246-40/+33
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-243-7/+7
* Vcs: Pimpl pluginshjk2020-01-244-75/+92
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-4/+2
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+3
* Bazaar: Add Optionspage category information againhjk2020-01-161-0/+1
* Bazaar: Remove VcsClientOptionsPage level in settings class hierarchyhjk2020-01-162-18/+22
* Vcs: Move Settings widget definitions to .cpp fileshjk2020-01-152-28/+24
* Vcs: Base VcsClientOptionsPageWidget on Core::IOptionsPageWidgethjk2020-01-152-2/+2
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-284-7/+7