Commit Graph

16719 Commits

Author SHA1 Message Date
John Ralls
5a7c791c96 Bug 772382 - Date off-by-one after DST change
The time needs to be 10:59, not 11:00: 13 hours after 11:00 is 24:00,
which is really 00:00 the next day.
2016-10-04 20:01:10 +02:00
Ralf Habacker
cd8182fc6f Fix broken german account template 'Kontenrahmen für Wohnungswirtschaft'.
The root node was not used as parent in any other account.

This issue has been detected on updating account templates
into kmymoney sources.
2016-10-03 19:48:45 +02:00
Geert Janssens
c605e4415f Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone
This commit makes the test work in all timezones from -11 to +10. Timezone +11 still fails, but that's the compromise we have made in the rest of gnucash as well.
2016-10-03 17:41:11 +02:00
Geert Janssens
127adb4a7c Bug 772313 - Invalid DOCTYPE in report generation 2016-10-02 12:08:34 +02:00
Rob Gowin
c599bf3c0b Use default PKG_CHECK_MODULES for CMake version > 3.4 2016-09-27 11:24:36 -05:00
John Ralls
b905c4a26d Remove obsolete AS_SCRUB_INCLUDES macro.
This was an ugly work-around for a bogus warning from gcc-3, a
long-superceded compiler. The way the macro was written caused
portablility issues (see PR 102) and other projects (gstreamer
in particular) removed it several years ago.

Thanks to Julian Ospald for bringing it to our attention.
2016-09-25 23:07:14 +02:00
Mike Evans
2d5056db6c Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
Set Date Entered to date in the csv file, or today if absent.
2016-09-25 09:12:19 +01:00
John Ralls
84d15a266a Fix version in CMakeLists.txt. 2016-09-17 14:40:59 -07:00
John Ralls
3e7022b7cd Release 2.6.14 2016-09-16 09:59:09 -07:00
John Ralls
465f57228c Synchronize translation project.
Includes updates for Dutch, Serbian, and Spanish.
2016-09-16 09:30:59 -07:00
John Ralls
839b92ca59 Bug 769746 - Zero interest loan formula fails.
Document that the Mortgage Assistant doesn't support 0-interest loans.
2016-09-15 14:53:43 -07:00
Robert Fewell
f54fc2ff11 Add option to recn cell type to be read only
Use added read only option to make Associate cell read only
2016-09-13 20:57:14 +02:00
Robert Fewell
6450bb624a Make a distinction between file/link Association
Show a 'f' in the register for a file association and a 'w' for a link
2016-09-13 20:56:49 +02:00
Robert Fewell
382b031e3c Indicate an Association in the Register
Use the field below the reconcile and type entry on the transaction
lines to indicate a file/link association.
2016-09-13 20:56:24 +02:00
John Ralls
90126d52dc Bug 771379 - GnuCash doesn't support Russian Ruble Symbol 2016-09-13 10:31:07 -07:00
Mike Evans
afd684c1bf Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
If there's a date in the field use it, otherwise use the current date.
2016-09-12 09:03:56 +01:00
John Ralls
325aed3ad1 Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
by gnucash" when only missing date.

Make it say that GnuCash will use it, but that it might have the wrong
date.
2016-09-11 16:29:51 -07:00
John Ralls
3e30989de9 Bug 761667 - Crash opening associated location that has no scheme
Blindingly obvious on inspection. Fixes a memory leak too.
2016-09-11 15:47:52 -07:00
John Ralls
876f57ef4f Australian (GMT-10) OFX transactions imported have previous days date
The fundamental problem is https://sourceforge.net/p/libofx/bugs/39.
Work around it by detecting it at configure time and if present check
to see if the time in question is not daylight time. If that's the case,
determine the daylight time offset and add it back to the timestamp.
2016-09-11 14:48:24 -07:00
Geert Janssens
52c682bdee Bug 643025 - RFE: Ability to select and open multiple invoices 2016-09-08 10:02:37 +02:00
Geert Janssens
07625b2f7c Bug 733153 - Ambiguous view of buttons in search dialog Linux version
This changes the toggle buttons for check buttons, which are more appropriate for yes/no values.
2016-09-07 18:30:14 +02:00
Geert Janssens
b12ce71c16 Add small note the split action field is pre-filled by the business features 2016-09-07 17:10:44 +02:00
Robert Fewell
1684539263 Bug 762901 [PATCH] Fix saving Account Treeview sort order.
The default treeview sort order when created is the name column which
happens to be column 0. When saving the sort order, column 0 is checked
to see if it is the sort column and if it is the sort order is not saved

Changed to check for the column not being 'name' and then save the order
2016-09-04 17:08:27 +02:00
Serge Gebhardt
5d0b6b4f78
Value "price" allowed in attr cd:type for element book (RELAX NG file)
"price" is a legal value, as per code in [1]. Added value to RELAX NG
file to pass validation of modern gnucash files.

