Commit Graph

15799 Commits

Author SHA1 Message Date
Moritz Lipp
b122141a2c Make compatible to libdbi >= 0.9.0
Several functions of libdbi are now deprecated (e.g.: dbi_conn_new) and have
been replaced with _r functions (e.g.: dbi_conn_new_r) which now require a
dbi_instance passed as a parameter. This patch checks if the version of libdbi
is higher or equal than 0.9.0 and iff so, it uses the new _r functions instead
of the deprecated ones.
2014-04-18 12:53:16 -07:00
John Ralls
b4b097529e Re-enable loading and saving gnucashdotdir/accelerator-home on OSX
Per user request. Permits user to customize the accelerator map and have the result
survive upgrades. Loads gnucashdotdir/accelerator-home if it exists, otherwise loads
share/gnucash/ui/osx_accel_map.
2014-04-18 12:52:40 -07:00
Moritz Lipp
4cf991a24c Replace deprecated g_dirname 2014-04-17 18:05:09 +02:00
Christian Stimming
cc51bbe8fc Win32 build: Update gwenhywfar version after it has been fixed for compiling with mingw. 2014-04-07 20:55:49 +02:00
Cristian Marchi
ff04eb1cbf Small improvement to italian translation. 2014-04-05 14:29:01 +02:00
Cristian Marchi
697a286fcc Related to bug #727338: currency for Latvia is EUR. 2014-04-05 14:23:07 +02:00
Cristian Marchi
0cd2f7672b Update it translation and a small fix for account. 2014-04-05 14:19:24 +02:00
Cristian Marchi
52ab2d527d Fix spaces for some strings not correctly picked up by xgettext.scm script. 2014-04-05 14:17:52 +02:00
Cristian Marchi
5bd7d2e73b Bump copyright year 2014-04-05 12:01:00 +02:00
Cristian Marchi
8fd7536fff Bug #727338 - Translation and Account file updates for Latvian. 2014-04-05 11:17:38 +02:00
Carsten Rinke
c9b5a81b08 Bug727130 - Crash when newline in Report Title 2014-04-04 20:46:53 +02:00
John Ralls
1688e6c29f Rename _git files to plain, fix links. 2014-04-01 12:16:54 -07:00
John Ralls
c73eaa89f2 Remove svn-based build files 2014-04-01 12:04:57 -07:00
John Ralls
e2f49114d9 Write a timestamp log file at the beginning of a build on the server.
So that we know when/if the build has started.
2014-04-01 11:56:14 -07:00
Christian Stimming
b659a47df2 Win32: Update gwenhyhwfar/aqbanking again, but slightly more cautious (gwen-4.11.0 does not compile on win/mingw right now) 2014-03-31 22:44:02 +02:00
John Ralls
166cbb7e91 Revert "Win32 build: Update aqbanking version numbers"
This reverts commit ae26a29fbd.
Gwen 4.10 and later breaks building GnuCash, and newer AQBanking
versions won't build with Gwen 4.9.
2014-03-30 21:35:40 -07:00
John Ralls
5d3441282e Revert "Win32: Roll back Gwenhywfar to 4.9.0 to resolve broken build."
This reverts commit 4e5e062132.
Preparing to revert its predecessor
2014-03-30 21:31:18 -07:00
John Ralls
4e4a032677 Release 2.6.3 2014-03-29 16:47:17 -07:00
John Ralls
329f3079e0 Work around some test issues.
Lower the random gnc_numeric clamp to 44 bits; got an overflow at 48.
Prevent random query strings from including '\'; The sequence '\ ' causes an
error when passed to Scheme. See http://savannah.gnu.org/bugs/?31680.
2014-03-29 16:02:50 -07:00
John Ralls
9786845e44 Better error message for split value conversion 2014-03-29 16:02:26 -07:00
John Ralls
4e5e062132 Win32: Roll back Gwenhywfar to 4.9.0 to resolve broken build.
cc1.exe: warnings being treated as errors
In file included from c:/soft/aqbanking/include/aqbanking5/aqbanking/abgui.h:16:0,
                 from ../../../../repos/src/import-export/aqb/gnc-ab-utils.c:52:
c:/soft/gwenhywfar/include/gwenhywfar4/gwenhywfar/gui_be.h:60:10: error: 'libintl_printf' is an unrecognized format function type
make[5]: *** [gnc-ab-utils.lo] Error 1
2014-03-28 22:53:43 -07:00
John Ralls
1b269e17cd Ensure that the autoconf and automake checked are the ones we install
rather than some random one installed elsewhere on the path.
2014-03-28 22:53:42 -07:00
John Ralls
963c8a0048 Update Active Perl version to the one current "community edition". 2014-03-28 22:53:42 -07:00
John Ralls
9293f48063 Bug 724995 - Gnucash crashes due to assertion failed when opening sqlite file
Rather than asserting (and therefore crashing) on a bad split or transaction,
write an error description and raise an ERR_BACKEND_DATA_CORRUPT error.

Fix bad GUIDs in splits at write.
2014-03-28 17:45:04 -07:00
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