hledger/hledger-ui/Hledger/UI
Simon Michael cc0c981d29 ui: display depth and other filters independently
As the comment says:
In hledger,
- reportopts{depth_} indicates --depth options
- reportopts{query_} is the query arguments as a string
- the report query is based on both of these.
For hledger-ui, currently, we move depth: arguments out of reportopts{query_}
and into reportopts{depth_}, so that depth and other kinds of filter query
can be displayed (and controlled) independently.
2015-08-28 08:07:54 -07:00
..
AccountsScreen.hs ui: display depth and other filters independently 2015-08-28 08:07:54 -07:00
Main.hs ui: drop unneeded args field, use opts instead 2015-08-28 06:36:07 -07:00
Options.hs ui: misc enhancements, allow depth adjustment 2015-08-27 22:46:14 -07:00
RegisterScreen.hs ui: display depth and other filters independently 2015-08-28 08:07:54 -07:00
Theme.hs ui: misc enhancements, allow depth adjustment 2015-08-27 22:46:14 -07:00
UITypes.hs ui: display depth and other filters independently 2015-08-28 08:07:54 -07:00
UIUtils.hs ui: drop unneeded args field, use opts instead 2015-08-28 06:36:07 -07:00