Commit Graph

6 Commits

Author SHA1 Message Date
Dave Peticolas
e30a8bc509 Rob Browning's patch with price db & miscellany.
* first iteration of pricedb: we should preserve quotes from old
    binfiles now (rather than throwing it away during the conversion),
    and we can read/write the pricedb as XML.

  * added configure --enable-error-on-warning -- developers, please
    use this.

  * add fancier TAGS handling -- we now track file additions/deletions
    dynamically.

  * add g_hash_table_key_value_pairs: returns a GSList of all the key
    value pairs in a given hash table so you can manipulate them.

    add g_hash_table_kv_pair_free_gfunc: g_slist_foreach helper for
    deleting key value hash pairs when you're finished with the
    results from g_hash_table_key_value_pairs.  You'll still need to
    call g_slist_free as well to delete the spine of the list.

  * continue migration to using backend for all IO and switching from
    top-level Group to top level GNCBook.

  * switch from const gnc_commodity to gnc_commodity in many places,
    after consultation with Bill.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3684 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-25 00:42:44 +00:00
Dave Peticolas
2a5dc45753 Derek Atkins' patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3105 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-31 19:14:45 +00:00
Dave Peticolas
7a9add2810 Use gettextize to generate po-related files. Remove them from CVS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3074 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-23 23:04:41 +00:00
Dave Peticolas
1b004697e3 Minor fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2906 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-20 08:26:31 +00:00
Dave Peticolas
5e5b719f2b Herbert Thoma's patch adding a macro to check for gdk pixbuf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2883 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-17 23:12:50 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00