aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mercurial
Commit message (Expand)AuthorAgeFilesLines
* VCS: De-slotOrgad Shaneh2017-03-203-16/+2
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-282-3/+4
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-6/+6
* VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-3/+5
* 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-214-0/+15
* VCS: "final"-ize IVersionControl implementationsTobias Hunger2016-10-211-13/+13
* improve static initializersTim Jenssen2016-09-231-3/+1
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+6
* VCS: VcsBaseClient::vcsFullySynchronousExec returns a SynchronousProcessResponseTobias Hunger2016-07-151-28/+22
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* VCS: Return the editor in VcsBaseClient::annotateOrgad Shaneh2016-06-142-7/+7
* VCS: Reslot describe functionsOrgad Shaneh2016-02-121-2/+3
* Mercurial: ModernizeTobias Hunger2016-02-1017-132/+77
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1926-451/+326
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-231-0/+2
|\
| * Mercurial: Fix "view" invoked from editorOrgad Shaneh2015-11-201-0/+2
* | Mercurial: Use Qt5-style connectsTobias Hunger2015-11-202-30/+31
|/
* Mercurial: Make commiter/commiter email work againTobias Hunger2015-09-032-3/+2
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-2/+2
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-5/+6
* Mercurial: Replace CloneWizard with a Json wizardTobias Hunger2015-05-189-268/+0
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-111-16/+5
* CheckoutWizards: Simplify code to look up specific pagesTobias Hunger2015-05-111-8/+4
* IVersionControl: Add method to get a ShellCommand for initial checkoutsTobias Hunger2015-05-112-0/+21
* Vcs: Sprinkle overrides over IVersionControlsTobias Hunger2015-05-081-12/+13
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-6/+6
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-291-3/+2
* Vcs: Make VcsBaseClient return stderr on fullySynchronous executionTobias Hunger2015-04-131-1/+1
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-1/+1
* Vcs: Move createVcsEditor into VcsBaseClientImplTobias Hunger2015-04-131-2/+4
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-2/+1
* Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-093-46/+8
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-089-53/+32
* Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-261-3/+1
* VCS: Rename DiffHighlighter -> DiffAndLogHighlighterOrgad Shaneh2015-03-251-1/+1
* Vcs: fix missing icons in SubmitFileModelHugues Delorme2015-03-111-3/+3
* VCS: Add accelerators to context menu entry in editorsOrgad Shaneh2015-03-101-2/+2
* VCS: Remove dead storesOrgad Shaneh2015-03-081-3/+3
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-061-2/+2
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Mercurial: Transform path separators on statusOrgad Shaneh2015-03-021-1/+1
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-262-2/+2
* Clean exported headers of the VcsBase plugin.Friedemann Kleint2015-02-262-0/+3
* Fix layouts for OSX: Set the obligatory ExpandingFieldsGrowAlessandro Portale2015-02-241-0/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1230-177/+177
|\
| * Update LicenseEike Ziller2015-01-1630-177/+177
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-043-4/+4
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-4/+2
* | Vcs: in VcsBaseClient use functors to create log/diff parameter widgetsHugues Delorme2015-01-222-47/+16