rallion / depressurizer

GNU General Public License v3.0
784 stars 78 forks source link

Improvements on the listview on the main window #43

Closed Theo47 closed 8 years ago

Theo47 commented 8 years ago
  1. Changed MainForm.lstGames from a virtual listview to an FastObjectListView for the extra features. As a result now you can:
    • Show/hide columns by right-clicking on the column header.
    • Filter columns by right-clicking on the column header.
    • You can reorder columns.
    • Column State (Column size, order, shown/hidden) saves between app runs.
  2. Added most of the fields in the database as columns.
  3. To avoid any merge conflicts i was working on the automatic-helper so this pull also includes the commits from there.