aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-2/+1
* replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginM...hjk2009-01-201-3/+3
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-1/+1
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-1/+2
* Fixes: - ICommand --> Commandcon2009-01-141-22/+22
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-2/+2
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Fixes: Enable multiselection in file list of git submit editorFriedemann Kleint2009-01-131-11/+3
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-3/+3
* Fixes: Random enabling of submit/diff buttons when switching contexts (viewin...Friedemann Kleint2009-01-131-9/+2
* Fixes: Make git diff work for staged files, do not launch submit if file list...Friedemann Kleint2009-01-131-10/+16
* Fixes: Use a model for the submit file list (to resolve the git diff mess)Friedemann Kleint2009-01-121-1/+1
* Fixes: Start a git branch dialog.Friedemann Kleint2008-12-191-4/+17
* Fixes: Add ensureStashed() method asking user to stash before a change such ...Friedemann Kleint2008-12-191-2/+11
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Fixes: - Don't popup the git output window at all operationscon2008-12-101-1/+2
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-13/+17
* some more whitespace changeshjk2008-12-091-1/+1
* Fixes: Add revert to git, name stage options according to git guiFriedemann Kleint2008-12-041-13/+47
* Fixes: Refactor git settings code, add some more menu optionsFriedemann Kleint2008-12-041-30/+104
* Fixes: Enable switching of VCS according to currentProjectFriedemann Kleint2008-12-031-6/+15
* Fixes: Mem leak in gitplugin.dt2008-12-021-0/+1
* Fixes: Move icons into VCSBase, use buttons for submitFriedemann Kleint2008-12-021-2/+2
* Fixes: Ability to uncheck files in git.Friedemann Kleint2008-12-021-1/+5
* more file cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+717