tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

navigation improvements #57

Closed rhaschke closed 5 years ago

rhaschke commented 6 years ago

These two commits aim to improve navigation in ListView.

  1. After filtering, the current index should be kept
  2. Using SHIFT + UP/DOWN it's now possible to navigate between commits along branches (if filter-highlighting is not active)
ffesti commented 5 years ago

Keeping the index after filtering is a much needed fix. This used to work at some point in the past. Right now filtering is more or less useless as you can only view the patch itself. But often you need the surrounding commits to make sense of the situation. I was just going to file a ticket about this.