summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Version bump.con2009-10-021-5/+5
* VCS/git: Make blame go to current editor lineFriedemann Kleint2009-10-016-9/+44
* VCS: perforce, cvs, subversion: Goto current line in blame.Friedemann Kleint2009-10-013-5/+7
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* git: Remove duplicate action.Friedemann Kleint2009-09-252-10/+0
* Git: Remove dpulicate slot revert(), move to UndoFileChanges.Friedemann Kleint2009-09-252-18/+2
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-254-13/+18
* 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-222-25/+28
* Version bump.con2009-09-101-5/+5
* Git: Make commit work on WindowsFriedemann Kleint2009-08-251-5/+5
* Version Control: Release the commit message temporary file.Friedemann Kleint2009-08-171-2/+2
* long live the kinghjk2009-08-1448-48/+48
* API naming.con2009-08-121-1/+1
* Gitorious Wizard: Add a repository filter field.Friedemann Kleint2009-08-113-12/+86
* Version control: Replace per-VCS output panes with a single one.Friedemann Kleint2009-08-107-310/+34
* Fixed compiler/lupdate/uic warnings.Friedemann Kleint2009-07-292-0/+2
* Fixed MSVC warnings.Friedemann Kleint2009-07-272-2/+2
* Gitorious wizard: Import CMake projects, look in src directory.Friedemann Kleint2009-07-273-12/+8
* Added a gitorious clone wizard.Friedemann Kleint2009-07-2424-32/+2706
* VCSBase: Add common functionality, make checkout use page lists.Friedemann Kleint2009-07-213-26/+9
* CVS: Add checkout wizard.Friedemann Kleint2009-07-201-1/+1
* Add a clone wizard for version control (base classes + git/svn).Friedemann Kleint2009-07-1711-106/+357
* Optionally shorten git blame output by removing date+line number.Friedemann Kleint2009-07-157-4/+65
* 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-195-5/+24
* Don't ask to reload the file, if the user uses git/undo or git/revert.dt2009-06-182-1/+12
* Update license headers and sales contact details.Jason McDonald2009-06-1731-62/+62
* Merge commit 'origin/1.2'con2009-06-161-1/+7
|\
| * Run git on windows properly when git is called synchronously.Daniel Molkentin2009-06-151-1/+7
* | Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-06-115-8/+15
|\ \ | |/
| * Fix not beeing able to commit file deletions with creators git plugindt2009-06-105-8/+15
* | Version bump also in master.con2009-06-041-5/+5
|/
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-9/+9
* It may come as a total surprise, but Unix doesn't like cmd.exe :-DDaniel Molkentin2009-06-021-1/+5
* Version bump.con2009-06-021-5/+5
* Fix for recent git version where git.exe became git.cmd.Daniel Molkentin2009-06-021-1/+3
* Fixed b390e56d676cd0a838e4b59b51b431535f760bb0Friedemann Kleint2009-05-291-4/+7
* Fixes: don't timeout trying to run git when git cannot be found.Lorn Potter2009-05-291-0/+4
* Close write channels of git processes.Friedemann Kleint2009-05-282-0/+2
* 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-152-40/+43
* Remove unneeded strings from translation.Enrico Ros2009-05-113-9/+0
* Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
* This code can be simplified.dt2009-05-052-5/+2
* Add a next/prev shortcut (F6 for now) for outputpanes.dt2009-04-302-0/+30
* Add the *.pluginspec to OTHER_FILES so that we can use Locator for themdt2009-04-221-0/+2
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-203-6/+7
* better namespace for tr()Oswald Buddenhagen2009-04-201-1/+1
* Report termination of git pull/push (which was missing feedback).Friedemann Kleint2009-04-094-5/+54