aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mercurial/mercurialsettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Mercurial: code cosmeticshjk2012-01-111-10/+11
| | | | | Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* vcsbase: add mechanism to ease management of VCS settingscerf2011-09-141-44/+7
| | | | | | | | | | | | | | | | | | Management of VCS settings was rather laborious (see BazaarSettings, GitSettings, ...). To overcome this, the base class VCSBaseClientSettings is now equipped with a mechanism factorizing redundant code for VCS settings, like operator=(), operator==(), writeSettings(), ... Heir classes of VCSBaseClientSettings only need to declare the settings (key + default value). Bazaar and Mercurial plugins are impacted. Change-Id: I7e4093a6d9476f3c8954f4d104f1b26ac185beb9 Merge-request: 2204 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt-project.org/4889 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* vcsbase: fix confusing error when no binary specifiedcerf2011-08-161-1/+1
| | | | | | | | | | | | | | | A special case is now supported when no VCS binary is specified (left blank in options) then a default (fallback) binary is used instead. Class VCSBaseClientSettings is now equipped with defaultBinary() and setDefaultBinary(). Descendant classes can define the default binary to be used when needed (see BazaarClientSettings for example). Task-number: QTCREATORBUG-5666 Change-Id: I74c79df03f820996b31a1cd05201bd88ba5dd081 Merge-request: 364 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/2996
* vcsbase: auto save settings when requested by Core::ICorecerf2011-06-231-6/+7
| | | | | | | | | | Bazaar and Mercurial plugins are impacted Change-Id: Ia781dae79983350d773f454de32f812e876bfbfb Merge-request: 350 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/645 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* vcsbase: simplify init of the diff editor in VCSBaseClientcerf2011-06-101-12/+54
| | | | | | | | | | | Bazaar and Mercurial plugins are impacted, they benefit auto load/save of the diff settings Change-Id: I67327b231fd80eeb61bb859879f9eabdc56739e8 Merge-request: 345 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/463 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* Refactored the Mercurial plugincerf2011-02-281-110/+5
| | | | | | | | Refactored the mercurial plugin which led to new vcsbase common tools (VCSBaseClient, VCSBaseClientSettings and VCSJobRunner) Merge-request: 229 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* License headers.con2010-12-171-7/+11
|
* Create a single parent options page for the Version Control categoryThorbjørn Lindeijer2010-04-121-4/+4
| | | | | | Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
* Mercurial: Save resources, polishing.Friedemann Kleint2009-11-061-59/+71
| | | | | | Start the jobrunner on demand, save options only if changed, give it the structure used elsewhere in the VCS plugins. Remove last traces of the cmd /c hack.
* Mercurial: Work on Windows using Tortoise Hg, polishing.Friedemann Kleint2009-11-051-7/+0
| | | | | | | Do not use "cmd /c hg" on Windows as this will fail randomly depending on arguments with blanks, such as "-U 8". Output log messages about synchronous commands, format author correctly, label menus correctly.
* Mercurial: Compile with QT_NO_CAST_FROM_ASCII, const-correctness.Friedemann Kleint2009-11-031-23/+24
|
* Mercurial: Compile windows, use common output window.Friedemann Kleint2009-11-031-2/+2
| | | | Polish: Canconical slots, const-correctness, some QLatin1Strings/tr,
* Adding License to mecurial plugindt2009-11-021-0/+29
|
* Mercurial plugin, merge request with suggested fixes.Brian McGillion2009-09-211-0/+114