Commit Graph

143 Commits (84e4edcb671c034fe7f79dfb68264a9209052bca)

Author SHA1 Message Date
John Ralls 84e4edcb67 Bug 632362 - Unable to create "reversing transaction" again after it is removed
13 years ago
John Ralls 9918d767b0 Revert "Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module"
13 years ago
Geert Janssens 27d5004bdb Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module
13 years ago
Geert Janssens f4872f6e6c Rename gnc-main to gnc-core-prefs
13 years ago
Geert Janssens 45708e5620 Fix some warnings generated by Eclipse's static code analysis plugin
14 years ago
Geert Janssens c5e2adcb7a Refactor safe_strcmp into the glib standard g_strcmp0
14 years ago
John Ralls eeaa897be1 [Cruft Reduction] Remove unused functions from src/engine
15 years ago
Christian Stimming c8f1244fff Re-indentation of source code.
16 years ago
Mike Alexander 6181f334f3 Make sure ENTER is balanced by LEAVE in gnc_commodity_set_quote_tz.
16 years ago
Christian Stimming 187da546b6 Re-indentation of source code.
16 years ago
Christian Stimming 81527bfcfd Bug #615912: Update gnc_quote_source from FQ 1.11 to 1.17 and enhance user_name
16 years ago
Christian Stimming d4b47d13f5 Bug #118391: Mark currency names for translation but using the "iso_4217" translation domain.
16 years ago
Christian Stimming a322015eb8 Rename the type GUID into GncGUID because on Windows, the system headers have a type GUID which clashes with ours.
16 years ago
Phil Longstaff 962512ab7d Extend xaccXXXXXEqual() routines so that they can compare objects in different books to see if they have the same contents.
16 years ago
Christian Stimming dfc294652d MSVC compatibility: Always initialize all members of the QofObject struct.
16 years ago
Christian Stimming 44b63315df Decrease compiler warnings by removing unused variables.
16 years ago
Christian Stimming f6bf61feb5 Reduce compiler warnings by replacing strerror() with g_strerror() and similar glib replacements.
16 years ago
Christian Stimming 763e4c3d15 Re-indentation of source code, next batch: src/engine/*
16 years ago
Christian Stimming 1ddcb88d0c MSVC compatibility: Microsoft doesn't have C99 "designated initializers".
16 years ago
Geert Janssens fd1a4be80a Remove the old, obsolete postgres backend and its tools
17 years ago
Mike Alexander 812a9fa6c5 Add a comment about GNC_COMMODITY_NS_ISO and
17 years ago
Mike Alexander 3722706edd Fix some incorrect ENTER() and LEAVE() calls.
17 years ago
Christian Stimming b578c56b27 Bug #537476: Implement currency trading accounts optionally, to be enabled per-book.
17 years ago
Andreas Köhler 73992d8cc9 Fix currency replacements.
18 years ago
Andreas Köhler e6ebfd4e13 Do not lookup private data twice when copying commodity mnemonic.
18 years ago
Andreas Köhler fccd8b189f Bug #567174: Restrict commodity mnemonic updates (like NIS to ILS) to iso currencies only.
18 years ago
Christian Stimming 35129a333c Bug #539957: Replace struct named assignments by C99 "designated initializers"
18 years ago
Christian Stimming 360425f8b1 Fix compiler warning/error about incompatible function pointer type, fixing r17709
18 years ago
Christian Stimming a7764502b0 Add a new account selection filter, disallowing bill post to wrong commodity account
18 years ago
Phil Longstaff 2d151f9fcf Add a callback to gnc-engine which will be called when a qof commit
18 years ago
Christian Stimming d8b263cb40 Bug #492417: Fix currency code of Israeli Shekel back to ILS, reverting r10331.
18 years ago
Phil Longstaff 9173035d57 Merge gda-dev2 branch into trunk.
18 years ago
Phil Longstaff c84ba95da8 1) Make some function parameters const
19 years ago
Derek Atkins e6fbb91151 Fix the logic of the #if for the warning.
19 years ago
Derek Atkins 971bc5b709 Allow the user to permanently disable currency quotes (#499496)
19 years ago
Andreas Köhler 54da00b692 #499360: Patch by Daniel Harding to fix a crash when editing certain commodities.
19 years ago
Andreas Köhler d208d7f5d8 Balance some more ENTER/LEAVE calls. Replace one ENTER by DEBUG.
19 years ago
Derek Atkins 8c6e7b8394 Add hooks for the gobject dispose() function so that we can
19 years ago
Derek Atkins b4323dbfcf Get "make check" to work with the gobjectified objects.
19 years ago
Derek Atkins c7d7b9621f Convert gnc_commodity objects to GObject initialization.
19 years ago
Derek Atkins 12461c5b30 * Merge QofEntity into QofInstance
19 years ago
Derek Atkins 6eb4fef9b9 The New Turkish Lira changes from TRL to TRY in 2005.
20 years ago
Joshua Sled c91cb881bd Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards.
20 years ago
Christian Stimming 2760b2ebdf Change Russian Ruble from RUR to RUB; r7574 was erroneous. See bug #393185.
20 years ago
Christian Stimming 8139f08d62 Replace 'static inline' by 'static' for functions that are used by function pointers.
20 years ago
Chris Shoemaker 31e926c486 Merge swig-redo branch back into trunk.
20 years ago
Chris Shoemaker 1e57748bee Update mnemonic for Mexican Peso. Fixes Bug #345048.
20 years ago
Chris Shoemaker b49877472e Factor out #define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE
20 years ago
David Hampton 42233b0d47 Add begin_edit/commit_edit brackets around object modifications. Some
20 years ago
David Hampton 2ba716c4ed Use the existing QOF API to modify the instance dirty flag.
20 years ago