HomePhabricator

[Qt] Clean up and fix coincontrol tree widget handling

Description

[Qt] Clean up and fix coincontrol tree widget handling

  • Do sorting for date, amount and confirmations column as longlong, not unsigned longlong.
  • Use UserRole to store our own data. This makes it treated as ancillary data prevents it from being displayed.
  • Get rid of getMappedColumn strPad - these are no longer necessary.
  • Get rid of hidden _INT64 columns.
  • Start enumeration from 0 (otherwise values are undefined).

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 18 2016, 13:33
Jonas Schnelli <dev@jonasschnelli.ch>Committed on Nov 20 2016, 19:18
deadalnixPushed on May 14 2017, 22:04
Parents
rABC76af4eb87681: [Qt] fix coincontrol sort issue
Branches
Unknown
Tags
Unknown

Event Timeline

Jonas Schnelli <dev@jonasschnelli.ch> committed rABC4231032bfcb9: [Qt] Clean up and fix coincontrol tree widget handling (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 20 2016, 19:18