forked from qt-creator/qt-creator
Git: Update TODO file
Change-Id: I4afd7ba6ccce650711df4239d89d1b7643a2373b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
7a7117cd33
commit
eb194a8126
@@ -1,22 +1,13 @@
|
||||
- Make texts translatable
|
||||
- Do not use QErrorMessage, Creator standard error instead?
|
||||
Commands:
|
||||
- P2:
|
||||
- branch [list, create, delete]
|
||||
- checkout [with/without creation]
|
||||
- combine both above to a single dialog?
|
||||
- P3:
|
||||
- stash [creating, listing, applying]
|
||||
- allow to use external viewer instead of greenhouse one
|
||||
as these have more functionality usually
|
||||
|
||||
GUI:
|
||||
- Better diff view
|
||||
- Commit view View (reuse diff view?)
|
||||
- Commit action View
|
||||
- Able to add further files to commit (list of modified/untracked files)
|
||||
- use List for Log (and allow 10+ entries)
|
||||
- Have commits clickable for 'git show'
|
||||
Backend:
|
||||
- Don't use forked processes, instead find a library connection like libgit-thin
|
||||
- http://repo.or.cz/w/git/libgit-gsoc.git
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QCheckBox;
|
||||
class QErrorMessage;
|
||||
class QSignalMapper;
|
||||
class QDebug;
|
||||
class QProcessEnvironment;
|
||||
|
||||
Reference in New Issue
Block a user