summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove fast_update_uiHEADmasterMatthieu Gautier2009-05-113-7/+4
|
* Merge branch 'master' of fedorapeople.org:public_git/g-ed-it into fedorapeopleMatthieu Gautier2009-05-045-76/+94
|\ | | | | | | | | Conflicts: g-ed-it/gitAction.py
| * Adapt commit with docBar commit text to the new docBarMatthieu Gautier2009-05-042-13/+6
| |
| * Fixing DocHelper.deactivateMatthieu Gautier2009-05-041-1/+1
| |
| * Rewrite gitAction depending of modifications of the docBarMatthieu Gautier2009-05-043-25/+24
| |
| * Solve unecessary call to update_ui()Matthieu Gautier2009-05-042-13/+0
| |
| * switch to an unique docBarMatthieu Gautier2009-05-043-26/+62
| |
| * Remove management of the docBar in the docHelperMatthieu Gautier2009-05-041-5/+1
| |
| * Add a commit text to the docBar.Matthieu Gautier2009-05-032-5/+22
| | | | | | | | | | - 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
| |
| * Revert to git-diff.Matthieu Gautier2009-04-301-2/+2
| | | | | | | | | | git-difftool is not yet present in the current version of git (Fedora). Use a git-difftool will be recommit when next git update.
| * Fixing subprocess callMatthieu Gautier2009-04-302-8/+8
| |
| * '# On branch masterMatthieu Gautier2009-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: g-ed-it/gitAction.py # Use git-difftool instead of git-diff. - Force tool to be meld. - No special config in git have to set - meld become a prerequisite'
* | Use git-difftool instead of git-diff.Matthieu Gautier2009-04-291-2/+2
|/ | | | | | - Force tool to be meld. - No special config in git have to set - meld become a prerequisite'
* '# On branch masterMatthieu Gautier2009-04-291-1/+1
| | | | | | | | | | | | | | # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: g-ed-it/docHelper.py # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: g-ed-it/gitAction.py # Do not show error when file is not in a git WT.'
* deactivate docBar when deactive docHelperMatthieu Gautier2009-04-291-0/+1
|
* add ensure_updateMatthieu Gautier2009-04-281-0/+1
|
* Add GLPv3 License.Matthieu Gautier2009-04-069-0/+817
| | | | 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-059-294/+283
| | | | | | | | | | * 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>
* '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-022-4/+4
| | | | 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-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.