gnucash/ChangeLog
John Ralls 2b2838c834 Bump for 2.5.4 release
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23122 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-03 14:42:21 +00:00

1117 lines
31 KiB
Plaintext

2013-08-02 Cristian Marchi
* More consistency for UI strings. Patch by Aurimas Fišeras. (HEAD, trunk, origin/trunk, trunk)
2013-08-02 John Ralls
* Revert "Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module"
2013-08-02 Cristian Marchi
* Update Italian translation.
2013-08-02 John Ralls
* - Functions which can return null always return a Python object
2013-08-02 John Ralls
* Bug 704183 - ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty
2013-08-02 John Ralls
* Register rewrite Update, add delete transaction up/down function. This update corrects a mistake in the removal of previous gui update. Author: Robert Fewell
2013-08-02 John Ralls
* Register rewrite Update, change to using original query. This update changes the model to drop the filter and sort models to use the qof query to do these parts. This is in response to the slowness of large transaction lists with the intention to load only a subset of them. This is the start and this update should result in the same out put as using the filter and sort model. Author: Robert Fewell
2013-08-02 John Ralls
* Register rewrite Update, added extra dates and cursor changes. This update fixes the following, allow the cursor to move between cells and make active, changed the preference for showing date entered to include reconcile date and added another option to show when transaction selected. Also added menu option to show these extra dates. Author: Robert Fewell
2013-08-01 Cristian Marchi
* Make CSV account import table header translatable. Patch by Aurimas Fišeras.
2013-08-01 Cristian Marchi
* Update Catalan translation copied from the Translation Project.
2013-08-01 John Ralls
* Fix report tests which fail in OSX
2013-07-14 John Ralls
* Bug #704185: GnuCash 2.5 doesn't build on FreeBSD
2013-07-10 Cristian Marchi
* Update Danish TRanslation, copied from the Translation Project.
2013-07-08 Cristian Marchi
* Update Lithuanian translation thanks to Aurimas Fišeras.
2013-07-08 Cristian Marchi
* Fix some translation issues. Author: Aurimas Fišeras.
2013-07-08 Cristian Marchi
* Fix translation of table headers. Author: Aurimas Fišeras.
2013-07-08 Cristian Marchi
* Fix typo preventing dash marker usage. Author: Aurimas Fišeras.
2013-07-07 John Ralls
* Bump version for 2.5.3 release
2013-07-06 John Ralls
* Bug 703272 - list of windows in Windows menu outdated
2013-07-06 Geert Janssens
* Implement Save and Save As for custom report templates
2013-07-06 Geert Janssens
* New function to open custom reports dialog with one report name in edit mode
2013-07-06 Cristian Marchi
* Better wording for Italian translation.
2013-07-06 Geert Janssens
* Fix windows compilation error since r23083
2013-07-05 Geert Janssens
* Add back translation support in combo boxes that was accidentally removed in 1286a896a66a3002e98913b9016f1dc56f7137d7
2013-07-05 Geert Janssens
* Fix crash when saved-reports file doesn't exist
2013-07-05 Geert Janssens
* A whitespace cleanup, no functional changes
2013-07-04 Cristian Marchi
* Update Lithuanian translation thanks to Aurimas Fišeras.
2013-07-03 Geert Janssens
* Bug #699686 - Startup dialog windows should be top level windows
2013-07-02 Derek Atkins
* Fix typo Patch from Aurimas Fišeras <aurimas@members.fsf.org>
2013-07-02 John Ralls
* Bug 701670: Command-V in reconcile window pastes data in register
2013-07-02 Christian Stimming
* Cutecash: Fix linker flags for guile so that it links again.
2013-07-02 Geert Janssens
* Custom reports dialog - track template guids directly in model instead of separate list
2013-07-02 Geert Janssens
* Require custom report template names to be unique (among other custom report templates)
2013-07-02 Geert Janssens
* Rework custom reports dialog
2013-07-02 Geert Janssens
* New function to rename a saved report
2013-07-02 Geert Janssens
* New functions to check for custom templates - whether a report template is a custom one - whether a report is based on a custom report
2013-07-02 Geert Janssens
* Define 'custom-template' property on report instances (not used yet)
2013-07-02 Geert Janssens
* Return guid of newly-created report template to calling function
2013-07-02 Geert Janssens
* Return success or failure when writing report templates to save file
2013-07-02 Geert Janssens
* Delete report function: use less ambiguous variable name
2013-06-30 Christian Stimming
* Bug #702899: Fix crash in scrubbing code
2013-06-30 Christian Stimming
* Bug #703305: Fix crash on entering a non-valid date.
2013-06-29 Mike Alexander
* Add back, and bring up to date, the debugging function qof_book_print_dirty.
2013-06-29 Mike Alexander
* Make it possible to post multiple invoices from the find dialog. GnuCash was crashing if you searched for all unposted invoices, selected two or more of them, and posted them. This was because the list of invoices to be posted changed while it was being processed. As part of fixing this the prompt for post date, due date, etc. will only be given once, not once per invoice.
2013-06-29 Mike Alexander
* Fix the crash that occurs when duplicating multiple invoices from Find results. The biggest problem was that it was adding an invoice's entries to both the old and the new invoice when duplicating the invoice.
2013-06-27 Geert Janssens
* Report system - emit warning when trying to restore named-based saved reports
2013-06-27 Geert Janssens
* Report system: regroup legacy functions
2013-06-27 Geert Janssens
* Report system legacy code cleanup
2013-06-27 Geert Janssens
* Lookup business reports by id instead of by name
2013-06-25 Christian Stimming
* Remove the unused code for feature "shift txn forward", disabled already in r18450.
2013-06-25 John Ralls
* Really Redo r23043 Don't print "warning" output in comparison functions.
2013-06-25 John Ralls
* Revert "Redo r23043 Don't print "warning" output in comparison functions."
2013-06-25 John Ralls
* Redo r23043 Don't print "warning" output in comparison functions.
2013-06-23 Christian Stimming
* Bug #700804: Add up/down buttons for ordering of transactions in register2.
2013-06-20 Christian Stimming
* Register2: Minor code cleanup: Rename moved_cb to uiupdate_cb. Refactor common sanity check into extra function.
2013-06-19 Christian Stimming
* Bug #691587: Catch scheme exceptions when converting error messages to a C string.
2013-06-19 Christian Stimming
* Bug #669964: Fix txn creation that forgot to set a txn currency.
2013-06-19 Christian Stimming
* Register2: Improve commodity/currency handling: Try to always use account_or_default_currency lookup instead of code duplication.
2013-06-19 Christian Stimming
* Improve transaction currency lookup by using the new account_or_default currency getter.
2013-06-19 Christian Stimming
* Refactor lookup of a commodity that is a currency for a specific account into general function gnc_account_or_default_currency().
2013-06-19 Christian Stimming
* Cutecash: Adapt cmake files to recent file moves.
2013-06-16 Christian Stimming
* Bug #672595: After creation of a new book, make sure to set it to dirty so that a cancelled save_as dialog leaves the book dirty.
2013-06-14 Christian Stimming
* Bug #700582: Enable online actions in Register2
2013-06-13 Christian Stimming
* Minor code cleanup (again from r23043): Don't print a warning in a comparison.
2013-06-13 Christian Stimming
* Minor code cleanup: Decrease verbosity of register2 that makes the debugging output unreadable.
2013-06-13 Christian Stimming
* Register2: Add more sanity checks when converting TreePaths from one to another.
2013-06-13 Christian Stimming
* Revert r23043 "Minor code cleanup: Don't print "warning" output in comparison function."
2013-06-13 Christian Stimming
* Had to partly revert r23045 when it comes to the PostedDate of book-closing txns.
2013-06-09 Christian Stimming
* Register (old+new): Duplicated transactions need a DateEntered as well.
2013-06-09 Christian Stimming
* Change all usage of xaccTransSetDatePostedSecs to xaccTransSetDatePostedSecsNormalized.
2013-06-09 Christian Stimming
* Introduce transaction setter xaccTransSetDatePostedSecsNormalized() that ignores the time-of-day part.
2013-06-09 Christian Stimming
* Minor code cleanup: Don't print "warning" output in comparison function.
2013-06-08 Christian Stimming
* Minor code cleanup: Don't use "class" as identifier.
2013-06-07 Cristian Marchi
* Update Catalan translation, copied from the Translation Project.
2013-06-07 Cristian Marchi
* Update Lithuanian translation thanks to Aurimas Fišeras.
2013-06-07 Cristian Marchi
* Update Italian translation
2013-06-05 Geert Janssens
* Report test makefiles: avoid extra softlinks for out-of-tree building
2013-06-04 Geert Janssens
* Update .gitignore
2013-06-04 Geert Janssens
* Use SCM_FILE_LINKS properly and some cleanups of report test makefiles
2013-06-04 Derek Atkins
* Set SCM_FILE_LINKS even if not in a separate build directory, otherwise tests fail
2013-06-03 Geert Janssens
* Fix distcheck and automake 1.13 build failure
2013-06-03 Geert Janssens
* Reports: Reduce test verbosity
2013-06-02 Geert Janssens
* Win32: add VERSIONINFO block to RC file and convert in into a template to be completed during configure
2013-06-02 Geert Janssens
* Win32: make sure RC file is actually considered for linking
2013-06-02 Geert Janssens
* Refactor so that we don't have to call gnc:progress functions while creating a report
2013-06-02 Geert Janssens
* reports: cleaned up a few methods in report-collectors
2013-06-02 Geert Janssens
* Reports: Deal with closing transactions.
2013-06-02 Geert Janssens
* reports: faster versions of category, net-barchart and net-linechart reports
2013-06-02 Geert Janssens
* Add test suite for standard tests
2013-06-02 Geert Janssens
* Log a warning if a test shows more than 100% progress.
2013-06-02 Geert Janssens
* Utils: Add "gnc:timepair?" function; useful for ensuring functions are called in a type-safe way. Add gnc:timepair-next-day
2013-06-02 Geert Janssens
* Reports: Add collector functionality for side effects.. function-state->collector; turn a function/initial state into a collector collector-do: Like collector-map, but only return the result of the first collector. It's assumed the other collectors are invoked for their side effects.
2013-06-02 Geert Janssens
* Reports: Add collector-into-list function.. turns the idea of adding stuff to a list into a collector.
2013-06-02 Geert Janssens
* Add some plumbing for report changes - test framework plus some utility methods
2013-06-02 Geert Janssens
* Add exported ids to reports.. useful for testing
2013-05-31 Geert Janssens
* Bug 383928 - Bad command name: Remove transaction splits
2013-05-28 Geert Janssens
* Update gitignore
2013-05-28 Geert Janssens
* Update copyright year and make it translatable
2013-05-27 John Ralls
* Update Changelog for 2.5.2
2013-05-27 John Ralls
* Update NEWS for 2.5.2 release
2013-05-26 Christian Stimming
* Win32 build: Update versions of gwenhywfar, aqbanking
2013-05-25 John Ralls
* [Bug 640962] Make check failure: test_backend_dbi
2013-05-25 John Ralls
* Bump version for release
2013-05-21 Geert Janssens
* Fix windows build after it got broken by r22982
2013-05-20 Christian Stimming
* Merge latest pot template from trunk into updated da.po file.
2013-05-20 Christian Stimming
* Copy recently updated Danish translation from 2.4 branch to trunk.
2013-05-19 Geert Janssens
* Register rewrite Update, bug fixes and transaction commit changes.
2013-05-18 Christian Stimming
* I18n: Change composed strings (report title) into fully translated string.
2013-05-18 Geert Janssens
* Register rewrite Update, bug fixes and allow mouse to change reconcile flag.
2013-05-18 Geert Janssens
* Register rewrite Update, bug fixes and allow mouse to change reconcile flag.
2013-05-18 Geert Janssens
* Cleanup non-relevant comments introduced with r22825
2013-05-18 Geert Janssens
* Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module Author: Sam Morris <sam@robots.org.uk> BP
2013-05-18 Cristian Marchi
* Fix a typo in both source and po files.
2013-05-18 Cristian Marchi
* Update Italian translation.
2013-05-17 Geert Janssens
* Add script to generate a list of changes in html format between two revisions based on git log
2013-05-17 Geert Janssens
* Add code to generate ChangeLog from git
2013-05-15 Geert Janssens
* Win32 git: fetch potentially new tags before running the tags build
2013-05-15 Geert Janssens
* Win32 fix path to git build script for tags
2013-05-15 Geert Janssens
* Win32: build 2.5 tagged releases from git instead of svn
2013-05-15 Geert Janssens
* Fix charts on Windows
2013-05-13 Mike Evans
* Bug #700197 - Critical SQL backend errors when creating customers via python bindings
2013-05-12 Mike Alexander
* Round properly when computing fraction of the transaction's value due to a given split. Also use GNC-DENOM-AUTO instead of a constant zero when appropriate.
2013-05-10 Geert Janssens
* Bug #682800 Generated balances on Report different than calculated balances on Ledger when using "open subaccounts"
2013-05-10 Geert Janssens
* Bug #622778 Miscalculation in cashflow reports - Step 03
2013-05-10 Geert Janssens
* Bug #622778 Miscalculation in cashflow reports - Step 02
2013-05-10 Geert Janssens
* Bug #622778 Miscalculation in cashflow reports - Step 01
2013-05-10 Geert Janssens
* Bug #584869 net change line in general journal report broken
2013-05-10 Geert Janssens
* Bug #589865 In the report "Budget flow" period it doesn't work ok
2013-05-10 Geert Janssens
* Bug #589865 In the report "Budget flow" period it doesn't work ok
2013-05-08 Christian Stimming
* Add ZMW currency
2013-05-08 Christian Stimming
* Update German translation a bit.
2013-05-08 Christian Stimming
* Minor user message fixes: Spelling fix, Capitalization fix.
2013-05-08 Christian Stimming
* Update German glossary (a bit).
2013-05-08 Christian Stimming
* Fix glossary table that was mistakently using spaces instead of tabs. Update all glossary po files with the new terms.
2013-05-08 Cristian Marchi
* Fix some typos.
2013-05-08 Cristian Marchi
* Update Italian Translation.
2013-05-07 Christian Stimming
* Merge latest pot template from trunk into po files.
2013-05-07 Christian Stimming
* Copy program translations from 2.4 branch to trunk.
2013-05-07 Christian Stimming
* Copy glossary translations from 2.4 branch to trunk.
2013-05-05 Mike Alexander
* Quote the python path in case it has blanks in it.
2013-05-04 John Ralls
* Update ChangeLog and NEWS for 2.5.1 Release
2013-05-04 John Ralls
* Allow svnlog2ul.sh to run on the current working copy
2013-05-04 John Ralls
* Bump version to 2.5.1 for release
2013-05-04 Mike Alexander
* Fix test for Python to avoid error message
2013-05-04 Geert Janssens
* Register rewrite Update, change the default for the new register and rename old one.
2013-05-03 Geert Janssens
* Bug #698781 can't build with glib 2.36: error: 'g_type_init' is deprecated
2013-05-03 Geert Janssens
* Tests: harmonize test initialization
2013-05-03 Geert Janssens
* Refactor file backend settings to no longer depend on gconf
2013-05-03 Geert Janssens
* Move gnc-gconf-utils to app-utils
2013-05-03 Geert Janssens
* Add new core prefs
2013-05-03 Geert Janssens
* Rename gnc-main to gnc-core-prefs
2013-05-02 John Ralls
* Mac: Add -framework Cocoa to GTK_MAC_LIBS
2013-05-02 Geert Janssens
* make distcheck altered POTFILES.in
2013-05-02 Geert Janssens
* REST API Example for Python Bindings
2013-05-02 Geert Janssens
* Fix chart positioning on multi-column report
2013-05-02 Geert Janssens
* Register rewrite Update, this adds some preference options and fixes a tab issue.
2013-05-02 Geert Janssens
* Register rewrite Update, this fixes some leaks and renames some functions.
2013-05-02 Geert Janssens
* This update fixes the schedule of share purchase.
2013-05-02 Geert Janssens
* Register rewrite Update, this adds the schedule option with some other changes.
2013-04-24 Christian Stimming
* Finally fix the maddening long waiting times after clicking "Ok" in the import matcher window.
2013-04-22 Geert Janssens
* Fix compiler warning
2013-04-20 Geert Janssens
* Register rewrite Update, this adds the trading accounts option with some other changes.
2013-04-18 Christian Stimming
* String improvements: For singular form of ngettest, the %d conversion specifier can be skipped.
2013-04-17 Christian Stimming
* Win32 build: Update libofx to version 0.9.8
2013-04-15 Geert Janssens
* Fix indirect libguile dependency in bi_import plugin
2013-04-15 Geert Janssens
* Fix indirect libguile dependency in customer import
2013-04-15 Geert Janssens
* Fix indirect libguile dependency in business ledger
2013-04-14 Christian Stimming
* Adapt to latest split of engine-helpers.h, r22902.
2013-04-14 Christian Stimming
* Adapt to latest split of engine-helpers.h, r22902.
2013-04-13 Geert Janssens
* Commit nex file (missed it in previous commit)
2013-04-13 Geert Janssens
* Prevent engine's guile dependency from leaking to modules not directly using guile
2013-04-13 Geert Janssens
* Remove unused guile-mappings.h include instead of adding GUILE_INCS
2013-04-12 Christian Stimming
* Add probably missing GUILE_INCS to CPPFLAGS because table-gnome.c includes "guile-mappings.h" that includes <libguile.h>.
2013-04-12 Christian Stimming
* Add missing GLIB_LIBS to LDFLAGS as needed by newer gcc/libtool.
2013-04-11 Christian Stimming
* Win32 build: Upgrade libofx to 0.9.7 due to bug #697133 with long lines
2013-04-09 John Ralls
* [Bug #697402] configure doesn't find python on Debian
2013-04-08 Christian Stimming
* Win32 build: Disable debug output of r22877 again as it does not seem necessary anymore.
2013-04-07 John Ralls
* Register rewrite Update, fixes a problem with resizing columns. This update fixes a problem with resizing columns and also a missing tree free. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, changes the way the transaction changed dialog pops up. This update changes the way the transaction changed dialog pops up and also when you navigate to a cell it automaticly changes to allow input. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, adds test for old and new account register open at the same time. This update adds a test to stop opening old and new account registers at the same time. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, adds date accelerator and fixes duplicate transaction. This update adds the date accelerator keys to the date column and fixes the duplicate transaction option. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, adds print check, find, schedule and reconcile. This update changes adds the print check, find transactions, schedule transactions and reconcile options to the new register. This was done by copying the existing files and changing them to work with the new register so both new and old could work at the same time. The new find option on the accounts page has been commented out so the old one would work but has been proved to work the same as on the new registers. Also have the refresh option working which involves reloading the register by re-running the query which is also used for the search register updates. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, fixes for number / action column This update changes the Number / Action column from a single combo renderer to two, text renderer and combo renderer both with entry. We use the model to decide which one will be visible for each row. Also set up is the number accelerator key. Author: Robert Fewell
2013-04-07 John Ralls
* Register rewrite Update, fixes for duplicate and reversing transaction. This update fixes duplicate transaction and reversing transaction. Also included is a minor change to the model, added the test for unbalanced transaction along with some other dialogs. Tab key navigation has been revised but still further work. Account key seperator works along with new account creation. Author: Robert Fewell
2013-04-07 Christian Stimming
* Win32 build: Copy an initial logfile to the webserver when the build is started
2013-04-06 Christian Stimming
* Update start SVN revision of this year's ChangeLog generation
2013-04-06 Christian Stimming
* Update ActivePerl URL to a currently active (no pun intended) one.
2013-04-06 Christian Stimming
* Win32 build: Add debug output where xsltproc currently fails
2013-04-05 Christian Stimming
* Win32 build: Version update for libxslt, libxml2, goffice.
2013-04-04 Christian Stimming
* Win32 build: Switch to another libgsf version 1.4.21 that has a .tar.bz2 available
2013-04-03 Christian Stimming
* Win32 build: Can we get along without libgsf-gnome?
2013-04-03 Christian Stimming
* Win32 build: Add probably missing libgsf configure argument
2013-04-02 Christian Stimming
* Win32 build: Remove check for pixman lib, because that one was removed in r22813.
2013-04-02 Christian Stimming
* Win32 build: Increase verbosity on check for installed gnome.
2013-04-02 J. Alex Aycinena
* Vary some menu labels and tooltips based on cursor class: transaction or split.
2013-04-01 Christian Stimming
* Win32 build: Add more output for debugging.
2013-03-31 Christian Stimming
* Win32 build: Add some more output into log on error conditions.
2013-03-31 John Ralls
* Update NEWS and ChangeLogs for 2.5.0 release
2013-03-31 John Ralls
* Set Version to 2.5.0 for unstable release
2013-03-31 John Ralls
* Add libgncmod-ledger-core to satsify dependency in libgncmod-gnome.
2013-03-31 John Ralls
* Remove deleted calculation files from POTFILES.in
2013-03-30 John Ralls
* More Makefile changes to get distcheck to pass
2013-03-30 Christian Stimming
* Update libofx version to 0.9.6, released today
2013-03-29 John Ralls
* Some cleanup to get make-dist to build in the tarball
2013-03-29 John Ralls
* Clean out unused financial calculation stand-alone programs
2013-03-29 Christian Stimming
* Win32 build: Update libofx version... there was a 0.9.5 release last year.
2013-03-29 Christian Stimming
* Fix spell error in Russian translation, by enikulenkov.
2013-03-29 Christian Stimming
* Win32 build: Temporarily disable ja_JP guide htmlhelp because the hhc compiler seems to crash on this every time.
2013-03-29 John Ralls
* Modify the distcheck of POTFILES.skip to ignore scheme files
2013-03-26 Geert Janssens
* Bug #696469 - renumbering subaccounts does not preserve original order
2013-03-24 Mike Evans
* Prevent line break in date column on hyphen.
2013-03-24 Mike Alexander
* Compile md5.c with "-fno-strict-aliasing". The function md5_finish_ctx dereferences type-punned pointers which breaks strict aliasing rules.
2013-03-23 Mike Alexander
* One more try to get initialization right. This doesn't change things unless --add-price-quotes is given. If it is then it must be handled before gtk is initialized since DISPLAY might not be set which will cause gtk initialization to fail. This happens when running the X version of GnuCash from launchd on a Mac to get price quotes updated.
2013-03-22 Christian Stimming
* Fix erroneous conversion from time64 to struct tm because the Sunday weekday has a different number in GDateTime vs. struct tm.
2013-03-22 Christian Stimming
* Fix memory leaks due to localtime -> gnc_localtime replacement in r22618, r22626, r22627
2013-03-22 Christian Stimming
* Again reorder the initialization in gnucash-bin: gtk_init_check must be called before gnc_module_system_init.
2013-03-11 Geert Janssens
* Register rewrite Update
2013-03-09 Christian Stimming
* Bug #695423: Fix OFX Commodity Account handling.
2013-03-06 Christian Stimming
* Adding statement about GPLv2 and v3 license as discussed on gnucash-devel yesterday.
2013-03-03 John Ralls
* Mac: Adjust document path for new location
2013-03-02 Christian Stimming
* Win32 installer: Update version numbers for gwenhywfar, aqbanking, ktoblzcheck.
2013-03-02 Christian Stimming
* Minor bugfix: Guard against NULL pointer in sprintf argument.
2013-03-02 John Ralls
* [Bug #661832]MySQL database error after wireless reconnect
2013-03-01 Christian Stimming
* Fix erroneous widget lookup after a widget in the glade file has been renamed
2013-03-01 Christian Stimming
* Aqbanking SEPA transfer: Really test and finish the implementation.
2013-02-28 Geert Janssens
* Register rewrite Update.
2013-02-27 J. Alex Aycinena
* Replace GtkLabel with a GtkTextView within a GtkScrolledWindow for error summary for csv account import so that window doesn't get larger than screen with large error messages.
2013-02-25 Geert Janssens
* Winbuild: remove obsolete pixman dependency
2013-02-23 Geert Janssens
* Fix make check failure pointed out by Alex Aycinena
2013-02-23 Christian Stimming
* Aqbanking online transfer: Disable SEPA direct debit menu item again because no bank supports it.
2013-02-23 Christian Stimming
* Set svn:eol-style property to LF on .h and .c that did not yet have it so far.
2013-02-23 Christian Stimming
* Also set svn:eol-style property LF on .js files so that the files will surely have LF line endings in SVN in all cases.
2013-02-23 Mike Evans
* Normalise line endings of min.js files.
2013-02-22 Geert Janssens
* Add child functions to Account in python bindings.
2013-02-22 Geert Janssens
* Add tax tables lookup to python bindings.
2013-02-22 Geert Janssens
* Fix compile error after r22799 due to missing CFLAGS
2013-02-21 Geert Janssens
* jqplot line chart: make markers and grid optional again
2013-02-21 Geert Janssens
* Charts: improve tooltips on line and bar charts
2013-02-21 Geert Janssens
* Charts: source formatting
2013-02-21 Geert Janssens
* Drop goffice dependency from our html engine
2013-02-21 Geert Janssens
* Improve linechart
2013-02-21 Phil Longstaff
* Initial changes to budget view. 1) Splits gnc-budget-view.c/.h out from gnc-plugin-page-budget.c. gnc-plugin-page-budget.c now creates a GncBudgetView and provides the overall UI and integration for it. 2) GncBudgetView changes: a) If an account has children but does not have a specific budget value for a period, the sum of the children's budget values will be displayed in gray b) Totals column on the right provides total for a budget row (account) c) At the bottom, totals lines with total income, total expenses, total transfers (assets+liabilities) and grand total (income - expenses - transfers)
2013-02-20 Geert Janssens
* Improve scatterplot chart
2013-02-20 Geert Janssens
* Improve piechart
2013-02-20 Geert Janssens
* Improve jqplot's barchart renderer's barWidth and barPadding calculation
2013-02-20 Geert Janssens
* Define EOL style for javascript files
2013-02-20 Geert Janssens
* Improve barchart
2013-02-20 Geert Janssens
* Update to jqplot 1.0.6
2013-02-20 Geert Janssens
* jqplot: fix paths to js and css files
2013-02-20 Geert Janssens
* Fix code to find html files
2013-02-20 Geert Janssens
* Enable jqplot for barchart, piechart and scatterchart
2013-02-19 Christian Stimming
* Aqbanking online transfer: Disable the non-SEPA verification rules for SEPA transactions.
2013-02-18 Christian Stimming
* Aqbanking online transfer: Set the date in the gnucash txn dialog to non-sensitive.
2013-02-18 Christian Stimming
* Minor update for SEPA (European) online transfers (after r22445)
2013-02-16 J. Alex Aycinena
* Update taxtxf.scm to fix beginning balance sign and signs for Transfer From/To amounts for
2013-02-12 John Ralls
* Fix gnc-cdate format to match that of POSIX cdate
2013-02-08 Christian Stimming
* Get cutecash/C++ to compile again.
2013-02-08 Mike Evans
* Bug 683881 Partial implementation.
2013-02-06 Mike Alexander
* Avoid a crash when entering invalid dates (e.g., enter "111" for a transaction date). gnc_parse_date is ignoring the return code from qof_scan_date which causes it to send uninitialized values to gnc_mktime which crashes if the date is too ridiculous. Presumably this worked before because mktime took anything without crashing.
2013-02-05 J. Alex Aycinena
* Update txf.scm to reflect changes to US Income Tax Forms and Schedules for 2012.
2013-02-04 Mike Alexander
* Use gnc-commodity-equiv to compare commodites, not equal?
2013-02-04 Mike Alexander
* Allow the price quotes perl script to return multiple quotes on a single call. This makes it easier to add historical prices using a different perl script.
2013-02-04 Mike Alexander
* Improve HTML account table generator
2013-01-30 Mike Alexander
* Do a better job of calculating debit and credit fractions. Make gnc_split_register_set_cell_fractions agree with gnc_split_register_get_debcred_entry. If the account for a split changes recalculate the fractions.
2013-01-30 Mike Alexander
* Do a better job of prompting for an exchange rate only when needed. If the debit or credit value of a split changes, prompt for an exchange rate. Don't prompt for an exchange rate in a register that doesn't have a rate cell (and fix a bug so that it knows that portfolio registers don't have one). If the transaction has been autofilled and edited start with a nearby rate from the prices DB. If it is an existing transaction start with the exchange rate it already has.
2013-01-22 Mike Alexander
* Don't store a negative reconcile interval.
2013-01-22 Geert Janssens
* Bug #680086 - Each Tip of the Day has an n shown at the end
2013-01-22 Geert Janssens
* Win32 build: add attribution for a code snippet in bootstrap
2013-01-19 J. Alex Aycinena
* Remove circular dependency introduced in r22681
2013-01-19 Geert Janssens
* Fix another eol issue
2013-01-19 Geert Janssens
* Win32 build: some more patchfile cleanups
2013-01-19 Geert Janssens
* Win32 build: rename patch files to consistently end in .patch
2013-01-19 Geert Janssens
* Win32 build: remove obsolete patches
2013-01-19 Geert Janssens
* Define line ending style for different file types
2013-01-19 Geert Janssens
* Bug #604520 Explain scope of find transaction tool.
2013-01-18 Geert Janssens
* Win32 build system: Experimental bootstrap script
2013-01-15 Geert Janssens
* Bug #672364 - does not properly handle XML parse errors, leading to possible data loss
2013-01-14 John Ralls
* Fix #638955
2013-01-13 John Ralls
* Fix string leak in gnc_gnome_help()