aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/bazaarclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Vcs: Use more FilePath for file pathshjk2021-08-021-10/+10
* Vcs: Replace findRepositoryForDirectoryhjk2021-07-301-4/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-4/+4
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-8/+10
* Utils: Don't expose Utils::defaultExitCodeInterpreterhjk2021-05-111-1/+1
* VcsBase: Remove VcsBaseClientSettingshjk2021-03-221-1/+1
* Bazaar: Aspectify settingshjk2021-03-191-20/+19
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+2
* Bazaar: Replace QRegExphjk2020-06-241-7/+11
* VCS: Abstract multi-choice settings in editor configOrgad Shaneh2020-02-131-6/+7
* Bazaar: Remove some dead codehjk2020-01-291-10/+0
* Vcs: Move settings ownership from VcsBaseClientImpl to pluginhjk2020-01-241-5/+5
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-4/+2
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Bazaar: ModernizeOrgad Shaneh2018-09-201-1/+1
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-12/+12
* | VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-6/+10
* | VCS: Fix inverse conditionOrgad Shaneh2016-10-241-1/+1
* | VCS: Add a way to filter out files/directories that belong to a VCSTobias Hunger2016-10-211-0/+8
|/
* VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-151-10/+10
* VCS: Return the editor in VcsBaseClient::annotateOrgad Shaneh2016-06-141-5/+5
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-22/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+14
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-2/+1
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-19/+14
* Bazaar: fix UI text capitalization and punctuationLeena Miettinen2015-03-271-7/+7
* Vcs: colorize file items in submit editorHugues Delorme2015-03-131-4/+4
* Clean exported headers of the VcsBase plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-1/+1
* | Vcs: in VcsBaseClient use functors to create log/diff parameter widgetsHugues Delorme2015-01-221-106/+57
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+3
* | Vcs: Some naming re-organizationhjk2014-08-281-22/+22
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-2/+4
|/
* Bazaar: Avoid repetitive callsOrgad Shaneh2014-05-201-4/+5
* VCS: Pass string by reference on annotateOrgad Shaneh2014-05-061-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Bzr: add support for "uncommit" commandHugues Delorme2013-12-111-0/+19
|/
* VCS: Do not try to add files that are already trackedOrgad Shaneh2013-10-111-0/+10
* Use book style capitalization for button labelsjkobus2013-10-101-2/+2
* Introduce ExitCodeInterpreter, useful when exit code != 0 is validjkobus2013-09-261-0/+27
* Vcs: Allow multiple flags in parameter widgetsOrgad Shaneh2013-04-291-1/+1