2006-01-03 19:02:48 -06:00
|
|
|
2006-01-03 David Hampton <hampton@employees.org>
|
|
|
|
|
|
|
|
* src/gnome/top-level.c:
|
|
|
|
* src/gnome/dialog-totd.c:
|
|
|
|
* src/gnome/glade/totd.glade: Revert the previous change and make
|
|
|
|
the totd always float above all other GnuCash windows.
|
|
|
|
|
2006-01-02 19:06:52 -06:00
|
|
|
2006-01-02 David Hampton <hampton@employees.org>
|
|
|
|
|
2006-01-02 22:02:42 -06:00
|
|
|
* src/gnome/dialog-totd.c: Use the component manager to ensure
|
|
|
|
there is only one totd dialog at a time. Don't mark the dialog as
|
|
|
|
transient (or type GTK_WINDOW_DIALOG) so that window managers
|
|
|
|
won't make it float above all other GnuCash windows.
|
|
|
|
|
2006-01-02 20:44:45 -06:00
|
|
|
* src/engine/Transaction.c: Fix test inverted by commit 12231.
|
|
|
|
|
2006-01-02 19:08:20 -06:00
|
|
|
* src/gnome-utils/Makefile.am
|
|
|
|
* src/gnome-utils/gnc-tree-model-example-account.[ch]: Remove
|
|
|
|
unused files.
|
|
|
|
|
2006-01-02 19:06:52 -06:00
|
|
|
* src/gnome/glade/account.glade:
|
|
|
|
* src/gnome/druid-hierarchy.c: Use a GtkListStore for the example
|
|
|
|
account categories instead of layering a custom selection model on
|
|
|
|
a custom example account model. The code is a lot simpler and has
|
|
|
|
additional sorting capability. Do some rework on the druid
|
|
|
|
layout.
|
|
|
|
|
|
|
|
* src/gnome-utils/gnc-tree-model-selection.[ch]: Correct function
|
|
|
|
name. Add a comment.
|
|
|
|
|
2006-01-02 16:32:18 -06:00
|
|
|
2006-01-02 Derek Atkine <derek@ihtfp.com>
|
|
|
|
|
|
|
|
* src/gnome-utils/gnc-tree-view-account.c:
|
|
|
|
* src/gnome/gnc-plugin-page-budget.c:
|
|
|
|
need to #include gkeyfile.h if we don't have glib26.
|
|
|
|
|
2006-01-02 15:11:26 -06:00
|
|
|
2006-01-02 David Hampton <hampton@employees.org>
|
|
|
|
|
2006-01-02 15:14:31 -06:00
|
|
|
* src/gnome-utils/gnc-tree-view.c: Use the right function to hide
|
|
|
|
a tree column. Update a couple of debugging messages.
|
|
|
|
|
2006-01-02 15:11:26 -06:00
|
|
|
* src/engine/gw-engine-spec.scm:
|
|
|
|
* src/engine/gnc-commodity.[ch]: Initialize the qof instances in
|
|
|
|
commodity namespaces.
|
|
|
|
|
|
|
|
|