aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Make initialization of a repo trigger updateActionsTobias Hunger2011-09-141-1/+10
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Git: Fix ignore whitespaces/patienceTobias Hunger2011-08-021-2/+2
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* Git: fetch from remoteTobias Hunger2011-06-071-1/+3
* Editor: fix to always call forceReadOnly before activationFawzi Mohamed2011-05-191-1/+1
* Git: String updatesTobias Hunger2011-05-131-48/+48
* Git: Add dialog to configure branchesTobias Hunger2011-05-121-0/+15
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-11/+9
* VCS: Notify project wizard about config changesTobias Hunger2011-04-151-0/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Merge remote branch 'origin/2.2'con2011-04-011-1/+1
|\|
| * Fix typos in source stringsJarek Kobus2011-03-311-1/+1
* | VCS[git]: Add 'Revert this chunk' context menu option to diff view.Friedemann Kleint2011-03-241-0/+4
|/
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-0/+4
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-26/+26
* 10n: Fix tr() issues.Friedemann Kleint2011-01-191-10/+8
* Git: Some whitespace fixesTobias Hunger2011-01-121-5/+5
* Fix git show using the default formatTobias Hunger2011-01-121-37/+54
* It's 2011 now.con2011-01-121-1/+1
* Git: Improve handling of git submodulesTobias Hunger2010-12-201-0/+2
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Git: Stop debug messageTobias Hunger2010-12-091-4/+0
* | Git: Bring iexisting editors to foregroundTobias Hunger2010-12-091-1/+2
* | Git: Allow for pretty format selection in git showTobias Hunger2010-12-091-13/+71
* | Git: Add some tooltipsTobias Hunger2010-11-261-0/+4
* | Git: Add options to diff editorTobias Hunger2010-11-221-68/+360
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-1/+2
|/
* kill dead source stringOswald Buddenhagen2010-10-251-7/+0
* Git: Consider new files a diffTobias Hunger2010-10-081-2/+3
* Git: ignore spaces in diffTobias Hunger2010-10-051-1/+3
* Git: Handle unusual HEADsTobias Hunger2010-10-051-3/+18
* Fixup formating of mr2178Tobias Hunger2010-09-291-12/+18
* Added few new functions to IVersionControl, VCSManager and GeneratedFile to s...Tuomas Puranen2010-09-291-0/+56
* Git: Fix commiting with Author and Email setTobias Hunger2010-09-241-23/+9
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-2/+0
* git: Added workaround for older versions which don't know format:%BRobert Loehning2010-09-201-1/+2
* git: Fixed launching of gitkRobert Loehning2010-09-171-2/+24
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-1/+1
* I18n: tr-fixes.Friedemann Kleint2010-09-131-1/+1
* VCS[git]: Remove unneeded 'success' confirmation of pull.Friedemann Kleint2010-09-011-2/+1
* VCS[git]: Added git fetchRobert Loehning2010-09-011-0/+10
* VCS[git]: Added showing logs of all branchesRobert Loehning2010-08-271-2/+8
* VCS[git]: Environment settings.Friedemann Kleint2010-08-261-0/+22
* VCS[git]: Add menu option for git amend.Friedemann Kleint2010-08-231-32/+67
* VCS[git]: Add branch combo to the checkout wizard.Friedemann Kleint2010-08-121-0/+22