milotype
3c52c5015a
Initial release of hr.po (croatian translation)
...
ignore prior file
2019-02-13 15:45:56 +01:00
milotype
4b333a2a1c
Initial release of the croatian glossary files
...
ignore prior file
2019-02-13 15:44:34 +01:00
milotype
08c131510b
Initial release of README-hr.win32-bin.txt
...
Croatian translation of the "README.win32-bin.txt" file
Note:
In the bottom of the english file, there is the following sentence: "This is the GnuCash 2.2.x README file for Windows binary packages."
Maybe it would be better to simply drop this sentence, as it points to an "old" GnuCash version. Or at least drop the information about the version. At present GnuCash is version 3.4.
2019-02-05 00:15:12 +01:00
milotype
0609d277aa
Initial release of croatian accounts files
2019-02-04 22:45:52 +01:00
milotype
6624d3ff4d
Initial release of hr.po (croatian translation)
2019-02-04 22:42:22 +01:00
milotype
29ad4e177d
Initial release of the croatian glossary files
2019-02-04 22:38:12 +01:00
Christian Stimming
7c767604ff
Copy obfuscate script from wiki to here, with minor improvements.
...
https://wiki.gnucash.org/wiki/ObfuscateScript
2019-02-04 09:32:51 +01:00
Geert Janssens
0da0f7ada5
Bug 797011 - GnuCash 3.4 Crashes When Printing Checks with Custom Format
...
Check freeing was called at the wrong time.
2019-02-01 15:31:28 +01:00
Carsten Rinke
d048caeda3
improved logging for HTML table tests
2019-01-31 18:34:43 +01:00
Carsten Rinke
40a0bfd979
Bug796827 - Report HTML - it is not possible to suppress the document title
...
includes update of test-report-html.scm (and CMakeLists.txt)
2019-01-31 18:34:43 +01:00
Carsten Rinke
7e86037418
Bug796826 - Report HTML - not possible to suppress the document header
2019-01-31 18:34:43 +01:00
Carsten Rinke
412d797eae
Bug796829 - Report HTML - HTML table rows are prepended not as list elements
...
includes update of test-report-html.scm (and CMakeLists.txt)
2019-01-31 18:34:43 +01:00
Carsten Rinke
59c78c2668
Bug796831 - Report-HTML - append table column correctly
2019-01-31 18:34:43 +01:00
Carsten Rinke
af0d7bd9f5
test-report-html.scm reformatted after review PR#391 (major update)
2019-01-31 18:34:43 +01:00
Carsten Rinke
b0c5381cee
test-report-html.scm reformatted (cosmetic)
2019-01-31 18:34:43 +01:00
Carsten Rinke
c59157763f
Bug787401 - Test for the report system - HTML Tests
2019-01-31 18:34:43 +01:00
Geert Janssens
aab9bb59cd
Merge branch 'Bug796965' of https://github.com/Bob-IT/gnucash into maint
2019-01-31 18:11:29 +01:00
Geert Janssens
b8356cf56e
Merge branch 'bugfix/python_examples' of https://github.com/rgreid/gnucash into maint
2019-01-31 17:23:10 +01:00
Geert Janssens
a23f124db8
Merge branch 'maint-fr-update' of https://github.com/christopherlam/gnucash into maint
2019-01-31 17:20:14 +01:00
Mike Alexander
62a4e73f7f
Don't use GNC-DENOM-SIGFIGS when converting prices
...
to gnc-numeric values.
2019-01-28 19:25:50 -05:00
Mike Alexander
5bd7875437
Revert the part of 923b01e2
which reverses currency quotes less than 1.
...
Now that GnuCash uses 64 bit numbers in numerics this is not necessary.
It can store a number as small as 1e-9 with 9 significant digits.
2019-01-28 19:25:34 -05:00
Mike Alexander
df19244792
Fix the comments on double_to_gnc_numeric. GNC_DENOM_AUTO is allowed.
...
GNC_DENOM_AUTO
2019-01-28 19:24:26 -05:00
Mike Alexander
2820af7166
Make test-backend-dbi-basic build and run with libdbi 8.
...
This may not be the correct fix, but it is plausible and it
makes the test build and run.
2019-01-28 19:23:35 -05:00
Alex Aycinena
7d0adfd0c6
remove unnecessary KVPs and frames related to US Income Tax name and type
2019-01-27 15:58:46 -08:00
Alex Aycinena
69cc8fe282
scroll txf view to put line for selected account in center of view; doesn't work for first selected account but does for all subsequent delections. Will fix in later commit when I figure out why.
2019-01-27 13:02:19 -08:00
Alex Aycinena
307eb99057
bug 518833 - partially solves by not allowing multiple account selection; rest of bug is dupicate of 554391
2019-01-27 12:45:59 -08:00
Christopher Lam
37ae30dbff
[fr.po] fixes thanks to benjub
2019-01-26 16:59:55 +08:00
Christopher Lam
83463a6f3c
[fr.po] further tip-of-the-day translations
2019-01-26 16:59:55 +08:00
Christopher Lam
a975cedfe2
[fr.po] update translations
2019-01-26 16:59:55 +08:00
John Ralls
84d1c3645d
Use NULL, not '\0', to set a char* argument to NULL.
2019-01-25 12:52:14 -08:00
John Ralls
f9f714c78d
gnc_pricedb_nth_price: Clarify code and cache results.
...
Use built-in glib functions to retrieve the list of per-currency price
lists, concatenate them into a single list, instead of doing it all in
hand-rolled loops.
Sorting is preformed by the calling GncTreeViewPrice so this removes
sorting from gnc_pricedb_nth_price.
There's no concurrency concern because gnc_pricedb_nth_price is a
GUI callback and so must run in the GUI thread.
2019-01-25 08:49:03 -08:00
Alex Aycinena
fc15364326
remove unnecesary 'home' level in path for US Income Tax book tax information
2019-01-24 18:36:13 -08:00
John Ralls
3a48672763
Complete reversion of e81bcf6
in gnc-pricedb.c.
2019-01-23 17:54:29 -08:00
Christian Stimming
9069bace15
Fix unused return value error from e4836f3c
...
Re-introducing the fgets() call in e4836f3c
that has been removed in
bf55c30
triggers the "ignoring return value of fgets, declared with
attribute warn_unused_result" error. The even better way is to actually
use the return value and check it for non-NULL because only then
we did a successful fgets call where we can use its result.
2019-01-20 20:39:20 +01:00
Robert Fewell
fbabc147bf
Save the Account page filter setting to the state file
...
Use the newly created functions to save and restore the account filter
settings to the saved 'Account Hierarchy' section of the state file.
2019-01-20 12:43:52 +00:00
Robert Fewell
274dd2f8bc
Save the Account filter settings for a Budget Page
...
Use the newly created functions to save and restore the account filter
settings to the saved Budget section of the state file.
2019-01-20 12:43:52 +00:00
Robert Fewell
d4c19efc8d
Create two functions to save/restore the account filter settings
...
These functions allow the saving and restoring of the GncTreeViewAccount
filter settings to the state file. Currently they are only saved if the
page is left open when Gnucash is closed.
2019-01-20 12:43:52 +00:00
Robert Fewell
fec5b603e2
Bug796965 - Change the default to show unused accounts
...
Currently when you create a new budget, unused accounts are not shown
so change the default to match the Accounts TreeView.
2019-01-20 12:43:52 +00:00
John Ralls
020bc5371f
Bug 797046 - Tools / Price Database / Currencies UI not working...
...
since 3.4.
2019-01-19 14:31:10 -08:00
John Ralls
e31f4c3f95
Fix unlocalized date in status bar.
...
It seems that std::locales created by boost::locale::generator are
not entirely compatible: If used to create a new locale with a facet
for boost::date_time one ends up with the C locale and the facet.
For the time being avoid the problem by using boost::locale to format
dates and times. std::chrono gets calendar functions in C++20 so we
can switch date-time backends once we can adopt it.
2019-01-19 13:41:17 -08:00
Geert Janssens
72ef48cbf2
Merge branch 'bugs_icv' of https://github.com/ekinonnakapito/gnucash into maint
2019-01-19 17:47:30 +01:00
Geert Janssens
f7173c341a
Suppress a few more gtk deprecation warnings
...
For GtkAction and GtkTable.
2019-01-19 16:51:50 +01:00
Alex Aycinena
08704127d1
bug #796498 - Incorrect starting balance in TXF Report calculations
2019-01-18 20:19:56 -08:00
Christian Stimming
48988ac59a
Update German translation
2019-01-18 23:52:51 +01:00
Christian Stimming
6f34995901
Usability improvements for Bayes editor window
...
Remove the "Are you sure" question as it is simply annoying but does
not help. Fix some string wordings to be more understandable.
2019-01-18 23:52:51 +01:00
Christian Stimming
b521658ce3
Online transfer: Do no longer force existence of local BIC code
...
The BIC code for SEPA transfer used to be mandantory, but turned optional
more recently and the local IBAN code is sufficient. Gnucash still
checked the local BIC code existence and forced the user to get it
from somewhere. This is no longer needed - local IBAN is enough.
2019-01-18 23:52:51 +01:00
Christian Stimming
47c35aeaf9
Online transfer and PIN/TAN entry: Entering of TAN must use normal visibility
...
The visibility of the entered content was set to FALSE (=invisible) always,
which was wrong for certain types of input as indicated by the GUI_INPUT_FLAGS.
This should now be honored and visibility set to TRUE (=visible) for
the correct flags.
2019-01-18 23:52:51 +01:00
Christian Stimming
417a012b78
Aqbanking import: Fix reconcile timestamps when importing balances.
...
Used to be start-of-day, but needs to be day-neutral.
2019-01-18 23:52:51 +01:00
Christian Stimming
75b6d14455
Speed-up of dealing with account_imap lists: Replace g_list_append with _prepend and subsequent _reverse.
...
This is glib's suggested way of dealing with GList in more optimized
way, as g_list_append will have to traverse the list until the end.
2019-01-18 23:52:51 +01:00
Alex Aycinena
c9bd68c658
Updated from version 41 to 42, although new codes not implemented yet because data not reliably available
2019-01-17 18:21:51 -08:00