Commit Graph

17291 Commits

Author SHA1 Message Date
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
John Ralls
9494219603 Merge branch 'maint'
Link LICENSE to COPYING.
2016-01-12 16:22:57 -08:00
John Ralls
584161c97b Link LICENSE to COPYING, don't install INSTALL.
The original plan was to duplicate exactly what automake does, but
we don't really want to do that. Automake installs the GPLV3 COPYING
which we don't use--LICENSE is the GPLV2 version--and INSTALL is the
autotools procedure that doesn't make sense for a cmake build.
2016-01-12 16:18:31 -08:00
John Ralls
52df775ada Merge branch 'maint'
Reconcile the cmake build.
2016-01-12 16:14:46 -08: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
18011a6486 Add dialog-imap-editor to CMakeLists.txt. 2016-01-12 14:37:58 -08:00
John Ralls
e5a4a5c432 Bug 760529 - Get Quotes updates value just once per day 2016-01-12 11:56:51 -08:00
John Ralls
085c56d8df Remove extraneous debugging output. 2016-01-12 07:29:26 -08:00
Mike Evans
4d9440f38b Added some comments. 2016-01-12 14:49:11 +00:00
John Ralls
8428c81e2f Merge branch 'maint' 2016-01-11 15:29:18 -08:00
John Ralls
a3e59e557a Merge branch 'import-map-editor' 2016-01-11 12:40:10 -08:00
John Ralls
6ea11539b6 Add missing static declaration. 2016-01-11 12:23:23 -08:00
Robert Fewell
a8c8debb0a New functions to simplify delete and filter parts 2016-01-11 12:23:23 -08:00
Robert Fewell
a90b10b15e Add Filter option to tree store 2016-01-11 12:23:23 -08:00
Robert Fewell
f17f047a68 Change list store into a tree store 2016-01-11 12:23:23 -08:00
Robert Fewell
1bb8778989 Some more name changes 2016-01-11 12:23:22 -08:00
Robert Fewell
43e122ca9c Rename some functions and structures based on imap 2016-01-11 12:23:22 -08:00
Robert Fewell
8a536d4152 Rename probability to count. 2016-01-11 12:23:22 -08:00
Robert Fewell
83f2a35e77 Rename files and functions based on bayes to imap 2016-01-11 12:23:22 -08:00
Robert Fewell
87dc25d65c Use Glib G_GINT64_FORMAT to specify correct format
string for gint64 values.
2016-01-11 12:23:22 -08:00
Robert Fewell
035bc761aa Moved all KVP handling to Account.c, Added two
main functions that return a Glist of kvp_info
for Bayesian and Non Bayesian entries. Also added
a get and delete function based on kvp path.
2016-01-11 12:21:30 -08:00
Bob-IT
0311f920e1 Update POTFILES.in
Add Bayesian Editor files.
2016-01-11 12:21:30 -08:00
Robert Fewell
82013f73a3 Reduce code duplication for non Bayesian
information.
2016-01-11 12:21:30 -08:00
Robert Fewell
9c9dff4f84 Cosmetic changes. 2016-01-11 12:21:30 -08:00
Robert Fewell
1cfd8e7980 Add the remove option. 2016-01-11 12:21:29 -08:00
Robert Fewell
54290cd5f4 Hide the probability column where appropriate. 2016-01-11 12:21:29 -08:00
Robert Fewell
96edb94f67 Get Bayesian values, needed to change Qof function
as values are stored under FRAME,FRAME,VALUE so
changed to test for a FRAME and returns NULL.
2016-01-11 12:21:29 -08:00
Robert Fewell
837e068392 Get Non Bayesian and Online ID information 2016-01-11 12:21:29 -08:00
Robert Fewell
2e4c957d00 Add Basic framework for Bayesian editor dialog 2016-01-11 12:21:29 -08: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
079c0c311f Replace %ld and cast of gint64 to long with G_GINT64_FORMAT and no cast. 2016-01-09 15:45:05 -08: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