summaryrefslogtreecommitdiffstats
path: root/g-ed-it/commitDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* remove fast_update_uiHEADmasterMatthieu Gautier2009-05-111-1/+4
|
* Rewrite gitAction depending of modifications of the docBarMatthieu Gautier2009-05-041-2/+0
|
* Fixing subprocess callMatthieu Gautier2009-04-301-5/+5
|
* Add GLPv3 License.Matthieu Gautier2009-04-061-0/+17
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* Refactoring code.Matthieu Gautier2009-04-051-22/+22
| | | | | | | | | | * Create windowHelper * Create gitAction.py to handle all (almost) git actions * Split docBar into docHelper and docBar * Fix a bug when gedit is launch with the '&' * Change g-ed-it.glade in git_windows.glade Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* Use subprocess instead of os.system to "git commit".Matthieu Gautier2009-04-031-6/+9
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* docBar status is udpate after a commit.Matthieu Gautier2009-04-021-1/+3
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* Allow commitDialog to commit a single file.Matthieu Gautier2009-03-301-1/+10
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Use a glade file created by glade.Matthieu Gautier2009-03-251-1/+7
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add a commitDialog.py fileMatthieu Gautier2009-03-251-0/+39
Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>