Commit Graph

16449 Commits

Author SHA1 Message Date
fell
9a0d2a2e1b Supplement to commit 837b258: Add ChangeLog.2015 to dist_doc_DATA 2016-01-17 08:45:11 +01:00
John Ralls
43cb48efd9 Fix reset of PKG_CONFIG_PATH to unset variable.
Apparently a cmake upstream bug.
2016-01-15 10:02:11 -08:00
RobGowin
88a1d1412a Tweak handling of COPYING file
* Fix symlink to not escape local directory
* Copy instead of link for Win32
* Remove COPYING and INSTALL from maint branch
2016-01-15 09:59:55 -08:00
RobGowin
53b7c51632 Support CMake 3.0 for Debian Jessie 2016-01-14 09:58:29 -08:00
Mike Evans
9b21c9e682 Bug 756469 - CSV Invoice Import - Items with double quote escape not imported.
Update regex to accept escaped quotes in (some) quoted fields. Thanks Derek.
Convert escaped quotes "" to unescaped " in notes and description fields.
2016-01-14 13:47:35 +00:00
Rob Gowin
448148681f CMake build changes for maint
* Rename various .cpp files back to .c

* Carry copy INSTALL and COPYING from autotools.

* Fix unrelated issue with installing quote scripts.
2016-01-12 14:47:11 -08:00
Rob Gowin
1d474968ca Add ability to build GnuCash with CMake
Backported from master.
2016-01-12 14:47:11 -08:00
John Ralls
e5a4a5c432 Bug 760529 - Get Quotes updates value just once per day 2016-01-12 11:56:51 -08:00
Mike Evans
4d9440f38b Added some comments. 2016-01-12 14:49:11 +00:00
strainu
2f6c7a1775 Update Romanian translations 2016-01-11 12:11:07 -08:00
John Ralls
f67faa24c6 Release 2.6.11 2016-01-10 15:42:14 -08:00
John Ralls
837b25830d Update copyright and ChangeLog for the new year. 2016-01-10 15:39:59 -08:00
John Ralls
4c399e8832 Add Language header value to silence msgfmt error. 2016-01-10 14:57:33 -08:00
John Ralls
f5b4626fd8 Update TP translations to latest files. 2016-01-10 14:56:41 -08:00
Mike Evans
d8a74b3a8b Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter
Don't set the invoice ID before the user has clicked OK in the dialog.
If the user cancels in the dialog the counter would have already been
incrementd. Making the ID an empty string makes the ID be set in
gnc_invoice_window_verify_ok().
2016-01-10 16:15:24 +00:00
John Ralls
abeb07bcc8 Fix travis compilation error. 2016-01-09 14:38:54 -08:00
Pedro Albuquerque
9c554ec328 Update to 2.6.10.pot 2016-01-09 13:38:44 -08:00
John Ralls
fdfea816e1 Refactor the horror of gnc_sxed_check_consistent().
Several extract-function refactors plus some whitespace cleanup.
2016-01-09 13:34:45 -08:00
John Ralls
b02e280727 Refactor gnc_sxed_check_changed() with a bunch of extract-functions. 2016-01-09 13:34:45 -08:00
John Ralls
f8a0108a02 Don't make the $prefix/share/gnucash/gnome link on OSX_QUARTZ
The directory it links to isn't there and that creates a code signing
problem on OS X 10.11.
2016-01-09 13:34:45 -08:00
John Ralls
7a25e2a716 Bug 680104 - formula not calculated when variables are mixed with constants
Fixes an error from 4ea1ea02 that assumed incorrectly that
gnc_exp_parser_parse_separate_variables() returns false if there are no variables
found. It doesn't.
2016-01-09 13:34:44 -08:00
John Ralls
a112667929 Extract Functions split_apply_formulas and split_apply_exchange_rate.
Removing a chunk of commented-out code that got the exchange rate from
the price db.
2016-01-09 13:34:44 -08:00
fell
60eff5c7ce Supplement to commit 79bb4b8: add built gschema files to .gitignore
*.gschema.xml
*.gschema.xml.in
*.gschema.valid
2016-01-09 05:24:14 +01:00
fell
9df89b7c58 simplify commit c2598f8: Add a missing gettext in plugin page owner tree
http://lists.gnucash.org/pipermail/gnucash-devel/2016-January/039302.html
2016-01-09 04:51:42 +01:00
Alex Aycinena
7a975e0ecd Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options. 2016-01-07 17:23:34 -08:00
Alex Aycinena
3779eb64a9 Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options. 2016-01-07 15:10:12 -08:00
Mike Evans
9895e55901 Prevent some GtkEntry getting focus in invoice.
This should make it clearer to users that these boxes are not
directly editable.
2016-01-06 11:56:12 +00:00
fell
bd3406ee41 Remove translatable flag from placeholder labels in dialog date-close
Solves Bug 760079 - Translations comments
2016-01-05 19:19:41 +01:00
John Ralls
a6185b7b02 Rename sequence_ctx to temporal_state for consistency and clarity. 2016-01-02 15:17:02 -08:00
John Ralls
8e1490d849 Bug 759570 - Postponing a repeating SX skips over the instance.
Reorder the temporal state creation so that it starts with any postponed
instances.
2016-01-02 15:17:02 -08:00
John Ralls
5e62798d72 Fix up some overly-long lines. 2016-01-02 15:17:02 -08:00
John Ralls
ce5c64c68a Explicitly type GncSXInstance's temporal state member. 2016-01-02 15:17:02 -08:00
John Ralls
6f68c58ffb Clean up some noise.
Like casting SXTmpStateData* to SXTmpStateData*.
2016-01-02 15:17:02 -08:00
John Ralls
c8a447fcff Remove xaccSchedXactionGetInstanceAfter
It wasn't being used in a way that distinguished it from
xaccSchedXactionGetNextInstance, which had almost exactly the same code.
2016-01-02 15:17:02 -08:00
fell
c2598f89c5 Add a missing gettext in plugin page owner tree
Thanks to Mechtilde on IRC
2016-01-02 01:21:42 +01:00
fell
b4f39ebfb8 Bug 760052 - missing flag translatable in Custom Report 2016-01-01 22:59:50 +01:00
John Ralls
c69872900b Bug 754192 - Since Last Run Dialog asks for security price even if not needed
Ignore different-commodity splits even if they have a credit or debit formula
as long as it has no variables and evaluates to zero.
2015-12-31 13:56:08 -08:00
fell
383960b30e Finish split of ChangeLog 2015-12-31 22:07:30 +01:00
fell
d3022899c3 de.po: merge pot, add a space - still 45 missing, 102 fuzzy 2015-12-31 09:47:10 +01:00
fell
4fa2130fdc Remove translatable flag from commodity placeholder in dialog-payment 2015-12-30 22:44:39 +01:00
Emily Zora
caf17ea01f - Add Account.AssignLots to python bindings
Added functions from cap-gains.h and Scrub3.h to the python bindings.
2015-12-30 12:49:40 -08:00
fell
cbbf629e12 Revert unintended change of ChangeLog 2015-12-30 21:37:15 +01:00
fell
b5af37aaf8 Merge branch 'Mechtilde-PotTest' into maint 2015-12-30 20:11:26 +01:00
fell
615e23dfe4 fix an outdated translator string in
src/import-export/aqb/assistant-ab-initial.c
2015-12-30 19:30:18 +01:00
fell
6f59c6c63e Review of Pull Request 51
some translations and the adaption to a new *.pot file to de.po
2015-12-30 17:20:10 +01:00
John Ralls
02ecb14705 Bug 756335 - When importing, date selection causes exit crash
Corrects 2f2d1d9 and reverts 7aa9b98 to correctly prevent the second
crash from the bug. Also moves the re-parse of the dates from
gnc_ui_qif_import_date_valid_cb to gnc_ui_qif_import_account_prepare so
that it happens after the "forward" button on the date format page is
clicked instead of after the first time the combo box is used, allowing
the user to change her mind and have it work.
2015-12-29 15:05:18 -08:00
Mechtilde
41eecd76ed correct the adaption too 2015-12-29 18:46:31 +01:00
Mechtilde
7eaa1d3af3 correct the adaption 2015-12-29 18:46:30 +01:00
Mechtilde
7fa20ff8f5 some German translation and adapt to actual file gnucash.pot 2015-12-29 18:46:30 +01:00
Mechtilde
06919ca043 some more German translation 2015-12-29 18:46:30 +01:00