Git: Update TODO file

Change-Id: I4afd7ba6ccce650711df4239d89d1b7643a2373b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-02-26 21:00:27 +02:00
committed by Orgad Shaneh
parent 7a7117cd33
commit eb194a8126
2 changed files with 0 additions and 10 deletions

View File

@@ -1,22 +1,13 @@
- Make texts translatable
- Do not use QErrorMessage, Creator standard error instead?
Commands: Commands:
- P2:
- branch [list, create, delete]
- checkout [with/without creation]
- combine both above to a single dialog?
- P3: - P3:
- stash [creating, listing, applying]
- allow to use external viewer instead of greenhouse one - allow to use external viewer instead of greenhouse one
as these have more functionality usually as these have more functionality usually
GUI: GUI:
- Better diff view - Better diff view
- Commit view View (reuse diff view?)
- Commit action View - Commit action View
- Able to add further files to commit (list of modified/untracked files) - Able to add further files to commit (list of modified/untracked files)
- use List for Log (and allow 10+ entries) - use List for Log (and allow 10+ entries)
- Have commits clickable for 'git show'
Backend: Backend:
- Don't use forked processes, instead find a library connection like libgit-thin - Don't use forked processes, instead find a library connection like libgit-thin
- http://repo.or.cz/w/git/libgit-gsoc.git - http://repo.or.cz/w/git/libgit-gsoc.git

View File

@@ -42,7 +42,6 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class QCheckBox; class QCheckBox;
class QErrorMessage;
class QSignalMapper; class QSignalMapper;
class QDebug; class QDebug;
class QProcessEnvironment; class QProcessEnvironment;