summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-302-10/+88
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Allow commitDialog to commit a single file.Matthieu Gautier2009-03-301-1/+10
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add a document bar.Matthieu Gautier2009-03-283-4/+81
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Use a glade file created by glade.Matthieu Gautier2009-03-254-150/+101
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add a commitDialog.py fileMatthieu Gautier2009-03-252-39/+45
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Export the management of the git menu in a nw file.Matthieu Gautier2009-03-252-46/+73
| | | | | | | * Create g-ed-it/menuManager.py * Move creation and suppression of the git menu in menuManager Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add .gitignore.Matthieu Gautier2009-03-251-0/+2
| | | | | | | | Ignore : - *.pyc - *.pyo Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Create a sub-dir g-ed-it.Matthieu Gautier2009-03-253-13/+22
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Change the plugin name.Matthieu Gautier2009-03-251-1/+1
| | | | Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Add a commit dialog box.Matthieu Gautier2009-03-252-78/+255
| | | | | | | This is a first dialog box. This is not operational. Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
* Initial commit .Matthieu Gautier2009-03-232-0/+110
A first version, with fake menu.