c-holtermann
dafdd702e6
additional author
2019-04-06 14:12:06 +02:00
c-holtermann
79decfb754
deal with functions returning values through arguments
2019-04-06 14:11:55 +02:00
c-holtermann
445ff7e6c9
check for argument type. Also allow int.
2019-04-06 14:11:05 +02:00
c-holtermann
c779bcb72f
GetOwner may return project instead of owner
2019-04-04 17:56:42 +02:00
c-holtermann
6925ee3115
be prepared for GetDateDue returning null
2019-04-04 17:56:31 +02:00
c-holtermann
876079f8d2
remove TS suffix
2019-04-04 17:56:24 +02:00
c-holtermann
6eae440534
GetDate return unserializable datetime object
2019-04-04 17:56:16 +02:00
c-holtermann
b73be1b523
GetInvTaxTable returns unserializable object
2019-04-04 17:56:06 +02:00
c-holtermann
b06801185c
shebang should be specific to python version (PEP394)
...
preferred form is #!/usr/bin/env python3 as gnucash now only works with
python3
2019-04-04 17:48:42 +02:00
c-holtermann
e7d940ac3f
iteritems removed in python3
2019-04-04 17:48:10 +02:00
c-holtermann
77727ffc49
python3 does not return list of keys
2019-04-04 17:47:52 +02:00
c-holtermann
64a01f3027
python3 - 'as' needed in exceptions instead of comma
2019-04-04 17:47:34 +02:00
c-holtermann
0068475bb1
xrange has been dropped in python3
2019-04-04 17:47:14 +02:00
Christopher Lam
d64fb74b9e
[utilities] add supporting functions for guile-json use
...
converts nested-list to nested-vector, and vice-versa
2019-04-04 19:44:00 +08:00
Christopher Lam
66ae2abb8e
[guile-json] remove dependency on srfi-43
...
this is a compatibility hack to remove dependency on srfi-43 which is
not present on ubuntu 14.04. create a simplified vector-for-each
suitable for this module.
2019-04-04 19:44:00 +08:00
Christopher Lam
816dd3ea2a
[guile-json] show better error messages
2019-04-04 19:44:00 +08:00
Christopher Lam
d39f180c60
[guile-json] upgrade to latest version
2019-04-04 19:44:00 +08:00
Christopher Lam
492539e1db
[html-style-info] compact functions
2019-04-04 19:44:00 +08:00
Christopher Lam
3923dfa19a
[business-prefs] tidy counter definitions
...
(for-each) is more appropriate here because the (map) output is
unused...
2019-04-04 19:43:44 +08:00
c-holtermann
298797a9be
fix due to different invoice date handling
2019-04-04 11:53:40 +02:00
Christoph Holtermann
206ed63233
typo
2019-04-04 11:53:23 +02:00
Christoph Holtermann
247d04a544
make executable, remove double -o
2019-04-04 11:52:44 +02:00
Christoph Holtermann
1184e92687
2to3
2019-04-04 11:52:13 +02:00
Christoph Holtermann
002595f4cc
add options iOP
2019-04-04 11:51:00 +02:00
Christoph Holtermann
61f7613b8d
fix for python3
2019-04-04 11:49:20 +02:00
Christopher Lam
505514e1d7
[html-style-sheet] modernize hash functions
...
use hash-map->list
2019-04-04 08:05:31 +08:00
Christopher Lam
f4220c325d
[html-document] compact functions
2019-04-04 08:05:31 +08:00
John Ralls
df80796afe
Bug 797170 - gnucash-3.5 fails to compile with GTK+3-3.20.x
...
Because of mismatched Gtk version macros in gcrp_grab_on_window.
2019-04-02 17:27:41 -07:00
Juraj Svec
b14cb64d1d
Bug 797169 - GnuCash hangs loading XML file
...
Copy-paste error.
2019-04-02 16:40:16 -07:00
John Ralls
3ddd76f8f2
Merge branch 'maint'
2019-03-31 10:43:33 -07:00
John Ralls
76a91aa2c3
Release GnuCash 3.5
2019-03-30 14:43:38 -07:00
John Ralls
d10f2513b2
Update translations from the Translation Project.
2019-03-30 14:27:29 -07:00
John Ralls
5267548fe2
Reconcile DOCUMENTERS with gnucash-docs/AUTHORS.
2019-03-30 12:01:06 -07:00
Robert Fewell
358468d036
Use a hash table to track transactions for associate dialog
...
When generating the list of transactions to look at, a GList was used to
keep a list of transactions already processed. Change this to use a
hash table instead as it is quicker.
2019-03-29 20:43:00 +00:00
Robert Fewell
2cb34d4874
Minor changes to gnucash-sheet and source layout
...
These changes were concerning the transaction associations functions
2019-03-29 20:43:00 +00:00
Robert Fewell
32e64979d0
Change the associate tooltip function
...
Change the tooltip function to use the in house uri functions.
2019-03-29 20:43:00 +00:00
Robert Fewell
0c667822cc
Change dialog-trans-assoc.glade
...
Make the association column to be the one that expands and also set the
ellipsize to the start for the renderer.
2019-03-29 20:43:00 +00:00
Robert Fewell
63dfd18111
Update dialog-trans-assoc.c
...
Update the transaction association dialog to use the in house uri
functions and also fix a problem that mainly affects Windows when you
associate a file that is in the root of the associated path head.
2019-03-29 20:43:00 +00:00
Robert Fewell
be8216e235
Update transaction association functions in gnc-split-reg.c
...
Update the transaction association functions to use the in house uri
functions and also fix a problem that mainly affects Windows when you
associate a file that is in the root of the associated path head.
2019-03-29 20:43:00 +00:00
Robert Fewell
bed7f99dac
Make sure the Association path head ends with a '/'
2019-03-29 20:43:00 +00:00
Robert Fewell
5eb6f76e63
Change uri functions to work with valid Windows file uri's
...
Windows file uri's can be of the form 'file:///N:/bob.txt' so change
the gnc_uri_get_components to remove a left over '/' at the start so
gnc_resolve_file_path gets the absolute path correctly. Also change
gnc_uri_create_uri to add an extra '/' for Windows file uri's.
2019-03-29 20:43:00 +00:00
Robert Fewell
89d2cde979
Remove some white space/tabs from gnc-filepath-utils.cpp
2019-03-29 20:43:00 +00:00
Robert Fewell
22a7a05d50
Add function to create an absolute file path
...
Add function to create an absolute file path from a prefix path and a
relative one. If the prefix is null, then the root directory of the
current path is used.
2019-03-29 20:43:00 +00:00
Robert Fewell
2527724219
Force the location association to have a scheme
...
As the location and file associations use the same KVP, make sure a URL
with a valid scheme is entered. This allows KVP associations that are
not valid to be treated as relative paths.
2019-03-29 20:43:00 +00:00
Robert Fewell
167d209688
Change gnc_launch_assoc to use gnc_uri_get_scheme
...
Change the gnc_launch_assoc function to use the gnc_uri_get_scheme
instead of glib one and re-indent source file
2019-03-29 20:43:00 +00:00
Christopher Lam
4cb2910121
[budget] modify display of interval dates and avoid unicode
2019-03-30 02:08:46 +08:00
Christopher Lam
a4eb5b1a59
[options] compact book-currency-acounting functions
2019-03-30 01:39:55 +08:00
Christopher Lam
faf1b08cec
[options] compact valid-gains-loss-account?
2019-03-30 00:59:24 +08:00
John Ralls
79d72fdc33
Merge branch 'aqb6' into maint
2019-03-29 09:38:42 -07:00
John Ralls
62f7aa66a5
Bug 796956 - Aqbanking 6 will drop DTAUS
...
More important, the AQBanking API has some naming changes.
This commit is substantially cribbed from Martin Pruess's
adaptation in the AQBanking repository. Thanks, Martin!
2019-03-29 09:31:41 -07:00