aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fix not beeing able to commit file deletions with creators git plugindt2009-06-101-1/+3
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-9/+9
* Raise existing submit window if there is one when Submit is invoked.Friedemann Kleint2009-05-271-0/+2
* Added ParameterAction class for QActions acting on files.Friedemann Kleint2009-05-151-29/+29
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-3/+3
* Use completeBaseName instead of baseName where appropriateThorbjørn Lindeijer2009-03-201-1/+1
* Make VCS plugins keep the submit editor open if the submit fails.Friedemann Kleint2009-03-201-7/+9
* Fixes: Polish submit message checking.Friedemann Kleint2009-03-201-3/+8
* Fixes: Add common configuration to the VCSA base plugin; submit message check...Friedemann Kleint2009-03-191-4/+6
* Fixes: - Don't use multiple key shortcuts on Maccon2009-03-051-0/+18
* Fixes: git: try to disable actions that do not make sense in a givenhjk2009-03-051-56/+49
* Fixes: git: surround filenames in the menu with double quoteshjk2009-03-051-8/+8
* Fixes: simplify ProjectExplorerPlugin::instance() accesshjk2009-03-041-2/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* fix context definitions of the vcs editors (this makes shortcuts work again)mae2009-02-161-4/+4
* 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