aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* editormanager: simplify use of interfacehjk2012-05-111-3/+3
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-7/+7
* Normalized connect()sRobert Loehning2012-03-061-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-13/+13
* VCS: Never try to run empty binariesTobias Hunger2012-02-031-3/+16
* Version control: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-311-2/+2
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: make currentProject statichjk2012-01-241-3/+2
* Use new static ICore interface.hjk2012-01-241-10/+8
* vcs: s/VCS/Vcs/hjk2012-01-091-109/+109
* vcsbase: stylehjk2012-01-091-32/+37
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-3/+4
|/
* VCS: Get current file from the editorTobias Hunger2011-10-101-3/+7
* git: Reuse more code from vcsbaseTobias Hunger2011-10-051-14/+52
* VCS: Make initialization of a repo trigger updateActionsTobias Hunger2011-09-141-0/+2
* tr()-Fixes for 2.3: Small spelling/notr-fixes.Friedemann Kleint2011-06-151-1/+1
* Close write channel of external processesOrgad Shaneh2011-06-141-1/+2
* VCS: Do not hide virtual methodsTobias Hunger2011-06-071-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-2/+2
* | API Documentation: Add VCSBase.Friedemann Kleint2011-03-281-6/+69
* | VCS[Bazaar, Mercurial]: Add diff formatting, revert chunk.Friedemann Kleint2011-03-281-1/+1
* | VCS[git]: Add 'Revert this chunk' context menu option to diff view.Friedemann Kleint2011-03-241-0/+49
|/
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | vcsmanager: coding conventionhjk2010-12-081-1/+1
* | Git: Use proper name for patches from codepastersTobias Hunger2010-12-021-0/+4
* | VCS: Allow to run commands synchronouslyFriedemann Kleint2010-11-221-33/+110
|/
* UI text - fix capitalizationLeena Miettinen2010-09-211-2/+2
* VCS: Windows slash display fixing spree.Friedemann Kleint2010-07-051-3/+9
* VCS: Do not force LANG=C on all commands.Friedemann Kleint2010-06-151-3/+6
* VCS[git]: Make push/pull synchronous commands.Friedemann Kleint2010-05-251-4/+8
* VCS: Show message box on timeouts/Add SSH prompt.Friedemann Kleint2010-05-211-1/+116
* VCS[git/hg]: Prevent search for repository from creating foldersFriedemann Kleint2010-05-191-1/+35
* Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.Leena Miettinen2010-05-141-1/+1
* VCS: Initially enable menus.Friedemann Kleint2010-04-261-1/+7
* VCS: Speed upFriedemann Kleint2010-04-231-2/+0
* Don't show VCS menus that are not enabled and can't create repos.con2010-04-161-1/+1
* Change contextChanged signal to also notify about additional contexts.con2010-03-261-1/+1
* VCS[git], CodePaster: Add support for applying patches.Friedemann Kleint2010-03-251-4/+63
* Introduce method to access the project directoryTobias Hunger2010-03-251-1/+1
* Long live the king!hjk2010-03-051-1/+1
* VCS[git]: Add support for stashes.Friedemann Kleint2010-01-151-1/+67
* VCS[hg, git]: Add support for repository creation.Friedemann Kleint2010-01-121-4/+55