Frank H. Ellenberger
8d36079c59
Merge a fresh gnucash.pot into de.po
...
5067 übersetzte Meldungen, 82 ungenaue Übersetzungen, 111 unübersetzte
Meldungen.
2019-04-08 19:26:15 +02:00
Frank H. Ellenberger
833decc03e
I18N: Review of price-quotes.scm
...
Mark "Found FQ version" translatable, but remove translation from log
file entries.
2019-04-08 17:37:33 +02:00
Christopher Lam
ad51c5e00a
[report] rewrite gnc:report-template-make-unique-name
2019-04-08 22:37:31 +08:00
milotype
3352b53491
Correction of updated hr.po
...
Correction of the first commited file, for the following error:
hr.po:19067: msgstr lacks the keyboard accelerator mark ''
2019-04-08 00:04:48 +02:00
milotype
1fcd05dfd6
Update hr.po with pot 3.5
2019-04-06 19:16:53 +02:00
c-holtermann
0c02866964
PyDate_Check works for date and datetime
2019-04-06 17:13:41 +02:00
c-holtermann
18a2688419
typo
2019-04-06 16:17:58 +02:00
c-holtermann
db9e98a812
also allow datetime.date
...
Initialisation of some business objects has been done with
datetime.date.today() and it is also mentioned as a possibility
in the source doc. So leave it possible.
2019-04-06 16:10:04 +02:00
c-holtermann
3884e6abf5
unobfuscate get_date method name
2019-04-06 16:09:01 +02:00
c-holtermann
8ba5e552d9
return None object if return value is FALSE
2019-04-06 14:50:29 +02:00
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