Commit Graph

529 Commits (d4c19efc8dc09c2862f467855d5fcd18c867e8ea)

Author SHA1 Message Date
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 46b3e31acf Updated to include codes for version 42, although new codes not implemented yet because data not reliably available
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
Alex Aycinena 8f4f8a1dc4 Update US Income Tax information for 2018. Two forms haven't yet been published. If changes needed, will do in subsequent commit.
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
Christian Stimming 1eed3db5e7 Some (very minor) translation string improvements.
7 years ago
Christopher Lam 2423aeda42 [engine/test-test-extras] remove duplicated test file
7 years ago
Christopher Lam 0d4575da6c [income-gst-statement] rename options
7 years ago
John Ralls 9bfaada356 Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
7 years ago
John Ralls 1116ce909b Bug 796967 - gnclock table not removed when using PostgreSQL.
7 years ago
Geert Janssens 267852ba76 Add a note on cvt and imbuing locales in a boost::filesystem::path object
7 years ago
Geert Janssens 272ca421b7 Set up filepath utils to determine the GNC_CONFIG_HOME in the same way as GNC_DATA_HOME
7 years ago
Geert Janssens ac2e0946ea Rewrite path scrubbing in a c++ way
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
Christopher D. Carson aaeb639d07 Performance fix in dom_chars_handler: use g_strndup instead of g_strdup
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
7 years ago
John Ralls e81bcf6e33 Fix the remaining static analysis warnings.
7 years ago
John Ralls bf55c30aeb Fix most of the unused assignment errors from static analysis.
7 years ago
John Ralls 876bfd19ad Protect against nullptr dereference, remove unused GError.
7 years ago
John Ralls 24ce92056d Protect from potential nullptr dereferences.
7 years ago
John Ralls 8f22c4bed4 Localize variables, ensure that val_imbalance is set, test txn_curr != commodity once.
7 years ago
John Ralls 4ffeb3efac Ensure that a dereferenced variable isn't NULL.
7 years ago
John Ralls 43a30e1c97 Silence clang static analyzer complaint about potential div by 0.
7 years ago
John Ralls 3d1362757b Prevent potential undefined behavior by shifting by a wrapped uint.
7 years ago
John Ralls 606d9cfee6 Prevent potential nullptr dereference.
7 years ago
John Ralls faba7975ac Fix a bunch of memory allocation errors found by clang static analysis.
7 years ago
John Ralls 61cd7999f3 Fix half-up, half-down, and banker's rounding for negative numbers.
7 years ago
John Ralls 536606a89c Fix extract_common_prices logic.
7 years ago
Geert Janssens 13f6c4d6d7 Introduce and use gnc_time64_get_day_neutral
7 years ago
Geert Janssens 11af81b51b Bug 789674 - Close Book tool regression
7 years ago
Geert Janssens cd04e805e3 Bug 796919 - Leading '+' character not accepted in amount when value surrounded by quotes
7 years ago
Geert Janssens f13d21b973 Bug 498072 - GnuCash show taxes on invoice when individual taxes is not checked
7 years ago