aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* git: Added an option to undo unstaged changes onlyRobert Loehning2010-07-301-3/+14
* 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-4/+0
* VCS[git], CodePaster: Add support for applying patches.Friedemann Kleint2010-03-251-0/+87
* Set a parent on git actions to make sure they're not leakedThorbjørn Lindeijer2010-03-221-1/+2
* VCS[git]: Reorganize menu action creation/Start SVN submenu.Friedemann Kleint2010-03-191-228/+252
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+2
* VCS[git]: Add "Clean project"Friedemann Kleint2010-03-151-7/+28
* VCS[git]: Add support for cleaning a repository.Friedemann Kleint2010-03-121-0/+45
* Long live the king!hjk2010-03-051-1/+1
* Fix FileManager to correctly handle multiple IFile's for the same filedt2010-02-171-1/+0
* Add command locator.Friedemann Kleint2010-02-121-2/+27
* VCS[git]: Make Branchdialog non-modal as is StashDialog.Friedemann Kleint2010-01-271-22/+22
* VCS[git]: Add support for stashes.Friedemann Kleint2010-01-151-14/+48
* VCS[hg, git]: Add support for repository creation.Friedemann Kleint2010-01-121-2/+13
* VCS[git]: Add log repository action.Friedemann Kleint2010-01-081-2/+15
* Add display name to VCS plugin structsTobias Hunger2010-01-081-7/+12
* VCS [git]: Annotate previous version/single filelog annotation.Friedemann Kleint2010-01-071-2/+2
* Merge branch '1.3'Thorbjørn Lindeijer2010-01-071-1/+1
|\
| * Fixed warnings about absolutePath on empty filename in git pluginThorbjørn Lindeijer2010-01-071-14/+15
* | Git: Introduce diff repository and group actions.Friedemann Kleint2010-01-051-5/+21
* | VCS Submit: Run check script in repository, do not front-trim message.Friedemann Kleint2009-12-141-0/+1
* | Subversion: Adapt to new VCSBasePlugin.Friedemann Kleint2009-12-081-6/+6
* | VCS: Introduce Base class for VCS plugins, use in git.Friedemann Kleint2009-12-081-210/+109
|/
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-111-4/+10
* Revert "Code model: Update on changes from the versioning system."con2009-11-101-10/+4
* Disabling "Undo Project Changes" when not working in a Git repository.Robert Loehning2009-11-091-0/+2
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-091-4/+10
* Enable multi key shortcuts on the Mac.con2009-10-091-18/+0
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-10/+10
* VCS: perforce, cvs, subversion: Goto current line in blame.Friedemann Kleint2009-10-011-2/+4
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* git: Remove duplicate action.Friedemann Kleint2009-09-251-9/+0
* Git: Remove dpulicate slot revert(), move to UndoFileChanges.Friedemann Kleint2009-09-251-17/+2
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-9/+10
* Git:: Prompt before doing hard reset.Friedemann Kleint2009-09-241-1/+9
* Version control: Do not keep lock on message file while committing.Friedemann Kleint2009-09-221-22/+25
* Version Control: Release the commit message temporary file.Friedemann Kleint2009-08-171-2/+2
* long live the kinghjk2009-08-141-1/+1
* Version control: Replace per-VCS output panes with a single one.Friedemann Kleint2009-08-101-25/+7
* Added a gitorious clone wizard.Friedemann Kleint2009-07-241-0/+2
* Add a clone wizard for version control (base classes + git/svn).Friedemann Kleint2009-07-171-56/+19
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-2/+2
* Make the "prompt to submit" setting a per-plugin one.Friedemann Kleint2009-06-191-2/+6
* Don't ask to reload the file, if the user uses git/undo or git/revert.dt2009-06-181-1/+11
* 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