summaryrefslogtreecommitdiffstats
path: root/g-ed-it/docBar.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapt commit with docBar commit text to the new docBarMatthieu Gautier2009-05-041-5/+0
|
* Rewrite gitAction depending of modifications of the docBarMatthieu Gautier2009-05-041-6/+9
|
* switch to an unique docBarMatthieu Gautier2009-05-041-24/+49
|
* Add a commit text to the docBar.Matthieu Gautier2009-05-031-3/+12
| | | | | - If the commit text is empty, its content is used as commit message. - If not, the commit dialog box is shown.
* Fix (and simplify) adding of the docBar.Matthieu Gautier2009-04-301-13/+3
|
* Add GLPv3 License.Matthieu Gautier2009-04-061-0/+17
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* '# On branch fedorapeopleMatthieu Gautier2009-04-051-1/+1
| | | | | | | | | | # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: g-ed-it/docBar.py # Change Identical to Unchanged.'
* Refactoring code.Matthieu Gautier2009-04-051-119/+33
| | | | | | | | | | * 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>
* 'Hide docBar when doc is untitled or not in a git repo.Matthieu Gautier2009-04-021-19/+32
| | | | | | | | | | | | | | | | | # On branch master # Your branch is ahead of 'origin/master' by 3 commits. # # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: docBar.py # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: commitDialog.py # '
* docBar status is udpate after a commit.Matthieu Gautier2009-04-021-3/+1
| | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* Merge branch 'diff_button'Matthieu Gautier2009-04-021-1/+21
|\ | | | | | | | | | | | | Conflicts: g-ed-it/docBar.py Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
| * Add diff button in the docBarMatthieu Gautier2009-04-021-2/+24
| | | | | | | | Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
* | Use git-diff instead of git-ls-files to detect status of files.Matthieu Gautier2009-04-011-29/+52
|/ | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Fix a bug in docBar when document is untitled.Matthieu Gautier2009-03-301-10/+11
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* docBar can now commit and add the current file.Matthieu Gautier2009-03-301-9/+87
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add a document bar.Matthieu Gautier2009-03-281-0/+42
Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>