hledger/hledger-ui/Hledger/UI
Simon Michael 4eba930a5c ui: don't force --auto/--forecast on; merge --future with --forecast (#1193)
Periodic transactions were always on, which meant that periodic
transactions occurring today were always shown, in future or present
mode.

Now, both periodic transactions and display of future transactions are
controlled by --forecast, and toggleable by the F key ("forecast
mode"). The --future flag has been dropped (it still works as a hidden
alias for --forecast, but is deprecated).

It seemed to also make sense to leave auto postings off by default,
like hledger.
2020-02-22 11:06:58 -08:00
..
AccountsScreen.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
Editor.hs ;ui: E key: comment 2019-12-15 11:07:26 -08:00
ErrorScreen.hs ;ui: E key: simplify; drop buggy emacs end-of-file positioning 2019-12-15 11:03:05 -08:00
Main.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
RegisterScreen.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
Theme.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
TransactionScreen.hs ;fix some warnings with GHC 8.10 alpha 2019-12-14 17:30:19 -08:00
UIOptions.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
UIState.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
UITypes.hs ui: more defensive brick list imports to fix recent breakage 2019-02-02 08:22:23 -08:00
UIUtils.hs ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00