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.
7 years ago
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.
7 years ago
John Ralls
fc0a729253
Merge Christoph Holtermann's 'PR-python-bindings-update-source-doc' into maint
7 years ago
John Ralls
2745b18d3b
Merge Christoph Holtermann's 'PR-dont-close-gnucash-on-pycons-close' into maint.
7 years ago
John Ralls
aa53c23239
Merge T Edmunds's 'amortization-rounding' into maint.
7 years ago
John Ralls
3c946a8449
Merge T Edmunds's 'computeInterestIncrement' to maint.
7 years ago
Frank H. Ellenberger
ce4d3dee6d
Review of de.po
...
Mostly fix of minor formal issues
5218 übersetzte Meldungen, 40 ungenaue Übersetzungen, 2 unübersetzte
Meldungen.
7 years ago
Joachim Wetzig
fe94541aad
Update de.po
...
5216 übersetzte Meldungen, 42 ungenaue Übersetzungen, 2 unübersetzte
Meldungen
7 years ago
c-holtermann
ba8a9c8478
update python source doc
7 years ago
Joachim Wetzig
b250ad62c0
Update de.po
...
5216 übersetzte Meldungen, 42 ungenaue Übersetzungen, 2 unübersetzte
Meldungen
7 years ago
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 ":\"
7 years ago
c-holtermann
efbdab6f4d
don't kill main process on closing of shell
7 years ago
c-holtermann
480aa4a575
connect console quit event handler to window destroy-event and delete-event
7 years ago
c-holtermann
239484854c
add quit method to python console
7 years ago
c-holtermann
4868e046c3
add quit event handler to python console
7 years ago
c-holtermann
ecab7968e2
on quitting don't kill gtk main process
7 years ago
c-holtermann
e2fd241836
stop closing shell window from closing gnucash
7 years ago
thetedmunds
9afc856c20
Changed gnc:computeInterestIncrement to directly calculate the amount of interest accrued in the specified compounding period. Bug 797195.
7 years ago
thetedmunds
5f9020016a
Amended commit to address pull-request comments.
7 years ago
Frank H. Ellenberger
e3e11afcb5
[L12N] Romanian is now maintained by Translation Project
...
https://lists.gnucash.org/pipermail/gnucash-devel/2019-April/043701.html
7 years ago
Frank H. Ellenberger
0ebb02e243
[I18N] Unify placeholder warning
...
https://lists.gnucash.org/pipermail/gnucash-devel/2019-March/043624.html
7 years ago
John Ralls
0251d044b5
Merge Christoph Holtermann's 'Pr pycons2to3' into maint.
7 years ago
c-holtermann
5a73b9afd4
syntax change to exec
7 years ago
c-holtermann
cc7673ccc8
filter needs to be converted to list.
...
Method replace is missing. Needs to be fixed.
7 years ago
c-holtermann
bf9ec70f27
reflect syntax change to sys tracebacks
7 years ago
c-holtermann
d93d4efd82
Import necessary module gdk
7 years ago
c-holtermann
af3b9bf215
change shebang to python3
7 years ago
John Ralls
fc355958b8
Merge Christoph Holtermann's 'PR-python2to3-rest-api' into maint.
7 years ago
John Ralls
b2f25408d7
Merge Christoff Holtermann's 'PR-python-time64-modifications' into maint
7 years ago
John Ralls
8823f7283f
Merge Christoph Holtermann's 'PR-python2to3' into maint.
7 years ago
John Ralls
f772b50542
Merge Christoph Holterman's 'PR-python2to3-str_methods-gnc_jinja' into maint
7 years ago
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.
7 years ago
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.
7 years ago
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.
7 years ago
Robert Fewell
19bbeaa67a
Bug 797185 - Correct the sorting for the Transaction Association Dialog
...
Change the sort function to use the correct model column.
7 years ago
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.
7 years ago
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.
7 years ago
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.
7 years ago
Christopher Lam
0cce764e78
Merge branch 'maint' of https://github.com/Gnucash/gnucash into maint
7 years ago
Christopher Lam
58e79e5aa7
[test-commodity-utils] upgrade to 100% coverage of pricing funcs
...
and add optional coverage analysis
7 years ago
Christopher Lam
e4d5e2c94d
[commodity-utils] fix issue-deprecation-warning typo
7 years ago
Christopher Lam
eab53d44b3
[report] rewrite gnc:report-template-has-unique-name?
7 years ago
Frank H. Ellenberger
1c9ad3af35
Minor update of de.po
...
5113 übersetzte Meldungen, 42 ungenaue Übersetzungen, 105 unübersetzte
Meldungen.
7 years ago
Frank H. Ellenberger
8d36079c59
Merge a fresh gnucash.pot into de.po
...
5067 übersetzte Meldungen, 82 ungenaue Übersetzungen, 111 unübersetzte
Meldungen.
7 years ago
Frank H. Ellenberger
833decc03e
I18N: Review of price-quotes.scm
...
Mark "Found FQ version" translatable, but remove translation from log
file entries.
7 years ago
Christopher Lam
ad51c5e00a
[report] rewrite gnc:report-template-make-unique-name
7 years ago
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 ''
7 years ago
milotype
1fcd05dfd6
Update hr.po with pot 3.5
7 years ago
c-holtermann
0c02866964
PyDate_Check works for date and datetime
7 years ago
c-holtermann
18a2688419
typo
7 years ago