add some todos from Tim.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16185 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-06-19 01:49:22 +00:00
parent 8c5d2fe40b
commit 56504f9054

View File

@ -183,6 +183,14 @@ void gnc_sx_edit_model_set_name(GncSxEditModel *mdl, gchar *new_name);
- since-last-run - since-last-run
- [ ] "reminder" instances should show number of days until due - [ ] "reminder" instances should show number of days until due
- [ ] "Find unfinished" button; count; sensitize Ok as function of unfinished. - [ ] "Find unfinished" button; count; sensitize Ok as function of unfinished.
- [ ] text changes [tw20070614]_
- [ ] "Sx, Instance, Variable" -> "Transaction"
- [ ] "Instance State" -> "Status"
- [ ] "Variable Value" -> "Value"
- [ ] bold SX names [tw20070614]_
- [ ] checkbox/option to show/hide Reminders [tw20070614]_
- [ ] filter/remove SXes that don't have any instances in the list [tw20070614-2]_
- [ ] remove tree expand controls, except for non-to-create instances with variables [tw200070614-2]_
! - [x] save/restore dialog window size ! - [x] save/restore dialog window size
- [x] remove split pane - [x] remove split pane
- [x] "auto" scrollbars - [x] "auto" scrollbars
@ -205,6 +213,9 @@ void gnc_sx_edit_model_set_name(GncSxEditModel *mdl, gchar *new_name);
- [x] ui: add 'review created transactions' checkbox to SLR dialog - [x] ui: add 'review created transactions' checkbox to SLR dialog
using txn search. using txn search.
.. _[tw20070614]: http://lists.gnucash.org/pipermail/gnucash-devel/2007-June/020718.html
.. _[tw20070614-2]: http://lists.gnucash.org/pipermail/gnucash-devel/2007-June/020729.html
- destroy/cleanup, notes: - destroy/cleanup, notes:
- dispose: break references; callable multiple times - dispose: break references; callable multiple times
- finalize: complete destruction; just before free; only called once - finalize: complete destruction; just before free; only called once