[1] 51e29e7836/src/backend/xml/io-gncxml-v2.c (L1037)

51e29e7836 = current HEAD of branch maint
2016-09-02 18:10:55 +02:00
John Ralls
1cbbfa9490 Bug 769730 - Investments: Lots in This Account, Closed column shows
date 25/11/1833 instead of Open.
Affected 32-bit builds only.
2016-09-01 16:53:31 -07:00
Rob Gowin
78ef933e44 CMake improvements for SWIG handling and Python bindings.
* Add ability to either create SWIG C files or use generated ones
  depending on BUILDING_FROM_VCS.

* Add complete support for compiling Python bindings using
  WITH_PYTHON=YES.

* Add CMakeLists.txt files to a couple more directories.
2016-08-30 18:12:49 -05:00
Geoff Lee
ea3862499b Bug 770303 - Incorrect commodity match during import OFX and possible solution.
Comparing only on the strlen of the imported commodity produces false
matches when the account commodity string begins with the same
characters but is longer. E.g. if the imported commodity is F (Ford
Motor) and Facebook (FB) is encountered first in the account list then
the matcher will select Facebook, but that will fail when the commodity
GUIDs are compared.
2016-08-25 11:00:55 -07:00
John Ralls
9069f2626a Whitespace cleanup in gnc_import_select_commodity. 2016-08-25 11:00:55 -07:00
Geert Janssens
a4f96d0476 SX - recalculate all occurrences of all SX if the calendar is updated to start on another month
This potentially fixes the jumping dates issues as mentioned in bug 644898
2016-08-24 21:10:09 +02:00
Geert Janssens
80890b6272 SX Window: correctly show first sx on calendar when it is moved to next weekday 2016-08-24 20:16:28 +02:00
Geert Janssens
bd34059d29 Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved 2016-08-24 11:53:44 +02:00
John Ralls
59c5f8e0fc Bug 742461 - SQL backend doesn't update customer info
Two problems: The GncCustomer wasn't marked dirty and the GncAddress's
parent wasn't being set when the loaded from SQL.
2016-08-22 15:06:02 -07:00
Pierre-André Jacquod
4d8d7ed546 Bug 770196 - cppcheck va_list not closed
c/backend/xml/sixtp.c:173]: (error) va_list 'ap' was opened
but not closed by va_end() in case tochange pointer was NULL
2016-08-22 14:37:02 -07:00
John Ralls
a0a6932764 Revert "temporarily disable pre-logging messages."
This reverts commit 9cafc26641.
I didn't mean to push it in the first place.
2016-08-21 09:13:43 -07:00
John Ralls
806be3e1d9 Suppress the console window on launch when building with CMake on MSWin. 2016-08-20 20:14:34 +00:00
John Ralls
13d9275b48 Merge branch 'maint' of ssh://code.gnucash.org/gnucash into maint 2016-08-20 20:12:49 +00:00
John Ralls
8d415fdfde Bug 770113 - compiling issue with libdbi.
On OpenSuSe. They've taken to using libdbi's git repo instead of the last
tarball (0.9.0 in March 2013) and there's a significant change in the
data format.
2016-08-19 15:32:33 -07:00
John Ralls
518fc2ffae Fix compilation error in sqlite3_error_fn.
Oddly, this was fixed in master as part of building the file as C++. Even
more oddly no C compiler caught the type error for 6 years and it's not clear
to me what happened to make clang notice it now.
2016-08-19 15:29:10 -07:00
John Ralls
9cafc26641 temporarily disable pre-logging messages. 2016-08-18 19:44:17 +00:00
Stefan Talpalaru
31b6962817
remove duplicate line 2016-08-08 21:00:28 +02:00
Stefan Talpalaru
d29b99fe35
fix compilation with guile-2.0.12 2016-08-08 20:20:51 +02:00
fell
aa39ee57fc Minor improvement of singe quote sources SIX*
Amendment of commit 05da881
2016-08-08 06:55:21 +02:00
John Ralls
9ac13aa86d Attempt to fix Travis test failure. 2016-08-01 07:32:20 -07:00
fell
fbc827ad46 de.po: merge new template
4524 translated messages, 83 fuzzy translations, 54 untranslated
messages.
2016-07-31 07:27:55 +02:00
fell
99c2c9436b Fix a typo in dialog invoice 2016-07-31 07:06:25 +02:00
fell
74dafdce04 de.po: review of commit d5fa61d 2016-07-31 05:56:34 +02:00
fell
94190e4f6b minor fix of de.po
reviw of commit e019579
2016-07-31 01:34:24 +02:00
Marco Zietzling
e019579315 fixed some more German translations 2016-07-28 09:33:35 -07:00
Marco Zietzling
05cce0b7ed fixed some more German translations 2016-07-28 09:33:35 -07:00
Marco Zietzling
5a2ec958cc fixed some more German translations 2016-07-28 09:33:34 -07:00