Give the patch-review a much needed workover
* Fix broken patch-review when committing/reviewing a subdirectory with git * Don't forget the checked and unchecked files when updating the patch * Make the order of automatically opened documents consistent with the file-list * Make the 'next hunk' and 'previous hunk' file-local again, their changed behavior was very annoying * Correctly jump to the first changed hunk on automatically opened documents * Add 'next file' and 'previous file' actions, which respect the selection * Don't change the cursor position for documents which are already open * Make the file-list selectable again, this highlights the currently active document, it's very useful! * Make the context-menu in the file-list work * Add 'select all' and 'deselect all' actions to the file-list context menu
Showing
- plugins/patchreview/patchreview.cpp 12 additions, 10 deletionsplugins/patchreview/patchreview.cpp
- plugins/patchreview/patchreview.h 1 addition, 0 deletionsplugins/patchreview/patchreview.h
- plugins/patchreview/patchreview.ui 20 additions, 0 deletionsplugins/patchreview/patchreview.ui
- plugins/patchreview/patchreviewtoolview.cpp 162 additions, 23 deletionsplugins/patchreview/patchreviewtoolview.cpp
- plugins/patchreview/patchreviewtoolview.h 19 additions, 2 deletionsplugins/patchreview/patchreviewtoolview.h
- vcs/models/vcsfilechangesmodel.cpp 35 additions, 0 deletionsvcs/models/vcsfilechangesmodel.cpp
- vcs/models/vcsfilechangesmodel.h 28 additions, 0 deletionsvcs/models/vcsfilechangesmodel.h
- vcs/widgets/vcsdiffpatchsources.cpp 3 additions, 4 deletionsvcs/widgets/vcsdiffpatchsources.cpp
Loading
Please register or sign in to comment