Commit Graph

15875 Commits

Author SHA1 Message Date
John Ralls
bbd26525fc Set Gnucash version and GNUCASH_RESAVE_VERSION in init_version_info
And reset_version_info. This is a better solution than setting it in load
after calling init_version_info because in load it would over-write the
values stored in the database.
2014-03-28 11:32:55 -07:00
Geert Janssens
b73c77408a Improve preference name 2014-03-26 10:47:44 +01:00
Geert Janssens
a48e656eee Fix guile 2 stack overflow errors for large reports 2014-03-25 10:19:35 +01:00
Mike Alexander
b1eb45ef28 Fix basis calculation for FIFO or LIFO when less than one lot is sold. 2014-03-24 19:03:26 -04:00
John Ralls
eaae6e9546 Bug 726891 - segmentation fault on session.end()
Fill in the gnucash and gnucash-resave versions in an initial load so
that the version checks pass. Have python's Session.__init__() always
load the session so it's ready to handle other actions.
2014-03-24 14:15:38 -07:00
John Ralls
5dfd61091e Fix dumb typo detected by a new Clang warning. 2014-03-24 14:09:53 -07:00
Geert Janssens
2215e3826e Bug 726430 - Python: account.getName() raises TypeError
This particular commit fixes the new_book_with_opening_balances.py example script.
2014-03-19 17:21:42 +01:00
Mike Evans
67d90c90cc Bug 721196 - Cannot import lines with empty fields for deposit or withdrawal in bank transaction download.
Empty numeric fields are assumed to be 0.0 values.
2014-03-16 10:58:28 +00:00
Cristian Marchi
d1cbddc929 Update Italian translation. 2014-03-14 20:42:09 +01:00
Cristian Marchi
a6f837066b Updated Danish translation from the translation project. 2014-03-14 20:28:51 +01:00
Cristian Marchi
86f571ee06 Updated Catalan translation from the translation project. 2014-03-14 20:26:43 +01:00
Derek Atkins
ef1a9b797f Don't hardcode 'swig' in the Makefile
(based on suggested patch by "Erik Johansson" <erik@ejohansson.se>
2014-03-12 15:23:00 -04:00
Geert Janssens
26f52b2595 Bug 723975 - Dialog box displayed during QIF import has placeholder text 2014-03-10 22:12:46 +01:00
Erik Johansson
49af4ab1e4 Fix resizing of columns in budget view
The width of the columns in the totals view should be equal to the width in the
account view. Before this change, the values in the total column in the totals
view would move off the view to the right when resizing the left-most column.

Resizing the name column below two steps to the left:

| Name     | Period 1 | Period 2 | ... | Total |
| Foo      |        0 |        0 | ... |     0 |
------------------------------------------------
| Income   |        0 |        0 | ... |     0 |

Resulted in this layout:

| Name   | Period 1 | Period 2 | ... |   Total |
| Foo    |        0 |        0 | ... |       0 |
------------------------------------------------
| Income |        0 |        0 | ... |         0 |
2014-03-10 19:21:23 +01:00
Geert Janssens
7235751eb3 Saved report configuration ui tuning
- Settle for 'Saved report configuration' as name of the beast
  in favour of 'Custom report' (ambiguous with full scheme reports added by the user)
  or 'Saved report' (ambiguous with exported html reports)
  or 'Preconfigured report' (which I personally like better but got criticisms)
- Group menu items related to saved report configurations together
  in the Report menu
2014-03-10 18:26:02 +01:00
Carsten Rinke
cebe4ed90a Update Window and Menu item from "Preconfigured-" to "Saved-" Report and add lables to the dialog with help texts 2014-03-10 17:26:22 +01:00
Geert Janssens
faf05aabc3 Fix crash as reported in bug 711567
The actual bug itself is not fixed yet.
2014-03-10 12:30:50 +01:00
Geert Janssens
ce15a12356 Bug 721654 - Style sheet preference is not saved for a Preconfigured Report 2014-03-09 20:25:34 +01:00
Geert Janssens
af4a5d440a Bug 725534 - Scheduled transactions columns widths not retrieved 2014-03-08 17:47:06 +01:00
Geert Janssens
40febc5ff8 Refactor state saving function out of widget destruction 2014-03-08 17:46:12 +01:00
Christian Stimming
7dbe4c7a46 Aqbanking: SEPA transfer improvements - fix origin labels and add possibility to edit sender's name. 2014-03-07 12:00:59 -08:00
Christian Stimming
ae26a29fbd Win32 build: Update aqbanking version numbers 2014-03-07 12:00:59 -08:00
John Ralls
667b581f97 Release GnuCash 2.6.2 2014-03-01 18:18:46 -08:00
John Ralls
511a5562cd Bug 723216 - Cannot change the accounting period using the pop-up calendar
Set the GncDateEditor's time property, to which the GncPreference is bound.
If the property isn't set in a way that emits the "notify" signal the binding
doesn't know that it should change its value.
2014-03-01 15:04:04 -08:00
John Ralls
594aa3263d Fix SX Editor not being able to change the Repeat type from "Until".
The way this is stored depends upon the SX End Date being invalid, but
xaccSchedXActionSetLastOccurDate() rejected invalid dates, so once a valid
date had been created, it was impossible to change, except to another valid
date.
2014-02-28 16:59:01 -08:00
Geert Janssens
9f5d62d4f7 Some code refactoring to avoid duplication 2014-02-27 11:43:41 +01:00
Geert Janssens
87c9a3ba67 Improve function names and comments to reduce ambibuity 2014-02-27 11:43:28 +01:00
Geert Janssens
e922616ef9 Whitespace cleanup 2014-02-27 11:42:00 +01:00
Geert Janssens
94493e038e Bug 724753 - Saved Multicolumn Report Error 2014-02-27 10:37:26 +01:00
Jeremy King
f0eca7f04b Bug 725131 - Adding Payments to Fancy Invoice 2014-02-26 14:37:13 +01:00
Robert Fewell
36853c2a77 Bug 721472 - Fix Reconcile description column.
This patch changes the decription column to allow long
text to be elipsizsed when column width is too narrow.
Also if the text is elipsized and the mouse is over
the text, a tooltip will appear with full text showing.
2014-02-25 09:59:16 +01:00
John Ralls
2f12ead922 Revert "Bug 721822 - GnuCash 2.6.0 loads data file much slower than 2.4.x"
This reverts commit 6c461b3e95.
2014-02-23 10:43:09 -08:00
Mike Alexander
2763a6bb21 Fix compilation errors. 2014-02-23 00:47:34 -05:00
John Ralls
6c461b3e95 Bug 721822 - GnuCash 2.6.0 loads data file much slower than 2.4.x
Profiling shows the main problem is checking the strings in the file for
valid XML and UTF-8. This does both in one pass, which cuts the time in
half, but it's still far slower than 2.4.x was.
2014-02-22 18:05:07 -08:00
John Ralls
e421123ef7 Bug 722123 - Zero price entry added to price database on stock purchase
Ensure that a 0 price isn't written from the stock register.
2014-02-22 17:53:27 -08:00
Mike Alexander
d0766a6bb4 Fix still more overflow problems. 2014-02-22 17:45:01 -05:00
Geert Janssens
6925192aff Bug 497831 - Can't change the date of a transaction with certain locales
This patch fixes the issue for the cs_CZ locale.
2014-02-22 18:08:19 +01:00
John Ralls
50c6419954 Bug 724211 - Can't select march 6 date on register
Processing of DST information in Windows was utterly wrong. Fixed
that, including adding time resolution so that 00:00 on the day of
the change is recognized as being the old state.
2014-02-22 02:05:51 +01:00
Geert Janssens
7f22ea3c87 Fix GLib assert on windows when entering a date in dst 2014-02-21 17:33:34 +01:00
Mike Alexander
a224f2bf96 Minor optimization. 2014-02-20 02:57:49 -05:00
Mike Alexander
d07f1dbacd Add XCode project for debugging. 2014-02-20 01:52:11 -05:00
Mike Alexander
b032a33b03 Count money used in a spin-off as money out of the stock account. 2014-02-19 17:16:05 -05:00
Mike Alexander
b2f2f25202 Exclude income transfered to an asset account and back again from money in. 2014-02-19 17:16:05 -05:00
Mike Alexander
3aacd3a1f7 Remove the "ignore parent or sibling" option entirely.
It is unlikely to come back and interferes with other changes I want to make.
2014-02-19 17:16:04 -05:00
Geert Janssens
00e3218252 Restructure dbd driver search path determination
Use pkg-config if available (since libdbi 0.9)
Fall back to old hard-coded paths otherwise
2014-02-19 13:07:00 +01:00
Mike Alexander
6390beb59f Fix an uninitialized variable error. 2014-02-19 01:38:05 -05:00
Geert Janssens
80cd6d7238 Fix compilation error on Windows
Not allowed to mix declarations and code in ISO C90...
2014-02-18 18:59:54 +01:00
Geert Janssens
0c7c335602 Bug 724578 - Problems clearing incompletely paid invoices 2014-02-18 02:03:44 +01:00
Geert Janssens
f0f3a8e812 Rework payment dialog to better guide the user 2014-02-18 01:41:09 +01:00
Geert Janssens
8cc9f1751c Fix 'Assign As Payment' feature
- Prevent it from creating a superfluous imbalance split
- Mark the transaction and splits as payment
2014-02-17 21:22:23 +01:00