- 21 Sep, 2019 7 commits
-
-
Thomas Baumgart authored
BUG: 407072 FIXED-IN: 5.0.7
-
Thomas Baumgart authored
The feature to create a new online transaction based on an already executed one has been fixed and is now available again. At the same time the status of the enqueue and send button is now updated accordingly. BUG: 389944 FIXED-IN: 5.0.7
-
Thomas Baumgart authored
Make sure to provide KBanking only with recent libraries that support the changes necessary after PSD2. This is the last change in a series of changes made during the last weeks. BUG: 411864 FIXED-IN: 5.0.7
-
Thomas Baumgart authored
Removed frame, fixed e-mail addresses
-
Thomas Baumgart authored
-
Thomas Baumgart authored
Changing the parameters in the forecast view did not have any effect, because when the user pressed the forecast button or changed the tab in the view they were reset to their default settings. This change fixes the problem. BUG: 410391 FIXED-IN: 5.0.7
-
Thomas Baumgart authored
During the plugin load process a pair of version information for Gwenhywfar/AqBanking is printed to the console with the versions used to build the plugin and the versions used at runtime.
-
- 14 Sep, 2019 1 commit
-
-
Thomas Baumgart authored
-
- 11 Sep, 2019 1 commit
-
-
Thomas Baumgart authored
Provided by Phil Hopkins
-
- 08 Sep, 2019 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 07 Sep, 2019 1 commit
-
-
Summary: When using check forms that contain a log for record keeping it is needed to print out all of the splits associated with a transaction when printing a check. This cannot be done since the split variables are not present in the check printing plugin. This patch will add the variables SplitAccountName and SplitValue for up to 11 splits within a transaction. The check template will then be able to access the split variables and print them when printing a check. Reviewers: #kmymoney, tbaumgart Reviewed By: #kmymoney, tbaumgart Subscribers: tbaumgart Tags: #kmymoney Differential Revision: https://phabricator.kde.org/D23369
-
- 31 Aug, 2019 1 commit
-
-
Thomas Baumgart authored
This introduces a new option on the data entry tab of the ledger settings page. GUI: BUG: 374123 FIXED-IN: 4.8.1,5.0.7
-
- 29 Aug, 2019 1 commit
-
-
Ralf Habacker authored
As reported at https://mail.kde.org/pipermail/kmymoney-devel/2018-September/021720.html Test Plan: compiled and checked on linux Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16764
-
- 20 Aug, 2019 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 18 Aug, 2019 2 commits
-
-
Thomas Baumgart authored
-
Thomas Baumgart authored
In KMyMoney, in a transaction with multiple splits, where more than one split is assigned to the same category, attempts to change only one split to a new category changes all splits with the same category to the new category. This change only moves the selected transaction. Also, it only removes those accounts from the list that are not referenced by the selected splits which was detected during the course of the fix of the original problem. BUG: 411030 FIXED-IN: 5.0.6
-
- 17 Aug, 2019 1 commit
-
-
Thomas Baumgart authored
Amending commit 48c0b11e and finish queries at another spot to resolve a problem I have with the SQLCIPHER version to update a DB of an older version.
-
- 14 Aug, 2019 1 commit
-
-
Thomas Baumgart authored
Amending commit 48c0b11e and finish queries at more spots to resolve a problem I have with the AppImage to update a DB of version 8.
-
- 10 Aug, 2019 1 commit
-
-
Thomas Baumgart authored
the German online banking users have to use a registered software from mid-September onwards and the institutions are allowed according to EU regulations to reject/refuse access by non-registered client applications. To be able to support this process KMyMoney requires a newer version of AqBanking which has been released lately.
-
- 08 Aug, 2019 1 commit
-
-
https://www.hbci-zka.de/Thomas Baumgart authored
German banks soon require the application to be registered with ZKA in order to use the their FinTS interface. This implements the necessary functionality to be in line with the requirements.
-
- 07 Aug, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 06 Aug, 2019 1 commit
-
-
Ralf Habacker authored
The color palette used for a diagram can now be modified in individual reports. Note: In KReportConfigurationFilterDlg::slotSearch there is redundant code for casting eMyMoney::Report::ChartPalette to int which is already implemented in xmlstoragehelper.cpp. BUG:408361 FIXED-IN:4.8.4,5.0.6 Differential Revision: https://phabricator.kde.org/D22293
-
- 04 Aug, 2019 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 31 Jul, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Jul, 2019 1 commit
-
-
Thomas Baumgart authored
https://stackoverflow.com/questions/17057420/qt-sqlite-unable-to-fetch-row-database-locked gave me the necessary hint to find the cause. BUG: 410091 FIXED-IN: 5.0.6
-
- 21 Jul, 2019 1 commit
-
-
Luca Beltrame authored
Yet another case of QMap no longer being included.
-
- 11 Jul, 2019 1 commit
-
-
Thomas Baumgart authored
The default of 4 decimals is not enough for prices of the Indonesian Rupiah. So I lifted the default to 10 decimals for new files. For existing files and older versions of the application one can use the currency editor to adjust the value manually.
-
- 10 Jul, 2019 1 commit
-
-
Thomas Baumgart authored
-
- 07 Jul, 2019 2 commits
-
-
Thomas Baumgart authored
-
Thomas Baumgart authored
Calling kmymoney->show() directly before the event loop is started using exec() causes a crash when running on some non KDE desktops (e.g. XFCE) with QWebEngine enabled. Postponing the call until the event loop is active solved the problem. BUG: 407902 FIXED-IN: 5.0.5
-
- 06 Jul, 2019 3 commits
-
-
Thomas Baumgart authored
No change in translatable strings
-
Thomas Baumgart authored
Using a secure protocol ensures that the data we receive from the directory server at www.ofxhome.com cannot be modified by a mitm attacker on the way to us as easy as with plain http.
-
Thomas Baumgart authored
Use secure protocol when connecting to the OFX test server
-
- 02 Jul, 2019 1 commit
-
-
Thomas Baumgart authored
BUG: 352029 FIXED-IN: 5.0.5
-
- 29 Jun, 2019 2 commits
-
-
Summary: Updated screenshots from payee views for 5.0.5 due to the change in a tab's name from "Default Account" to "Default Category" Reviewers: ostroffjh, tbaumgart Reviewed By: ostroffjh, tbaumgart Subscribers: tbaumgart, ostroffjh, #kmymoney Differential Revision: https://phabricator.kde.org/D22152
-
Thomas Baumgart authored
Using the OFX (file) importer may not provide information about the account the imported data relates to. In this case, it does not make sense to search for an online mapping. Doing so leads to false results, as without values for account or routing number the first mapped account will be selected which is wrong. This change does not try the mapping if both values are empty and allows the user to select the account as part of the process. CCBUG: 405206
-
- 27 Jun, 2019 1 commit
-
-
Thomas Baumgart authored
In a git based development environment the version suffix is generated based on the git sha1. In a non git environment one can now override the version suffix with -DVERSION_SUFFIX=xxx as cmake argument.
-