Commit Graph

11559 Commits (0bf3700fa22971d0c83f8f76d2ecfef9f60367aa)
 

Author SHA1 Message Date
Phil Longstaff 0bf3700fa2 Add support to build trunk with libdbi and dbi backend on win32/mingw
18 years ago
Charles Day 390fbb00e7 Bug #543061: Fix the smallest fraction of IDR currency to match ISO 4217.
18 years ago
Charles Day 9a69bfd8c2 Bug #454340: Prevent duplicate rows after editing a security. These changes are similar to what was done for the price tree model in r17441 and r17470.
18 years ago
Charles Day 6209ea2f0f Update a few comments to fix typos and inaccuracies, or to add further clarification.
18 years ago
Charles Day 8ed5e2853a Usability: Security Editor: Previously, nothing happened when a namespace row was activated. Now these rows will expand or collapse. It is often easier to double-click the row than hunt for the expander.
18 years ago
Charles Day 9a653982fe Usability: Sort commodity trees on the commodity name by default. This allows for a consistent default sort even if commodities are quickly removed from and re-added to the model. This can happen, for example, when a commodity is edited in the Security Editor.
18 years ago
Charles Day fca4b45dcc Prices: Emit a qof event when a price is changed. This allows the Price Editor to immediately update its display. Previously, price changes would only get shown when the mouse happened to pass over the affected row. Theoretically other parts of GnuCash, such as reports, could now be made to watch for price changes and automatically refresh themselves.
18 years ago
Christian Stimming 9812f77182 Bug #529816: Clarify i18n strings and comments concerning CUSIP and ISIN.
18 years ago
Charles Day b3c41e46ce Transfer dialog: Don't round quotes pulled from the price db.
18 years ago
Charles Day d89d96ce88 Bug #547335: Get the exchange rate dialog "to" amount working again when launched via the register instead of the menu.
18 years ago
Charles Day c20038064f Bug #545722: Get the GNCDateEdit control working on Win32 again. Don't assume that the content returned by localtime() will not be changed out from under you.
18 years ago
Charles Day 10df25faca Bug #522095: Refresh the summary bar when new prices are downloaded.
18 years ago
Charles Day 5dd0c682ed Don't round values that will be displayed as expressions. Save some space in fractional displays by, for example, showing "1 + 1/8" instead of "1 + 1 / 8". Simplify fractional display of values less than 1 by, for example, showing "1/3" instead of "0 + 1 / 3".
18 years ago
Charles Day eb29fc8e6d Make gnc_numeric values of zero always convertible to decimal form.
18 years ago
Charles Day 96863860d0 Bug #541970: When finding a "nearest in time" price, break ties by preferring the older price. This has the benefit of using a price that actually existed at the given time, and better addresses the case in which both price times have been defaulted to midnight. Previously, the newer price was preferred.
18 years ago
Phil Longstaff 1f96188647 Don't rely on g_value_transform(). Added cases for G_TYPE_INT, G_TYPE_INT64
18 years ago
Charles Day 0bdc6aa496 Bug #543780: Scrub the transfer dialog calculation of the "to" amount:
18 years ago
Phil Longstaff 4a4c1b6190 1) Rename col_type_handler_t -> GncSqlColumnTypeHandler
18 years ago
Phil Longstaff eab2cba9f5 Fix 'make check' compilation problems
18 years ago
Phil Longstaff d122ffbfe9 1) Fix make check problems
18 years ago
Andreas Köhler d003a99e5a Win32: Minor change for emacs compat.
18 years ago
Andreas Köhler bf45b1d39d Add AC_LIBTOOL_WIN32_DLL.
18 years ago
Phil Longstaff 9173035d57 Merge gda-dev2 branch into trunk.
18 years ago
Andreas Köhler 8bc6249efb Update latest stable version.
18 years ago
Charles Day 313815cf4b Bug #376298, #539640: Fix bugs and clean up the Price Editor code.
18 years ago
Charles Day d4220928d6 Usability: Price Editor: Previously, nothing happened when a namespace or commodity row was activated. Now these rows will expand or collapse. It is often easier to double-click the row than hunt for the expander.
18 years ago
Charles Day a8ab7e88ca Usability: Price Editor: Sort price trees on the commodity column by default. This allows for a consistent default sort even if commodities are removed from and re-added to the model. This can happen, for example, when a namespace or commodity is changed in another place (like the Security Editor) and gets removed and then re-added to the commodity db.
18 years ago
Andreas Köhler f2f75d76b3 Add missing initialization inside gnc_ab_maketrans().
18 years ago
Andreas Köhler 07a2e11d16 Fix gnc_ab_get_remote_name() to lookup the remote name instead of purpose.
18 years ago
Charles Day c40a6fa9bb Debugging: Fix a LEAVE() call to prevent crashing if commodity is NULL.
18 years ago
Charles Day 8bd5e9314f Report system: When computing average prices, don't assume all denominators will be identical. I tested this change with 15 years of data and saw no performance hit.
18 years ago
Charles Day 1591411ad3 Bug #483393: Report system: Allow mixed denominators in numeric collectors.
18 years ago
Charles Day 937a738e31 Bug #464771: Investment Portfolio report: If there is no price for a particular holding, show a zero price instead of crashing the report.
18 years ago
Charles Day 9085dadcfa Bug #309863, #341362: Prevent rounding when entering prices in the Price Editor and Stock Split druid, but also avoid fractional display if it is unnecessary.
18 years ago
Andreas Köhler 83de1c0bbc Import russian account templates from the stable branch.
18 years ago
Andreas Köhler 2439d3692e Ignore a few generated files in local svn checkouts or git clones.
18 years ago
Andreas Köhler 172877f43e Add gnc-date.c to make-gnucash-potfiles.in and missing aqbanking files to POTFILES.in.
18 years ago
Charles Day 399a1eb989 Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.
18 years ago
Charles Day 48aa22c1ba Bug #454827: Don't round derived commodity prices until the very last step.
18 years ago
Charles Day ce8a8a52e5 Bug #341362: Stock splits: Prevent fractional prices by forcing conversion to decimal. (I used the same fraction setting as the price editor.)
18 years ago
Andreas Köhler 524dc04434 Handle missing information when importing from aqbanking more gracefully.
18 years ago
Christian Stimming 8f9c93c494 Remove superfluous tab in message
18 years ago
Rolf Leggewie a97be6c29f SKR04: Rechnungsabgrenzungskonten are used only by "bilanzierende Unternehmen" - hide them by default
18 years ago
Rolf Leggewie c71fbc467f SKR04: hide by default a couple of accounts that don't apply to EÜR-companies
18 years ago
Rolf Leggewie f896ffffaf SKR04: update URL from linuxwiki.de to wiki.gnucash.org
18 years ago
Andreas Köhler eef36b6e67 Make sure that the input of gnc_utf8_strip_invalid() is non-NULL.
18 years ago
Charles Day 2e07dd82d5 Reports: Fix two parameter names that apparently were missed during the switch to report GUID's. In both cases, the parameter needed is a template ID, not a template name.
18 years ago
Charles Day 3022fddbf1 Bug #542967: Go back to using the name of the report template in the title of report options dialog boxes.
18 years ago
Andreas Köhler 7fea0935b0 Bug #543049: Import all balances and txns in aqbanking contexts returned.
18 years ago
Andreas Köhler 8582d3290c Do not prepare the match page in the online banking wizard twice.
18 years ago