1
2
3
4
5
6
7
8
9
10
11
12
|
TODO List
=========
- context menu with "View", "Annotate", "Log" options in qbrowse
- allow changing of revision and location in qbrowse
- qvisualize (like gitk)
- tabbed (per file) qdiff view
- UI option to switch between side-by-side and inline view in qdiff
- fix multithreading (need to lock/unlock the branch for opening new diff windows) in qlog
- more information in qblame (like gblame)
- view non-versioned files from qcommit
- graphical progress bar for operations like revert
|