Commit Graph

1796 Commits (1890c6ccfb1fbfa6063bf34c8a2e406b6e41c9d5)

Author SHA1 Message Date
Rob Gowin e7b7974a3c Handle cases where LIBDIR is not "lib"
9 years ago
Rob Gowin 778b86e29e Handle cases where LIBDIR is not "lib"
9 years ago
John Ralls 0a8e50069c Remove overrides directory as being obsolete.
9 years ago
John Ralls 9b0a8723a4 More GNUInstallDirs path fixes.
9 years ago
John Ralls 5ca129d82d Remove unset variable SWIG_ARGS from Makefile.am
9 years ago
Geert Janssens 649a6a263e Fix installation destinations for overrides and quotes scripts
9 years ago
Guy Taylor c9c5876431 Use glib.h over custom typedefs in Python SWIG
9 years ago
John Ralls 5204100d53 Use GNUInstallDirs in CMake Builds
9 years ago
John Ralls 13657ee1bb Merge branch 'maint' into unstable
9 years ago
John Ralls d8c2f52447 Correct quoting for SQL backends.
9 years ago
John Ralls 9c4635e393 Bug 784623 - GNUCash does not work with sql backend.
9 years ago
John Ralls 937f8c5083 Set GncSqlObjectBackend::m_version to the appropriate TABLE_VERSION.
9 years ago
John Ralls d44f6bc9d5 Fix missing/misspelled files for distribution.
9 years ago
John Ralls 9444c1e300 Fix bad string construction in adjust_sql_options.
9 years ago
Geert Janssens cd9c3807c0 Assign as payment - when random transaction is selected, reset transaction description to owner
9 years ago
Geert Janssens 0dfb921e86 Add functions to retrieve a copy of splits of a certain type from business transactions
9 years ago
John Ralls 61316648b8 Bug 789608 - Compilation problems when linking libraries.
9 years ago
John Ralls 1895ae280c Merge branch 'maint' into unstable
9 years ago
John Ralls 6c01e54042 Convert shell-executed scheme tests to run directly from Guile.
9 years ago
John Ralls f412795ef2 Remove extraneous parameters from GNC_ADD_SCHEME_TARGETS
9 years ago
John Ralls 04642fc42a [SQL] Check return of string_to_guid, bail if false.
9 years ago
John Ralls d17c24b770 Bug 789298 - Prompt for file history update leads to crash during startup.
9 years ago
John Ralls 77ab04100c Bug 789297 - Account Tax Related Information - 2.7.0 is not backwards compatible
9 years ago
John Ralls 4be826055a Revert "Partial fix to exception crashes on Windows."
9 years ago
John Ralls 4746054635 Partial fix to exception crashes on Windows.
9 years ago
Geert Janssens 7cb59aafe8 Fix disabling src docs build on Windows
9 years ago
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
9 years ago
Carwyn Nelson 7b1d298bc6 Little refactor of account.c
9 years ago
Geert Janssens 444eb1c28e Improve gnc_numeric_boxed_copy_func based on discussion in PR#145
9 years ago
Bob-IT 53ef0c5be9 Save button active on every load
9 years ago
John Ralls 70a37a24ae Don't build design docs on Windows.
9 years ago
Geert Janssens b83be1b8c6 Remove configure option --enable-locale-specific-tax and make gnucash always behave as if it was set
9 years ago
Jose Marino 968956d271 fix reconcile dialog always showing ending balance of zero
9 years ago
John Ralls 91a2ee4525 [MacOS] Change CMake installed names to absolute paths from @rpath/...
9 years ago
Geert Janssens 9472e9347f Replace ambiguous 'scm' with 'vcs' in macro name
9 years ago
Geert Janssens 545b24fe97 Merge branch maint into unstable
9 years ago
Geert Janssens e56cb37813 Additional changes to use commit date rather than build date
9 years ago
Geert Janssens d266ee346c Fix build failures if userdata_home exists but gnc_userdata_home doesn't
9 years ago
John Ralls 711cea1f4f Fix the fix from mac for test-userdata-dir.c
9 years ago
John Ralls 9dc8e6f40a Fix test-userdata-dir on Mac.
9 years ago
Geert Janssens a8cccc00f3 Minor tweaks to the userdata_dir logic
9 years ago
Geert Janssens 2ac118f80c Improve a few comments.
9 years ago
Geert Janssens 75b5a41eee Merge branch 'maint'
9 years ago
Geert Janssens 37ecf56fbb Merge branch 'maint'
9 years ago
John Ralls 465f24af2e Link libgncmod-app-utils-python to libgncmod-app-utils.
9 years ago
Geert Janssens 556f7037ad Merge branch 'maint'
9 years ago
John Ralls 43c81b6ebb Add include of Foundation framework for NSString and NSBundle.
9 years ago
Geert Janssens 118af3e9e9 Fix gtest-gnc-timezone test on Windows
9 years ago
Geert Janssens 333edb1900 Fix gnc-rational test on Windows
9 years ago
Geert Janssens 449d3ca32d Windows: check permissions actually used on the platform
9 years ago
Geert Janssens d96bb3ebd5 Amend previous commit
9 years ago
Geert Janssens d6677ff39f Convert boost::filesystem path strings to utf8.
9 years ago
Geert Janssens 1b3a0e56ff Use boost::filesystem's built-in conversion between character encodings.
9 years ago
John Ralls e2386253ca Move Win32 additions to engine_SOURCES to before first use.
9 years ago
Geert Janssens 74b6ef8ab3 Merge branch 'kvpvaltostring' of https://github.com/limitedAtonement/gnucash
9 years ago
Geert Janssens a670783eb6 Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash
9 years ago
lmat a9cc488cbf Should return std::string
9 years ago
Geert Janssens bbea5061a3 Extend environment file parsing to also parse environment.local
9 years ago
Geert Janssens 045ee429bf Check GNC_DATA_HOME environment to override default userdata location.
9 years ago
Geert Janssens a153412e5a Use platform dependent locations for gnucash user's data (gnc_userdata_home)
9 years ago
Geert Janssens ae75bc963f Rewrite several file path routines to use boost::filesystem
9 years ago
Mike Alexander 29a92431cb Fix sigfigs(n) rounding to work when the input is bigger tnan 10**n.
9 years ago
Mike Alexander 57638161f2 Fix numerator overflow constructing GncNumeric from 96.16
9 years ago
Mike Alexander 00c7089ecb Add tests for converting doubles 96.16 and 9616000000.0 to GncNumeric.
9 years ago
Geert Janssens 4b3db97ba1 Merge branch 'maint'
9 years ago
John Ralls 115d61e7f3 Remove test for transaction set-date diagnostic message.
9 years ago
John Ralls 71e3703087 Use time64 GncDateTime constructor instead of struct tm constructor.
9 years ago
John Ralls f7ce8bcbb3 Disable creating a date string to maybe use in a PINFO message.
9 years ago
John Ralls 1e0a9a0ef8 Parse date strings into a struct tm and construct GDateTime with that.
9 years ago
John Ralls 82d891a202 Test features to see if they're already set before setting them.
9 years ago
Robert Fewell 6ca85450a8 Move gnc-gdate-utils functions to gnc-date and remove files.
9 years ago
Robert Fewell b485206378 Change tabs to spaces and remove some blank lines
9 years ago
Robert Fewell 047bc8d69b Rename gnc_pricedb_remove_old_prices_keep_last
9 years ago
Robert Fewell a7abc312a9 Rename save_cloned_price to clone_price
9 years ago
Robert Fewell 89dbc09410 Added second if clause for completeness.
9 years ago
Robert Fewell c3466b79ef Move gnc-gdate-utils.c/h from app-utils to engine
9 years ago
Robert Fewell 42915a42d1 Modify the unit tests to reflect changes.
9 years ago
Robert Fewell 667f175757 This change modifies the way old prices can be removed.
9 years ago
John Ralls 4fc61b2ac8 Commit imap conversions once per account instead of per import map slot.
9 years ago
John Ralls c6a72cc596 Revert "Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib."
9 years ago
John Ralls 7e7d42847c Fix load string KVP memory error.
9 years ago
John Ralls 6a359f86a0 Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
9 years ago
Geert Janssens f943ba61ae Rename directory for code from external projects
9 years ago
Geert Janssens 7fd38c88a5 Improve a comment
9 years ago
Geert Janssens a96a68fd4e Add as many values as there are fields in the list
9 years ago
Geert Janssens 0946b0315f Use another way to fix backend loading on OS X
9 years ago
John Ralls cc39a04f6f Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
9 years ago
John Ralls e9ac71c0f9 Fix time-string format in backend for GncDateTime(std::string).
9 years ago
John Ralls 43df1ccc3a Fix the most serious backend memory leaks.
9 years ago
Geert Janssens 1883d8ec31 Fix a number of test mismatches between cmake and autotools
9 years ago
Geert Janssens 53afd36de1 Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH
9 years ago
Geert Janssens 3e3eead3c5 Eliminate plugins directory
9 years ago
Geert Janssens dfe8ea4536 Add conditional source files to dist tarball
9 years ago
Geert Janssens 0c6da2f001 Cleanup some more obscure references to no longer existing 'src' directory
9 years ago
Geert Janssens afecab330a Move accounts, checks and pixmaps into a data directory
9 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago