aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
Commit message (Expand)AuthorAgeFilesLines
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-052-12/+4
* ActionManager API cleanup.Eike Ziller2012-05-252-26/+23
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-20/+4
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-12/+2
* Mac: Avoid Alt+<character> shortcutsEike Ziller2012-05-221-0/+16
* editormanager: simplify use of interfacehjk2012-05-111-3/+3
* texteditor: use an enum instead of QString as color idshjk2012-05-031-1/+1
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-304-7/+7
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Fix revno detection in bzr logAurélien Gâteau2012-03-204-7/+32
* Use "bzr branch" instead of "bzr clone"Aurélien Gâteau2012-03-152-0/+11
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-084-5/+7
|\
| * VCS: Make dark color schemes work with annotation highlighterTobias Hunger2012-03-064-5/+7
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* vcsbase: rename VCSBase into VcsBasehjk2012-02-242-2/+2
* add qbs filesJoerg Bornemann2012-02-201-0/+64
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-1518-45/+45
* Git: Speed up diff/show outputTobias Hunger2012-02-031-1/+1
* Version control: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-314-8/+8
* Core::Filemanager: make some methods statichjk2012-01-251-1/+1
* Use new static ICore interface.hjk2012-01-243-10/+6
* Replace Q_ASSERTs with QTC_ASSERTsTobias Hunger2012-01-132-4/+6
* core: use Core::Id for IVersionControl::id()hjk2012-01-112-3/+3
* vcs: s/VCS/Vcs/hjk2012-01-0918-99/+99
* VCS: auto-completion in the description text editHugues Delorme2011-12-083-6/+7
* Bazaar,Mercurial: fix update of the commit buttonHugues Delorme2011-11-231-5/+5
* fix C++11 string literal incompatibilityhjk2011-11-221-2/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-181-2/+2
|\
| * Bazaar: fix jumping into file from diff viewHugues Delorme2011-11-161-2/+2
* | Bazaar: remove needless "virtual" in BazaarPluginHugues Delorme2011-11-141-2/+2
* | Bazaar: whitespace and indentation fixesHugues Delorme2011-11-1419-49/+56
* | Bazaar: rename mistyped local variableHugues Delorme2011-11-141-5/+5
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1129-58/+58
|\|
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0329-58/+58
* | more style fixes of string literal accesshjk2011-11-021-53/+53
|/
* vcsbase: throw away VCSJobRunner, replaced by GitCommandcerf2011-10-051-1/+0
* VCS: Unify VCS options pages a bitTobias Hunger2011-10-051-3/+19
* Bazaar: fix whitespacescerf2011-09-2113-10/+19
* vcsbase: add mechanism to ease management of VCS settingscerf2011-09-147-110/+55
* use Core::Id for IEditorFactory::idhjk2011-09-081-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* vcsbase: overhaul *Arguments() methods in VCSBaseClientcerf2011-08-233-134/+32
* vcsbase: refactor status output signal in VCSBaseClientcerf2011-08-222-2/+2
* vcsbase: rename slot VCSBaseClient::settingsChanged()cerf2011-08-221-1/+1
* vcsbase: refactor status parsing in VCSBaseClientcerf2011-08-226-29/+30
* vcsbase: fix confusing error when no binary specifiedcerf2011-08-161-1/+1
* Bazaar: support of log format optionscerf2011-07-284-2/+78