summaryrefslogtreecommitdiffstats
path: root/g-ed-it/docBar.py
Commit message (Collapse)AuthorAgeFilesLines
* '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>