Christopher Lam
4d8ef9b9e4
[report] inline args-to-defn
2019-04-23 18:45:07 +08:00
John Ralls
3815e17e9f
Replace VERSION_GREATER_EQUAL with VERSION_GREATER OR VERSION_EQUAL.
...
The former wasn't introduced until Cmake 3.7.
2019-04-22 12:12:03 -07:00
John Ralls
79f4536a0f
Fix typo
2019-04-22 11:28:08 -07:00
John Ralls
4f51f17223
Remove unset _GUILE_LD_LIBRARY_PATH from GncAddSchemeTargets.
2019-04-22 11:26:19 -07:00
John Ralls
b1fdf781ec
Adjust GncAddSchemeTargets.cmake to build with Guile2.2 on MinGS64.
2019-04-22 11:26:19 -07:00
Robert Fewell
7e9463db1b
Change a couple of accelerator keys in CSV Transaction export
...
There are a couple of items with the same mnemonic accelerator keys so
change them to non conflicting ones.
2019-04-22 12:09:55 +01:00
Robert Fewell
3985541f48
Add a select all Accounts button for CSV Transaction export.
2019-04-22 12:01:25 +01:00
Robert Fewell
91c992d947
Bug 797123 - Export transactions to CSV file.
...
When exporting transactions to CSV not all were showing up in the CSV
file. This was due to the start and end dates not being set to the
'start of day' and 'end of day' respectively. Also if you had specified
a range and subsequently used the 'Show All' button the dates used
would still be the ones used for the range.
2019-04-22 11:23:47 +01:00
Robert Fewell
d82939a9ff
Change the New Account Hierarchy glade file
...
The 'Category Description' scroll window height was not able to be
changed to see all the text without scrolling. Add the 'Categories' and
the 'Category Description' scroll windows to a vertical paned widget.
2019-04-22 11:14:49 +01:00
John Ralls
fc0a729253
Merge Christoph Holtermann's 'PR-python-bindings-update-source-doc' into maint
2019-04-20 12:55:41 -07:00
John Ralls
2745b18d3b
Merge Christoph Holtermann's 'PR-dont-close-gnucash-on-pycons-close' into maint.
2019-04-20 12:47:12 -07:00
John Ralls
aa53c23239
Merge T Edmunds's 'amortization-rounding' into maint.
2019-04-20 12:36:51 -07:00
John Ralls
3c946a8449
Merge T Edmunds's 'computeInterestIncrement' to maint.
2019-04-20 12:32:17 -07:00
Frank H. Ellenberger
ce4d3dee6d
Review of de.po
...
Mostly fix of minor formal issues
5218 übersetzte Meldungen, 40 ungenaue Übersetzungen, 2 unübersetzte
Meldungen.
2019-04-20 20:40:40 +02:00
Joachim Wetzig
fe94541aad
Update de.po
...
5216 übersetzte Meldungen, 42 ungenaue Übersetzungen, 2 unübersetzte
Meldungen
2019-04-20 17:52:59 +02:00
c-holtermann
ba8a9c8478
update python source doc
2019-04-20 15:12:20 +02:00
Joachim Wetzig
b250ad62c0
Update de.po
...
5216 übersetzte Meldungen, 42 ungenaue Übersetzungen, 2 unübersetzte
Meldungen
2019-04-20 01:16:22 +02:00
Robert Fewell
20e2b6b5de
Bug 797175 - Opening a file from a gvfs mount point fails
...
When testing for a MS Windows path which has a ":", a gvfs path with the
format '/run/user/1000/gvfs/smb-share:server=192.168.1.11,share=public/
test-xml-file.gnucash' is recognised as a Windows path. To avoid this
expand the test to ":/" and also ":\"
2019-04-19 15:51:29 +01:00
c-holtermann
efbdab6f4d
don't kill main process on closing of shell
2019-04-19 12:02:04 +02:00
c-holtermann
480aa4a575
connect console quit event handler to window destroy-event and delete-event
2019-04-19 12:01:37 +02:00
c-holtermann
239484854c
add quit method to python console
2019-04-19 12:01:22 +02:00
c-holtermann
4868e046c3
add quit event handler to python console
2019-04-19 12:01:03 +02:00
c-holtermann
ecab7968e2
on quitting don't kill gtk main process
2019-04-19 11:59:59 +02:00
c-holtermann
e2fd241836
stop closing shell window from closing gnucash
2019-04-19 11:59:28 +02:00
thetedmunds
9afc856c20
Changed gnc:computeInterestIncrement to directly calculate the amount of interest accrued in the specified compounding period. Bug 797195.
2019-04-17 12:11:29 -07:00
thetedmunds
5f9020016a
Amended commit to address pull-request comments.
2019-04-17 11:52:24 -07:00
Frank H. Ellenberger
e3e11afcb5
[L12N] Romanian is now maintained by Translation Project
...
https://lists.gnucash.org/pipermail/gnucash-devel/2019-April/043701.html
2019-04-16 20:06:02 +02:00
Frank H. Ellenberger
0ebb02e243
[I18N] Unify placeholder warning
...
https://lists.gnucash.org/pipermail/gnucash-devel/2019-March/043624.html
2019-04-16 19:48:41 +02:00
John Ralls
0251d044b5
Merge Christoph Holtermann's 'Pr pycons2to3' into maint.
2019-04-15 14:25:49 -07:00
c-holtermann
5a73b9afd4
syntax change to exec
2019-04-15 22:31:29 +02:00
c-holtermann
cc7673ccc8
filter needs to be converted to list.
...
Method replace is missing. Needs to be fixed.
2019-04-15 22:30:27 +02:00
c-holtermann
bf9ec70f27
reflect syntax change to sys tracebacks
2019-04-15 22:29:20 +02:00
c-holtermann
d93d4efd82
Import necessary module gdk
2019-04-15 22:26:55 +02:00
c-holtermann
af3b9bf215
change shebang to python3
2019-04-15 22:26:46 +02:00
John Ralls
fc355958b8
Merge Christoph Holtermann's 'PR-python2to3-rest-api' into maint.
2019-04-14 14:27:53 -07:00
John Ralls
b2f25408d7
Merge Christoff Holtermann's 'PR-python-time64-modifications' into maint
2019-04-14 14:26:35 -07:00
John Ralls
8823f7283f
Merge Christoph Holtermann's 'PR-python2to3' into maint.
2019-04-14 14:24:16 -07:00
John Ralls
f772b50542
Merge Christoph Holterman's 'PR-python2to3-str_methods-gnc_jinja' into maint
2019-04-14 14:23:37 -07:00
Robert Fewell
0f6465ca6d
Bug 797175 - Gnucash will not open from UNC paths.
...
UNC paths were overlooked in a change I made, corrected and added some
notes to source file for reminder.
2019-04-12 11:53:29 +01:00
John Ralls
c091197f57
Provide static strings for gnc_userdata_home and gnc_userconfig_home.
...
On Windows boost::filesystem::path's string() produces a string
that goes out of scope with the function in which it's called, so
returning its c_str() ptr yields freed memory, usually full of garbage.
This has an interesting side effect in gnc-file.c's check_file_path():
Since the memory is freed, g_path_get_dirname() reuses it after an
iteration or two, writing its result into the same address. The
following strcmp naturally returns 0 because it's comparing two
instances of the same ptr, so check_file_path falsely reports that
the proposed save path is in GNC_USERDATA_DIR.
2019-04-11 17:38:01 -07:00
Christopher Lam
6e7a4ccc77
Bug 797188 - Default invoice prints credit note as invoice
...
Error in guile code. Using (case var (datum ...)) means that datum are
symbols, so if datum is (GNC-INVOICE-VEND-INVOICE) it would try
(eqv? type 'GNC-INVOICE-VEND-INVOICE) which would never be true. We
need (eqv? type GNC-INVOICE-VEND-INVOICE). Using (cond) is more
appropriate here.
2019-04-11 18:43:57 +08:00
Robert Fewell
19bbeaa67a
Bug 797185 - Correct the sorting for the Transaction Association Dialog
...
Change the sort function to use the correct model column.
2019-04-09 20:21:23 +01:00
Robert Fewell
d44e0ee750
When displaying paths on MS Windows, make them look normal
...
Change the forward slashes to back slashes as that is normal for paths
in MS Windows.
2019-04-09 20:21:23 +01:00
Robert Fewell
e745f4cfee
Fix some transient parent warnings for gnc_launch_assoc
...
Add a Gtkwindow parent parameter to above function so it can be passed
to the error warning dialog.
2019-04-09 20:21:23 +01:00
Robert Fewell
57eac14d82
Bug 797183 - association head path with spaces displayed wrong
...
The Transaction Association path head was being displayed with '%20' as
the space as it was not being unescaped. Fixed by unescaping and also
noticed that the error message string were wrong also.
2019-04-09 20:21:16 +01:00
Christopher Lam
0cce764e78
Merge branch 'maint' of https://github.com/Gnucash/gnucash into maint
2019-04-09 21:19:11 +08:00
Christopher Lam
58e79e5aa7
[test-commodity-utils] upgrade to 100% coverage of pricing funcs
...
and add optional coverage analysis
2019-04-09 21:18:09 +08:00
Christopher Lam
e4d5e2c94d
[commodity-utils] fix issue-deprecation-warning typo
2019-04-09 21:13:23 +08:00
Christopher Lam
eab53d44b3
[report] rewrite gnc:report-template-has-unique-name?
2019-04-09 15:03:30 +08:00
Frank H. Ellenberger
1c9ad3af35
Minor update of de.po
...
5113 übersetzte Meldungen, 42 ungenaue Übersetzungen, 105 unübersetzte
Meldungen.
2019-04-08 19:28:32 +02:00