From 0004a44f5f188d910cf7ab155ed1f0ce7fa1949a Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 16 Sep 2017 18:01:20 -0700 Subject: [PATCH] Release 2.7.0 --- CMakeLists.txt | 6 +- ChangeLog | 6078 +++++++++++++++++++++++++++++++++---------- NEWS | 75 + README.dependencies | 9 +- configure.ac | 2 +- 5 files changed, 4760 insertions(+), 1410 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8db14ef6c51..ee773525602 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,15 +12,15 @@ ENABLE_TESTING() # Version number of gnucash SET (GNUCASH_MAJOR_VERSION 2) -SET (GNUCASH_MINOR_VERSION 6) -SET (GNUCASH_MICRO_VERSION 99) +SET (GNUCASH_MINOR_VERSION 7) +SET (GNUCASH_MICRO_VERSION 0) SET (GNUCASH_NANO_VERSION 0) SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}") SET (GNUCASH_LATEST_STABLE_SERIES 2.6) SET (PACKAGE gnucash) SET (PACKAGE_NAME GnuCash) -SET (PACKAGE_VERSION 2.6.99) +SET (PACKAGE_VERSION 2.7.0) SET (PACKAGE_BUGREPORT gnucash-devel@gnucash.org) SET (PACKAGE_TARNAME ${PACKAGE}) SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") diff --git a/ChangeLog b/ChangeLog index 58657c8216d..591f74c7bb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2812 +1,6088 @@ -2017-08-04 Geert Janssens +2017-09-16 John Ralls - * Merge branch 'gtk3-update4' of https://github.com/Bob-IT/gnucash (origin/master, origin/HEAD, master) + * Merge branch 'maint' (HEAD -> unstable, master) -2017-08-03 Robert Fewell +2017-09-16 John Ralls - * Missed changing the GncItemEdit alignment for the first row + * Fix test-userdata-dir on Mac. (origin/master, origin/HEAD) -2017-08-03 Geert Janssens +2017-09-16 Geert Janssens - * Tweak cmake/autotools so they produce the same output for POTFILES.in + * Travis fixes -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * Change how the widgets are named for CSS + * Minor tweaks to the userdata_dir logic -2017-08-03 Robert Fewell +2017-09-16 John Ralls - * Replace the thicker lower line for the cursor, removed by mistake + * Fix python init errors. -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * When drawing the cursor, remove the requirement to test for first row + * Improve a few comments. -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * Change the divider line back to 3px + * Disable creating a user_data_dir in the test environment -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * Revert change to text vertical offset + * Also undo the changes to POTFILES.in -2017-08-03 Robert Fewell +2017-09-06 John Ralls - * Do not make the first row height smaller + * Install the current, 2015, and 2016 ChangeLogs. (origin/maint, maint) -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * Return the vertical split borders to light + * Revert "Merge branch 'new-gst-report' of https://github.com/christopherlam/gnucash" -2017-08-03 Robert Fewell +2017-09-16 Geert Janssens - * Change the hatching draw fix to use a relative move + * Update python bindings to use PyGI and Gtk3 -2017-08-01 Geert Janssens +2017-09-16 Geert Janssens - * Merge branch 'master' of https://github.com/0-wiz-0/gnucash + * Merge branch 'new-gst-report' of https://github.com/christopherlam/gnucash -2017-08-01 Robert Fewell +2017-09-11 christopherlam - * Fix a problem with the arrows when register first loads + * "Sorting" tab overhaul to improve UI -2017-08-01 Robert Fewell +2017-09-16 christopherlam - * Fix the place the popup appears when above the row + * Disallow Closing Transactions. These txns must not be counted in this report. -2017-08-01 Robert Fewell +2017-09-15 christopherlam - * To update the toggle arrow it needs to be removed from the container + * Initial commit income-gst-report.scm -2017-08-01 Robert Fewell +2017-09-15 christopherlam - * Change the cursor grid coordinates to reflect the other changes + * Reindent income-gst-report.scm -2017-08-01 Robert Fewell +2017-09-15 christopherlam - * Change the cursor grid coordinates to reflect the other changes + * cp transction.scm income-gst-statement.scm -2017-08-01 Robert Fewell +2017-09-15 Geert Janssens - * Remove some blank lines from the header source file + * Merge branch 'maint' -2017-08-01 Robert Fewell +2017-09-15 Geert Janssens - * Add css style classes to parts of the register + * Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times -2017-08-01 Robert Fewell +2017-09-15 fell - * Change the cell grid lines slightly + * Bug 787479 - Persian currency symbol is doubled -2017-08-01 Robert Fewell +2017-09-14 John Ralls - * Make the header align with the sheet when scrolled horizontally + * Fix the actual cmake dist problem, missing macros. -2017-08-01 Robert Fewell +2017-09-13 Geert Janssens - * Change the layout to show left border of first cell + * Apply python binding changes to correct file -2017-08-01 Robert Fewell +2017-09-12 John Ralls - * Update the register grid + * Fix some odd automake errors that show up only during a CMake ninja dist. -2017-07-31 John Ralls +2017-09-12 John Ralls - * Check the right variable in the right version of gdk to test for a Mac build. + * Fix distribution pieces for gwenhywfar-gtk3. -2017-07-29 Thomas Klausner +2017-09-12 John Ralls - * Use proper glib2 include path. + * Re-enable generation of POTFILES.in -2017-07-27 Thomas Klausner +2017-09-10 lmat - * Use portable test(1) operator. + * Adding python tests to cmake -2017-07-23 John Ralls +2017-09-12 Geert Janssens - * Merge Guido Falsi's 'fix-typo-and-indent' branch. + * Merge branch 'maint' -2017-07-10 Guido Falsi +2017-09-11 Rob Gowin - * Fix a typo in a comment, and indentition of if conditional content. + * Fix issues with loading and running init.py -2017-07-23 John Ralls +2017-09-11 John Ralls - * Merge Bob Fewell's 'gtk3-update3' branch. + * Disable regeneration of POTFILES.in -2017-07-23 Robert Fewell +2017-09-11 John Ralls - * These files have the QofLogModule defined but never used + * Fix tiny omission that didn't build standard-reports.go. -2017-07-23 Robert Fewell +2017-09-11 fell - * Comment out some unused variables while register is still in flux + * Update changed string in de.po -2017-07-23 Robert Fewell +2017-09-11 fell - * Add some additional REGISTER2_ENABLED code blocks + * Fix error in recent commit -2017-07-23 Robert Fewell +2017-09-10 John Ralls - * Code clean up, comment out some additional static defines + * Link libgncmod-app-utils-python to libgncmod-app-utils. -2017-07-23 Robert Fewell +2017-09-11 fell - * Code clean up on register2 files + * Remove build_year from translatable copyright string -2017-07-23 Robert Fewell +2017-09-10 fell - * Code clean up, remove unused variable + * Review of PR #183 -2017-07-23 Robert Fewell +2017-09-10 Geert Janssens - * Add a gtk version check for gnc-cell-renderer-popup + * Merge branch 'maint' -2017-07-23 Robert Fewell +2017-09-10 Geert Janssens - * Code clean up, remove some variables that were set but never used + * Merge branch 'fix_cmake_ofx_dep' of https://github.com/bhardwajs/gnucash -2017-07-23 Robert Fewell +2017-09-09 christopherlam - * Code clean up, remove some static defines and redundant code + * Fix swig wrapper for gncTaxTableGetTaxTables -2017-07-23 Robert Fewell +2017-09-10 Geert Janssens - * Code clean up, remove unused variables + * Merge branch 'trav' of https://github.com/limitedAtonement/gnucash -2017-07-23 Robert Fewell +2017-09-10 Geert Janssens - * Code clean up, remove unused variables + * Re-enable python-bindings test this time with a fully corrected python path -2017-07-23 Robert Fewell +2017-09-09 John Ralls - * Code clean up, remove unused variables + * Add w_image.c to EXTRA_DIST. -2017-07-23 Robert Fewell +2017-09-04 Daniel - * Code clean up, remove unused variables + * L10N: DE, some small corrections. -2017-07-23 Robert Fewell +2017-09-09 Sumit Bhardwaj - * Move static inline CSS to gnucash.css file + * Made ofx-gschema dependent on WITH_OFX flag -2017-07-23 Robert Fewell +2017-09-06 lmat - * Add an application specific CSS file + * Configure travis to use docker for CI -2017-07-23 Robert Fewell +2017-09-09 Geert Janssens - * Fix problem with gbv_treeview_resized_cb + * Temporarily disable python-bindings as it's currently failing -2017-07-23 Robert Fewell +2017-09-09 Geert Janssens - * Fix error in use of AccountFilterDialog structure in budgets + * Merge branch 'maint' -2017-07-23 Robert Fewell +2017-09-08 Rob Gowin - * Fix typo of version, should be 3.10 + * Fix problems that occur when running out of CMake build dir -2017-07-23 Robert Fewell +2017-09-08 Rob Gowin - * Fix critical error when Gnucash closes with report pages open + * Run the python bindings test when using CMake -2017-07-23 John Ralls +2017-09-06 lmat - * [Mac] use gtk-mac-integration-gtk3 now that we're building with gtk3. + * Adding .gitignore entries for ctags and vim swaps -2017-07-22 John Ralls +2017-09-08 fell - * Detect and flag MinGW64 + * Revert PR #182 mostly. -2017-07-22 Alex Aycinena +2017-09-08 Geert Janssens - * Revert visible changes to File->Properties for Book Currency from master in order to do further work in feature branch. + * Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint -2017-07-21 John Ralls +2017-09-06 John Ralls - * Merge Sumit Bhardway's 'gdate-day-buffer' fix for gcc-7. + * Add include of Foundation framework for NSString and NSBundle. -2017-07-20 Sumit Bhardwaj +2017-09-06 John Ralls - * membuf changes in gnc-dense-cal.c for gcc7 warnings + * Set -xobjective-c or -xobjective-c++ for Mac code depending compiler. -2017-07-16 John Ralls +2017-09-06 John Ralls - * Turn off GncAddSchemeTargets debugging messages. + * Append to string the pre-cmake-3.4 way. -2017-07-20 John Ralls +2017-09-06 John Ralls - * Remove obsolete throw specifications. + * Install the current, 2015, and 2016 ChangeLogs. -2017-07-17 John Ralls +2017-09-06 Geert Janssens - * Merge branch 'maint' + * Ajust the GUILE_COMPILE_PATH such that it also works on Windows -2017-07-17 Rob Gowin +2017-09-05 Geert Janssens - * Fix failure to compile AQBanking GSchemas in CMake Build. + * Fix gtest-gnc-timezone test on Windows -2017-07-16 John Ralls +2017-09-05 Geert Janssens - * Version-check some webkit properties. + * Fix gnc-rational test on Windows -2017-07-15 John Ralls +2017-09-04 Geert Janssens - * Relax handling of bad numeric values in the DOM parser. + * Windows: check permissions actually used on the platform -2017-07-15 John Ralls +2017-09-04 Geert Janssens - * Prevent infinite loop in to_decimal if numerator becomes 0. + * Amend previous commit -2017-07-15 John Ralls +2017-08-31 Geert Janssens - * Merge Bob Fewell's Gtk3-Update2 branch. + * Convert boost::filesystem path strings to utf8. -2017-07-15 Robert Fewell +2017-09-04 Daniel - * Fix missing id values for GtkTreeSelection in glade files + * L10N: DE, automatic "make pot" changes. -2017-07-15 Robert Fewell +2017-09-04 Daniel - * Remove redundant GTK_CHECK_VERSION's + * L10N: DE, fix bug #787226: Bill ID / Billing ID swapped. -2017-07-15 Robert Fewell +2017-09-03 Geert Janssens - * Replace deprecated stock-id with icon-name + * Merge branch 'maint' -2017-07-15 Robert Fewell +2017-09-03 Geert Janssens - * Replace some missed GTK_STOCK_ items + * Only build aqbanking when requested -2017-07-15 Robert Fewell +2017-09-02 Sumit Bhardwaj - * Add function to add the color background data function to account column + * Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx -2017-07-15 Robert Fewell +2017-09-02 Geert Janssens - * Replace Gtk3 deprecated widgets in currency_accounting_widget + * Merge branch 'maint' -2017-07-15 Robert Fewell +2017-09-02 Geert Janssens - * Add function to clear the display of the currency edit widget + * Fix deliberate test failure on previous commit -2017-07-15 Robert Fewell +2017-09-02 Geert Janssens - * Modify the Account color button + * Have Travis print out build logs in case of test failures -2017-07-15 Robert Fewell +2017-09-02 Geert Janssens - * Replace missing key accelerators + * Merge branch 'maint' -2017-07-14 John Ralls +2017-09-02 Geert Janssens - * Enable AQBanking by default in CMake build. + * Set up a build matrix on Travis CI -2017-07-14 John Ralls +2017-09-01 Rob Gowin - * Adjust autotools build for gnc-html-webkit changes. + * Enable CMake build in Travis CI -2017-07-11 John Ralls +2017-08-31 Geert Janssens - * Conditionally build for Webkit1 on Win32 and Webkit2 everywhere else. (zzmerge/master) + * Use boost::filesystem's built-in conversion between character encodings. -2017-07-09 John Ralls +2017-08-27 John Ralls - * Check for package webkitgtk-3.0 (webkit1 API) on Windows. + * Remove set target property on no-longer-extant gncmod-utility-reports target. -2017-07-03 John Ralls +2017-08-27 John Ralls - * Use GStatBuf to match newer GLib API + * Fix poor error message on missing guile and make it fatal. -2017-06-15 John Ralls +2017-08-27 John Ralls - * Include winsock2.h before windows.h to silence a compile warning. + * Remove references to special HTMLHELP directory. -2017-06-15 John Ralls +2017-08-27 John Ralls - * Disable Guile's GnuLib broken redefinition of 'close'. + * Fix type mismatch (ptr & int) in comparison. -2017-06-15 John Ralls +2017-08-27 John Ralls - * Change the dll lookup directory when building with CMake on Win32. + * Move Win32 additions to engine_SOURCES to before first use. -2017-06-15 John Ralls +2017-08-31 Geert Janssens - * Win32 doesn't use the fake backend links, it just uses the regular dlls. + * Fix FIND_PROGRAM invocation for guile -2017-06-15 John Ralls +2017-08-31 Geert Janssens - * Link libws32 to the DBI backend on MINGW64 + * Set the same minimum required gtk version for cmake and autotools -2017-06-15 John Ralls +2017-08-31 Geert Janssens - * Set deprecated-declarations to no-error for WIN32 so that it will work with Guile2. + * Merge branch 'kvpvaltostring' of https://github.com/limitedAtonement/gnucash -2017-06-05 John Ralls +2017-08-31 Geert Janssens - * Replace use of CMAKE_PREFIX_PATH + * Detail what is meant with a dark theme -2017-06-05 John Ralls +2017-08-31 Geert Janssens - * [Mingw64] Set command variables correctly for Guile2 compilation. + * Merge branch 'gtk3-update5' of https://github.com/Bob-IT/gnucash -2017-05-27 John Ralls +2017-08-30 Robert Fewell - * Fix ENDIF() parameter. + * Move another couple of functions used more than once to gnc-gtk-utils -2017-05-27 John Ralls +2017-08-30 Robert Fewell - * Add CMake files and .gitattributes to lf-only files. + * Move function is_color_light to gnc-gtk-utils and rename -2017-05-26 John Ralls +2017-08-29 Geert Janssens - * Adjustments to build on mingw-64. + * Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash -2017-07-13 Alex Aycinena +2017-08-18 lmat - * Change test-gnc-ui-util.c and test-option-util.cpp so that test-app-utils passes during make check. + * Should return std::string -2017-07-12 Geert Janssens +2017-08-08 lmat - * Fix cmake's build as installed + * Clear up guile2 vs. guile cmake confusion -2017-07-11 Alex Aycinena +2017-08-28 Robert Fewell - * Revert changes to test-gnc-ui-util.c until I can get my system to test them. + * Change the background colours of the import-main-matcher -2017-07-10 Geert Janssens +2017-08-28 Robert Fewell - * Merge branch 'dist-alignment' + * Change colour function to is_color_light in gnc-dense-cal -2017-07-10 Geert Janssens +2017-08-26 Geert Janssens - * Align master-only dist files between cmake and autotools + * Extend environment file parsing to also parse environment.local -2017-07-10 Alex Aycinena +2017-08-26 Geert Janssens - * Fix error of incorrect argument passed to gnc_commodity_new. + * Mention GNC_DATA_HOME and AQBANKING_HOME in the environment file. -2017-07-10 Geert Janssens +2017-08-26 Geert Janssens - * Merge branch 'maint' + * Check GNC_DATA_HOME environment to override default userdata location. -2017-07-10 Geert Janssens +2017-08-23 Geert Janssens - * Merge branch 'maint' + * Use platform dependent locations for gnucash user's data (gnc_userdata_home) -2017-07-10 Geert Janssens +2017-08-22 Geert Janssens - * Fix a couple of double EXTRA_DIST declarations from the previous commit (zzmerge/maint) + * Rewrite several file path routines to use boost::filesystem -2017-07-10 Geert Janssens +2017-08-25 John Ralls - * Add CMakeLists.txt files to dist tarball generated by autotools + * Build gwengui-gkt3 only if AQBanking is enabled. -2017-07-10 Geert Janssens +2017-08-25 John Ralls - * Rework icon cache loading (gjgh/master) + * Temporarily include building libgwengui-gtk3 in GnuCash. -2017-07-10 Geert Janssens +2017-08-24 John Ralls - * Add icons in the proper directory + * Conditionally modify getpassword_cb to match new signature in gwenhywfar 4.7.99. -2017-07-09 Robert Fewell +2017-08-24 John Ralls - * Replace style strings with proper defined types + * Convert to libgwengui-gtk3 -2017-07-09 Robert Fewell +2017-08-25 Geert Janssens - * Redo the change to Gtk3.10 based glade file from current master + * Fully enable the new Account Substring option on the transaction report -2017-07-09 Robert Fewell +2017-08-25 Geert Janssens - * Remove the preference for showing an icon and label + * Hide Account Substring option -2017-07-09 Robert Fewell +2017-08-25 christopherlam - * Remove setting the rules hint for tree views + * Reduce to compatibility shim -2017-07-09 Robert Fewell +2017-08-16 christopherlam - * Fix mistake in changing button labels from stock + * added case sensitive filter -2017-07-09 Robert Fewell +2017-08-16 christopherlam - * Fix mistake in adding style context to Find Transactions dialog + * Account fullname filter for transaction.scm -2017-07-09 Robert Fewell +2017-08-25 Geert Janssens - * Replace register Gtk3 deprecated functions in gnucash-sheet.c + * Hide Account Substring option -2017-07-09 Robert Fewell +2017-08-25 Geert Janssens - * Replace register Gtk3.14 deprecated functions related to gtk_arrow + * Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint -2017-07-09 Robert Fewell +2017-08-25 christopherlam - * Replace register GTk3.16 deprecated function gdk_cursor_new + * Reduce to compatibility shim -2017-07-09 Robert Fewell +2017-08-24 Robert Fewell - * Replace deprecated Gtk3.22 function to get monitor size + * Change comment in fallback css file for emphasize-label -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.20 deprecated functions in gnc-cell-renderer-popup.c + * Rename the colour defines to closely match the text in import matcher -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.22 deprecated functions to do with monitor size + * Rename direction boolean to arrow_down -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.20 functions in gnc-date-edit.c + * Change the way dense calendar background colours are sourced -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.22 deprecated function gtk_menu_popup + * Improve marker alignment depending on row height being odd or even -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.22 deprecated function gtk_menu_popup + * Fix some lines with spaces on them -2017-07-09 Robert Fewell +2017-08-23 Robert Fewell - * Replace Gtk3.22 deprecated function gtk_menu_popup + * Change glade comment in css file -2017-07-09 Robert Fewell +2017-08-23 Geert Janssens - * Replace Gtk3.22 deprecated function gtk_menu_popup + * Build test-import-pending-matches as c++ -2017-07-09 Robert Fewell +2017-08-22 Robert Fewell - * Replace Gtk3.22 deprecated function to get monitor size + * Use GTK_STYLE_PROVIDER_PRIORITY_FALLBACK for fallback css file -2017-07-09 Robert Fewell +2017-08-14 Robert Fewell - * Replace Gtk3.20 deprecated functions based on device_manager + * Use the css class defines in the import matcher help dialog -2017-07-09 Robert Fewell +2017-08-13 Robert Fewell - * Replace Gtk3.22 deprecated function gtk_menu_popup + * Minor fix to gnc-tree-model-account, removal of double ; -2017-07-09 Robert Fewell +2017-08-13 Robert Fewell - * Replace Gtk3.22 deprecated function gtk_menu_popup + * These variables are not required any more in gnc-dense-cal -2017-07-09 Robert Fewell +2017-08-13 Robert Fewell - * Replace Gtk3.22 deprecated gtk_show_uri + * Change the css for the primary label in dialog account -2017-07-09 Geert Janssens +2017-08-13 Robert Fewell - * Rework our icon management + * Change the Register2 css to be from the fallback file -2017-07-09 Alex Aycinena +2017-08-13 Robert Fewell - * Book-Currency Feature step 6 + * Do not set the foreground colour in Import Matcher -2017-07-09 Geert Janssens +2017-08-13 Robert Fewell - * Fix build with cmake > 3.5 + * Rework the Import Matcher colours to be from the fallback css file -2017-07-08 John Ralls +2017-08-13 Robert Fewell - * Allow compilation with either Webkit2Gtk-4.0 or WebKit2Gtk-3.0. + * Rename css class negative-color to negative-numbers -2017-07-08 John Ralls +2017-08-12 Robert Fewell - * Adjust Makefile.am for pixmap hierarchy change in 4aea4c5. + * The summary bar never respected the use of a negative colour -2017-07-08 John Ralls +2017-08-12 Robert Fewell - * Don't warn about all of the deprecated Gtk functions we're using. + * Change the account treeview to use the css negative color -2017-07-08 Geert Janssens +2017-08-12 Robert Fewell + + * Rework the negative label colour + +2017-08-09 Robert Fewell + + * Replace toggle arrow with a theme drawn one + +2017-08-09 Robert Fewell + + * Add draw arrow call back to various widgets + +2017-08-09 Robert Fewell + + * Add a draw callback to draw a theme based up/down arrow + +2017-08-08 Robert Fewell + + * Change the dense calender to use css so that it can be themed + +2017-08-08 Robert Fewell + + * Add CSS provider of a lesser priority than themes + +2017-08-22 Mike Alexander + + * Fix sigfigs(n) rounding to work when the input is bigger tnan 10**n. + +2017-08-22 Mike Alexander + + * Fix numerator overflow constructing GncNumeric from 96.16 + +2017-04-15 Mike Alexander + + * Add tests for converting doubles 96.16 and 9616000000.0 to GncNumeric. + +2017-08-21 Mike Alexander + + * Add a couple of directories containing dependencies of libtest-core-guile. + +2017-08-21 Geert Janssens + + * Merge branch 'maint' + +2017-07-01 Yasuaki Taniguchi + + * Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator + +2017-08-21 Geert Janssens + + * Merge branch 'maint' + +2017-08-19 Kristjan Onu + + * Correct Price Overview documentation typos + +2017-08-21 fell + + * PR #172: Accelerator fixes for Latvian language + +2017-08-08 Robert Fewell + + * Remove the rules hint from gnc-tree-view to align with current setting + +2017-08-21 Geert Janssens + + * Fix cmake run on Ubuntu 16.04 (and possibly other distros) + +2017-08-21 Geert Janssens + + * Fix missing Find... functionality + +2017-08-20 John Ralls + + * Remove test for transaction set-date diagnostic message. + +2017-08-20 John Ralls + + * Use time64 GncDateTime constructor instead of struct tm constructor. + +2017-08-20 John Ralls + + * Disable creating a date string to maybe use in a PINFO message. + +2017-08-20 John Ralls + + * Parse date strings into a struct tm and construct GDateTime with that. + +2017-08-20 John Ralls + + * Test features to see if they're already set before setting them. + +2017-08-20 Robert Fewell + + * Move gnc-gdate-utils functions to gnc-date and remove files. + +2017-08-20 Robert Fewell + + * Change tabs to spaces and remove some blank lines + +2017-08-20 Robert Fewell + + * Rename gnc_pricedb_remove_old_prices_keep_last + +2017-08-20 Robert Fewell + + * Rename save_cloned_price to clone_price + +2017-08-20 Robert Fewell + + * Added second if clause for completeness. + +2017-08-20 Robert Fewell + + * Remove the 'if else' blocks by using boolean variable. + +2017-08-20 Robert Fewell + + * Rename function to be plural as more than one commodity returned in list + +2017-08-20 Robert Fewell + + * Move gnc-gdate-utils.c/h from app-utils to engine + +2017-08-10 Robert Fewell + + * Fix some missing id's in the glade file + +2017-08-10 Robert Fewell + + * Modify the unit tests to reflect changes. + +2017-08-10 Robert Fewell + + * This change modifies the way old prices can be removed. + +2017-08-19 John Ralls + + * Commit imap conversions once per account instead of per import map slot. + +2017-08-19 John Ralls + + * Revert "Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib." + +2017-08-19 John Ralls + + * Fix load string KVP memory error. + +2017-08-19 John Ralls + + * Fix typo, broke build on Mac. + +2017-08-16 John Ralls + + * Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib. + +2017-08-17 Geert Janssens + + * Minor cleanupus in .gitignore + +2017-08-17 Geert Janssens + + * Rename directory for code from external projects + +2017-08-17 Geert Janssens + + * Win32: drop goffice directory from path + +2017-08-17 Geert Janssens + + * Improve a comment + +2017-08-17 Geert Janssens + + * Add as many values as there are fields in the list + +2017-08-17 Geert Janssens + + * Use another way to fix backend loading on OS X + +2017-08-16 John Ralls + + * Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib. + +2017-08-16 John Ralls + + * Fix time-string format in backend for GncDateTime(std::string). + +2017-08-14 John Ralls + + * Fix the most serious backend memory leaks. + +2017-08-16 christopherlam + + * added case sensitive filter + +2017-08-16 christopherlam + + * Account fullname filter for transaction.scm + +2017-08-03 christopherlam + + * Remove clutter from generated html + +2017-08-03 christopherlam + + * Partial fix for bug 660027 + +2017-08-16 Geert Janssens + + * Fix a number of test mismatches between cmake and autotools + +2017-08-16 Geert Janssens + + * Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH + +2017-08-16 Valdis Vitolins + + * Accelerator fixes for Latvian language + +2017-08-14 Geert Janssens + + * Merge branch 'reorganize-source-dirs' + +2017-08-14 Geert Janssens + + * Eliminate plugins directory + +2017-08-13 Geert Janssens + + * Eliminate the separate bin directory + +2017-08-13 Geert Janssens + + * Update .gitignore to handle all the renamed directories + +2017-08-11 Geert Janssens + + * Drop packaging directory + +2017-08-11 Geert Janssens + + * Add conditional source files to dist tarball + +2017-08-11 Geert Janssens + + * Cleanup some more obscure references to no longer existing 'src' directory + +2017-08-11 Geert Janssens + + * Move accounts, checks and pixmaps into a data directory + +2017-08-11 fell + + * PR #170 Fixes for po/lv.po file + +2017-08-11 Valdis Vitolins + + * Fixes for po/lv.po file + +2017-08-10 Geert Janssens + + * Restructure the src directory + +2017-08-10 fell + + * Merge Messages fom Maint in lv.po + +2017-08-09 Valdis Vitolins + + * *.po file updated for Latvian language + +2017-08-09 Geert Janssens + + * Move global definitions to toplevel CMakeLists.txt + +2017-08-09 Geert Janssens + + * Drop the cutecash experiment and the gtkmm optional bindings + +2017-08-08 Geert Janssens + + * Drop gtk dependency from app-utils + +2017-08-07 Geert Janssens + + * Make all backend loading use the same build environment module path resolution + +2017-08-06 Geert Janssens + + * Merge qof directory into engine + +2017-08-09 Geert Janssens + + * Fix ambiguity in Dutch translation of the gnucash description + +2017-08-05 Geert Janssens + + * Move core-utils files with depedencies on qof to engine + +2017-08-07 Geert Janssens + + * Fix cmake based sqlite3 test when run twice in a row + +2017-08-05 Geert Janssens + + * Fix source file dependency on config.h in engine + +2017-08-04 Geert Janssens + + * Remove the gncmod boilerplate from standard-reports and utility-reports + +2017-07-21 Geert Janssens + + * Integrate gnome-business into gnome + +2017-07-21 Geert Janssens + + * Move auxiliary business files to gnome directory + +2017-07-20 Geert Janssens + + * Move business-gnome subdirectory to higher level + +2017-07-20 Geert Janssens + + * Remove references to long obsolete source directories + +2011-11-19 Geert Janssens + + * Merge business ledger into ledger-core + +2017-08-07 Geert Janssens + + * Update ChangeLog + +2017-08-04 Geert Janssens + + * Merge branch 'gtk3-update4' of https://github.com/Bob-IT/gnucash + +2017-08-03 Robert Fewell + + * Missed changing the GncItemEdit alignment for the first row + +2017-08-03 Geert Janssens + + * Tweak cmake/autotools so they produce the same output for POTFILES.in + +2017-08-03 Robert Fewell + + * Change how the widgets are named for CSS + +2017-08-03 Robert Fewell + + * Replace the thicker lower line for the cursor, removed by mistake + +2017-08-03 Robert Fewell + + * When drawing the cursor, remove the requirement to test for first row + +2017-08-03 Robert Fewell + + * Change the divider line back to 3px + +2017-08-03 Robert Fewell + + * Revert change to text vertical offset + +2017-08-03 Robert Fewell + + * Do not make the first row height smaller + +2017-08-03 Robert Fewell + + * Return the vertical split borders to light + +2017-08-03 Robert Fewell + + * Change the hatching draw fix to use a relative move + +2017-08-01 Geert Janssens + + * Merge branch 'master' of https://github.com/0-wiz-0/gnucash + +2017-08-01 christopherlam + + * Fix income statement when trading accounts not used + +2017-08-01 Robert Fewell + + * Fix a problem with the arrows when register first loads + +2017-08-01 christopherlam + + * Add vertical-align:top to default text fields. + +2017-08-01 Robert Fewell + + * Fix the place the popup appears when above the row + +2017-08-01 Robert Fewell + + * To update the toggle arrow it needs to be removed from the container + +2017-08-01 Robert Fewell + + * Change the cursor grid coordinates to reflect the other changes + +2017-08-01 Robert Fewell + + * Change the cursor grid coordinates to reflect the other changes + +2017-08-01 Robert Fewell + + * Remove some blank lines from the header source file + +2017-08-01 Robert Fewell + + * Add css style classes to parts of the register + +2017-08-01 Robert Fewell + + * Change the cell grid lines slightly + +2017-08-01 Robert Fewell + + * Make the header align with the sheet when scrolled horizontally + +2017-08-01 Robert Fewell + + * Change the layout to show left border of first cell + +2017-08-01 Robert Fewell + + * Update the register grid + +2017-07-31 John Ralls + + * Check the right variable in the right version of gdk to test for a Mac build. + +2017-07-29 Thomas Klausner + + * Use proper glib2 include path. + +2017-07-27 Thomas Klausner + + * Use portable test(1) operator. + +2017-07-23 John Ralls + + * Merge Guido Falsi's 'fix-typo-and-indent' branch. + +2017-07-10 Guido Falsi + + * Fix a typo in a comment, and indentition of if conditional content. + +2017-07-23 John Ralls + + * Merge Bob Fewell's 'gtk3-update3' branch. + +2017-07-23 Robert Fewell + + * These files have the QofLogModule defined but never used + +2017-07-23 Robert Fewell + + * Comment out some unused variables while register is still in flux + +2017-07-23 Robert Fewell + + * Add some additional REGISTER2_ENABLED code blocks + +2017-07-23 Robert Fewell + + * Code clean up, comment out some additional static defines + +2017-07-23 Robert Fewell + + * Code clean up on register2 files + +2017-07-23 Robert Fewell + + * Code clean up, remove unused variable + +2017-07-23 Robert Fewell + + * Add a gtk version check for gnc-cell-renderer-popup + +2017-07-23 Robert Fewell + + * Code clean up, remove some variables that were set but never used + +2017-07-23 Robert Fewell + + * Code clean up, remove some static defines and redundant code + +2017-07-23 Robert Fewell + + * Code clean up, remove unused variables + +2017-07-23 Robert Fewell + + * Code clean up, remove unused variables + +2017-07-23 Robert Fewell + + * Code clean up, remove unused variables + +2017-07-23 Robert Fewell + + * Code clean up, remove unused variables + +2017-07-23 Robert Fewell + + * Move static inline CSS to gnucash.css file + +2017-07-23 Robert Fewell + + * Add an application specific CSS file + +2017-07-23 Robert Fewell + + * Fix problem with gbv_treeview_resized_cb + +2017-07-23 Robert Fewell + + * Fix error in use of AccountFilterDialog structure in budgets + +2017-07-23 Robert Fewell + + * Fix typo of version, should be 3.10 + +2017-07-23 Robert Fewell + + * Fix critical error when Gnucash closes with report pages open + +2017-07-23 John Ralls + + * [Mac] use gtk-mac-integration-gtk3 now that we're building with gtk3. + +2017-07-22 John Ralls + + * Detect and flag MinGW64 + +2017-07-22 Alex Aycinena + + * Revert visible changes to File->Properties for Book Currency from master in order to do further work in feature branch. + +2017-07-21 John Ralls + + * Merge Sumit Bhardway's 'gdate-day-buffer' fix for gcc-7. + +2017-07-20 Sumit Bhardwaj + + * membuf changes in gnc-dense-cal.c for gcc7 warnings + +2017-07-16 John Ralls + + * Turn off GncAddSchemeTargets debugging messages. + +2017-07-20 John Ralls + + * Remove obsolete throw specifications. + +2017-07-17 John Ralls + + * Merge branch 'maint' + +2017-07-17 Rob Gowin + + * Fix failure to compile AQBanking GSchemas in CMake Build. + +2017-07-16 John Ralls + + * Version-check some webkit properties. + +2017-07-15 John Ralls + + * Relax handling of bad numeric values in the DOM parser. + +2017-07-15 John Ralls + + * Prevent infinite loop in to_decimal if numerator becomes 0. + +2017-07-15 John Ralls + + * Merge Bob Fewell's Gtk3-Update2 branch. + +2017-07-15 Robert Fewell + + * Fix missing id values for GtkTreeSelection in glade files + +2017-07-15 Robert Fewell + + * Remove redundant GTK_CHECK_VERSION's + +2017-07-15 Robert Fewell + + * Replace deprecated stock-id with icon-name + +2017-07-15 Robert Fewell + + * Replace some missed GTK_STOCK_ items + +2017-07-15 Robert Fewell + + * Add function to add the color background data function to account column + +2017-07-15 Robert Fewell + + * Replace Gtk3 deprecated widgets in currency_accounting_widget + +2017-07-15 Robert Fewell + + * Add function to clear the display of the currency edit widget + +2017-07-15 Robert Fewell + + * Modify the Account color button + +2017-07-15 Robert Fewell + + * Replace missing key accelerators + +2017-07-14 John Ralls + + * Enable AQBanking by default in CMake build. + +2017-07-14 John Ralls + + * Adjust autotools build for gnc-html-webkit changes. + +2017-07-11 John Ralls + + * Conditionally build for Webkit1 on Win32 and Webkit2 everywhere else. + +2017-07-09 John Ralls + + * Check for package webkitgtk-3.0 (webkit1 API) on Windows. + +2017-07-03 John Ralls + + * Use GStatBuf to match newer GLib API + +2017-06-15 John Ralls + + * Include winsock2.h before windows.h to silence a compile warning. + +2017-06-15 John Ralls + + * Disable Guile's GnuLib broken redefinition of 'close'. + +2017-06-15 John Ralls + + * Change the dll lookup directory when building with CMake on Win32. + +2017-06-15 John Ralls + + * Win32 doesn't use the fake backend links, it just uses the regular dlls. + +2017-06-15 John Ralls + + * Link libws32 to the DBI backend on MINGW64 + +2017-06-15 John Ralls + + * Set deprecated-declarations to no-error for WIN32 so that it will work with Guile2. + +2017-06-05 John Ralls + + * Replace use of CMAKE_PREFIX_PATH + +2017-06-05 John Ralls + + * [Mingw64] Set command variables correctly for Guile2 compilation. + +2017-05-27 John Ralls + + * Fix ENDIF() parameter. + +2017-05-27 John Ralls + + * Add CMake files and .gitattributes to lf-only files. + +2017-05-26 John Ralls + + * Adjustments to build on mingw-64. + +2017-07-13 Alex Aycinena + + * Change test-gnc-ui-util.c and test-option-util.cpp so that test-app-utils passes during make check. + +2017-07-12 Geert Janssens + + * Fix cmake's build as installed + +2017-07-11 Alex Aycinena + + * Revert changes to test-gnc-ui-util.c until I can get my system to test them. + +2017-07-10 Geert Janssens + + * Merge branch 'dist-alignment' + +2017-07-10 Geert Janssens + + * Align master-only dist files between cmake and autotools + +2017-07-10 Alex Aycinena + + * Fix error of incorrect argument passed to gnc_commodity_new. + +2017-07-10 Geert Janssens + + * Merge branch 'maint' + +2017-07-10 Geert Janssens + + * Merge branch 'maint' + +2017-07-10 Geert Janssens + + * Fix a couple of double EXTRA_DIST declarations from the previous commit + +2017-07-10 Geert Janssens + + * Add CMakeLists.txt files to dist tarball generated by autotools + +2017-07-10 Geert Janssens + + * Rework icon cache loading + +2017-07-10 Geert Janssens + + * Add icons in the proper directory + +2017-07-09 Robert Fewell + + * Replace style strings with proper defined types + +2017-07-09 Robert Fewell + + * Redo the change to Gtk3.10 based glade file from current master + +2017-07-09 Robert Fewell + + * Remove the preference for showing an icon and label + +2017-07-09 Robert Fewell + + * Remove setting the rules hint for tree views + +2017-07-09 Robert Fewell + + * Fix mistake in changing button labels from stock + +2017-07-09 Robert Fewell + + * Fix mistake in adding style context to Find Transactions dialog + +2017-07-09 Robert Fewell + + * Replace register Gtk3 deprecated functions in gnucash-sheet.c + +2017-07-09 Robert Fewell + + * Replace register Gtk3.14 deprecated functions related to gtk_arrow + +2017-07-09 Robert Fewell + + * Replace register GTk3.16 deprecated function gdk_cursor_new + +2017-07-09 Robert Fewell + + * Replace deprecated Gtk3.22 function to get monitor size + +2017-07-09 Robert Fewell + + * Replace Gtk3.20 deprecated functions in gnc-cell-renderer-popup.c + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated functions to do with monitor size + +2017-07-09 Robert Fewell + + * Replace Gtk3.20 functions in gnc-date-edit.c + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function to get monitor size + +2017-07-09 Robert Fewell + + * Replace Gtk3.20 deprecated functions based on device_manager + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated function gtk_menu_popup + +2017-07-09 Robert Fewell + + * Replace Gtk3.22 deprecated gtk_show_uri + +2017-07-09 Geert Janssens + + * Rework our icon management + +2017-07-09 Alex Aycinena + + * Book-Currency Feature step 6 + +2017-07-09 Geert Janssens + + * Fix build with cmake > 3.5 + +2017-07-08 John Ralls + + * Allow compilation with either Webkit2Gtk-4.0 or WebKit2Gtk-3.0. + +2017-07-08 John Ralls + + * Adjust Makefile.am for pixmap hierarchy change in 4aea4c5. + +2017-07-08 John Ralls + + * Don't warn about all of the deprecated Gtk functions we're using. + +2017-07-08 Geert Janssens * Travis - install libgtk-3-dev and libwebkit2gtk-3.0-dev before building -2017-07-08 Geert Janssens +2017-07-08 Geert Janssens + + * A few cleanups from the previous merge commit + +2017-07-08 Geert Janssens + + * Merge branch 'gtk3' + +2017-07-06 Robert Fewell + + * Make the About dialog sizeable and format AUTHORS and DOCUMENTERS + +2017-07-04 John Ralls + + * Merge CMake Distcheck from 'maint'. + +2017-07-04 Robert Fewell + + * Replace Gtk3.14 function gtk_icon_theme_add_builtin_icon + +2017-07-04 Robert Fewell + + * Missed this from previous commit + +2017-07-04 Robert Fewell + + * Rearrange the pixmap folder to contain a hicolor directory structure + +2017-06-06 Rob Gowin + + * No need for make dist and distcheck when checking autotools build in cmake + +2017-02-01 Rob Gowin + + * Implement 'dist', 'distcheck' and 'uninstall' targets for CMake + +2017-06-26 Kuang-che Wu + + * Fix import-export compile on windows + +2017-07-03 Robert Fewell + + * Missed specifying Gtk3.12 version for set_margin_end + +2017-07-03 Robert Fewell + + * Fix some entries in glade files that did not have id's + +2017-07-02 John Ralls + + * Merge branch 'maint' + +2017-07-02 John Ralls + + * Some more translations from the TP. (tag: 2.6.17b) + +2017-07-02 Robert Fewell + + * Fix corrupted Gtk2 aqbanking glade file + +2017-07-02 Robert Fewell + + * Missed a preference option from the aqbanking glade file + +2017-07-02 Geert Janssens + + * Merge branch 'fix-win-compile' of https://github.com/kcwu/gnucash + +2017-07-02 Robert Fewell + + * Change the relative column to a pixbuf so it looks like find account + +2017-07-02 Robert Fewell + + * Fixup for gnc-gui-query.c, invalid cast + +2017-07-02 Robert Fewell + + * Remove Gtk3.14 deprecated function, it does not do any thing + +2017-07-02 Robert Fewell + + * Replace deprecated Gtk3.16 gtk_override_background_color + +2017-07-02 Robert Fewell + + * Replace deprecated Gtk3.16 functions to change colour. + +2017-07-02 Robert Fewell + + * Replace deprecated Gtk3.16 function gtk_widget_override_font + +2017-07-02 Robert Fewell + + * Replace gtk_alignment in various functions + +2017-07-02 Robert Fewell + + * Replace deprecated Gtk3.14 function gtk_arrow_new with an icon + +2017-07-02 Robert Fewell + + * Replace deprecated Gtk3.16 function in dialog-account.c + +2017-07-02 Robert Fewell + + * Add css style context to various widgets so they can easily be changed + +2017-07-02 Robert Fewell + + * Add css style context to various widgets so they can easily be changed + +2017-07-02 Robert Fewell + + * Add css style context to various widgets so they can easily be changed + +2017-07-02 Robert Fewell + + * Add function to add css style context to a widget + +2017-07-02 Robert Fewell + + * Use the new preference to control icons and labels on buttons + +2017-07-02 Robert Fewell + + * Add grid line preference to various tree views + +2017-07-02 Robert Fewell + + * Tweak the tab labels to add left and right margins + +2017-07-02 Robert Fewell + + * Add new preference to show tree view grid lines + +2017-07-01 John Ralls + + * Re-release 2.6.17 (tag: 2.6.17a) + +2017-07-01 John Ralls + + * Release 2.6.17 (tag: 2.6.17) + +2017-06-30 John Ralls + + * Update translations from the translation project. + +2017-06-29 Mike Evans + + * Bug 784317 - typo in 'import customers or vendors from text file' dialog + +2017-06-28 Robert Fewell + + * Minor fixups to the assistant-csv-trans-import glade file + +2017-06-28 Robert Fewell + + * Replace deprecated gtk_image_menu_item in gnumeric popup + +2017-06-28 Robert Fewell + + * Fix error of invalid cast to GTK_COMBO_BOX in trans importer + +2017-06-28 Robert Fewell + + * Replace deprecated render_icon_pixbuf in dialog-print-check + +2017-06-27 Robert Fewell + + * Rename use of icon defines to reflect changes in icon.h + +2017-06-27 Robert Fewell + + * Change the way icons are loaded and the corresponding define names + +2017-06-27 Robert Fewell + + * Change some functions to use icon names instead of stock id's + +2017-06-26 Robert Fewell + + * Replace GTK_STOCK_INDEX, _YES and _APPLY with icon names. + +2017-06-26 Robert Fewell + + * Replace GTK_STOCK_PRINT_PREVIEW with icon name "document-print-preview" + +2017-06-26 Robert Fewell + + * Replace GTK_STOCK_CANCEL with icon name "process-stop" + +2017-06-26 Robert Fewell + + * Replace GTK_STOCK_CONVERT with two icon names + +2017-06-26 Robert Fewell + + * Missed some replace GTK_STOCK_... images with there equivalent icon name + +2017-06-26 Robert Fewell + + * Missed changing some stock labels on buttons to icon names + +2017-06-26 Robert Fewell + + * Replace GTK_STOCK_... images with there equivalent icon name + +2017-06-26 Robert Fewell + + * Missed changing some stock labels on some buttons + +2017-06-25 John Ralls + + * Bug 782274 - Transactions produced by Transfer Funds or Process... + +2017-06-26 Kuang-che Wu + + * Fix import-export compile on windows + +2017-06-25 Robert Fewell + + * Replace deprecated functions in gnc_cell_renderer_date + +2017-06-25 Robert Fewell + + * Replace deprecated function to get mouse pointer position + +2017-06-24 John Ralls + + * Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New... + +2017-06-24 Robert Fewell + + * GtkTreeView rules_hint is deprecated after version 3.14 + +2017-06-24 Robert Fewell + + * Replace deprecated widget_render_icon function in print-check + +2017-06-23 Robert Fewell + + * Replace GtkTable with GtkGrid in the register + +2017-06-23 Robert Fewell + + * Replace deprecated size_request in register date-picker + +2017-06-23 Robert Fewell + + * Replace deprecated menu function in gnc-csv-gnumeric-popup.c + +2017-06-23 Robert Fewell + + * Replace deprecated size_request in gnc-tree-view.c + +2017-06-23 Robert Fewell + + * Replace deprecated gtk_rc... functions in gnc-tree-view_split-reg.c + +2017-06-23 Robert Fewell + + * Replace deprecated functions in gnc-date-edit.c + +2017-06-23 Robert Fewell + + * Replace deprecated functions in gnc-combott.c + +2017-06-23 Robert Fewell + + * Replace deprecated font function in gnc-report.c + +2017-06-23 Robert Fewell + + * Glade GUI adds a has_padding property to the action area which is wrong + +2017-06-23 Robert Fewell + + * Fix up, box should be a GtkWidget + +2017-06-22 Robert Fewell + + * Files linked to assistant-loan.glade + +2017-06-22 Robert Fewell + + * Files linked to dialog-import.glade + +2017-06-22 Robert Fewell + + * Files linked to dialog-account-picker.glade + +2017-06-22 Robert Fewell + + * Convert gtktable to grid in assistant-qif-import + +2017-06-22 Robert Fewell + + * Files linked to assistant-csv-trans-import.glade + +2017-06-22 Robert Fewell + + * Fix up for to align button or account import + +2017-06-21 Robert Fewell + + * Files linked to assistant-csv-account-import.glade + +2017-06-21 Robert Fewell + + * Files linked to assistant-csv-export.glade + +2017-06-21 Robert Fewell + + * Files linked to assistant-acct-period.glade + +2017-06-21 Robert Fewell + + * Files linked to assistant-stock-split.glade + +2017-06-21 Robert Fewell + + * Files linked to assistant-hierarchy.glade + +2017-06-21 Geert Janssens + + * Fix commodity namespace tests + +2017-06-20 Geert Janssens + + * Stop writing commodity namespaces to xml files in gnucash 1.8 compatible way + +2017-06-20 Geert Janssens + + * Merge branch 'maint' + +2017-06-20 Geert Janssens + + * Bug 603379 - Prevent changing some Account Options if it has transactions - followup + +2017-06-20 John Ralls + + * Fix Travis Failure + +2017-06-20 John Ralls + + * Merge branch 'maint' + +2017-06-20 Robert Fewell + + * This is minor change to eliminate the spaces in dialog names + +2017-06-20 Robert Fewell + + * Remove the aqbanking preferences from this gtk2 glade file + +2017-06-20 Robert Fewell + + * Create a new glade for aqbanking preferences as this now uses a grid + +2017-06-20 Robert Fewell + + * Files linked to dialog-preferences.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-customer-import-gui.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-bi-import-gui.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-report.glade + +2017-06-20 Robert Fewell + + * Changes to dialog-custom-report.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-search.glade + +2017-06-20 Robert Fewell + + * Files linked to business-prefs.glade + +2017-06-20 Robert Fewell + + * Change business-options-gnome.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-vendor.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-payment.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-order.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-job.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-invoice.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-employee.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-date-close.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-customer.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-choose-owner.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-billterms.glade + +2017-06-20 Geert Janssens + + * Properly define the template namespace rather than using a local string everywhere + +2017-06-16 Geert Janssens + + * Bug 781634 followup - separate translatable commodity namespace strings from those uses in storage + +2017-06-20 Robert Fewell + + * Files linked to gnc-plugin-page-register2.glade + +2017-06-20 Robert Fewell + + * File linked to gnc-plugin-page-register.glade + +2017-06-20 Robert Fewell + + * Files linked to window-reconcile.glade + +2017-06-20 Robert Fewell + + * Files linked to window-autoclear.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-sx-glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-tax-info.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-trans-assoc.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-print-check.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-price.glade + +2017-06-20 Robert Fewell + + * Files linked to gnc-plugin-page-budget.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-progress.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-new-user.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-lot-viewer.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-imap-editor.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-find-account.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-fincalc.glade + +2017-06-20 Robert Fewell + + * Files linked to dialog-commodities.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-options.glade + +2017-06-18 Robert Fewell + + * Files linked to gnc-date-format.glade + +2017-06-18 Robert Fewell + + * Files linked to gnc-tree-view-owner.glade + +2017-06-18 Robert Fewell + + * Fix up for incorrect glade file option + +2017-06-18 Robert Fewell + + * Change files linked to gnc-frequency.glade + +2017-06-18 Robert Fewell + + * Change recurrence.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-userpass.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-transfer.glade + +2017-06-18 Robert Fewell + + * Fix ups for dialog-commodity + +2017-06-18 Robert Fewell + + * Files linked to dialog-tax-table.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-query-view.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-reset-warnings.glade + +2017-06-18 Robert Fewell + + * Change file dialog-totd.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-object-references.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-file-access.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-commodity.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-book-close.glade + +2017-06-18 Robert Fewell + + * Files linked to assistant-xml-encoding.glade + +2017-06-18 Robert Fewell + + * Change dialog-account.glade + +2017-06-18 Robert Fewell + + * Files linked to dialog-account.glade + +2017-06-17 Robert Fewell + + * Couple of corrections to previous commit. + +2017-06-17 Robert Fewell + + * Replace gtk_misc_set_alignment with own label alignment function + +2017-06-17 Robert Fewell + + * Replace gtk_scrolled_window_add_with_viewport + +2017-06-17 Robert Fewell + + * Change dialog buttons from using GKT_STOCK_ labels + +2017-06-17 Robert Fewell + + * Remove depreciated gtk_button_set_use_stock + +2017-06-16 John Ralls + + * Correctly store time64 0 in the SQL backend. + +2017-06-16 John Ralls + + * Clamp time64 values passed to GDateTime functions to the valid range. + +2017-06-16 Robert Fewell + + * Replace deprecated widgets in goffice + +2017-06-16 Robert Fewell + + * Correct corrupted line in gnc-account-sel.h + +2017-06-16 Robert Fewell + + * Change register Gtk horizontal and vertical widgets + +2017-06-16 Robert Fewell + + * Change all Gtk horizontal and vertical widgets + +2017-06-16 Robert Fewell + + * Change register GtkHbox widgets + +2017-06-16 Robert Fewell + + * Change all the GtkHbox widgets + +2017-06-16 Robert Fewell + + * Change all the GtkVBox widgets + +2017-06-16 Robert Fewell + + * Fix the tab label width update function to reflect changes + +2017-06-15 Robert Fewell + + * Replaced some deprecated widgets with the gtk3 equivalent + +2017-06-15 Robert Fewell + + * Fix Tab Labels + +2017-06-15 Robert Fewell + + * Replace some deprecated widgets in the register. + +2017-06-15 Robert Fewell + + * There were critical errors in trace file. + +2017-06-15 Robert Fewell + + * Replace deprecated widgets for GncDenseCal with gtk3 equivalents + +2017-06-15 Robert Fewell + + * Composite functions not required for GncDenseCal + +2017-06-15 Robert Fewell + + * Set the background of the GncDenseCal Widget + +2017-06-15 Robert Fewell + + * With Gtk3 it uses css to do the theming so change the file to load + +2017-06-04 christopherlam + + * Bug 776396 Further Fix + +2017-05-26 John Ralls + + * Bug 783095 - gnucash-2.6.16 segfaults on startup + +2017-05-21 Mike Evans + + * Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. Again. + +2017-05-21 Mike Evans + + * Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate." Oops, more work required. + +2017-05-21 Mike Evans + + * Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. + +2017-05-19 Mike Evans + + * Correct a typo. + +2017-05-18 Mike Evans + + * Use correct column for entry date. + +2017-05-16 Guy Taylor + + * Fix coredump in Python when using "get_namespaces" + +2017-05-16 Guy Taylor + + * Enable Python tests in Travis CI + +2017-05-13 Bert + + * Bug 776396 - Foreign currency reports, amounts are not aligned correctly + +2016-08-10 fell + + * Add XSU to iso-4217-currencies + +2017-05-03 Geert Janssens + + * Drop ifdeffed out code block + +2017-05-03 Geert Janssens + + * Bug 781634 - Alert on missing account currency when opening account + +2017-05-03 Geert Janssens + + * Properly handle import of reconcile state. + +2017-05-03 Geert Janssens + + * Document supported date formats in the saved csv settings + +2017-05-01 Geert Janssens + + * Use GncDate in csv importer + +2017-05-02 Geert Janssens + + * Add copy constructor and assignment operator to GncDate + +2017-04-29 Geert Janssens + + * Add comparison operators for GncDate + +2017-04-29 John Ralls + + * CMakeLists.txt: Remove Apple architecture settings. + +2017-04-16 John Ralls + + * Updated ar.po from ashalash@msn.com + +2017-04-29 fell + + * Fix wrong displayed position of the verbose flag in gnc-fq-dump + +2017-04-28 Geert Janssens + + * Convert gnc_dmy2timespec{,_end,_neutral} to use the equivalent GncDateTime constructor + +2017-04-28 Geert Janssens + + * Align day end time as used in the GncDateTime constructor and gnc_dmy2timespec_end + +2017-04-28 Geert Janssens + + * Fix John's remarks + +2017-04-28 Geert Janssens + + * Fix double free abort in gtest-gnc-datetime.cpp + +2017-04-21 Geert Janssens + + * Add constructor to create GncDate from string and predefined date format + +2017-04-22 Geert Janssens + + * Various small fixups in csv importer + +2017-04-28 Geert Janssens + + * Align cmake rational/numeric test invocation with Makefile based one + +2017-04-26 Geert Janssens + + * Fix autotools based build + +2017-04-20 Geert Janssens + + * Fix static code checker warnings about parameter definition in doxygen comments + +2017-04-20 Geert Janssens + + * Add GncDateTime constructor taking a GncDate as parameter + +2017-04-20 Geert Janssens + + * Swap GncDate and GncDateTime in preparation of a future commit + +2017-04-17 John Ralls + + * Work around googletest bug 920. + +2017-04-16 John Ralls + + * Merge branch 'PR140' into maint + +2017-04-16 John Ralls + + * Merge branch 'pr141' + +2017-04-16 Nitin Anand + + * Fix crash while saving scheduled transaction template + +2016-08-04 John Ralls + + * Adjust CMAKE_C_FLAGS for better release/debug behavior. + +2017-04-14 Geert Janssens + + * Gtk3: fix failing item-edit widget on sheets + +2017-04-14 Geert Janssens + + * Gtk3: fix register redrawing when the window is scrolled + +2017-04-11 Geert Janssens + + * Gtk3: Fix register not being drawn - item_edit still missing + +2017-04-11 Geert Janssens + + * Fix build with webkitgtk >= 2.8 + +2017-03-31 John Ralls + + * Get links working. + +2017-03-31 John Ralls + + * Get WebKit2Gtk basics compiling and working. + +2017-03-23 John Ralls + + * Revert "Fix query period in test-account-get-trans-type-splits-interval." + +2017-02-27 John Ralls + + * Correct gnc-html-webkit.c indentation. + +2017-03-31 Geert Janssens + + * Gtk3: Replace obsolete functions + +2017-03-31 Geert Janssens + + * Temporarily disable deprecation warnings + +2017-02-27 John Ralls + + * Remove if-0-ed out code from gnc-html-webkit.c + +2015-08-25 Geert Janssens + + * Gtk3: fix direct access issue for entry widget in cell renderer mode + +2017-03-13 Geert Janssens + + * Gtk3: Convert GdkColor into GdkRGBA + +2017-03-13 Geert Janssens + + * Gtk3: replace expose_event size_request functions + +2015-08-29 Geert Janssens + + * Gtk3: Fix the remaining gtk direct access violations + +2015-08-24 Geert Janssens + + * Gtk3: adapt to changed callback function signature + +2015-08-23 Geert Janssens + + * Gtk3: use CSS style instead of old GtkStyle interface + +2017-04-10 John Ralls + + * Use the Mac Locale to find the account templates only when building with quartz. + +2017-04-10 Mike Alexander + + * Fix a minor typo. + +2017-04-10 Mike Alexander + + * Delete left over line from previous merge conflict. + +2017-04-10 Mike Alexander + + * Merge branch 'maint' + +2017-04-04 Mike Alexander + + * Fix the SWIG Guile wrapping of functions that have a "struct tm" parameter. + +2017-04-04 Mike Alexander + + * Calling sigfigs_denom with a zero crashes due to a divide by zero. + +2017-04-05 Mike Alexander + + * Add an XCode target to run the numeric unit tests and rename the main target to GnuCash. + +2017-04-04 Mike Alexander + + * Update XCode file lists and sort them alphabetically. + +2017-04-04 Mike Alexander + + * Fix a crash in scrub_sx_split_numeric introduced in b3eb9d0. + +2017-04-04 Mike Alexander + + * gnc_numeric_convert should return an invalid number unchanged instead of crashing. + +2017-04-08 John Ralls + + * Revert "Some instrumentation output..." + +2017-04-08 John Ralls + + * Change GTest annotations to use the right class name for GncInt128 tests. + +2017-04-07 John Ralls + + * Some instrumentation output for how much the numerator or denominator is shifted. + +2017-04-07 John Ralls + + * Better manage truncation in GncRational::round_to_numeric. + +2017-04-07 John Ralls + + * Fix GncInt128 maxbits to account for the flag bits. + +2017-04-07 John Ralls + + * Fix carrying to the wrong end of the lower leg in left shift. + +2017-04-07 John Ralls + + * Fix a magic number in GncInt128. + +2017-04-03 John Ralls + + * Save Changes Bug 780889 - Split-register transactions result in invalid... + +2017-04-02 John Ralls + + * Add some tests looking for a GncInt128 divide overflow problem. + +2017-04-02 John Ralls + + * Bug 780845 - link in github repo README file needs correction/editing + +2017-04-02 John Ralls + + * Bug 780845 - link in github repo README file needs correction/editing + +2015-08-22 Geert Janssens + + * Gtk3: Fix cursor handling + +2015-08-22 Geert Janssens + + * Gtk3: GtkObject has been removed + +2015-08-22 Geert Janssens + + * Switch to building with the gtk+-3.0 toolkit + +2017-03-13 Geert Janssens + + * GnucashSheet - drop unused variables + +2017-03-13 Geert Janssens + + * GnucashSheet - fix screen refresh + +2017-03-13 Geert Janssens + + * Fix two critical GObject warnings + +2017-03-13 Geert Janssens + + * ItemEdit - drop unused function + +2017-03-10 Geert Janssens + + * Extract the GnucashRegister widget into a separate file + +2017-03-10 Geert Janssens + + * Restore pasting in the item_edit + +2017-03-09 Geert Janssens + + * Rework GncItemEdit widget + +2017-03-09 Geert Janssens + + * Fix hidden scrollbars for itemlist type popup + +2017-03-09 Geert Janssens + + * Fix crash in previously unreached code + +2017-03-09 Geert Janssens + + * Create specialized popup items their respective source files + +2017-03-07 Geert Janssens + + * Reduce the cursor from a full widget to a simple gobject that tracks cursor coordinates + +2017-03-07 Geert Janssens + + * Rework gnucash-cursor + +2017-03-11 Geert Janssens + + * Reduce grid object from a complete widget to only two utility functions + +2017-03-11 Geert Janssens + + * Refactor divider line drawing some more to reduce duplicate code + +2017-03-11 Geert Janssens + + * Use cairo to redraw the grid widget + +2017-03-01 Geert Janssens + + * Replace all other uses of GnomeCanvas with standard gtk widgets + +2017-02-24 Geert Janssens + + * Convert gnc-header from GnomeCanvas to GtkLayout + +2017-03-30 John Ralls + + * Merge Ueli Neiderer's swift-transactiontxt branch into maint. + +2017-03-30 Ueli Niederer + + * Obey GNUcash coding style + +2017-03-30 Ueli Niederer + + * Added a preference to control import behaivour of transaction text + +2017-03-28 Ueli Niederer + + * Including the transaction text into the purpose text + +2017-03-28 John Ralls + + * Use qof_instance_set/get instead of g_object_set/get. + +2017-03-28 John Ralls + + * Merge branch 'maint' + +2017-03-26 Mike Alexander + + * Remove the xxx_with_error functions from Python bindings. They were removed from GnuCash in b199593 In January. + +2017-03-25 John Ralls + + * Release 2.6.16 (tag: 2.6.16) + +2017-03-25 John Ralls + + * Reduce the gate on get_random_gnc_numeric. + +2017-03-25 John Ralls + + * Update translations ca, nl, and sr from the translation project. + +2017-03-24 John Ralls + + * Bug 670731 - Future Value not working with Loan Scheduled transaction + +2017-03-23 John Ralls + + * Revert "Fix query period in test-account-get-trans-type-splits-interval." + +2017-03-24 fell + + * Update of de.po + +2017-03-24 fell + + * update de.po + +2017-03-24 fell + + * Use "Billing Information" as in other biz modules + +2014-12-18 Geert Janssens + + * Whitespace cosmetics + +2017-03-23 John Ralls + + * Bug 776247 - PriceEditor thinks Currency XXX is an actual currency... + +2017-03-23 fell + + * Fix a typo in my last commit + +2017-03-23 fell + + * Exlpain "Blank Transaction" to translators + +2017-03-23 Geert Janssens + + * Align a help string in two different files for easier translation + +2017-03-23 Robert Fewell + + * Bug388500 - Add option to remove deleted files from the history list + +2017-03-23 Geert Janssens + + * Disable tests when minimum glib2 requirement is not met + +2017-03-22 Geert Janssens + + * Bug 739571 - Small fixups for previous commits + +2016-02-13 Jesse Olmer + + * Bug 739571 - Matching imported transactions doesn't indicate previously matched entries + +2016-01-17 Jesse Olmer + + * Bug 739571 - Matching imported transactions doesn't indicate previously matched entries + +2017-03-22 fell + + * Update de.po + +2017-03-22 fell + + * Prepare update of de.po + +2017-03-16 fell + + * Add 2 translator comments to get a unique translation for 'Tax Report Options' + +2017-03-21 John Ralls + + * Save Changes Bug 776517 - Trial Balance Report:... + +2017-03-21 Geert Janssens + + * Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken + +2017-03-21 Geert Janssens + + * Resave dialog-import.glade without any real change + +2017-03-21 John Ralls + + * Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work. + +2017-03-18 Robert Fewell + + * Bug 603379 - Prevent changing some Account Options if it has transactions + +2017-03-18 Robert Fewell + + * Bug 603379 - Count the splits in an Account. + +2017-03-18 John Ralls + + * Merge en_GB budget->Budget into maint. + +2017-03-18 Simon Hollingshead + + * Consistently capitalise budget in en-GB menu items + +2017-03-18 John Ralls + + * Revert "Fix query period in test-account-get-trans-type-splits-interval." + +2017-03-17 John Ralls + + * Fix query period in test-account-get-trans-type-splits-interval. + +2017-03-18 John Ralls + + * Merge new Finnish translation into maint. + +2017-03-18 John Ralls + + * Update GnuCash version and PO date for Finnish translation. + +2017-03-17 John Ralls + + * Fix DST calculation error. + +2017-03-17 John Ralls + + * Fix query period in test-account-get-trans-type-splits-interval. + +2017-03-13 Tuomo Hartikainen + + * Update Finnish translation + +2017-03-17 Tuomo Hartikainen + + * Merge updated po template in fi.po + +2017-03-17 Geert Janssens + + * Add missing macros + +2017-03-16 fell + + * PR #134: Update local symbol of iso-4217-currency MUR + +2017-03-16 Geert Janssens + + * Fix a couple of other deprecated symbols (gtk/gdk 2.x still) + +2017-03-16 Geert Janssens + + * Handle deprecation of g_settings_list_keys in gio 2.46 + +2017-03-16 Geert Janssens + + * Raise minimum required version of glib-2.0 to 2.40 + +2017-03-16 Geert Janssens + + * Merge branch 'maint' + +2017-03-11 Robert Fewell + + * Bug 779411 - jqplot fixes for piechart and syntax error. + +2017-03-13 Robert Fewell + + * Bug388500 - Add option to remove deleted files from the history list + +2017-03-16 Geert Janssens + + * Fixup last commit + +2017-03-11 Geert Janssens + + * Csv Import - drop another reference to the no longer used lib/stf + +2017-03-13 Geert Janssens + + * Csv Import - Fix doxygen comment + +2017-03-14 John Ralls + + * Fix up building on MinGW with autotools. + +2017-03-14 John Ralls + + * Adjust locale test so that it works on both Ubuntu and MacOS. + +2017-03-13 Christian Stimming + + * Online banking: Add output of bank messages that might occasionally be received. + +2017-03-13 John Ralls + + * Fix missing fi in configure.ac. + +2017-03-13 John Ralls + + * Require ICU. + +2017-03-12 John Ralls + + * Change 'uint' to 'uint32_t'. + +2017-03-11 Christoph Rohland + + * Fix logic error for discounts + +2017-03-10 Christoph Rohland + + * Fix taxinvoice for bill entries with taxes + +2017-03-08 Christoph Rohland + + * Let taxinvoice optionally show the net instead of the given price + +2017-03-11 Geert Janssens + + * Merge branch 'maint' + +2017-03-09 Christoph Rohland + + * Charge back net value of bill entries in invoices + +2017-03-10 John Ralls + + * Fix failed unit test from previous commit. + +2017-03-10 John Ralls + + * Bug 779217 - Transactions rounded to 5 decimal places when opening file. + +2017-03-10 John Ralls + + * Bug 777949 - Accounts implicitly created in ledger attempt creation twice + +2017-03-09 John Ralls + + * Bug 776564 - Creating a scheduled transaction from an existing... + +2017-03-04 Geert Janssens + + * Allow only date entry for opening balances on new accounts + +2017-03-04 Geert Janssens + + * Merge branch 'maint' + +2017-03-02 hcrohland + + * Revert the taxinvoice.scm changes + +2017-03-01 hcrohland + + * Make the net price option better compatible with master + +2017-02-03 hcrohland + + * Enable taxinvoice to show net price + +2017-03-01 Geert Janssens + + * Make older compilers happy by using std::isnan instead of isnan + +2017-03-01 Geert Janssens + + * Remove redundant gtk_widget_show_all call + +2017-02-20 Robert Fewell + + * Bug 778042 These are the script changes for jqplot reports. + +2017-02-20 Robert Fewell + + * Bug 778042 Change the way reports are loaded in conjunction with script changes. + +2017-02-20 Geert Janssens + + * Csv Import - Use GncNumeric rather than GncRational + +2017-02-21 Geert Janssens + + * Fix typo in GcnRational's + operator + +2017-02-21 Geert Janssens + + * Fix gnc-numeric locale test on travis + +2017-02-20 John Ralls + + * Prevent localizing the decimal point in gcc<5. + +2017-02-20 John Ralls + + * Merge fetaure-branch 'numeric', provides GncNumeric C++ API. + +2017-02-20 John Ralls + + * Fix Geert’s code review comments. + +2017-02-06 John Ralls + + * Fix documentation errors. + +2017-02-03 John Ralls + + * Relax comparison test for GncRational::round_to_numeric + +2017-02-03 John Ralls + + * Replace std::regex with boost::regex. + +2017-02-03 John Ralls + + * Add libgnc-qof to dependencies for test-numeric. + +2017-02-02 John Ralls + + * Fix indentation error. + +2017-02-02 John Ralls + + * Remove a commented-out diagnostic. + +2017-02-02 John Ralls + + * Make the GncRational and GncNumeric APIs mostly identical. + +2017-02-02 John Ralls + + * Change GncRational::round to GncRational::convert. + +2017-01-31 John Ralls + + * Make the rounding functions templates and move them to their own header. + +2017-01-31 John Ralls + + * Replace GncInt128’s flags variable with bit-stuffing in the high leg. + +2017-01-30 John Ralls + + * Convert GncRational to throw instead of using a status byte. + +2017-01-30 John Ralls + + * Reimplement gnc_numeric in terms of GncNumeric instead of GncRational. + +2017-01-30 John Ralls + + * Add GncRational test for GncRational::round_to_numeric(). + +2017-01-30 John Ralls + + * Fix GncInt128 tests for older compilers. + +2017-01-30 John Ralls + + * Add GncRational(GncNumeric) constructor. + +2017-01-30 John Ralls + + * Extract new class GncNumeric. + +2017-01-30 John Ralls + + * Remove #ifdef __cplusplus from gnu-numeric.cpp + +2017-01-30 John Ralls + + * Fix GncInt128 shift operators when shift amount will clear a leg. + +2017-01-30 John Ralls + + * Declare GncInt128::div() const + +2017-01-30 John Ralls + + * Fix minor typos and whitespace issues. + +2017-01-30 John Ralls + + * Change signature of GncRational::round from taking a GncDenominator… + +2017-01-30 John Ralls + + * Move test-numeric from src/engine to src/libqof/qof. + +2017-01-30 John Ralls + + * Add GncRational::reduce() and GncRational::round_to_numeric(). + +2017-01-30 John Ralls + + * Fix inverted subtraction. + +2017-01-30 John Ralls + + * Add guard macro to gnu-rational.hpp. + +2017-01-16 John Ralls + + * Untabify gnu-numeric.cpp. + +2017-01-16 John Ralls + + * Remove unused gnc_numeric_foo_with_error functions. + +2017-01-15 John Ralls + + * Implement basic arithmetic operators for GncRational. + +2017-01-14 John Ralls + + * Reorder test parameters so that the expected value is first. + +2017-01-14 John Ralls + + * Add an error parameter on the GncInt128 constructor. + +2017-01-14 John Ralls + + * Add GTest test program for GncRational. + +2017-01-14 John Ralls + + * Add explicit and correct default GncRational constructor. + +2017-02-20 John Ralls + + * Add ICU libraries on which Boost:locale is dependent to CSV-Import LINK_LIBRARIES. + +2017-02-20 Geert Janssens + + * Merge branch 'csv_imp_cpp' + +2017-02-20 Geert Janssens + + * Use boost::locale:conv:utf_to_uft instead of codecvt_utf8 + +2017-02-20 Geert Janssens + + * Properly test for invalid dates (gnc-date C interface no longer throws - rightfully so) + +2017-02-20 Geert Janssens + + * Some ui refinement + +2017-02-20 Geert Janssens + + * Cleanup - use less ambiguous variable name for an iterator + +2017-02-20 Geert Janssens + + * Fix base account reset when an account column is selected + +2017-02-18 Geert Janssens + + * Recover separators or column_widths when juggling file format more than once + +2017-02-17 Geert Janssens + + * Prevent multi-byte characters from erroneously being split in fixed-width mode + +2017-02-15 Geert Janssens + + * Include glib.h as everywhere else + +2017-02-11 Geert Janssens + + * Remove some obsolete comments and commented out code + +2017-02-11 Geert Janssens + + * Trim newlines from csv data + +2017-02-10 Geert Janssens + + * Fix crash when adding columns by double-clicking the preview data + +2017-02-09 Geert Janssens + + * Fix settings loading and saving + +2017-02-08 Geert Janssens + + * Improve visual feedback when previewing importable data + +2017-02-06 Geert Janssens + + * Improve preview table handling + +2017-01-14 Geert Janssens + + * Use GncRational directly instead of gnc_numeric in gnc-trans-props + +2017-01-12 Geert Janssens + + * Prevent the user from setting an invalid settings name + +2016-12-30 Geert Janssens + + * Move column parsing earlier up the chain of events + +2016-12-28 Geert Janssens + + * Copyright updates + +2016-12-28 Geert Janssens + + * Add a reset member function to GncPreTrans and GncPreSplit + +2016-12-24 Geert Janssens + + * Make sure all lines are checked for errors, regardless of their skipped status + +2016-12-24 Geert Janssens + + * Isolate the gtk callbacks from the assistant class' member variables. + +2016-12-24 Geert Janssens + + * Consistently use gnucash dialogs instead of generic gtk ones + +2016-12-24 Geert Janssens + + * Use std::unique_ptr for the TxImport object for better memory management + +2016-12-24 Geert Janssens + + * Convert assistant struct into a real c++ class + +2016-12-23 Geert Janssens + + * Handle error skipping on the preview page as well and drop the custom page forwarder + +2016-12-22 Geert Janssens + + * Complete error checking on the preview page + +2016-12-20 Geert Janssens + + * Move account searching to GncTxImport as it's responsible for the data + +2016-12-20 Geert Janssens + + * Remove redundant code + +2016-12-20 Geert Janssens + + * Cleanup round - move functions up and down to group related ones + +2016-12-18 Geert Janssens + + * Cleanup round + +2016-12-17 Geert Janssens + + * Revisit csv settings + +2016-12-16 Geert Janssens + + * Revisit error checking on the preview page. + +2016-12-16 Geert Janssens + + * Move the base account selection to the preview page + +2016-12-16 Geert Janssens + + * Add account selector to the preview window + +2016-12-16 Geert Janssens + + * Some variable declaration cleanups + +2016-12-16 Geert Janssens + + * Make sure row coloring happens each time the preview is updated + +2016-12-16 Geert Janssens + + * Remove redundant check for valid column types + +2016-12-13 Geert Janssens + + * Revisit csv trans import settings handling + +2016-12-13 Geert Janssens + + * Drop fixed-format csv importer + +2016-12-13 Geert Janssens + + * Allow user to only select column_types that make sense in the current context + +2016-12-13 Geert Janssens + + * Drop balance column from csv importer + +2016-12-11 Geert Janssens + + * Adapt csv export format to new csv importer capabilities + +2016-12-11 Geert Janssens + + * Extend csv importer to be able to import multi-currency and stock transactions + +2016-12-11 Geert Janssens + + * Extend csv importer to be able to import voided transactions + +2016-12-11 Geert Janssens + + * Extend csv importer to be able to import reconcile states + +2016-12-11 Geert Janssens + + * Add additional check before creating splits or transactions + +2016-12-11 Geert Janssens + + * Defer testing boost:optionals until really needed Similarly only lookup book when really needed + +2016-12-11 Geert Janssens + + * Create trans/split props only when needed and have them keep their own value of date/currency format + +2017-01-14 Geert Janssens + + * Extend csv importer to be able to import split action fields + +2016-12-10 Geert Janssens + + * Avoid assigning empty or null char*'s to a std::string + +2016-12-10 Geert Janssens + + * csv import prefs - store coltypes as strings + +2016-12-08 Geert Janssens + + * Convert column_widths to a vector + +2016-12-08 Geert Janssens + + * Drop superfluous code that sets the default in case of an error. + +2016-12-08 Geert Janssens + + * Use std::vector to store column types, and a few other data type changes + +2016-12-05 Geert Janssens + + * Convert CsvTransSettings into a c++ class + +2017-01-14 Geert Janssens + + * Remove final dependencies on GOFFICE + +2016-12-03 Geert Janssens + + * Fix error handling in the multi-split case (and probaly in the other case as well) + +2016-12-02 Geert Janssens + + * Introduce multi-split imports in the csv importer + +2016-12-02 Geert Janssens + + * Rework csv import preview with additional cleanups + +2016-11-29 Geert Janssens + + * Fix memory leaks in the draft transactions object + +2016-12-11 Geert Janssens + + * Cleanup commit + +2016-11-29 Geert Janssens + + * Rework the intermediate properties storage + +2016-11-28 Geert Janssens + + * Refactor parse_to_trans into smaller functions + +2016-11-28 Geert Janssens + + * Add property structs for transaction vs split properties + +2016-11-28 Geert Janssens + + * Refactor pair into a tuple in preparation of extending it + +2016-11-28 Geert Janssens + + * Factor out balance calculating function + +2016-10-12 Geert Janssens + + * Drop unused parameter + +2016-10-11 Geert Janssens + + * Drop remaining GError boilerplate from the c++ importer + +2016-10-11 Geert Janssens + + * Replace GError usage in parse function with proper try catch blocks + +2016-10-10 Geert Janssens + + * Replace GError usage in file_format and load_file with proper try catch blocks + +2017-01-14 Geert Janssens + + * Throw in case date can't be parsed instead of returning -1 as date + +2016-10-10 Geert Janssens + + * Various small C++ and other cleanups + +2016-10-10 Geert Janssens + + * Use gnc-date functions while parsing date strings for consistent timezone handling + +2016-09-16 Geert Janssens + + * Migrate the glib based test case for GncTxImport to google-test + +2016-09-16 Geert Janssens + + * Use consistent name for importer class and its filename + +2016-09-15 Geert Janssens + + * Fix column sizing for fixed width data + +2016-09-15 Geert Janssens + + * Prevent crash when switching to fixed with in assistant + +2016-09-15 Geert Janssens + + * Readd a column for the error messages when reviewing parse errors + +2016-09-15 Geert Janssens + + * Return nullptr in case of invalid numeric field to allow proper error handling + +2016-09-15 Geert Janssens + + * Rearrange statements in gnc_csv_preview_update_assist + +2016-09-14 Geert Janssens + + * Use one common liststore for all the combocells in the preview header treeview + +2016-09-14 Geert Janssens + + * Some changes to adhere better to the gnucash coding guidelines + +2016-09-13 Geert Janssens + + * Drop fake test in fw tokenizer + +2016-09-13 Geert Janssens + + * Add test cases for tokenizer classes + +2016-09-13 Geert Janssens + + * Trim whitespace in case of fixed width input + +2016-09-10 Geert Janssens + + * Replace transactions GList with a std::multimap + +2016-09-10 Geert Janssens + + * Another round of small c to c++(11) conversions + +2016-09-10 Geert Janssens + + * Delay the test for a default account until it's needed + +2016-09-09 Geert Janssens + + * Fix memory management for the temporary trans properties + +2016-09-10 Geert Janssens + + * Reduce code duplication by reusing trans_add_split + +2016-09-09 Geert Janssens + + * Fix memory corruption bug + +2016-09-09 Geert Janssens + + * Refactor TransProperty stuff to a simple void* + +2016-09-08 Geert Janssens + + * Replace private data structure TransPropertyList with a std::map + +2016-07-05 Geert Janssens + + * Remove fake csv parsing test + +2016-07-05 Geert Janssens + + * Add some polish to csv_import_trans_file_chooser_confirm_cb + +2016-06-25 Geert Janssens + + * Prevent c++ name mangling on functions used as callbacks by gtk + +2016-06-25 Geert Janssens + + * csv-imp - use enum instead of strings to track user selected column types + +2016-06-12 Geert Janssens + + * Convert column type to name mapping into a std::map + +2016-06-12 Geert Janssens + + * Adapt assistant for c++ guid changes + +2016-01-30 Geert Janssens + + * Refactor csv assistant code to use GncCsvParseData class instead of gnc-csv-model code + +2016-06-07 Geert Janssens + + * Build assistant-csv-trans-import.c(pp) as c++ + +2016-06-12 Geert Janssens + + * Introduce parse error state + +2016-06-12 Geert Janssens + + * Small local variable cleanups + +2016-06-07 Geert Janssens + + * C++ - use std::pair to store tokenized line together with its error message + +2016-01-31 Geert Janssens + + * C++11 Convert unscoped enum into scoped one + +2016-01-31 Geert Janssens + + * Use more C++11 features + +2016-02-08 Geert Janssens + + * Revert to boost.regex without ICU support + +2016-02-06 Geert Janssens + + * Redo parse_date function using boost regular expressions + +2016-01-28 Geert Janssens + + * Convert error_lines GList in a vector of strings + +2016-01-28 Geert Janssens + + * Replace stf based file parser with gnc-tokenizer based one + +2015-05-08 Geert Janssens + + * Use vector instead of GArray for column_types class member + +2016-01-23 Geert Janssens + + * Convert GncCsvParseData into a class + +2016-01-23 Geert Janssens + + * csv-imp - copy gnc-csv-model and make it build as c++ + +2016-06-07 Geert Janssens + + * Add dummy tokenizer to be used when file format isn't known yet + +2016-06-12 Geert Janssens + + * Add functions to manipulate fixed width column positions + +2016-01-28 Geert Janssens + + * Add fixed width file parser based on boost::tokenize + +2016-01-26 Geert Janssens + + * Add csv file parser based on boost::tokenize + +2016-01-28 Geert Janssens + + * Introduce base class for parsing importable files + +2016-01-28 Geert Janssens + + * Whitespace and spelling corrections + +2017-01-14 Geert Janssens + + * Look for translatable strings in lib directory as well + +2017-01-14 Geert Janssens + + * Use internalized goffice parts in csv-import + +2016-01-26 Geert Janssens + + * Fix build issues with goffice imported sources + +2016-01-28 Geert Janssens + + * Internalize parts of the goffice code + +2016-01-27 Geert Janssens + + * Small amendements to gnc-csv-account-map + +2017-02-20 Geert Janssens + + * Yet another tweak to properly find GMOCK sources + +2017-02-18 John Ralls + + * Silence the no lock table warnings in test-backend-dbi. + +2017-02-18 John Ralls + + * Fix failure to drop the temp numeric table at the end of dbi_library_test. + +2017-02-18 John Ralls + + * Make gnc_dbi_safe_sync_all safer. + +2017-02-18 sdementen + + * add gnc_get_current_session to swig interface + +2017-02-16 John Ralls + + * Move begin_transaction in lock_database to include checking for the table… + +2017-02-16 John Ralls + + * Add SAVEPOINT support to enable nested gnc_dbi_transaction calls. + +2017-02-16 John Ralls + + * Use the transactional member functions instead of running queries directly. + +2017-02-15 John Ralls + + * Merge branch 'maint' + +2017-02-14 fell + + * Review of pull request #125 from Mechtilde + +2017-02-14 Frank H. Ellenberger + + * Merge pull request #125 from Mechtilde/TranslationDE + +2017-02-12 Mechtilde + + * msgmerge with gnucash-2.6.15.pot + +2016-12-26 Mechtilde + + * translation tip_of_the_day + +2017-02-12 fell + + * Improve comment about available languages + +2017-02-10 fell + + * Set a separate translator comment to avoid pulling the whole file header comment in POT + +2017-02-10 fell + + * Fix german language tag + +2017-02-10 fell + + * Update PACKAGE_BUGREPORT, set PACKAGE_URL + +2017-02-08 Geert Janssens + + * One more stab at properly discovering gtest/gmock + +2017-02-06 Geert Janssens + + * Fix cmake's gmock handling to work with Fedora packages + +2017-02-04 John Ralls + + * Make gnc_dbi_safe_sync_all safer. + +2017-02-04 John Ralls + + * Move the transaction-lock on obtaining the database lock earlier. + +2017-02-04 John Ralls + + * Add SAVEPOINT support to enable nested gnc_dbi_transaction calls. + +2017-02-04 John Ralls + + * Extract static gnc_dbi_transaction functions. + +2017-02-02 Geert Janssens + + * Optionally locate boost via environment variable BOOST_ROOT + +2017-02-02 Geert Janssens + + * Fix building gtest library on mingw + +2017-02-02 Geert Janssens + + * Make google test framework a mandatory build dependency + +2017-02-01 DIG + + * Small updates for Russian translation + +2017-02-01 Geert Janssens + + * Fake change to test mail script on code.gnucash.org + +2017-02-01 Geert Janssens + + * Drop callback that reloads report when a report tab is selected + +2017-02-01 Geert Janssens + + * Revert "Add call back to track page size changes" + +2017-02-01 Geert Janssens + + * Revert "Change report resizing when not in view" + +2017-02-01 Geert Janssens + + * Merge branch 'maint' + +2017-02-01 Geert Janssens + + * Log javascript console messages to the trace file + +2017-02-01 Geert Janssens + + * Always use actual window size when calculating x-axis ticks for charts + +2017-02-01 Geert Janssens + + * Bug 777875 - Reports with charts are flickering in certain circumstances + +2017-01-30 Geert Janssens + + * Extend account color to all columns in the account hierarchy page + +2017-01-30 Geert Janssens + + * Fix duplicate widget names in gtkbuilder file + +2017-01-30 Geert Janssens + + * Drop with_html_engine option + +2017-01-30 Geert Janssens + + * Merge branch 'maint' + +2017-01-28 Geert Janssens + + * Travis - fix failure to load some libraries while running scm tests + +2017-01-28 Geert Janssens + + * Bug 759934 - Tiny reports in HiDPI + +2017-01-27 Geert Janssens + + * Drop a couple of webkit related configure tests + +2017-01-26 D. Hugh Redelmeier + + * add comments to clarify that taxtxf.scm is US-specific + +2017-01-26 Pedro Albuquerque + + * Bug 777561 - Update pt.po to v. 2.6.15 + +2016-12-27 Robert Fewell + + * Bug 516920 - Calendar Pop up disappears of the left side + +2017-01-16 klemens + + * spelling fixes + +2017-01-23 Geert Janssens + + * Merge branch 'maint' + +2017-01-16 klemens + + * spelling fixes + +2017-01-21 Pedro Albuquerque + + * Several spelling corrections of the pt_PT translation + +2017-01-17 Mike Evans + + * Make strings translatable in dialog-bi-import.c + +2017-01-15 Mike Evans + + * Bug 767032 - Bad invoices from importing "posted" needing currency conversion + +2017-01-14 John Ralls + + * Ensure that all GncDate and GncDateTime constructors are in try blocks. + +2017-01-14 John Ralls + + * Make GncDate and GncDateTime default constructors have the current day/time. + +2017-01-14 John Ralls + + * Fix crash when $TZ isn’t defined. + +2017-01-14 John Ralls + + * Actually checkout gtest 1.8.0 in travis tests. + +2017-01-13 John Ralls + + * Fix local timezone-dependent test. + +2017-01-13 John Ralls + + * Change last test in test-gnc-timezone to EXPECT_EQ so it will log the results. + +2017-01-13 John Ralls + + * Display failing test-gnc-timezone.log for troubleshooting. + +2017-01-13 John Ralls + + * Fix test failures from adding bad-date tests. + +2017-01-13 Geert Janssens - * A few cleanups from the previous merge commit + * Travis - lock google test framework to 1.8.0 for reproducible tests -2017-07-08 Geert Janssens +2017-01-13 Geert Janssens - * Merge branch 'gtk3' + * Travis - skip testing on trunk branch -2017-07-06 Robert Fewell +2017-01-12 Geert Janssens - * Make the About dialog sizeable and format AUTHORS and DOCUMENTERS + * Enable google test on travis -2017-07-04 John Ralls +2017-01-12 Geert Janssens - * Merge CMake Distcheck from 'maint'. + * Fix signedness of certain gmock based tests -2017-07-04 Robert Fewell +2017-01-12 John Ralls - * Replace Gtk3.14 function gtk_icon_theme_add_builtin_icon + * Prevent leaking exceptions from gnc_dmy2timespec_neutral -2017-07-04 Robert Fewell +2017-01-10 John Ralls - * Missed this from previous commit + * Add note about setting GTEST cmake variables. -2017-07-04 Robert Fewell +2017-01-10 Geert Janssens - * Rearrange the pixmap folder to contain a hicolor directory structure + * Fix compiler warning about confusing indentation -2017-06-06 Rob Gowin +2017-01-10 Geert Janssens - * No need for make dist and distcheck when checking autotools build in cmake (gjgh/maint) + * Drop unused DEBUG_MEMORY macro -2017-02-01 Rob Gowin +2017-01-07 Stefan Talpalaru - * Implement 'dist', 'distcheck' and 'uninstall' targets for CMake + * configure: fix --disable-debug, --disable-profile and --disable-locale-specific-tax -2017-06-26 Kuang-che Wu +2016-12-27 John Ralls - * Fix import-export compile on windows + * Define _(X) to handle localization of GNC_COMMODITY_NS_CURRENCY. -2017-07-03 Robert Fewell +2016-12-27 John Ralls - * Missed specifying Gtk3.12 version for set_margin_end + * Bug 776494 - Wrong menu entry in Tip of the day -2017-07-03 Robert Fewell +2016-12-15 John Ralls - * Fix some entries in glade files that did not have id's + * Localize the word “CURRENCY” used in the commodity namespace selectors. -2017-07-02 John Ralls +2016-12-15 John Ralls + + * Bug 773945 - Select Security Dialog Not User Friendly + +2016-12-18 John Ralls + + * Fix reference to SVN in README. + +2016-12-18 John Ralls + + * Fix stray line from maint merge. + +2016-12-18 John Ralls + + * Merge branch 'maint' after release 2.6.15. + +2016-12-17 John Ralls + + * Release 2.6.15 (tag: 2.6.15) + +2016-12-17 John Ralls + + * Update AUTHORS and DOCUMENTORS. + +2016-12-17 John Ralls + + * Update Danish and Serbian translations from the Translation Project. + +2016-12-17 Phil Davis + + * README typo + +2016-12-13 John Ralls + + * Bug 775912 - Tips of the Day shows content only once very 3 times + +2016-12-11 John Ralls + + * Remove QIF importer error “Dates earlier than 1970 are not supported”. + +2016-12-11 John Ralls + + * Bug 685329 - Crashes on non-existent date + +2016-12-11 John Ralls + + * Bug 772369 - Replace use of guile's internal date/time functions + +2016-12-11 John Ralls + + * Bug 773808 - Export Report Crash + +2016-12-10 John Ralls + + * Bug 772484 - Segfault on Transaction edit + +2016-12-10 John Ralls + + * Bug 774237 - FTBFS under some timezones (eg. GMT-14) + +2016-12-09 John Ralls + + * Bug 775385 - Confusing error message which includes the text "file file" + +2016-12-09 John Ralls + + * Bug 775368 - "Average cost" price source problem + +2016-12-09 John Ralls + + * Change the default price-source from Average Cost to Nearest in Time. + +2016-12-09 John Ralls + + * Calculate rates only for buy transactions in the report commodity for cost totals. + +2016-12-09 Geert Janssens + + * Add code to keep the chart dynamically resizable when exported + +2016-12-09 Geert Janssens + + * Drop DOCTYPE header altogether. + +2016-12-04 John Ralls + + * Single functions for gnc:make-exchange-alist and gnc:get-exchange-totals. + +2016-12-01 John Ralls + + * Move checks for no split amount and trading accounts to get-match-commodity-splits. + +2016-12-01 John Ralls + + * Clean up whitespace in commodity-utilities.scm. + +2016-12-06 John Ralls * Merge branch 'maint' -2017-07-02 John Ralls +2016-12-06 Ryan Tucker - * Some more translations from the TP. (tag: 2.6.17b) + * fix missing chmod +x in configure.ac -2017-07-02 Robert Fewell +2016-12-01 Robert Fewell - * Fix corrupted Gtk2 aqbanking glade file + * Update the saved reports to 2.8 and old to 2.4 -2017-07-02 Robert Fewell +2016-12-01 Robert Fewell - * Missed a preference option from the aqbanking glade file + * Missing comma in tm answers structure -2017-07-02 Geert Janssens +2016-11-28 Robert Fewell - * Merge branch 'fix-win-compile' of https://github.com/kcwu/gnucash + * Fix error when closing application -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Change the relative column to a pixbuf so it looks like find account + * Use new options-fancy-date to retrieve date format -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Fixup for gnc-gui-query.c, invalid cast + * Update the Fancy Date Format -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Remove Gtk3.14 deprecated function, it does not do any thing + * Add the ability to delete a path from options -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace deprecated Gtk3.16 gtk_override_background_color + * Add missing liststore to preference list -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace deprecated Gtk3.16 functions to change colour. + * Change daily-reports.scm to use new plot size -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace deprecated Gtk3.16 function gtk_widget_override_font + * Change price-scatter.scm to use new plot size -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace gtk_alignment in various functions + * Change net-linechart.scm to use the new plot size -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace deprecated Gtk3.14 function gtk_arrow_new with an icon + * Change net-barchart.scm to use new plot size -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Replace deprecated Gtk3.16 function in dialog-account.c + * Fix general-ledger.scm -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Add css style context to various widgets so they can easily be changed + * Change average-balance.scm to use new plot sizes -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Add css style context to various widgets so they can easily be changed + * Change account-piecharts and html-piechart -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Add css style context to various widgets so they can easily be changed + * Fix account-piechart.scm for guile 1.8.x -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Add function to add css style context to a widget + * Budget Chart changes -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Use the new preference to control icons and labels on buttons + * Update category-barchart to reflect changes -2017-07-02 Robert Fewell +2016-11-28 Robert Fewell - * Add grid line preference to various tree views + * Change plot-size-option to use a pair -2017-07-02 Robert Fewell +2016-12-04 John Ralls - * Tweak the tab labels to add left and right margins + * Bug 775567 - Importing QIF file from PayPal crashes GnuCash 2.6.14 on Windows XP service pack 3 -2017-07-02 Robert Fewell +2016-12-03 John Ralls - * Add new preference to show tree view grid lines + * Prevent crash when there's an error loading a qif import file. -2017-07-01 John Ralls +2016-12-03 John Ralls - * Re-release 2.6.17 (tag: 2.6.17a) + * Stop saving all of the currencies in xml files. -2017-07-01 John Ralls +2016-12-03 Geert Janssens - * Release 2.6.17 (tag: 2.6.17) + * Fix double registration of backends -2017-06-30 John Ralls +2016-12-02 John Ralls - * Update translations from the translation project. + * Fix xml save crash. -2017-06-29 Mike Evans +2016-11-19 Robert Fewell - * Bug 784317 - typo in 'import customers or vendors from text file' dialog + * Bug 516920 Scheduled trasaction calendar popup off screen -2017-06-28 Robert Fewell +2016-11-30 Geert Janssens - * Minor fixups to the assistant-csv-trans-import glade file + * Fix compiler warning about misleading indentation -2017-06-28 Robert Fewell +2016-11-28 John Ralls - * Replace deprecated gtk_image_menu_item in gnumeric popup + * Third interim merge of 'c++-backend' -2017-06-28 Robert Fewell +2016-11-28 John Ralls - * Fix error of invalid cast to GTK_COMBO_BOX in trans importer + * Convert QofBackend to a C++ class and the backend class hierarchy into C++. -2017-06-28 Robert Fewell +2016-11-28 John Ralls - * Replace deprecated render_icon_pixbuf in dialog-print-check + * Remove need for gnc_dbi_safe_sync_all to be a friend of GncDbiSqlConnection. -2017-06-27 Robert Fewell +2016-11-27 John Ralls - * Rename use of icon defines to reflect changes in icon.h + * Rename qofbackend-p.h and qofbackend.cpp -2017-06-27 Robert Fewell +2016-11-21 John Ralls - * Change the way icons are loaded and the corresponding define names + * Extract class GncXmlBackend from gnc-backend-xml.cpp to gnu-xml-backend.cpp. -2017-06-27 Robert Fewell +2016-11-20 John Ralls - * Change some functions to use icon names instead of stock id's + * Change struct FileBackend to class XmlBackend and rename all variables. -2017-06-26 Robert Fewell +2016-11-17 John Ralls - * Replace GTK_STOCK_INDEX, _YES and _APPLY with icon names. + * Remove tabs from io-gncxml-v2.h. -2017-06-26 Robert Fewell +2016-11-28 Geert Janssens - * Replace GTK_STOCK_PRINT_PREVIEW with icon name "document-print-preview" + * Fix report html header -2017-06-26 Robert Fewell +2016-11-24 Geert Janssens - * Replace GTK_STOCK_CANCEL with icon name "process-stop" + * Fix hard-coded reference to saved-reports-x.y file -2017-06-26 Robert Fewell +2016-11-24 Geert Janssens - * Replace GTK_STOCK_CONVERT with two icon names + * Merge branch 'maint' -2017-06-26 Robert Fewell +2016-11-18 John Ralls - * Missed some replace GTK_STOCK_... images with there equivalent icon name + * Fix another missing include . -2017-06-26 Robert Fewell +2016-11-18 John Ralls - * Missed changing some stock labels on buttons to icon names + * Add brackets around array instantion inside initializer list. -2017-06-26 Robert Fewell +2016-11-18 John Ralls - * Replace GTK_STOCK_... images with there equivalent icon name + * Remove EXTRA_DIST reference to as-scrub-includes.m4. -2017-06-26 Robert Fewell +2016-11-18 John Ralls - * Missed changing some stock labels on some buttons + * Remove std::move call that defeats RVO. -2017-06-25 John Ralls +2016-11-18 John Ralls - * Bug 782274 - Transactions produced by Transfer Funds or Process... + * Sync POTFILES.in with files added and removed by c++-backend. -2017-06-26 Kuang-che Wu +2016-11-17 John Ralls - * Fix import-export compile on windows + * Fix bad time format. -2017-06-25 Robert Fewell +2016-11-17 John Ralls - * Replace deprecated functions in gnc_cell_renderer_date + * Fix Travis build errors. -2017-06-25 Robert Fewell +2016-11-17 John Ralls - * Replace deprecated function to get mouse pointer position + * Second interim merge of c++-backend. -2017-06-24 John Ralls +2016-11-17 John Ralls - * Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New... + * Remove two unnecessary local variable declarations. -2017-06-24 Robert Fewell +2016-11-15 John Ralls - * GtkTreeView rules_hint is deprecated after version 3.14 + * Convert foo_needing_parents to std::vector and its loops to std::remove_if. -2017-06-24 Robert Fewell +2016-11-14 John Ralls - * Replace deprecated widget_render_icon function in print-check + * Replace GStrings with std::strings. -2017-06-23 Robert Fewell +2016-11-16 Robert Fewell - * Replace GtkTable with GtkGrid in the register + * Changed the default value for date format -2017-06-23 Robert Fewell +2016-11-16 Robert Fewell - * Replace deprecated size_request in register date-picker + * Fix check printing custom preference value -2017-06-23 Robert Fewell +2016-11-16 Robert Fewell - * Replace deprecated menu function in gnc-csv-gnumeric-popup.c + * Correct the default options if default invalid -2017-06-23 Robert Fewell +2016-11-16 Robert Fewell - * Replace deprecated size_request in gnc-tree-view.c + * Add an unset option to date-format -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Replace deprecated gtk_rc... functions in gnc-tree-view_split-reg.c + * Added a default currency to the currency option -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Replace deprecated functions in gnc-date-edit.c + * Add plot size option for future compatibility -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Replace deprecated functions in gnc-combott.c + * Fix warning from glib when saving reports. -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Replace deprecated font function in gnc-report.c + * Change report resizing when not in view -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Glade GUI adds a has_padding property to the action area which is wrong + * Forgot to add the png file to previous commit -2017-06-23 Robert Fewell +2016-11-15 Robert Fewell - * Fix up, box should be a GtkWidget + * Add an image for the report tab -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Files linked to assistant-loan.glade + * Change the reload to include using web_view_reload -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Files linked to dialog-import.glade + * Track visibility of the view scroll bars -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Files linked to dialog-account-picker.glade + * Add progress bar updates for reload / Update -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Convert gtktable to grid in assistant-qif-import + * Add call back to track page size changes -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Files linked to assistant-csv-trans-import.glade + * Stop the progress bar changing height -2017-06-22 Robert Fewell +2016-11-15 Robert Fewell - * Fix up for to align button or account import + * Add idle function to load report -2017-06-21 Robert Fewell +2016-11-15 Robert Fewell - * Files linked to assistant-csv-account-import.glade + * Remove macros/as-scrub-include.m4 from makefile -2017-06-21 Robert Fewell +2016-11-13 John Ralls - * Files linked to assistant-csv-export.glade + * Move gnc_sql_save_commodity to GncSqlBackend, with some restructuring. -2017-06-21 Robert Fewell +2016-11-13 John Ralls - * Files linked to assistant-acct-period.glade + * Remove gnc-backend-sql.h and gnc-backend-sql.cpp. -2017-06-21 Robert Fewell +2016-11-13 John Ralls + + * Move 3 utility functions from gnc-backend-sql to gnc-sql-column-table-entry. + +2016-11-13 John Ralls + + * Move gnc_sql_do_db_operation and gnc_sql_object_is_it_in_db into GncSqlBackend. + +2016-11-13 John Ralls + + * Remove unused duplicate source file. + +2016-11-13 Geert Janssens + + * Fix make check after commit 673888dee7c + +2016-11-12 Geert Janssens + + * Bug 770364 - Sign of Value in Lots in Account window seems inconsistent + +2016-11-12 Geert Janssens + + * Use G_MAXINT64 instead of 0 to indicate an invalid date + +2016-11-11 Geert Janssens + + * Show empty business splits in lot viewer + +2016-11-11 Geert Janssens + + * Check more splits while running check & repair on business accounts + +2016-11-11 Geert Janssens + + * Business check & repair - correct lot invoice state + +2016-11-09 Geert Janssens + + * Various small improvements to check & repair on business accounts + +2016-11-06 Geert Janssens + + * When juggling business splits while scrubbing set both value and amount + +2016-11-06 Geert Janssens + + * Update progress bar while running Check & Repair + +2016-11-09 Geert Janssens + + * Remove lot from account while deleting the lot + +2016-11-10 John Ralls + + * Ensure that the Namespace combo box is initialized to a valid iter. + +2016-11-06 John Ralls + + * Fix DBI crash when URL lacks user and password. + +2016-11-06 John Ralls - * Files linked to assistant-stock-split.glade + * Remove no-longer-necessary GncSqlBackend parameter. -2017-06-21 Robert Fewell +2016-11-06 John Ralls - * Files linked to assistant-hierarchy.glade + * Replace GncSqlBackend::time64_to_string() with GncDateTime::format_zulu(). -2017-06-21 Geert Janssens +2016-11-06 John Ralls - * Fix commodity namespace tests + * New function GncDateTime::format_zulu(), makes time string in GMT. -2017-06-20 Geert Janssens +2016-11-03 John Ralls - * Stop writing commodity namespaces to xml files in gnucash 1.8 compatible way + * Replace C API with C++ API for functions used by GncSqlDbiBackend. -2017-06-20 Geert Janssens +2016-11-01 John Ralls - * Merge branch 'maint' + * Separate SQL backend classes into their own header and source files. -2017-06-20 Geert Janssens +2016-10-30 John Ralls - * Bug 603379 - Prevent changing some Account Options if it has transactions - followup + * Distinguish variables of various backend types by naming. -2017-06-20 John Ralls +2016-11-07 John Ralls - * Fix Travis Failure + * Allow PRId64 & PRIu64 to work on MingGW in gnc-backend-dbi.cpp. -2017-06-20 John Ralls +2016-10-29 John Ralls - * Merge branch 'maint' + * Interim merge of c++-backend to expose C++ interface. -2017-06-20 Robert Fewell +2016-10-29 John Ralls - * This is minor change to eliminate the spaces in dialog names + * Fix review comment errors. -2017-06-20 Robert Fewell +2016-10-29 John Ralls - * Remove the aqbanking preferences from this gtk2 glade file + * Fix another initializer list error. -2017-06-20 Robert Fewell +2016-10-28 John Ralls - * Create a new glade for aqbanking preferences as this now uses a grid + * Fix unsigned-signed comparison mismatch. -2017-06-20 Robert Fewell +2016-10-28 John Ralls - * Files linked to dialog-preferences.glade + * Initialize a variable to appease travis-ci. -2017-06-20 Robert Fewell +2016-10-28 John Ralls - * Files linked to dialog-customer-import-gui.glade + * Fix two C++11 initializer list errors. -2017-06-20 Robert Fewell +2016-10-25 John Ralls - * Files linked to dialog-bi-import-gui.glade + * Fix passing std::string to PWARN. -2017-06-20 Robert Fewell +2016-08-09 John Ralls - * Files linked to dialog-report.glade + * Bug 769115 - db name isn't escaped well -2017-06-20 Robert Fewell +2016-08-09 John Ralls - * Changes to dialog-custom-report.glade + * Use GncDbiProvider::get_table_list instead of calling out to libdbi. -2017-06-20 Robert Fewell +2016-07-29 John Ralls - * Files linked to dialog-search.glade + * Replace g_str functions in dbi_library_test with std::stringstream. -2017-06-20 Robert Fewell +2016-07-29 John Ralls - * Files linked to business-prefs.glade + * DBI: Convert all of the gchar to char, remove a few gratuitous g_funcs. -2017-06-20 Robert Fewell +2016-07-29 John Ralls - * Change business-options-gnome.glade + * Combine Postgres and MySql gnc_dbi_session_begin into a single template. -2017-06-20 Robert Fewell +2016-07-29 John Ralls - * Files linked to dialog-vendor.glade + * Move creation of the provider to GncDbiSqlConnection's constructor. -2017-06-20 Robert Fewell +2016-07-29 John Ralls - * Files linked to dialog-payment.glade + * Make conn_setup and the error handler functions templates on DbType. -2017-06-20 Robert Fewell +2016-07-28 John Ralls - * Files linked to dialog-order.glade + * Make gnc_lock_database a GncDbiSqlConnection member function. -2017-06-20 Robert Fewell +2016-07-28 John Ralls - * Files linked to dialog-job.glade + * Change parameter of save_may_clobber_data from QofBackend to dbi_conn. -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-invoice.glade + * Templatize the session_begin functions and new_backend(). -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-employee.glade + * Make sure that all of the GncDbiProviderImpl functions are in the right file. -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-date-close.glade + * Extract functions conn_setup and create_database. -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-customer.glade + * Extract-function conn_test_dbi_library. -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-choose-owner.glade + * Don't leak the quoted string returned from dbi_conn_quote_string_copy. -2017-06-20 Robert Fewell +2016-07-26 John Ralls - * Files linked to dialog-billterms.glade + * Get rid of gotos. -2017-06-20 Geert Janssens +2016-07-26 John Ralls - * Properly define the template namespace rather than using a local string everywhere + * Reformat adjust_sql_options a bit to reduce nesting. -2017-06-16 Geert Janssens +2016-07-26 John Ralls - * Bug 781634 followup - separate translatable commodity namespace strings from those uses in storage + * Abstract setting database string-value options to function set_options. -2017-06-20 Robert Fewell +2016-07-25 John Ralls - * Files linked to gnc-plugin-page-register2.glade + * Separate DBI classes into their own files. -2017-06-20 Robert Fewell +2016-07-24 John Ralls - * File linked to gnc-plugin-page-register.glade + * Convert upgrade_table to member, remove some convenience functions. -2017-06-20 Robert Fewell +2016-07-24 John Ralls - * Files linked to window-reconcile.glade + * Remove a bunch of free functions already implemented as GncSqlBackend members. -2017-06-20 Robert Fewell +2016-07-24 John Ralls - * Files linked to window-autoclear.glade + * Remove some GList and GSList uses from tests. -2017-06-20 Robert Fewell +2016-07-24 John Ralls - * Files linked to dialog-sx-glade + * Rework gnc_sql_append_guid_list_to_sql to eliminate GString and GList. -2017-06-20 Robert Fewell +2016-07-23 John Ralls - * Files linked to dialog-tax-info.glade + * Replace GHashTable in GncSqlConnection with a std::vector. -2017-06-20 Robert Fewell +2016-07-23 John Ralls - * Files linked to dialog-trans-assoc.glade + * Replace std::vector with StrVec. -2017-06-20 Robert Fewell +2016-07-23 John Ralls - * Files linked to dialog-print-check.glade + * Make conn_table_operation and add_columns_ddl members of GncDbiSqlConnection. -2017-06-20 Robert Fewell +2016-07-21 John Ralls - * Files linked to dialog-price.glade + * Convert GncSqlBackend and GncDbiBackend into a class hierarchy. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to gnc-plugin-page-budget.glade + * Minimally document GncDbiResult. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-progress.glade + * Pass ownership of the dbi_conn to GncDbiSqlConnection. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-new-user.glade + * New function GncSqlConnection::dberror(). -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-lot-viewer.glade + * Use the right include delineators, it's not in the current source dir. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-imap-editor.glade + * Move GncDbiSqlConnection into a separate file. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-find-account.glade + * Delete unused or duplicated member variables from GncSqlBackend & GncDbiBackend. -2017-06-20 Robert Fewell +2016-07-18 John Ralls - * Files linked to dialog-fincalc.glade + * Remove unused/never implemented QofBackend functions. -2017-06-20 Robert Fewell +2016-07-16 John Ralls - * Files linked to dialog-commodities.glade + * Remove no-longer-needed gnc_table_slist_free. -2017-06-18 Robert Fewell +2016-07-16 John Ralls - * Files linked to dialog-options.glade + * Templatize QofDbiBackendProvider. -2017-06-18 Robert Fewell +2016-07-16 John Ralls - * Files linked to gnc-date-format.glade + * Convert struct provider_functions_t into virtual class GncDbiProvider. -2017-06-18 Robert Fewell +2016-07-16 John Ralls - * Files linked to gnc-tree-view-owner.glade + * Rename gnc-backend-dbi-priv.h to gnc-backend-dbi.hpp. -2017-06-18 Robert Fewell +2016-07-03 John Ralls - * Fix up for incorrect glade file option + * Delete some no-longer (or in some cases never) used functions. -2017-06-18 Robert Fewell +2016-06-18 John Ralls - * Change files linked to gnc-frequency.glade + * Convert GncSqlConnection to a C++ class. -2017-06-18 Robert Fewell +2016-06-18 John Ralls - * Change recurrence.glade + * Use a std::unique_ptr for GncSqlStatement for better memory management. -2017-06-18 Robert Fewell +2016-06-17 John Ralls - * Files linked to dialog-userpass.glade + * gnc-backend-dbi.cpp: NULL -> nullptr. -2017-06-18 Robert Fewell +2016-06-17 John Ralls - * Files linked to dialog-transfer.glade + * Replace the ptr-to-func GncSqlObjectBackend struct with a class hierarchy. -2017-06-18 Robert Fewell +2016-06-09 John Ralls - * Fix ups for dialog-commodity + * Move GncSqlColumnTypeHandler functions into GncSqlColumnTableEntry. -2017-06-18 Robert Fewell +2016-05-31 John Ralls - * Files linked to dialog-tax-table.glade + * Change the object type string defines to an enum. -2017-06-18 Robert Fewell +2016-05-09 John Ralls - * Files linked to dialog-query-view.glade + * Convert GncSqlStatement to a virtual class. -2017-06-18 Robert Fewell +2016-05-09 John Ralls - * Files linked to dialog-reset-warnings.glade + * Create a new set_parameter template function to reduce repetition. -2017-06-18 Robert Fewell +2016-04-09 John Ralls - * Change file dialog-totd.glade + * Reimplement row retrieval as an iterator on GncSqlResults. -2017-06-18 Robert Fewell +2016-08-07 John Ralls - * Files linked to dialog-object-references.glade + * Don't override an already-set QofBackend error. -2017-06-18 Robert Fewell +2016-03-27 John Ralls - * Files linked to dialog-file-access.glade + * Make GncSqlRow a class and replace GValues with typed transfer functions. -2017-06-18 Robert Fewell +2016-03-26 John Ralls - * Files linked to dialog-commodity.glade + * Remove tabs from gnc-backend-sql*. -2017-06-18 Robert Fewell +2016-03-11 John Ralls - * Files linked to dialog-book-close.glade + * Fix potential dereference error. -2017-06-18 Robert Fewell +2016-03-12 John Ralls - * Files linked to assistant-xml-encoding.glade + * Combine add_colname_to_list and add_gvalue_to_slist into single function add_value_to_vec. -2017-06-18 Robert Fewell +2016-03-12 John Ralls - * Change dialog-account.glade + * Make GncSqlColumnTableEntry arrays into std::vectors. -2017-06-18 Robert Fewell +2016-02-28 John Ralls - * Files linked to dialog-account.glade + * Replace heap-allocate GncSqlColumnInfo GList with on-stack std::vector. -2017-06-17 Robert Fewell +2016-02-28 John Ralls - * Couple of corrections to previous commit. + * Change GncSqlColumnInfo::m_null_allowed to m_not_null and invert logic. -2017-06-17 Robert Fewell +2016-02-28 John Ralls - * Replace gtk_misc_set_alignment with own label alignment function + * Provide constructors for GncSqlColumnInfo, change variable names to m_ prefix. -2017-06-17 Robert Fewell +2016-08-04 John Ralls - * Replace gtk_scrolled_window_add_with_viewport + * Replace qof_object_foo_backend with c++ native containers. -2017-06-17 Robert Fewell +2016-10-27 John Ralls - * Change dialog buttons from using GKT_STOCK_ labels + * Fix free of non-malloced memory crash in SQL save slots. -2017-06-17 Robert Fewell +2016-10-25 John Ralls - * Remove depreciated gtk_button_set_use_stock + * Merge convert GUID from inheriting boost::guid to composition. -2017-06-16 John Ralls +2016-10-24 lmat - * Correctly store time64 0 in the SQL backend. + * Replaced inheritance from boost uuid with composition -2017-06-16 John Ralls +2016-10-24 John Ralls - * Clamp time64 values passed to GDateTime functions to the valid range. + * Bug 769124 - Australian (GMT-10) OFX transactions imported have previous -2017-06-16 Robert Fewell +2016-10-20 lmat - * Replace deprecated widgets in goffice + * Separate C guid from C++ guid -2017-06-16 Robert Fewell +2016-10-20 John Ralls - * Correct corrupted line in gnc-account-sel.h + * Bug 769124 - Australian (GMT-10) OFX transactions imported have previous days date. -2017-06-16 Robert Fewell +2016-06-12 lmat - * Change register Gtk horizontal and vertical widgets + * Added forward declaration for struct GncGUID -2017-06-16 Robert Fewell +2016-10-14 Rob.Gowin - * Change all Gtk horizontal and vertical widgets + * Remove configuration of HAVE_PUTENV. -2017-06-16 Robert Fewell +2016-10-10 Geert Janssens - * Change register GtkHbox widgets + * Merge branch 'maint' -2017-06-16 Robert Fewell +2016-10-10 Geert Janssens - * Change all the GtkHbox widgets + * Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone -2017-06-16 Robert Fewell +2016-10-10 Geert Janssens - * Change all the GtkVBox widgets + * Merge branch 'maint' -2017-06-16 Robert Fewell +2016-10-10 Geert Janssens - * Fix the tab label width update function to reflect changes + * Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone -2017-06-15 Robert Fewell +2016-10-04 John Ralls - * Replaced some deprecated widgets with the gtk3 equivalent + * Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time). -2017-06-15 Robert Fewell +2016-10-04 John Ralls - * Fix Tab Labels + * Bug 772382 - Date off-by-one after DST change -2017-06-15 Robert Fewell +2016-10-05 Christian Stimming - * Replace some deprecated widgets in the register. + * Get cutecash to compile/link again. -2017-06-15 Robert Fewell +2016-10-04 John Ralls - * There were critical errors in trace file. + * Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time). -2017-06-15 Robert Fewell +2016-10-04 John Ralls - * Replace deprecated widgets for GncDenseCal with gtk3 equivalents + * Bug 772382 - Date off-by-one after DST change -2017-06-15 Robert Fewell +2016-10-03 Geert Janssens - * Composite functions not required for GncDenseCal + * Merge branch 'maint' -2017-06-15 Robert Fewell +2016-09-28 Ralf Habacker - * Set the background of the GncDenseCal Widget + * Fix broken german account template 'Kontenrahmen für Wohnungswirtschaft'. -2017-06-15 Robert Fewell +2016-10-03 Geert Janssens - * With Gtk3 it uses css to do the theming so change the file to load + * Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone -2017-06-04 christopherlam +2016-10-02 Geert Janssens - * Bug 776396 Further Fix + * Bug 772313 - Invalid DOCTYPE in report generation -2017-05-26 John Ralls +2016-09-27 Robert Fewell - * Bug 783095 - gnucash-2.6.16 segfaults on startup + * Change all key accelerators to use -2017-05-21 Mike Evans +2016-09-27 Robert Fewell - * Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. Again. + * Add find account to register2 to keep in sync -2017-05-21 Mike Evans +2016-09-27 Robert Fewell - * Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate." Oops, more work required. + * Hide the radio buttons when searching full tree -2017-05-21 Mike Evans +2016-09-25 Robert Fewell - * Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. + * Change from using icon-name to stock-id -2017-05-19 Mike Evans +2016-09-23 Robert Fewell - * Correct a typo. + * Change Find Account menu item to the Edit Menu -2017-05-18 Mike Evans +2016-09-10 Robert Fewell - * Use correct column for entry date. + * Make sure the parent accounts are overridden -2017-05-16 Guy Taylor +2016-09-10 Robert Fewell - * Fix coredump in Python when using "get_namespaces" + * Change from using toggle cell renderer to pixbuf -2017-05-16 Guy Taylor +2016-05-17 Robert Fewell - * Enable Python tests in Travis CI + * Add columns for account not used and zero balances -2017-05-13 Bert +2016-05-17 Robert Fewell - * Bug 776396 - Foreign currency reports, amounts are not aligned correctly + * Update to use the account tree filter override. -2016-08-10 fell +2016-05-17 Robert Fewell - * Add XSU to iso-4217-currencies + * Add account tree filter override -2017-05-03 Geert Janssens +2016-04-27 Robert Fewell - * Drop ifdeffed out code block + * Add option to find an account in list of accounts -2017-05-03 Geert Janssens +2016-09-27 Rob Gowin - * Bug 781634 - Alert on missing account currency when opening account + * Use default PKG_CHECK_MODULES for CMake version > 3.4 -2017-05-03 Geert Janssens +2016-09-27 John Ralls - * Properly handle import of reconcile state. + * Fix test failure when in Spain. -2017-05-03 Geert Janssens +2016-09-27 John Ralls - * Document supported date formats in the saved csv settings + * gnc-timezone: Enable POSIX-style timezone strings on Unix systems. -2017-05-01 Geert Janssens +2016-09-27 John Ralls - * Use GncDate in csv importer + * Fix whitespace in function about to be extracted. -2017-05-02 Geert Janssens +2016-09-27 John Ralls - * Add copy constructor and assignment operator to GncDate + * gnu-timezone: Alias boost::local_time::posix_time_zone. -2017-04-29 Geert Janssens +2016-09-26 John Ralls - * Add comparison operators for GncDate + * Handle TZ that's not a file name by opening /etc/localtime. -2017-04-29 John Ralls +2016-09-26 John Ralls - * CMakeLists.txt: Remove Apple architecture settings. + * Fix crash from dereferencing nullptr when TZ isn't set. -2017-04-16 John Ralls +2016-09-25 John Ralls - * Updated ar.po from ashalash@msn.com + * Remove obsolete AS_SCRUB_INCLUDES macro. -2017-04-29 fell +2016-09-25 Mike Evans - * Fix wrong displayed position of the verbose flag in gnc-fq-dump + * Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. -2017-04-28 Geert Janssens +2016-09-23 John Ralls - * Convert gnc_dmy2timespec{,_end,_neutral} to use the equivalent GncDateTime constructor + * See if setting TZ affects Travis tests. -2017-04-28 Geert Janssens +2016-09-23 John Ralls - * Align day end time as used in the GncDateTime constructor and gnc_dmy2timespec_end + * Check the TZ env variable before defaulting to /etc/localtime. -2017-04-28 Geert Janssens +2016-09-23 John Ralls - * Fix John's remarks + * Fix several instances of wrong way to retrieve boolean from KVP. -2017-04-28 Geert Janssens +2016-09-17 John Ralls - * Fix double free abort in gtest-gnc-datetime.cpp + * Merge branch 'maint' -2017-04-21 Geert Janssens +2016-09-17 John Ralls - * Add constructor to create GncDate from string and predefined date format + * Fix version in CMakeLists.txt. (tag: 2.6.14a) -2017-04-22 Geert Janssens +2016-09-16 John Ralls - * Various small fixups in csv importer + * Release 2.6.14 (tag: 2.6.14) -2017-04-28 Geert Janssens +2016-09-16 John Ralls - * Align cmake rational/numeric test invocation with Makefile based one + * Synchronize translation project. -2017-04-26 Geert Janssens +2016-09-15 John Ralls - * Fix autotools based build + * Bug 769746 - Zero interest loan formula fails. -2017-04-20 Geert Janssens +2016-08-01 Robert Fewell - * Fix static code checker warnings about parameter definition in doxygen comments + * Add option to recn cell type to be read only -2017-04-20 Geert Janssens +2016-08-01 Robert Fewell - * Add GncDateTime constructor taking a GncDate as parameter + * Make a distinction between file/link Association -2017-04-20 Geert Janssens +2016-08-01 Robert Fewell - * Swap GncDate and GncDateTime in preparation of a future commit + * Indicate an Association in the Register -2017-04-17 John Ralls +2016-09-13 John Ralls - * Work around googletest bug 920. + * Bug 771379 - GnuCash doesn't support Russian Ruble Symbol -2017-04-16 John Ralls +2016-09-12 Mike Evans - * Merge branch 'PR140' into maint + * Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. -2017-04-16 John Ralls +2016-09-11 John Ralls - * Merge branch 'pr141' + * Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used... -2017-04-16 Nitin Anand +2016-09-11 John Ralls - * Fix crash while saving scheduled transaction template + * Bug 761667 - Crash opening associated location that has no scheme -2016-08-04 John Ralls +2016-09-11 John Ralls - * Adjust CMAKE_C_FLAGS for better release/debug behavior. + * Australian (GMT-10) OFX transactions imported have previous days date -2017-04-14 Geert Janssens +2016-09-08 Geert Janssens - * Gtk3: fix failing item-edit widget on sheets + * Bug 643025 - RFE: Ability to select and open multiple invoices -2017-04-14 Geert Janssens +2016-09-07 Geert Janssens - * Gtk3: fix register redrawing when the window is scrolled + * Bug 733153 - Ambiguous view of buttons in search dialog Linux version -2017-04-11 Geert Janssens +2016-09-07 Geert Janssens - * Gtk3: Fix register not being drawn - item_edit still missing + * Add small note the split action field is pre-filled by the business features -2017-04-11 Geert Janssens +2016-06-10 Carsten Rinke - * Fix build with webkitgtk >= 2.8 + * Bug763257 - update Budget Line Chart to only send ISO formated date strings to jqplot -2017-03-31 John Ralls +2016-08-03 Robert Fewell - * Get links working. + * Bug 762901 [PATCH] Fix saving Account Treeview sort order. -2017-03-31 John Ralls +2016-09-02 Serge Gebhardt - * Get WebKit2Gtk basics compiling and working. + * Value "price" allowed in attr cd:type for element book (RELAX NG file) -2017-03-23 John Ralls +2016-09-01 John Ralls - * Revert "Fix query period in test-account-get-trans-type-splits-interval." + * Bug 769730 - Investments: Lots in This Account, Closed column shows -2017-02-27 John Ralls +2016-08-26 Rob Gowin - * Correct gnc-html-webkit.c indentation. + * CMake improvements for SWIG handling and Python bindings. -2017-03-31 Geert Janssens +2016-08-25 Geoff Lee - * Gtk3: Replace obsolete functions + * Bug 770303 - Incorrect commodity match during import OFX and possible solution. -2017-03-31 Geert Janssens +2016-08-25 John Ralls - * Temporarily disable deprecation warnings + * Whitespace cleanup in gnc_import_select_commodity. -2017-02-27 John Ralls +2016-08-24 Geert Janssens - * Remove if-0-ed out code from gnc-html-webkit.c + * SX - recalculate all occurrences of all SX if the calendar is updated to start on another month -2015-08-25 Geert Janssens +2016-08-24 Geert Janssens - * Gtk3: fix direct access issue for entry widget in cell renderer mode + * SX Window: correctly show first sx on calendar when it is moved to next weekday -2017-03-13 Geert Janssens +2016-08-24 Geert Janssens - * Gtk3: Convert GdkColor into GdkRGBA + * Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved -2017-03-13 Geert Janssens +2016-08-22 John Ralls - * Gtk3: replace expose_event size_request functions + * Bug 742461 - SQL backend doesn't update customer info -2015-08-29 Geert Janssens +2016-08-22 Pierre-André Jacquod - * Gtk3: Fix the remaining gtk direct access violations + * Bug 770196 - cppcheck va_list not closed -2015-08-24 Geert Janssens +2016-08-21 John Ralls - * Gtk3: adapt to changed callback function signature + * Revert "temporarily disable pre-logging messages." -2015-08-23 Geert Janssens +2016-08-20 John Ralls - * Gtk3: use CSS style instead of old GtkStyle interface + * Merge branch 'trans-assoc' from Bob Fewell. -2017-04-10 John Ralls +2016-08-19 Robert Fewell - * Use the Mac Locale to find the account templates only when building with quartz. + * Change Transaction Association Dialog -2017-04-10 Mike Alexander +2016-08-16 Robert Fewell - * Fix a minor typo. + * Add check for path being relative. -2017-04-10 Mike Alexander +2016-08-16 Robert Fewell - * Delete left over line from previous merge conflict. + * Add Preference path head for Trans. Associations -2017-04-10 Mike Alexander +2016-08-02 Robert Fewell - * Merge branch 'maint' + * Add sort button for Associations -2017-04-04 Mike Alexander +2016-08-01 Robert Fewell - * Fix the SWIG Guile wrapping of functions that have a "struct tm" parameter. + * Transaction Association List Dialog -2017-04-04 Mike Alexander +2016-08-01 Robert Fewell - * Calling sigfigs_denom with a zero crashes due to a divide by zero. + * Add option to recn cell type to be read only -2017-04-05 Mike Alexander +2016-08-01 Robert Fewell - * Add an XCode target to run the numeric unit tests and rename the main target to GnuCash. + * Make a distinction between file/link Association -2017-04-04 Mike Alexander +2016-08-01 Robert Fewell - * Update XCode file lists and sort them alphabetically. + * Indicate an Association in the Register -2017-04-04 Mike Alexander +2016-08-01 Robert Fewell - * Fix a crash in scrub_sx_split_numeric introduced in b3eb9d0. + * Change associate file/link to show existing entry -2017-04-04 Mike Alexander +2016-08-20 John Ralls - * gnc_numeric_convert should return an invalid number unchanged instead of crashing. + * Suppress the console window on launch when building with CMake on MSWin. -2017-04-08 John Ralls +2016-08-20 John Ralls - * Revert "Some instrumentation output..." + * Merge branch 'maint' of ssh://code.gnucash.org/gnucash into maint -2017-04-08 John Ralls +2016-08-19 John Ralls - * Change GTest annotations to use the right class name for GncInt128 tests. + * Bug 770113 - compiling issue with libdbi. -2017-04-07 John Ralls +2016-08-19 John Ralls - * Some instrumentation output for how much the numerator or denominator is shifted. + * Fix compilation error in sqlite3_error_fn. -2017-04-07 John Ralls +2016-08-18 John Ralls - * Better manage truncation in GncRational::round_to_numeric. + * temporarily disable pre-logging messages. -2017-04-07 John Ralls +2016-08-10 Geert Janssens - * Fix GncInt128 maxbits to account for the flag bits. + * Bug 639401 - Invoices Due Reminder -2017-04-07 John Ralls +2016-08-04 John Ralls - * Fix carrying to the wrong end of the lower leg in left shift. + * Adjust CMAKE_C_FLAGS for better release/debug behavior. -2017-04-07 John Ralls +2016-08-09 John Ralls - * Fix a magic number in GncInt128. + * Merge branch 'maint' -2017-04-03 John Ralls +2016-08-08 Stefan Talpalaru - * Save Changes Bug 780889 - Split-register transactions result in invalid... + * remove duplicate line -2017-04-02 John Ralls +2016-08-08 Stefan Talpalaru - * Add some tests looking for a GncInt128 divide overflow problem. + * fix compilation with guile-2.0.12 -2017-04-02 John Ralls +2016-04-28 fell - * Bug 780845 - link in github repo README file needs correction/editing + * Minor improvement of singe quote sources SIX* -2017-04-02 John Ralls +2016-08-06 John Ralls - * Bug 780845 - link in github repo README file needs correction/editing + * Bug 769576 - Seg Fault on Editing Scheduled Transaction's Amount -2015-08-22 Geert Janssens +2016-08-02 John Ralls - * Gtk3: Fix cursor handling + * Don't error out if select @@sql_mode is an empty string. -2015-08-22 Geert Janssens +2016-08-02 John Ralls - * Gtk3: GtkObject has been removed + * Fix crash and error decoding GDates returned as time64. -2015-08-22 Geert Janssens +2016-08-01 John Ralls - * Switch to building with the gtk+-3.0 toolkit + * Attempt to fix Travis test failure. -2017-03-13 Geert Janssens +2016-07-31 fell - * GnucashSheet - drop unused variables + * de.po: merge new template -2017-03-13 Geert Janssens +2016-07-31 fell - * GnucashSheet - fix screen refresh + * Fix a typo in dialog invoice -2017-03-13 Geert Janssens +2016-07-31 fell - * Fix two critical GObject warnings + * de.po: review of commit d5fa61d -2017-03-13 Geert Janssens +2016-07-31 fell - * ItemEdit - drop unused function + * minor fix of de.po -2017-03-10 Geert Janssens +2016-07-16 Marco Zietzling - * Extract the GnucashRegister widget into a separate file + * fixed some more German translations -2017-03-10 Geert Janssens +2016-07-16 Marco Zietzling - * Restore pasting in the item_edit + * fixed some more German translations -2017-03-09 Geert Janssens +2016-07-16 Marco Zietzling - * Rework GncItemEdit widget + * fixed some more German translations -2017-03-09 Geert Janssens +2016-07-16 Marco Zietzling - * Fix hidden scrollbars for itemlist type popup + * fixed German translations -2017-03-09 Geert Janssens +2016-07-16 John Ralls - * Fix crash in previously unreached code + * Merge branch 'maint' -2017-03-09 Geert Janssens +2016-07-16 Rob Gowin - * Create specialized popup items their respective source files + * Fixes to get CMake "MinGW Makefiles" generator to work. -2017-03-07 Geert Janssens +2016-07-15 John Ralls - * Reduce the cursor from a full widget to a simple gobject that tracks cursor coordinates + * Merge branch 'maint' -2017-03-07 Geert Janssens +2016-07-14 Rob Gowin - * Rework gnucash-cursor + * Allow HTMLHELP_DIR to be specified on cmake command line -2017-03-11 Geert Janssens +2016-07-14 John Ralls - * Reduce grid object from a complete widget to only two utility functions + * Remove superflous use of std::stringstream. -2017-03-11 Geert Janssens +2016-07-12 John Ralls - * Refactor divider line drawing some more to reduce duplicate code + * Fix wrong PWARN calling signature. -2017-03-11 Geert Janssens +2016-07-12 Mike Evans - * Use cairo to redraw the grid widget + * Bug 756416 - CSV data with Posted information will always have last invoice not posted. -2017-03-01 Geert Janssens +2016-07-11 John Ralls - * Replace all other uses of GnomeCanvas with standard gtk widgets + * Use the right value to determine if the zone has a daylight time. -2017-02-24 Geert Janssens +2016-07-08 John Ralls - * Convert gnc-header from GnomeCanvas to GtkLayout + * Merge branch 'maint' -2017-03-30 John Ralls +2016-07-08 John Ralls - * Merge Ueli Neiderer's swift-transactiontxt branch into maint. + * Tweak version.cmake to work on Windows. -2017-03-30 Ueli Niederer +2016-07-05 John Ralls - * Obey GNUcash coding style + * Merge branch 'maint' -2017-03-30 Ueli Niederer +2016-07-05 John Ralls - * Added a preference to control import behaivour of transaction text + * Make CMake use the same scm-revision program as Autotools. -2017-03-28 Ueli Niederer +2016-07-03 John Ralls - * Including the transaction text into the purpose text + * Merge branch 'maint' -2017-03-28 John Ralls +2016-07-03 John Ralls - * Use qof_instance_set/get instead of g_object_set/get. + * Clear the GDate before use. -2017-03-28 John Ralls +2016-07-03 John Ralls * Merge branch 'maint' -2017-03-26 Mike Alexander +2016-07-02 John Ralls - * Remove the xxx_with_error functions from Python bindings. They were removed from GnuCash in b199593 In January. + * Bug 137017 - date of transaction change with time zone change -2017-03-25 John Ralls +2016-07-02 John Ralls - * Release 2.6.16 (tag: 2.6.16) + * Don't override optimization flags in CMakeLists.txt. -2017-03-25 John Ralls +2016-07-02 Geert Janssens - * Reduce the gate on get_random_gnc_numeric. + * When default tax table is 'None', set a new invoice/bill entry as not taxabl by default as well. -2017-03-25 John Ralls +2016-07-01 John Ralls - * Update translations ca, nl, and sr from the translation project. + * GCC-4.9 doesn't have the C++14 initializer list fix. -2017-03-24 John Ralls +2016-07-01 John Ralls - * Bug 670731 - Future Value not working with Loan Scheduled transaction + * Enable Google Tests under CMake. -2017-03-23 John Ralls +2016-06-30 John Ralls - * Revert "Fix query period in test-account-get-trans-type-splits-interval." + * MinGW doesn't support stoi, use atoi instead. -2017-03-24 fell +2016-06-28 John Ralls - * Update of de.po + * Merge branch 'maint' -2017-03-24 fell +2016-06-28 John Ralls - * update de.po + * Fix incomplete function name from 74fa556. (tag: 2.6.13b) -2017-03-24 fell +2016-06-27 John Ralls - * Use "Billing Information" as in other biz modules + * Reset release date to 28 June. (tag: 2.6.13a) -2014-12-18 Geert Janssens +2016-06-27 John Ralls - * Whitespace cosmetics + * containsString wasn't introduced until OS X 10.10. -2017-03-23 John Ralls +2016-06-25 John Ralls - * Bug 776247 - PriceEditor thinks Currency XXX is an actual currency... + * Release 2.6.13 (tag: 2.6.13) -2017-03-23 fell +2016-06-24 John Ralls - * Fix a typo in my last commit + * Update translations from the translation project. -2017-03-23 fell +2016-06-23 John Ralls - * Exlpain "Blank Transaction" to translators + * Remove automatch_store_transactions() from import-main-matcher. -2017-03-23 Geert Janssens +2016-06-23 John Ralls - * Align a help string in two different files for easier translation + * Bug 760021 - File "Save As" to an existing file...overwrites without warning. -2017-03-23 Robert Fewell +2016-06-23 John Ralls - * Bug388500 - Add option to remove deleted files from the history list + * Bump CMake version to current. -2017-03-23 Geert Janssens +2016-06-22 John Ralls - * Disable tests when minimum glib2 requirement is not met + * Bug 761672 - Transfer made to placeholder account -2017-03-22 Geert Janssens +2016-06-22 John Ralls - * Bug 739571 - Small fixups for previous commits + * Bug 764248 - saved-reports-2.4-backup line endings unconventional -2016-02-13 Jesse Olmer +2016-06-22 goodvibes2 - * Bug 739571 - Matching imported transactions doesn't indicate previously matched entries + * Update README to refer to wiki Submitting_Patches as per github discussion re this file. -2016-01-17 Jesse Olmer +2016-06-22 John Ralls - * Bug 739571 - Matching imported transactions doesn't indicate previously matched entries + * Bug 748983 - Crash after opening money transfer dialog twice -2017-03-22 fell +2016-06-20 goodvibes2 - * Update de.po + * Bug 637004 Optionally allow customer and vendor address info to display Use an internal option to hold receivable/payable flag, remove trailing spaces. -2017-03-22 fell +2016-06-18 goodvibes2 - * Prepare update of de.po + * Bug 637004 Optionally allow customer and vendor address info to display in the Receivable Aging and Payable Aging reports so can be copied and pasted into a spreadsheet for use in mail merge. -2017-03-16 fell +2016-06-20 John Ralls - * Add 2 translator comments to get a unique translation for 'Tax Report Options' + * Fix Travis test failure in gnc_iso8601_to_timespec_gmt. -2017-03-21 John Ralls +2016-06-20 John Ralls - * Save Changes Bug 776517 - Trial Balance Report:... + * Fix gnc_iso8601_to_timespec_gmt test failure. -2017-03-21 Geert Janssens +2016-06-20 John Ralls - * Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken + * Bug 767824 - Some UTC timezones incorrectly recognized on Windows 7 -2017-03-21 Geert Janssens +2016-06-17 Alex Aycinena - * Resave dialog-import.glade without any real change + * Book-Currency Feature step 5 -2017-03-21 John Ralls +2016-06-09 John Ralls - * Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work. + * Merge branch 'guid_header' -2017-03-18 Robert Fewell +2016-06-09 John Ralls - * Bug 603379 - Prevent changing some Account Options if it has transactions + * Merge branch 'session-refactor' -2017-03-18 Robert Fewell +2016-06-09 John Ralls - * Bug 603379 - Count the splits in an Account. + * Some minor fixups to resolve clang warning and errors from session-refactor. -2017-03-18 John Ralls +2016-06-07 lmat - * Merge en_GB budget->Budget into maint. + * Clean up guid usage. -2017-03-18 Simon Hollingshead +2016-06-07 lmat - * Consistently capitalise budget in en-GB menu items + * Add C++ header for guid.cpp and tests. -2017-03-18 John Ralls +2016-06-06 lmat - * Revert "Fix query period in test-account-get-trans-type-splits-interval." + * Remove unused, left over typedef -2017-03-17 John Ralls +2016-06-05 lmat - * Fix query period in test-account-get-trans-type-splits-interval. + * Adding googletest cases for c++ qofsession struct -2017-03-18 John Ralls +2016-06-05 lmat - * Merge new Finnish translation into maint. + * Replace C qofsession struct with c++ qofsession struct -2017-03-18 John Ralls +2016-06-05 lmat - * Update GnuCash version and PO date for Finnish translation. + * Check the appropriate locations for gmock and gtest sources -2017-03-17 John Ralls +2016-06-05 lmat - * Fix DST calculation error. + * Corrected "misleading" indentation -2017-03-17 John Ralls +2016-06-06 Alex Aycinena - * Fix query period in test-account-get-trans-type-splits-interval. + * Merge maint. -2017-03-13 Tuomo Hartikainen +2016-06-06 Alex Aycinena - * Update Finnish translation + * Partially revert commit B555f495 and solve problem more simply by instead resequencing prior statements. -2017-03-17 Tuomo Hartikainen +2016-05-27 Carsten Rinke - * Merge updated po template in fi.po + * Bug763257 - add line charts to Income/Expense/Asset/Liability reports -2017-03-17 Geert Janssens +2016-04-16 Geert Janssens - * Add missing macros + * Restore proper formatting on the linechart highlighter -2017-03-16 fell +2016-04-16 Geert Janssens - * PR #134: Update local symbol of iso-4217-currency MUR + * Bug763257 - add line charts to Income/Expense/Asset/Liability reports -2017-03-16 Geert Janssens +2016-03-08 Carsten Rinke - * Fix a couple of other deprecated symbols (gtk/gdk 2.x still) + * Bug763257 - add line charts to Income/Expense/Asset/Liability reports -2017-03-16 Geert Janssens +2016-06-05 Alex Aycinena - * Handle deprecation of g_settings_list_keys in gio 2.46 + * Remove semi-colon accidently left in prior commit. -2017-03-16 Geert Janssens +2016-06-05 Alex Aycinena - * Raise minimum required version of glib-2.0 to 2.40 + * Merge maint. The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be. -2017-03-16 Geert Janssens +2016-06-04 Alex Aycinena - * Merge branch 'maint' + * The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be. -2017-03-11 Robert Fewell +2016-06-02 John Ralls - * Bug 779411 - jqplot fixes for piechart and syntax error. + * One line too far. -2017-03-13 Robert Fewell +2016-06-02 John Ralls - * Bug388500 - Add option to remove deleted files from the history list + * Add CPPFLAGS and LD_ADD to the date/time gtests. -2017-03-16 Geert Janssens +2016-06-02 Geert Janssens - * Fixup last commit + * Avoid variable redefined errors for _FORTIFY_SOURCE -2017-03-11 Geert Janssens +2016-05-21 Geert Janssens - * Csv Import - drop another reference to the no longer used lib/stf + * Fix leaking of ICU's c++ interface through libxml on some platforms -2017-03-13 Geert Janssens +2016-05-31 Geert Janssens - * Csv Import - Fix doxygen comment + * Update README file regarding pull request policy -2017-03-14 John Ralls +2016-05-29 John Ralls - * Fix up building on MinGW with autotools. + * Bug 766960 - gnucash-make-guids fails to run due to hardcoded paths. -2017-03-14 John Ralls +2016-05-23 John Ralls - * Adjust locale test so that it works on both Ubuntu and MacOS. + * Remove throw from noexcept TimeZoneProvider::get(). -2017-03-13 Christian Stimming +2016-05-23 John Ralls - * Online banking: Add output of bank messages that might occasionally be received. + * Fix misspellt BOOST_LDFLAGS. -2017-03-13 John Ralls +2016-02-16 John Ralls - * Fix missing fi in configure.ac. + * Remove close hook list; not used. -2017-03-13 John Ralls +2016-03-12 John Ralls - * Require ICU. + * Backends: astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=break -2017-03-12 John Ralls +2016-03-12 John Ralls - * Change 'uint' to 'uint32_t'. + * Remove old static analysis markup from backend. -2017-03-11 Christoph Rohland +2016-05-23 John Ralls - * Fix logic error for discounts + * Merge branch 'maint' -2017-03-10 Christoph Rohland +2016-05-21 John Ralls - * Fix taxinvoice for bill entries with taxes + * Fix up boost regex linkage issues on non-OSX platforms. -2017-03-08 Christoph Rohland +2016-05-21 Geert Janssens - * Let taxinvoice optionally show the net instead of the given price + * Bug 765859 - The budget reports missing in Hungarian edition -2017-03-11 Geert Janssens +2016-05-21 Geert Janssens - * Merge branch 'maint' + * Fix travis build -2017-03-09 Christoph Rohland +2016-05-21 Geert Janssens - * Charge back net value of bill entries in invoices + * Bug 736352 - Expense Voucher adds tax automatically -2017-03-10 John Ralls +2016-05-21 Geert Janssens - * Fix failed unit test from previous commit. + * Bug 766200 - Three-up printing does not position the third check properly -2017-03-10 John Ralls +2016-05-21 Geert Janssens - * Bug 779217 - Transactions rounded to 5 decimal places when opening file. + * Check printing: make logic easier to follow -2017-03-10 John Ralls +2016-05-20 John Ralls - * Bug 777949 - Accounts implicitly created in ledger attempt creation twice + * Merge branch 'maint' -2017-03-09 John Ralls +2016-05-20 John Ralls - * Bug 776564 - Creating a scheduled transaction from an existing... + * GCC-4.8 hasn't implemented std::regex so use boost::regex instead. -2017-03-04 Geert Janssens +2016-05-20 John Ralls - * Allow only date entry for opening balances on new accounts + * regex_replace: construct std::string for third argument. -2017-03-04 Geert Janssens +2016-05-20 John Ralls * Merge branch 'maint' -2017-03-02 hcrohland +2016-05-20 John Ralls - * Revert the taxinvoice.scm changes + * Fix adjust_sql_option_string test on Windows. -2017-03-01 hcrohland +2016-05-19 John Ralls - * Make the net price option better compatible with master + * Move adjust_sql_options_string declaration to gnc-backend-dbi-priv.h. -2017-02-03 hcrohland +2016-05-19 John Ralls - * Enable taxinvoice to show net price + * Remove unnecessary g_strdup_printf. -2017-03-01 Geert Janssens +2016-05-19 John Ralls - * Make older compilers happy by using std::isnan instead of isnan + * Fix inconsistent and non-conforming whitespace and comments. -2017-03-01 Geert Janssens +2016-05-20 Mike Evans - * Remove redundant gtk_widget_show_all call + * Bug 766688 - Minimal fraction of BYN should be 1/100 -2017-02-20 Robert Fewell +2016-05-19 John Ralls - * Bug 778042 These are the script changes for jqplot reports. + * Fix bad library name from c1ad6154. -2017-02-20 Robert Fewell +2016-05-13 John Ralls - * Bug 778042 Change the way reports are loaded in conjunction with script changes. + * Bug 764871 - Crash starting gnu cash -2017-02-20 Geert Janssens +2016-05-14 John Ralls - * Csv Import - Use GncNumeric rather than GncRational + * Don't try to compile test_adjust_sql_options on windows, it won't link. -2017-02-21 Geert Janssens +2016-05-11 colinl - * Fix typo in GcnRational's + operator + * Improved adjust_sql_options_string, added tests -2017-02-21 Geert Janssens +2016-05-10 colinl - * Fix gnc-numeric locale test on travis + * Tidied up adjust_sql_options -2017-02-20 John Ralls +2016-05-10 colinl - * Prevent localizing the decimal point in gcc<5. + * adjust_sql_options working but needs tidy up and remove diagnostics -2017-02-20 John Ralls +2016-05-03 victor811 - * Merge fetaure-branch 'numeric', provides GncNumeric C++ API. + * Update Russian translation -2017-02-20 John Ralls +2016-05-03 victor811 - * Fix Geert’s code review comments. + * Update Russian translation -2017-02-06 John Ralls +2016-05-10 John Ralls - * Fix documentation errors. + * Bug 766028 - crash on manual addition of price entry in Price Editor -2017-02-03 John Ralls +2016-05-05 Mechtilde - * Relax comparison test for GncRational::round_to_numeric + * correct some more shortcuts -2017-02-03 John Ralls +2016-05-05 Mechtilde - * Replace std::regex with boost::regex. + * correct some shortcuts -2017-02-03 John Ralls +2016-01-19 Mechtilde - * Add libgnc-qof to dependencies for test-numeric. + * correct typos -2017-02-02 John Ralls +2016-01-02 Mechtilde - * Fix indentation error. + * remove some fuzzy flags and add some translations -2017-02-02 John Ralls +2016-01-20 Mechtilde - * Remove a commented-out diagnostic. + * some corrections -2017-02-02 John Ralls +2016-01-02 Mechtilde - * Make the GncRational and GncNumeric APIs mostly identical. + * remove some fuzzy flags -2017-02-02 John Ralls +2016-01-02 Mechtilde - * Change GncRational::round to GncRational::convert. + * add some translations -2017-01-31 John Ralls +2016-04-24 Per Johansson - * Make the rounding functions templates and move them to their own header. + * FIxed remaining names. -2017-01-31 John Ralls +2016-04-24 Per Johansson - * Replace GncInt128’s flags variable with bit-stuffing in the high leg. + * Added Finnish account plan. -2017-01-30 John Ralls +2016-05-07 Robert Fewell - * Convert GncRational to throw instead of using a status byte. + * Update Transaction unit test date internal -2017-01-30 John Ralls +2016-05-05 Robert Fewell - * Reimplement gnc_numeric in terms of GncNumeric instead of GncRational. + * Date format using strftime under windows. -2017-01-30 John Ralls +2016-05-05 Robert Fewell - * Add GncRational test for GncRational::round_to_numeric(). + * Gnucash on Windows will not start. -2017-01-30 John Ralls +2016-04-21 Rob Gowin - * Fix GncInt128 tests for older compilers. + * CMake: Don't try to install COPYING file that does not exist. -2017-01-30 John Ralls +2016-04-10 Per Johansson - * Add GncRational(GncNumeric) constructor. + * Added new sv_AX and sv_FI account plans. -2017-01-30 John Ralls +2016-04-15 Geert Janssens - * Extract new class GncNumeric. + * Improve quickfill performance on huge registers -2017-01-30 John Ralls +2016-04-07 John Ralls - * Remove #ifdef __cplusplus from gnu-numeric.cpp + * Correct the interpretation of the void* passed to sqlite3_error_fn. -2017-01-30 John Ralls +2016-04-07 John Ralls - * Fix GncInt128 shift operators when shift amount will clear a leg. + * Fix some new errors raised by clang 703.0.29. -2017-01-30 John Ralls +2016-04-05 John Ralls - * Declare GncInt128::div() const + * Ensure that PRIi64 is defined in mingw. -2017-01-30 John Ralls +2016-04-05 Christian Stimming - * Fix minor typos and whitespace issues. + * Bug 764268 - MT940 import select account based on transaction info -2017-01-30 John Ralls +2016-03-30 Geert Janssens - * Change signature of GncRational::round from taking a GncDenominator… + * Fix counter format resetting in a private kvp compatible way -2017-01-30 John Ralls +2016-03-30 Geert Janssens - * Move test-numeric from src/engine to src/libqof/qof. + * Fix critical warning introduced in f5a7aeca7913 -2017-01-30 John Ralls +2016-03-28 John Ralls - * Add GncRational::reduce() and GncRational::round_to_numeric(). + * Modify the changes from 139e3ea5 to accomodate private-KVP. -2017-01-30 John Ralls +2016-03-28 John Ralls - * Fix inverted subtraction. + * Delete dialog-print-check2.c which somehow managed to survive the last merge. -2017-01-30 John Ralls +2016-03-27 John Ralls - * Add guard macro to gnu-rational.hpp. + * Clean up more !g_strcmp0(foo, bar) == 0, which doesn't work. -2017-01-16 John Ralls +2016-03-27 John Ralls - * Untabify gnu-numeric.cpp. + * Restore some code removed in 8877f86 which left a variable uninitialized. -2017-01-16 John Ralls +2016-03-27 John Ralls - * Remove unused gnc_numeric_foo_with_error functions. + * Merge branch 'maint' after 2.6.12 release. -2017-01-15 John Ralls +2016-03-24 John Ralls - * Implement basic arithmetic operators for GncRational. + * Mac Localization: Prefer the country to the language for fall-back locales. -2017-01-14 John Ralls +2016-03-22 John Ralls - * Reorder test parameters so that the expected value is first. + * Extract some functions to make the Mac locale setup a bit more maintainable. -2017-01-14 John Ralls +2016-03-25 John Ralls - * Add an error parameter on the GncInt128 constructor. + * Release 2.6.12 (tag: 2.6.12) -2017-01-14 John Ralls +2016-03-25 John Ralls - * Add GTest test program for GncRational. + * Update translations from the Translation Project. -2017-01-14 John Ralls +2016-03-25 Geert Janssens - * Add explicit and correct default GncRational constructor. + * Bug 719904 - Decide payment type only based on the account type involved -2017-02-20 John Ralls +2016-03-25 Geert Janssens - * Add ICU libraries on which Boost:locale is dependent to CSV-Import LINK_LIBRARIES. + * Factor out a convenience function to retrieve a (business) owner starting from a transaction -2017-02-20 Geert Janssens +2016-03-25 Geert Janssens - * Merge branch 'csv_imp_cpp' + * Provide option to print checks directly from the payment window -2017-02-20 Geert Janssens +2016-03-25 Geert Janssens - * Use boost::locale:conv:utf_to_uft instead of codecvt_utf8 + * Check printing: extract address from invoice/bill for payment transactions -2017-02-20 Geert Janssens +2016-03-25 Geert Janssens - * Properly test for invalid dates (gnc-date C interface no longer throws - rightfully so) + * Move some utility functions from gui code to engine -2017-02-20 Geert Janssens +2016-03-25 Geert Janssens - * Some ui refinement + * Update POTFILES.in after previous commit -2017-02-20 Geert Janssens +2016-03-24 Geert Janssens - * Cleanup - use less ambiguous variable name for an iterator + * Merge reg and reg2 variant of print check dialog back into one file -2017-02-20 Geert Janssens +2016-03-24 Geert Janssens - * Fix base account reset when an account column is selected + * Bug 693342 - Print (bottom) prints to middle for 3-check pages -2017-02-18 Geert Janssens +2016-03-23 Geert Janssens - * Recover separators or column_widths when juggling file format more than once + * Revert "Bug 118391 - Long currency names untranslated" -2017-02-17 Geert Janssens +2016-03-23 Geert Janssens - * Prevent multi-byte characters from erroneously being split in fixed-width mode + * Disable debug message that got enabled by accident last year -2017-02-15 Geert Janssens +2016-03-23 Geert Janssens - * Include glib.h as everywhere else + * Bug 687504 - Not possible to reset an invoice/bill counter format -2017-02-11 Geert Janssens +2016-03-23 Geert Janssens - * Remove some obsolete comments and commented out code + * Bug 642292 - General Ledger report - 'Primary Sort Key' value is not persistent -2017-02-11 Geert Janssens +2016-03-22 John Ralls - * Trim newlines from csv data + * New Xcode, new errors, sigh. -2017-02-10 Geert Janssens +2016-03-22 Geert Janssens - * Fix crash when adding columns by double-clicking the preview data + * Bug 482186 - Customer and vendor report for partners who get invoiced/paid in foreign currency show total labeled with the symbol of the default currency. -2017-02-09 Geert Janssens +2016-03-21 Geert Janssens - * Fix settings loading and saving + * Bug 728074 - Posting bill converts currency to itself using 0 rate -2017-02-08 Geert Janssens +2016-03-21 Geert Janssens - * Improve visual feedback when previewing importable data + * Bug 118391 - Long currency names untranslated -2017-02-06 Geert Janssens +2016-03-21 Geert Janssens - * Improve preview table handling + * Fix typo -2017-01-14 Geert Janssens +2016-03-20 John Ralls - * Use GncRational directly instead of gnc_numeric in gnc-trans-props + * Open correct xea directory if user has worked around bug 725296 -2017-01-12 Geert Janssens +2016-03-20 John Ralls - * Prevent the user from setting an invalid settings name + * OSX: Get the locale for account trees from the OS instead of setlocale(). -2016-12-30 Geert Janssens +2016-03-19 Geert Janssens - * Move column parsing earlier up the chain of events + * Bug 760107 - Change default date completion to sliding window -2016-12-28 Geert Janssens +2016-03-15 Robert Fewell - * Copyright updates + * Add Bayesian Conversion to Guid unit test -2016-12-28 Geert Janssens +2016-03-14 Robert Fewell - * Add a reset member function to GncPreTrans and GncPreSplit + * Update Unit tests for import_map -2016-12-24 Geert Janssens +2016-03-19 Geert Janssens - * Make sure all lines are checked for errors, regardless of their skipped status + * Merge branch 'maint' -2016-12-24 Geert Janssens +2016-03-19 Geert Janssens - * Isolate the gtk callbacks from the assistant class' member variables. + * Merge branch 'maint' -2016-12-24 Geert Janssens +2016-03-19 Geert Janssens - * Consistently use gnucash dialogs instead of generic gtk ones + * Fix doxigen comment after changed const behaviour -2016-12-24 Geert Janssens +2016-03-19 Geert Janssens - * Use std::unique_ptr for the TxImport object for better memory management + * Bug 620281 - Adding reversing transaction to bill transactions creates undeleteable transactions -2016-12-24 Geert Janssens +2016-03-19 Geert Janssens - * Convert assistant struct into a real c++ class + * Refuse to void read-only transactions. -2016-12-23 Geert Janssens +2016-03-19 Geert Janssens - * Handle error skipping on the preview page as well and drop the custom page forwarder + * Bug 754209 - Bills can be posted multiple times from "find bill" search results - follow up -2016-12-22 Geert Janssens +2016-03-17 John Ralls - * Complete error checking on the preview page + * Bug 733164 - Command-H Invokes Help->Help Contents -2016-12-20 Geert Janssens +2016-03-17 John Ralls - * Move account searching to GncTxImport as it's responsible for the data + * Set the transaction currency during auto-completion. -2016-12-20 Geert Janssens +2016-03-17 John Ralls - * Remove redundant code + * Correctly re-value splits when the transaction currency is changed. -2016-12-20 Geert Janssens +2016-03-17 Geert Janssens - * Cleanup round - move functions up and down to group related ones + * Use PRIi64 instead of PRIx64 -2016-12-18 Geert Janssens +2016-03-17 Geert Janssens - * Cleanup round + * Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab -2016-12-17 Geert Janssens +2016-03-16 Mike Evans - * Revisit csv settings + * Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P -2016-12-16 Geert Janssens +2016-03-14 Geert Janssens - * Revisit error checking on the preview page. + * Bug 720934 - Barcharts with many data points have overlapping x-axis labels -2016-12-16 Geert Janssens +2016-03-11 Carsten Rinke - * Move the base account selection to the preview page + * Bug728692 - Time bound on the Budget Barchart report -2016-12-16 Geert Janssens +2016-02-28 Chris Good - * Add account selector to the preview window + * Add Tip Of The Day re using multiple windows to do comparisons - Bug 762800 -2016-12-16 Geert Janssens +2016-03-13 Geert Janssens - * Some variable declaration cleanups + * Fixup previous commit -2016-12-16 Geert Janssens +2015-12-21 Matt G - * Make sure row coloring happens each time the preview is updated + * Bug 742352 - Budget Summary section does not show expense totals -2016-12-16 Geert Janssens +2015-11-11 Gilles Dartiguelongue - * Remove redundant check for valid column types + * Bug 760015 - guile support is automagic -2016-12-13 Geert Janssens +2016-03-11 Robert Fewell - * Revisit csv trans import settings handling + * Change look_for_old_mapping to return NULL -2016-12-13 Geert Janssens +2016-03-10 Robert Fewell - * Drop fixed-format csv importer + * Rename some function to better reflect there use -2016-12-13 Geert Janssens +2016-03-10 Robert Fewell - * Allow user to only select column_types that make sense in the current context + * Remove unnecessary use of g_strdup of full_name -2016-12-13 Geert Janssens +2016-03-13 Robert Fewell - * Drop balance column from csv importer + * Change some functions to reduce code duplication and move feature setting to where KVP is actually set -2016-12-11 Geert Janssens +2016-03-13 Robert Fewell - * Adapt csv export format to new csv importer capabilities + * Add feature flag to prevent versions older than 2.6.12 from opening the data file. -2016-12-11 Geert Janssens +2016-03-07 Robert Fewell - * Extend csv importer to be able to import multi-currency and stock transactions + * Use GncImapInfo instead of struct imap_info where it makes sense to. -2016-12-11 Geert Janssens +2016-03-07 Robert Fewell - * Extend csv importer to be able to import voided transactions + * Change when an existing entry exists we add it to the converted entry -2016-12-11 Geert Janssens +2016-03-07 Robert Fewell - * Extend csv importer to be able to import reconcile states + * Improve old separator recognition by looking for the longest top level entry that matches the prefix. Also test for valid map account so we are not wasting time trying to convert a valid full_name. -2016-12-11 Geert Janssens +2016-02-29 Robert Fewell - * Add additional check before creating splits or transactions + * Modify gnc_account_imap_convert_bayes to run only once by setting a KVP Book entry and then testing -2016-12-11 Geert Janssens +2016-02-29 Robert Fewell - * Defer testing boost:optionals until really needed Similarly only lookup book when really needed + * Add Bayesian conversion to end of file open -2016-12-11 Geert Janssens +2016-02-29 Robert Fewell - * Create trans/split props only when needed and have them keep their own value of date/currency format + * Check for existing guid entries and update -2017-01-14 Geert Janssens +2016-02-29 Robert Fewell - * Extend csv importer to be able to import split action fields + * Create function to change Bayesian entries based on full account name to that of the account guid -2016-12-10 Geert Janssens +2016-02-29 Robert Fewell - * Avoid assigning empty or null char*'s to a std::string + * Modify Imap helper function to find map account by guid -2016-12-10 Geert Janssens +2016-02-29 Robert Fewell - * csv import prefs - store coltypes as strings + * Rename account_name to account_guid to reflect change of use and remove newlines from PINFO lines -2016-12-08 Geert Janssens +2016-02-29 Robert Fewell - * Convert column_widths to a vector + * Change Bayes functions to use guid account string instead of full account name in kvp path -2016-12-08 Geert Janssens +2016-03-11 John Ralls - * Drop superfluous code that sets the default in case of an error. + * Merge branch 'maint' -2016-12-08 Geert Janssens +2016-03-11 John Ralls - * Use std::vector to store column types, and a few other data type changes + * Bug 763146 - Invalid exchange rate is recorded when entering multi-currency transaction -2016-12-05 Geert Janssens +2016-03-11 John Ralls - * Convert CsvTransSettings into a c++ class + * Ensure numerator is positive before checking if the value is < 1. -2017-01-14 Geert Janssens +2016-03-11 John Ralls - * Remove final dependencies on GOFFICE + * Ensure price is set when the amount is entered and user doesn't tab out. -2016-12-03 Geert Janssens +2016-03-11 John Ralls - * Fix error handling in the multi-split case (and probaly in the other case as well) + * Test rounded values, but don't store them, to minimize jitter in prices. -2016-12-02 Geert Janssens +2016-03-11 John Ralls - * Introduce multi-split imports in the csv importer + * Check price_source precedence first to save computation. -2016-12-02 Geert Janssens +2016-03-11 John Ralls - * Rework csv import preview with additional cleanups + * Ensure that xferData->price_source is always set correctly. -2016-11-29 Geert Janssens +2016-03-11 John Ralls - * Fix memory leaks in the draft transactions object + * Fix double semicolon. -2016-12-11 Geert Janssens +2016-03-11 John Ralls - * Cleanup commit + * Remove price-direction code for to default currency and alphabetic order. -2016-11-29 Geert Janssens +2016-03-11 John Ralls - * Rework the intermediate properties storage + * Extract functions update_price and new_price from create_price. -2016-11-28 Geert Janssens +2016-03-10 John Ralls - * Refactor parse_to_trans into smaller functions + * Merge branch 'maint' -2016-11-28 Geert Janssens +2016-03-10 John Ralls - * Add property structs for transaction vs split properties + * Fix typo in HTML header. -2016-11-28 Geert Janssens +2016-03-10 John Ralls - * Refactor pair into a tuple in preparation of extending it + * Bug 763111 - commodities prices editor creates hidden db entries -2016-11-28 Geert Janssens +2016-03-10 John Ralls - * Factor out balance calculating function + * Bug 763279 - GnuCash has empty reports -2016-10-12 Geert Janssens +2016-03-08 John Ralls - * Drop unused parameter + * Bug 722996 - Cannot add stock price on Price Editor -2016-10-11 Geert Janssens +2016-03-10 Geert Janssens - * Drop remaining GError boilerplate from the c++ importer + * Merge branch 'maint' -2016-10-11 Geert Janssens +2016-03-10 Geert Janssens - * Replace GError usage in parse function with proper try catch blocks + * Minor tweaks to Bayesian feature flag -2016-10-10 Geert Janssens +2016-03-10 Robert Fewell - * Replace GError usage in file_format and load_file with proper try catch blocks + * Make gnucash 2.7+ rerun bayesian data conversion whenever needed -2017-01-14 Geert Janssens +2016-02-20 Robert Fewell - * Throw in case date can't be parsed instead of returning -1 as date + * Allow matching accounts to be found also by their GUID which will be used in newer versions. The default behaviour is still to create new entries under the account fullname. -2016-10-10 Geert Janssens +2016-03-10 Robert Fewell - * Various small C++ and other cleanups + * Introduce GUID_BAYES feature flag -2016-10-10 Geert Janssens +2016-03-03 Mike Evans - * Use gnc-date functions while parsing date strings for consistent timezone handling + * Bug 762971 - Duplicating multiple invoices results in invoices without an ID number -2016-09-16 Geert Janssens +2016-03-02 Mike Evans - * Migrate the glib based test case for GncTxImport to google-test + * Bug - 761172 Importing invoices posts incorrect values. -2016-09-16 Geert Janssens +2016-02-28 Phil Longstaff - * Use consistent name for importer class and its filename + * Memory leak in gnc-gsettings.c -2016-09-15 Geert Janssens +2016-02-28 Phil Longstaff - * Fix column sizing for fixed width data + * Close some more memory leaks -2016-09-15 Geert Janssens +2016-02-28 Phil Longstaff - * Prevent crash when switching to fixed with in assistant + * Close some memory leaks identified by valgrind. -2016-09-15 Geert Janssens +2016-02-22 Geert Janssens - * Readd a column for the error messages when reviewing parse errors + * Bug 744157 - Tip about subaccount is confusing -2016-09-15 Geert Janssens +2016-02-18 pmralbuquerque - * Return nullptr in case of invalid numeric field to allow proper error handling + * Updated translations after TACG translation -2016-09-15 Geert Janssens +2016-02-17 fell - * Rearrange statements in gnc_csv_preview_update_assist + * Update the list of Finance::Quote methods -2016-09-14 Geert Janssens +2016-02-11 Sebastien Bourdelin - * Use one common liststore for all the combocells in the preview header treeview + * Fix a typo -2016-09-14 Geert Janssens +2016-02-09 fell - * Some changes to adhere better to the gnucash coding guidelines + * Add comment about replacement of 10000 BYR by 1 BYN -2016-09-13 Geert Janssens +2016-01-27 RobGowin - * Drop fake test in fw tokenizer + * cmake - Increase test pass rate on Windows -2016-09-13 Geert Janssens +2016-02-01 Prayag Verma - * Add test cases for tokenizer classes + * Fix Typos in doc/README.translator.txt -2016-09-13 Geert Janssens +2016-01-26 RobGowin - * Trim whitespace in case of fixed width input + * Fix CMake build after maint merge -2016-09-10 Geert Janssens +2016-01-26 John Ralls - * Replace transactions GList with a std::multimap + * Merge branch 'maint' -2016-09-10 Geert Janssens +2016-01-15 RobGowin - * Another round of small c to c++(11) conversions + * Remove extra symlink command -2016-09-10 Geert Janssens +2016-01-18 RobGowin - * Delay the test for a default account until it's needed + * cmake - Add ability to run tests under CMake -2016-09-09 Geert Janssens +2016-01-23 RobGowin - * Fix memory management for the temporary trans properties + * Don't skip test under clang when using Guile 2.x -2016-09-10 Geert Janssens +2016-01-23 RobGowin - * Reduce code duplication by reusing trans_add_split + * Change test to use LIBDIR to find dynamic libraries -2016-09-09 Geert Janssens +2016-01-23 RobGowin - * Fix memory corruption bug + * Add TEST_PATH variable to test -2016-09-09 Geert Janssens +2016-01-24 John Ralls - * Refactor TransProperty stuff to a simple void* + * Fix Travis build error. -2016-09-08 Geert Janssens +2016-01-24 John Ralls - * Replace private data structure TransPropertyList with a std::map + * Pretty up the SLR error dialog. -2016-07-05 Geert Janssens +2016-01-24 John Ralls - * Remove fake csv parsing test + * Bug 754856 - scheduled transaction fails without warning -2016-07-05 Geert Janssens +2016-01-24 John Ralls - * Add some polish to csv_import_trans_file_chooser_confirm_cb + * Bug 754856 - scheduled transaction fails without warning. -2016-06-25 Geert Janssens +2016-01-23 John Ralls - * Prevent c++ name mangling on functions used as callbacks by gtk + * Revert "Use python 3.3 VirtualEnv on travis." -2016-06-25 Geert Janssens +2016-01-23 John Ralls - * csv-imp - use enum instead of strings to track user selected column types + * Use python 3.3 VirtualEnv on travis. -2016-06-12 Geert Janssens +2016-01-20 RobGowin - * Convert column type to name mapping into a std::map + * [cmake] Reflect commit db0fd2 (Replace the TP pt.po ...) in CMake build. -2016-06-12 Geert Janssens +2016-01-22 Geert Janssens - * Adapt assistant for c++ guid changes + * Fix csv-imp test for master branch -2016-01-30 Geert Janssens +2016-01-22 Geert Janssens - * Refactor csv assistant code to use GncCsvParseData class instead of gnc-csv-model code + * Merge branch 'maint' -2016-06-07 Geert Janssens +2016-01-22 Geert Janssens - * Build assistant-csv-trans-import.c(pp) as c++ + * Align gtkmm test suite with recent template updates -2016-06-12 Geert Janssens +2016-01-22 Geert Janssens - * Introduce parse error state + * Revert "Fix typo" -2016-06-12 Geert Janssens +2016-01-22 Geert Janssens - * Small local variable cleanups + * Fix typo -2016-06-07 Geert Janssens +2016-01-21 John Ralls - * C++ - use std::pair to store tokenized line together with its error message + * Fix typo. -2016-01-31 Geert Janssens +2016-01-21 John Ralls - * C++11 Convert unscoped enum into scoped one + * Fix segfault in utest-gnc-csv-model Teardown. -2016-01-31 Geert Janssens +2016-01-21 John Ralls - * Use more C++11 features + * Fix new cdv-import tests for running in a separate build directory. -2016-02-08 Geert Janssens +2016-01-21 Alexander Pushkarev - * Revert to boost.regex without ICU support + * adding BYN currency according to ISO 4217 ammendment #161 http://www.currency-iso.org/en/shared/amendments/iso-4217-amendment.html -2016-02-06 Geert Janssens +2016-01-20 Geert Janssens - * Redo parse_date function using boost regular expressions + * csv-imp - add parse test for semicolon separated strings -2016-01-28 Geert Janssens +2016-01-20 Geert Janssens - * Convert error_lines GList in a vector of strings + * csv-imp - new parse test starting from an in-source string struct -2016-01-28 Geert Janssens +2015-09-28 Geert Janssens - * Replace stf based file parser with gnc-tokenizer based one + * csv-imp - use GNC_TEST_ADD_FUNC for test_parse_date as well -2015-05-08 Geert Janssens +2015-09-28 Geert Janssens - * Use vector instead of GArray for column_types class member + * csv-imp - test_gnc_csv_new_parse_data doesn't use the fixture -2016-01-23 Geert Janssens +2015-09-23 Geert Janssens - * Convert GncCsvParseData into a class + * Match calls to g_string_chunk_new with g_string_chunk_free -2016-01-23 Geert Janssens +2015-09-28 Geert Janssens - * csv-imp - copy gnc-csv-model and make it build as c++ + * csv-imp - don't free the parse data just created for testing -2016-06-07 Geert Janssens +2015-09-28 Geert Janssens - * Add dummy tokenizer to be used when file format isn't known yet + * csv-imp - move tests for gnc_csv_load_file to separate function -2016-06-12 Geert Janssens +2015-09-23 Geert Janssens - * Add functions to manipulate fixed width column positions + * csv-imp - test for gnc_csv_new_parse_data and skip gnc_csv_parse_data_free -2016-01-28 Geert Janssens +2015-09-23 Geert Janssens - * Add fixed width file parser based on boost::tokenize + * csv-imp - use setup and teardown for test_gnc_csv_parse -2016-01-26 Geert Janssens +2015-09-23 Geert Janssens - * Add csv file parser based on boost::tokenize + * Mark static functions as not testable -2016-01-28 Geert Janssens +2016-01-20 Geert Janssens - * Introduce base class for parsing importable files + * Test Date fixup -2016-01-28 Geert Janssens +2015-09-22 Geert Janssens - * Whitespace and spelling corrections + * csv-imp - add test for parse_date -2017-01-14 Geert Janssens +2015-09-22 Geert Janssens - * Look for translatable strings in lib directory as well + * csv-imp - add basic test for gnc_csv_parse -2017-01-14 Geert Janssens +2015-05-11 Geert Janssens - * Use internalized goffice parts in csv-import + * csv-imp - add initial (empty) test framework -2016-01-26 Geert Janssens +2015-09-22 Geert Janssens - * Fix build issues with goffice imported sources + * Set fixed time values so test results won't depend on the time the test is run -2016-01-28 Geert Janssens +2015-05-12 Geert Janssens - * Internalize parts of the goffice code + * Adjust GError usage to comply with the GError rules -2016-01-27 Geert Janssens +2015-09-22 Geert Janssens - * Small amendements to gnc-csv-account-map + * Cumulated minor spelling fixes in comments and other non-code texts -2017-02-20 Geert Janssens +2015-05-12 Geert Janssens - * Yet another tweak to properly find GMOCK sources + * Some indentation adapations -2017-02-18 John Ralls +2016-01-20 Geert Janssens - * Silence the no lock table warnings in test-backend-dbi. + * Hide owner abstraction from user oriented gui -2017-02-18 John Ralls +2016-01-19 John Ralls - * Fix failure to drop the temp numeric table at the end of dbi_library_test. + * Add small utility to print message catalog statistics. -2017-02-18 John Ralls +2016-01-19 John Ralls - * Make gnc_dbi_safe_sync_all safer. + * Replace the TP pt.po with the directly-contributed pt_PT.po -2017-02-18 sdementen +2016-01-18 Robert Gill - * add gnc_get_current_session to swig interface + * Bug 723689 - Splash screen doesn’t set the floating hint. -2017-02-16 John Ralls +2016-01-17 John Ralls - * Move begin_transaction in lock_database to include checking for the table… + * Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.11 -2017-02-16 John Ralls +2016-01-17 fell - * Add SAVEPOINT support to enable nested gnc_dbi_transaction calls. + * Fix a mistyped error message in configure.ac -2017-02-16 John Ralls +2016-01-17 fell - * Use the transactional member functions instead of running queries directly. + * Supplement to commit 837b258: Add ChangeLog.2015 to dist_doc_DATA -2017-02-15 John Ralls +2016-01-15 John Ralls * Merge branch 'maint' -2017-02-14 fell +2016-01-15 John Ralls - * Review of pull request #125 from Mechtilde + * Fix reset of PKG_CONFIG_PATH to unset variable. -2017-02-14 Frank H. Ellenberger +2016-01-15 RobGowin - * Merge pull request #125 from Mechtilde/TranslationDE + * Tweak handling of COPYING file -2017-02-12 Mechtilde +2016-01-13 RobGowin - * msgmerge with gnucash-2.6.15.pot + * Support CMake 3.0 for Debian Jessie -2016-12-26 Mechtilde +2016-01-14 Mike Evans - * translation tip_of_the_day + * Bug 756469 - CSV Invoice Import - Items with double quote escape not imported. -2017-02-12 fell +2016-01-12 John Ralls - * Improve comment about available languages + * Merge branch 'maint' -2017-02-10 fell +2016-01-12 John Ralls - * Set a separate translator comment to avoid pulling the whole file header comment in POT + * Link LICENSE to COPYING, don't install INSTALL. -2017-02-10 fell +2016-01-12 John Ralls - * Fix german language tag + * Merge branch 'maint' -2017-02-10 fell +2015-12-26 Rob Gowin - * Update PACKAGE_BUGREPORT, set PACKAGE_URL + * CMake build changes for maint -2017-02-08 Geert Janssens +2015-12-07 Rob Gowin - * One more stab at properly discovering gtest/gmock + * Add ability to build GnuCash with CMake -2017-02-06 Geert Janssens +2016-01-12 John Ralls - * Fix cmake's gmock handling to work with Fedora packages + * Add dialog-imap-editor to CMakeLists.txt. -2017-02-04 John Ralls +2016-01-12 John Ralls - * Make gnc_dbi_safe_sync_all safer. + * Bug 760529 - Get Quotes updates value just once per day -2017-02-04 John Ralls +2016-01-12 John Ralls - * Move the transaction-lock on obtaining the database lock earlier. + * Remove extraneous debugging output. -2017-02-04 John Ralls +2016-01-12 Mike Evans - * Add SAVEPOINT support to enable nested gnc_dbi_transaction calls. + * Added some comments. -2017-02-04 John Ralls +2016-01-11 John Ralls - * Extract static gnc_dbi_transaction functions. + * Merge branch 'maint' -2017-02-02 Geert Janssens +2016-01-11 John Ralls - * Optionally locate boost via environment variable BOOST_ROOT + * Merge branch 'import-map-editor' -2017-02-02 Geert Janssens +2016-01-11 John Ralls - * Fix building gtest library on mingw + * Add missing static declaration. -2017-02-02 Geert Janssens +2016-01-11 Robert Fewell - * Make google test framework a mandatory build dependency + * New functions to simplify delete and filter parts -2017-02-01 DIG +2016-01-06 Robert Fewell - * Small updates for Russian translation + * Add Filter option to tree store -2017-02-01 Geert Janssens +2015-12-28 Robert Fewell - * Fake change to test mail script on code.gnucash.org + * Change list store into a tree store -2017-02-01 Geert Janssens +2015-12-28 Robert Fewell - * Drop callback that reloads report when a report tab is selected + * Some more name changes -2017-02-01 Geert Janssens +2015-12-28 Robert Fewell - * Revert "Add call back to track page size changes" + * Rename some functions and structures based on imap -2017-02-01 Geert Janssens +2015-12-17 Robert Fewell - * Revert "Change report resizing when not in view" + * Rename probability to count. -2017-02-01 Geert Janssens +2015-12-17 Robert Fewell - * Merge branch 'maint' + * Rename files and functions based on bayes to imap -2017-02-01 Geert Janssens +2015-12-17 Robert Fewell - * Log javascript console messages to the trace file + * Use Glib G_GINT64_FORMAT to specify correct format string for gint64 values. -2017-02-01 Geert Janssens +2015-12-13 Robert Fewell - * Always use actual window size when calculating x-axis ticks for charts + * Moved all KVP handling to Account.c, Added two main functions that return a Glist of kvp_info for Bayesian and Non Bayesian entries. Also added a get and delete function based on kvp path. -2017-02-01 Geert Janssens +2015-11-22 Bob-IT - * Bug 777875 - Reports with charts are flickering in certain circumstances + * Update POTFILES.in -2017-01-30 Geert Janssens +2015-11-22 Robert Fewell - * Extend account color to all columns in the account hierarchy page + * Reduce code duplication for non Bayesian information. -2017-01-30 Geert Janssens +2015-11-20 Robert Fewell - * Fix duplicate widget names in gtkbuilder file + * Cosmetic changes. -2017-01-30 Geert Janssens +2015-11-20 Robert Fewell - * Drop with_html_engine option + * Add the remove option. -2017-01-30 Geert Janssens +2015-11-18 Robert Fewell - * Merge branch 'maint' + * Hide the probability column where appropriate. -2017-01-28 Geert Janssens +2015-11-18 Robert Fewell - * Travis - fix failure to load some libraries while running scm tests + * Get Bayesian values, needed to change Qof function as values are stored under FRAME,FRAME,VALUE so changed to test for a FRAME and returns NULL. -2017-01-28 Geert Janssens +2015-11-18 Robert Fewell - * Bug 759934 - Tiny reports in HiDPI + * Get Non Bayesian and Online ID information -2017-01-27 Geert Janssens +2015-11-15 Robert Fewell - * Drop a couple of webkit related configure tests + * Add Basic framework for Bayesian editor dialog -2017-01-26 D. Hugh Redelmeier +2016-01-11 strainu - * add comments to clarify that taxtxf.scm is US-specific + * Update Romanian translations -2017-01-26 Pedro Albuquerque +2016-01-10 John Ralls - * Bug 777561 - Update pt.po to v. 2.6.15 + * Release 2.6.11 (tag: 2.6.11) -2016-12-27 Robert Fewell +2016-01-10 John Ralls - * Bug 516920 - Calendar Pop up disappears of the left side + * Update copyright and ChangeLog for the new year. -2017-01-16 klemens +2016-01-10 John Ralls - * spelling fixes + * Add Language header value to silence msgfmt error. -2017-01-23 Geert Janssens +2016-01-10 John Ralls - * Merge branch 'maint' + * Update TP translations to latest files. -2017-01-16 klemens +2016-01-10 Mike Evans - * spelling fixes + * Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter -2017-01-21 Pedro Albuquerque +2016-01-09 John Ralls - * Several spelling corrections of the pt_PT translation + * Replace %ld and cast of gint64 to long with G_GINT64_FORMAT and no cast. -2017-01-17 Mike Evans +2016-01-09 John Ralls - * Make strings translatable in dialog-bi-import.c + * Fix travis compilation error. -2017-01-15 Mike Evans +2016-01-07 Pedro Albuquerque - * Bug 767032 - Bad invoices from importing "posted" needing currency conversion + * Update to 2.6.10.pot -2017-01-14 John Ralls +2016-01-08 John Ralls - * Ensure that all GncDate and GncDateTime constructors are in try blocks. + * Refactor the horror of gnc_sxed_check_consistent(). -2017-01-14 John Ralls +2016-01-07 John Ralls - * Make GncDate and GncDateTime default constructors have the current day/time. + * Refactor gnc_sxed_check_changed() with a bunch of extract-functions. -2017-01-14 John Ralls +2016-01-07 John Ralls - * Fix crash when $TZ isn’t defined. + * Don't make the $prefix/share/gnucash/gnome link on OSX_QUARTZ -2017-01-14 John Ralls +2016-01-05 John Ralls - * Actually checkout gtest 1.8.0 in travis tests. + * Bug 680104 - formula not calculated when variables are mixed with constants -2017-01-13 John Ralls +2016-01-03 John Ralls - * Fix local timezone-dependent test. + * Extract Functions split_apply_formulas and split_apply_exchange_rate. -2017-01-13 John Ralls +2016-01-09 fell - * Change last test in test-gnc-timezone to EXPECT_EQ so it will log the results. + * Supplement to commit 79bb4b8: add built gschema files to .gitignore -2017-01-13 John Ralls +2016-01-09 fell - * Display failing test-gnc-timezone.log for troubleshooting. + * simplify commit c2598f8: Add a missing gettext in plugin page owner tree -2017-01-13 John Ralls +2016-01-07 Alex Aycinena - * Fix test failures from adding bad-date tests. + * Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options. -2017-01-13 Geert Janssens +2016-01-07 Alex Aycinena - * Travis - lock google test framework to 1.8.0 for reproducible tests + * Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options. -2017-01-13 Geert Janssens +2016-01-06 Mike Evans - * Travis - skip testing on trunk branch + * Prevent some GtkEntry getting focus in invoice. -2017-01-12 Geert Janssens +2016-01-05 fell - * Enable google test on travis + * Remove translatable flag from placeholder labels in dialog date-close -2017-01-12 Geert Janssens +2016-01-02 John Ralls - * Fix signedness of certain gmock based tests + * Rename sequence_ctx to temporal_state for consistency and clarity. -2017-01-12 John Ralls +2016-01-02 John Ralls - * Prevent leaking exceptions from gnc_dmy2timespec_neutral + * Bug 759570 - Postponing a repeating SX skips over the instance. -2017-01-10 John Ralls +2016-01-02 John Ralls - * Add note about setting GTEST cmake variables. + * Fix up some overly-long lines. -2017-01-10 Geert Janssens +2016-01-02 John Ralls - * Fix compiler warning about confusing indentation + * Explicitly type GncSXInstance's temporal state member. -2017-01-10 Geert Janssens +2016-01-02 John Ralls - * Drop unused DEBUG_MEMORY macro + * Clean up some noise. -2017-01-07 Stefan Talpalaru +2016-01-02 John Ralls - * configure: fix --disable-debug, --disable-profile and --disable-locale-specific-tax + * Remove xaccSchedXactionGetInstanceAfter + +2016-01-02 fell + + * Add a missing gettext in plugin page owner tree diff --git a/NEWS b/NEWS index d0e0b172ceb..ce018796232 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,80 @@ Version history: ------- ------- +2.7.0 - 19 September 2017 + The Gnucash Development Team is pleased to release Gnucash 2.7.0, + the first release of an unstable series leading to Gnucash 2.8.0. + + This release is UNSTABLE and SHOULD NOT BE USED in production. + + The headline item for this release is that GnuCash now uses the + Gtk+-3.0 Toolkit and the WebKit2Gtk API. This change was forced + on us by some major Linux distributions dropping support for + the WebKit1 API. Unfortunately the Webkit project doesn't + support Microsoft Windows so that platform will continue to use + the WebKit1 API, though with Gtk3. We've selected Gtk+-3.14.0 + as the minimum version because it fully supports CSS + theming. Geert Janssens did the original conversion and Bob + Fewell has contributed much UI polishing. + + Geert Janssens has overhauled the CSV importer, rewriting the + bulk of it in C++, adding new features including the ability to + re-import CSV files exported from GnuCash. + + Geert has also adjusted the data file directory so that it's + located appropriately to the operating system's conventions by + default. It's still possible to overried with the environment + variable GNC_DOC_PATH, which replaces GNC_DOT_DIR in earlier + versions of GnuCash. + + Bob Fewell has converted the account representation in the + Bayes import map to GUID from strings so that the matcher won't + have to be retrained if you rename an account. THIS WILL MAKE + YOUR MAP UNREADABLE BY PREVIOUS VERSIONS OF GNUCASH. Bob has + also implemented an editor to remove outdated or incorrect + match data from the import maps, added user interfacs for + managing files associated with transactions, improved the + facility for removing old prices from the price database, and + provided for removing deleted files from the history list in + the file menu. + + John Ralls has rewritten the numerics to allow for more + significant digits. The old 6-digit-maximum fraction will be a + 9-digit maximum by 2.8. there is still some cleanup required + before the limit can actually change. + + Christopher Lam has contributed a new Income GST Report and + made some improvements to the Transaction report. + + Carsten Rinke has improved the appearance of the chart reports. + + John Ralls and Aaron Laws have rewritten several parts of the + engine and SQL backend in C++, an effort that will continue in + the next development cycle. KVP is now private to + libgncmod-engine and accessible outside via qof_instance_set + and qof_instance_get. Aaron has reimplemented KVP itself in C++ + using boost::variant and GUID based on boost::UUID. + + John rewrote the date implementation to boost::date-time, + replacing a Glib GDateTime implementation. This makes the + earliest date recordable 1 January 1400CE instead of 1 January + 1CE. We doubt any users will be affected. + + The CuteCash front end has been removed. The code we need from + GOffice has been brought into the GnuCash code base so GOffice + is no longer a dependency. + + Rob Gowin, in addition to creating the CMake-based build system + partway through the 2.6 release cycle, has added to it a dist + function that allows us to distribute tarballs that will build + with either CMake or Autotools... but look for Autotools to be + dropped soon. + + Of interest mostly to developers, we've reorganized the code + into a core library directory, libgnucash, and + applications-specific directory, gnucash. + + + 2.6.17 - 2 July 2017 The following bugs are fixed: diff --git a/README.dependencies b/README.dependencies index 8109bf0d719..56753b16d9d 100644 --- a/README.dependencies +++ b/README.dependencies @@ -62,11 +62,9 @@ Libraries/Deps -------------- required Version -------- _______ -glib2 2.28.0 -gtk+2 2.24.0 +glib2 2.40.0 +gtk+3 3.14.0 guile 1.8.5 or 2.0.0 -libgnomecanvas 2.0 -[lib]goffice 0.7.0 libxml2 2.5.10 libxslt ICU International Compnents for @@ -75,7 +73,8 @@ boost 1.50.0 locale and regex libs must be built with ICU support. swig 2.0.10 Only required to build from git or SVN. -webkit 1.0 +webkit webkitgtk-3.0 (Windows) + webkit2gtk-3.0 (Everything Else) optional -------- diff --git a/configure.ac b/configure.ac index 3df34c4f4f5..beafb1974f6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Autoconf initialization AC_PREREQ(2.60) -AC_INIT([GnuCash], [2.6.99], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.7.0], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(libgnucash/engine/Transaction.h) AC_CONFIG_MACRO_DIR([macros])