aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mercurial
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-26/+25
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-5/+4
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Mercurial: Fix compile for Qt5.11Christian Stenger2020-02-211-2/+3
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-212-11/+11
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-203-23/+5
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+3
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-19/+40
* Mercurial: Simplify DiffEditorController setuphjk2020-02-062-54/+13
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-26/+15
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-063-5/+4
* Vcs: Use setters to set up DiffController parametershjk2020-02-062-32/+27
* VcsBase: More use of settings instead of client when it sufficeshjk2020-02-041-2/+2
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-316-298/+189
* Core: IVersionControl: Introduce a setTopicCachehjk2020-01-311-2/+3
* Mercurial: Move plugin pimpl to .cpphjk2020-01-309-205/+153
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-244-3/+4
* Vcs: Pimpl pluginshjk2020-01-246-83/+107
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-4/+4
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* Mercurial: Remove VcsClientOptionsPage level in settings class hierarchyhjk2020-01-202-24/+30
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-171-0/+1
* Vcs: Move Settings widget definitions to .cpp fileshjk2020-01-152-25/+19
* 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-3/+3
* Utils: Use CommandLine in ShellCommandhjk2019-06-112-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-284-7/+7
* Qt Creator CMake portCristian Adam2019-05-171-0/+18
* VCS: Fix display of diff/show commands in progress barOrgad Shaneh2019-02-281-0/+1
* Mercurial: Fix qbs buildDavid Schulz2018-12-121-0/+1
* Fix build: there's no Q_OBJECT in this file anymoreThiago Macieira2018-12-121-2/+0
* DiffEditor: Diff editor for MercurialAsit Dhal2018-12-113-15/+142
* Mercurial: Fix passing editor parameters when creating a factoryChristian Stenger2018-11-151-1/+1
* Mercurial: ModernizeAlessandro Portale2018-11-1410-18/+18
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-4/+1
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-283-32/+1
* VCS: Unify default and maximum timeout in all setting pagesOrgad Shaneh2018-06-191-0/+3
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-063-9/+8
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-4/+4
* Mercurial: fix forward declarationLaurent Montel2017-09-282-8/+0
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-1/+4
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* | VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-4/+3
|/
* Simplify text format handling in syntax highlightersEike Ziller2017-05-231-5/+2