Commit Graph

320 Commits (d64fb74b9ebfc981dbeb89e895325943abb2cfeb)

Author SHA1 Message Date
Robert Fewell 5eb6f76e63 Change uri functions to work with valid Windows file uri's
7 years ago
John Ralls bc9d83c90f Merge Christoph Holterman's 'PR-G_ADD_PRIVATE-clean' into maint.
7 years ago
Christopher Lam 09e0e02a75 [test-extras] abstract test-data skeleton
7 years ago
Christopher Lam fe6cc534a0 [engine-utilities] deprecate account utility functions
7 years ago
Christopher Lam 972562421e [engine-utilities] deprecate split utility functions
7 years ago
Christopher Lam 9ba0d9658d [test-extras] (create-transaction) adds price trading commodities/currency
7 years ago
Christopher Lam 918321aafa [test-extras] for tests: (env-create-multisplit-transaction)
7 years ago
John Ralls 11083d6052 Bug 796989 - some date/time does not honor user locale (bis).
7 years ago
Sicelo 07fbb46398
Update SZL section header
7 years ago
Sicelo 86be3b9247
Update iso-4217-currencies.xml
7 years ago
Sicelo 96577ff922
Update iso-4217-currencies.xml
7 years ago
John Ralls 7d7da8e2c4 Bug 797067 - Date displayed incorrectly in register take two.
7 years ago
Mike Alexander df19244792 Fix the comments on double_to_gnc_numeric. GNC_DENOM_AUTO is allowed.
7 years ago
Christoph Holtermann 2ab6650e9a Replace deprecated g_type_class_add_private
7 years ago
Christoph Holtermann 2cfc61182e directly use G_DEFINE_TYPE instead of QOF_GOBJECT_GET_TYPE
7 years ago
Christoph Holtermann 1bfcc95998 directly use G_DEFINE_TYPE_WITH_PRIVATE instead of QOF_GOBJECT_GET_TYPE
7 years ago
Christoph Holtermann 658da08008 replace deprecated g_type_class_add_private
7 years ago
John Ralls f9f714c78d gnc_pricedb_nth_price: Clarify code and cache results.
7 years ago
Alex Aycinena fc15364326 remove unnecesary 'home' level in path for US Income Tax book tax information
7 years ago
John Ralls 3a48672763 Complete reversion of e81bcf6 in gnc-pricedb.c.
7 years ago
John Ralls 020bc5371f Bug 797046 - Tools / Price Database / Currencies UI not working...
7 years ago
John Ralls e31f4c3f95 Fix unlocalized date in status bar.
7 years ago
Christian Stimming 75b6d14455 Speed-up of dealing with account_imap lists: Replace g_list_append with _prepend and subsequent _reverse.
7 years ago
Alex Aycinena 217289d037 Bug #796687, Tax entity name and type don't get saved. Change frame->set to frame->set_path to create missing frames.
7 years ago
Thomas Klausner 3ab5a2be52 Bug 797041 - enum confusion in qoflog.
7 years ago
John Ralls b4fedff90e Provide a single static instance of C++ locale.
7 years ago
John Ralls cee97be8d4 Add GncDateTime::timestamp().
7 years ago
John Ralls cec3f6031e Fix broken compile of test-gnc-date.c on Ubuntu 14.04.
7 years ago
John Ralls 9fa7b7f940 Implement a faster date-time serialization function.
7 years ago
John Ralls 137c920d06 Merge Chris Carson's 'dateFormat' into maint.
7 years ago
John Ralls a65dd6cc25 Merge Chris Carson's 'refactor-Scrub-c' into maint.
7 years ago
Christopher D. Carson 2b69278650 Re-coded for cached locale.
7 years ago
Christopher D. Carson 0e37e059d5 Fix XML load CPU hotspot: Scrub.c xaccTransScrubPostedDate
7 years ago
Christian Stimming eb9e45bc20 Sorting speed-up: Cache the bool value of Transaction's is_closing property.
7 years ago
Christopher Lam 2423aeda42 [engine/test-test-extras] remove duplicated test file
7 years ago
Robert Fewell 2634f23f87 Bug 767772 - Associated file with transaction is lost
7 years ago
Geert Janssens d22e1db340 gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris
7 years ago
Geert Janssens 4b398325ea Redesign gnc-uri-utils
7 years ago
Geert Janssens 06da9e9712 Enable gnc-uri test suite
7 years ago
John Ralls 53680e6100 Merge Bob Fewell's 'fixes03' into maint.
7 years ago
Robert Fewell 5c524c31b2 Add routine to fix Account Color being set to "Not Set"
7 years ago
YOSHINO Yoshihito 7f1a711567 Bug 796989 - some date/time does not honor user locale
7 years ago
John Ralls f5be842c2e boost needs bcrypt.lib for all versions of Windows.
7 years ago
Christoph Holtermann 96e27a4199 typo
8 years ago
John Ralls e81bcf6e33 Fix the remaining static analysis warnings.
8 years ago
John Ralls bf55c30aeb Fix most of the unused assignment errors from static analysis.
8 years ago
John Ralls 8f22c4bed4 Localize variables, ensure that val_imbalance is set, test txn_curr != commodity once.
8 years ago
John Ralls 4ffeb3efac Ensure that a dereferenced variable isn't NULL.
8 years ago
John Ralls 43a30e1c97 Silence clang static analyzer complaint about potential div by 0.
8 years ago
John Ralls 3d1362757b Prevent potential undefined behavior by shifting by a wrapped uint.
8 years ago