summaryrefslogtreecommitdiff
path: root/src/plugins/git/branchdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Long live the king!hjk2010-03-051-1/+1
|
* VCS[git]: Make Branchdialog non-modal as is StashDialog.Friedemann Kleint2010-01-271-40/+82
| | | | | | Give dialogs a consistent look, set WA_DeleteOnClose on them and improve updating. Add a Refresh/Diff buttons to branch dialog.
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Added and corrected copyright headersThorbjørn Lindeijer2009-03-201-0/+29
|
* Added changeEvent calls where appropriateThorbjørn Lindeijer2009-03-171-0/+1
| | | | | | | Need to call into the superclass in order not to lose functionality. Was missing in the wizard, hence the many missing occurrences. Reviewed-by: Friedemann Kleint
* Fixes: Added dbl-click handling for remote branchesFriedemann Kleint2009-01-091-6/+89
| | | | | | | Task: RevBy: AutoTest: Details: Moved code to create a local branch from model to dialog which is slightly better since all the modifying app code is there.
* Fixes: Add way to create a new local branch in the git pluginFriedemann Kleint2009-01-071-3/+14
| | | | | Task: 205821 Details: Split up the branch model into remote branch base class and extended local branch class with <New Branch> row.
* Fixes: Remove whatsthisFriedemann Kleint2008-12-191-0/+3
|
* Fixes: Start a git branch dialog.Friedemann Kleint2008-12-191-0/+174