[kmymoney] [Bug 487317] Inaccurate TL sign (₺) display

2024-05-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=487317

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/0487f4
   ||7b6da4b2cee47a13983f375eda7
   ||f205501
 Status|REPORTED|RESOLVED

--- Comment #7 from Thomas Baumgart  ---
Git commit 0487f47b6da4b2cee47a13983f375eda7f205501 by Thomas Baumgart.
Committed on 28/05/2024 at 15:48.
Pushed by tbaumgart into branch 'master'.

Extract monetary formatting rules from QLocale

Extract the information howto format a monetary value from QLocale
instead of using std::localeconv which provides false information in
some cases.
FIXED-IN: 5.2

M  +1-39   kmymoney/main.cpp
M  +0-21   kmymoney/misc/platformtools.h
M  +0-38   kmymoney/misc/platformtools_gnu.cpp
M  +1-49   kmymoney/misc/platformtools_nognu.cpp
M  +53   -0kmymoney/mymoney/mymoneymoney.cpp
M  +2-0kmymoney/mymoney/mymoneymoney.h
M  +4-3kmymoney/widgets/amountvalidator.cpp
M  +1-1kmymoney/widgets/tests/CMakeLists.txt

https://invent.kde.org/office/kmymoney/-/commit/0487f47b6da4b2cee47a13983f375eda7f205501

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 487477] Stock price refresh not working anymore

2024-05-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=487477

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Thomas Baumgart  ---
Update status

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 487477] Stock price refresh not working anymore

2024-05-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=487477

--- Comment #1 from Thomas Baumgart  ---
Can you attach a screenshot of
a) investment configuration (the last page of the wizard)
b) the details of the configuration of the online source (the regex etc)
c) the log shown when performing the update
Thanks in advance.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 487317] Inaccurate TL sign (₺) display

2024-05-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=487317

--- Comment #6 from Thomas Baumgart  ---
I can confirm that this problem is introduced by KMyMoney (not Alkimia). Over
the last couple of days, I analyzed it a bit and found out, that
std::localeconv() apparently provides false information about the location of
the currency symbol in the member p_cs_precedes when the selected locale is
tr_TR.UTF-8 (it works correctly for others where the currency sign precedes the
amount).  KMyMoney uses that information provided by std::localeenv() to format
the monetary values and that is why the display differs and is incorrect.

The display in the KCM module is based on QLocale::toCurrencyString() which
works on Qt's own locale information.

More to come.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2024-05-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=430047

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/8cdd45
   ||36e30eabf898f8b6aca8d5d9159
   ||676bdbb

--- Comment #5 from Thomas Baumgart  ---
Git commit 8cdd4536e30eabf898f8b6aca8d5d9159676bdbb by Thomas Baumgart.
Committed on 18/05/2024 at 16:40.
Pushed by tbaumgart into branch 'master'.

Reporting for budgeting of asset/liability accounts

This amends commit e79a1cab and provides the reporting part of the
feature.
FIXED-IN: 5.2

M  +9-0kmymoney/mymoney/mymoneyreport.cpp
M  +25   -20   kmymoney/plugins/views/reports/core/pivottable.cpp

https://invent.kde.org/office/kmymoney/-/commit/8cdd4536e30eabf898f8b6aca8d5d9159676bdbb

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486876] Show balance button on Ledger view is negative

2024-05-11 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486876

--- Comment #4 from Thomas Baumgart  ---
KMyMoney normally works with the "Credit account" option (displays a positive
balance for account types that would normally carry a credit balance (income,
credit, liability, equity)). It just does not do it for the graph
representation of the balance chart, though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 485776] Issues with price dialog

2024-05-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485776

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.2
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/c6a5bf
   ||656361962c274bff26e4c514630
   ||52de4b9

--- Comment #3 from Thomas Baumgart  ---
Git commit c6a5bf656361962c274bff26e4c51463052de4b9 by Thomas Baumgart.
Committed on 05/05/2024 at 11:05.
Pushed by tbaumgart into branch 'master'.

Port price dialog to use model code
FIXED-IN: 5.2

M  +201  -236  kmymoney/dialogs/kmymoneypricedlg.cpp
M  +0-8kmymoney/dialogs/kmymoneypricedlg.h
M  +19   -38   kmymoney/dialogs/kmymoneypricedlg.ui
M  +8-0kmymoney/mymoney/mymoneyenums.h
M  +31   -7kmymoney/mymoney/storage/pricemodel.cpp

https://invent.kde.org/office/kmymoney/-/commit/c6a5bf656361962c274bff26e4c51463052de4b9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486566] Equity Deletion

2024-05-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486566

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Thomas Baumgart  ---
Having the version information where you experience this problem would really
help because there is a massive difference between the current stable and
development versions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486168

Thomas Baumgart  changed:

   What|Removed |Added

 CC||douglas5...@outlook.com

--- Comment #5 from Thomas Baumgart  ---
*** Bug 486427 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486427

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 Status|NEEDSINFO   |RESOLVED
   Severity|critical|normal

--- Comment #8 from Thomas Baumgart  ---


*** This bug has been marked as a duplicate of bug 486168 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486466] Price update of a share is not saved

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486466

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/84cbad
   ||070abf76a45808c90ce480378ef
   ||96aa679

--- Comment #1 from Thomas Baumgart  ---
Git commit 84cbad070abf76a45808c90ce480378ef96aa679 by Thomas Baumgart.
Committed on 04/05/2024 at 11:58.
Pushed by tbaumgart into branch 'master'.

Correct extraction of price information for investments

The extraction for price information of securities was interpreted in
the wrong way. From and To values were exchanged. Also, the price
precision was not determined correctly.
FIXED-IN: 5.2

M  +11   -7kmymoney/dialogs/kequitypriceupdatedlg.cpp

https://invent.kde.org/office/kmymoney/-/commit/84cbad070abf76a45808c90ce480378ef96aa679

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486427

--- Comment #7 from Thomas Baumgart  ---
Not really confirmed, but this very likely seems to be a packaging/dependency
issue on the Fedora end. Please open a ticket with the distro and leave a link
to it here. Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486486

--- Comment #5 from Thomas Baumgart  ---
Git commit 726e6b82ac1e6182de574ed5e0c12b7cfcd74441 by Thomas Baumgart.
Committed on 03/05/2024 at 16:46.
Pushed by tbaumgart into branch 'master'.

Avoid violation of the C++ One Definition Rule

(cherry picked from commit eef04f1e9dc9f765ec74320008f095870e16a537)

M  +7-22   kmymoney/dialogs/kcurrencyeditdlg.cpp
M  +1-16   kmymoney/dialogs/kmymoneypricedlg.cpp
M  +10   -0kmymoney/menus/menuenums.h

https://invent.kde.org/office/kmymoney/-/commit/726e6b82ac1e6182de574ed5e0c12b7cfcd74441

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486486

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.4
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/eef04f
   ||1e9dc9f765ec74320008f095870
   ||e16a537
 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Thomas Baumgart  ---
Git commit eef04f1e9dc9f765ec74320008f095870e16a537 by Thomas Baumgart.
Committed on 03/05/2024 at 16:30.
Pushed by tbaumgart into branch '5.1'.

Avoid violation of the C++ One Definition Rule
FIXED-IN: 5.1.4

M  +7-21   kmymoney/dialogs/kcurrencyeditdlg.cpp
M  +9-23   kmymoney/dialogs/kmymoneypricedlg.cpp
M  +10   -0kmymoney/menus/menuenums.h

https://invent.kde.org/office/kmymoney/-/commit/eef04f1e9dc9f765ec74320008f095870e16a537

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486486

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Thomas Baumgart  ---
Which version of the compiler are you using (I assume it's g++)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-02 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486427

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Thomas Baumgart  ---
Can you check, if the Settings/Plugins tab contains an entry named "Reports
view" and if it is enabled? The presence of entries in the Settings/Home tab is
not sufficient to identify if the reporting plugin in present or not.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-01 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #9 from Thomas Baumgart  ---
Not sure if that applies here. Some gpgme*.exe files are now in ./bin without
changing the patchlevel. Not sure if that is enough or not, though. No sign of
gpg2.exe and honestly, I have no idea where it should come from.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 485767] No online updates of prices possible

2024-05-01 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485767

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/745db5
   ||30843ae773e788afd8a91283cc5
   ||293fc12
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Thomas Baumgart  ---
Git commit 745db530843ae773e788afd8a91283cc5293fc12 by Thomas Baumgart.
Committed on 01/05/2024 at 08:07.
Pushed by tbaumgart into branch 'master'.

Show online price entries no matter if used or not

Online price entries for update were only shown if they are actually
used by any of the accounts. That lead to the fact that existing price
entries in the price table were not shown for online update if no
account was using them.

This change forces all price entries to be shown for update.
FIXED-IN: 5.2

M  +1-1kmymoney/dialogs/kequitypriceupdatedlg.cpp

https://invent.kde.org/office/kmymoney/-/commit/745db530843ae773e788afd8a91283cc5293fc12

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #7 from Thomas Baumgart  ---
Git commit a8488c6711148f6efeea006f426da2bcd74f9cf4 by Thomas Baumgart.
Committed on 28/04/2024 at 07:18.
Pushed by tbaumgart into branch 'master'.

[kmymoney] Try to fix gpg support

Add proposed fix

M  +2-1extragear/kmymoney/kmymoney.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/a8488c6711148f6efeea006f426da2bcd74f9cf4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761
Bug 435761 depends on bug 439883, which changed state.

Bug 439883 Summary: onlinequoteeditor5 not included in kmymoney binaries 
generated by KDE CI
https://bugs.kde.org/show_bug.cgi?id=439883

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 426400] Fix KF5 issues on Windows

2024-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=426400
Bug 426400 depends on bug 439883, which changed state.

Bug 439883 Summary: onlinequoteeditor5 not included in kmymoney binaries 
generated by KDE CI
https://bugs.kde.org/show_bug.cgi?id=439883

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 439883] onlinequoteeditor5 not included in kmymoney binaries generated by KDE CI

2024-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=439883

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #5 from Thomas Baumgart  ---
I verified that onlinequoteseditor5.exe is now in the build again. Changes to
the craft blueprint need to be made on the qt5-lts branch to take effect. Hence
I close this ticket again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 439883] onlinequoteeditor5 not included in kmymoney binaries generated by KDE CI

2024-04-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=439883

--- Comment #4 from Thomas Baumgart  ---
Git commit e246114945b04bed1e9235c5f99e61326f30d28a by Thomas Baumgart.
Committed on 17/04/2024 at 13:04.
Pushed by tbaumgart into branch 'qt5-lts'.

[kmymoney] Include additional executables in package

M  +1-1extragear/kmymoney/blacklist.txt

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/e246114945b04bed1e9235c5f99e61326f30d28a

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 485665] QMetaObject::invokeMethod: No such method KMyMoneyApp::slotFileNew(QUrl)

2024-04-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485665

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/72094f
   ||47008f20bf3faad57f763ffee61
   ||847d7b3
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Git commit 72094f47008f20bf3faad57f763ffee61847d7b3 by Thomas Baumgart.
Committed on 17/04/2024 at 12:46.
Pushed by tbaumgart into branch 'master'.

Adjust slot's signature
FIXED-IN: 5.2

M  +1-1kmymoney/main.cpp

https://invent.kde.org/office/kmymoney/-/commit/72094f47008f20bf3faad57f763ffee61847d7b3

-- 
You are receiving this mail because:
You are watching all bug changes.

[Craft] [Bug 484633] Craft was unable to find alkimia

2024-04-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484633

--- Comment #7 from Thomas Baumgart  ---
Git commit 3a3e2ab518773cb786410c34a3a781fd70b9e3cd by Thomas Baumgart.
Committed on 14/04/2024 at 13:41.
Pushed by tbaumgart into branch 'qt5-lts'.

[alkimia] Fix bug that CI templates cannot find alkimia

The CI templates determine the blueprint name from the project name,
which did not match.
(cherry picked from commit 6edcad1d52573d6c311eb105434f1e63fb4a8836)

R  +0-0extragear/alkimia/alkimia.py [from:
extragear/libalkimia/libalkimia.py - 100% similarity]
M  +1-1extragear/kmymoney/kmymoney.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/3a3e2ab518773cb786410c34a3a781fd70b9e3cd

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 331541] Cannot change the tree position of a loan account

2024-04-12 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=331541

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Outdated: using current master it is possible to drag any account in the
accounts view.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 421580] Loan Wizard sets account name to "XXXXX Load"

2024-04-12 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=421580

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Outdated: the account is named  without anything being appended (tested
with current master)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

2024-04-12 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=461952

--- Comment #10 from Thomas Baumgart  ---
I can imagine, that closing the popup can trigger it. That happens in
KMyMoneyAccountCombo::makeCompletion() 
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/widgets/kmymoneyaccountcombo.cpp?ref_type=heads#L476
. One could try to comment this line to leave the popup view open and see if
that makes a difference. 

Another idea is using a debugger and setting a breakpoint to
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/views/transactioneditorbase.cpp?ref_type=heads#L227.
Once it stops, figure out what triggers the event by examining the call stack.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

2024-04-11 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=461952

--- Comment #8 from Thomas Baumgart  ---
I am unable to reproduce this (neither compiled nor latest appimage) on my
X-Window based system. Does this only appear under Wayland?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 485035] Cannot enter IBAN for new SEPA transfer - cursor jumps around within text field

2024-04-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485035

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/6e4a1e
   ||48f037b1ee21d1ed5fd7df0b432
   ||2574f26
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Git commit 6e4a1e48f037b1ee21d1ed5fd7df0b4322574f26 by Thomas Baumgart.
Committed on 09/04/2024 at 15:19.
Pushed by tbaumgart into branch 'master'.

Fix IBAN input verification
FIXED-IN: 5.2

M  +3-1kmymoney/mymoney/payeeidentifier/ibanbic/ibanbic.cpp
M  +22   -18   kmymoney/widgets/payeeidentifier/ibanbic/ibanvalidator.cpp
M  +2-3kmymoney/widgets/payeeidentifier/ibanbic/ibanvalidator.h

https://invent.kde.org/office/kmymoney/-/commit/6e4a1e48f037b1ee21d1ed5fd7df0b4322574f26

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 426400] Fix KF5 issues on Windows

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=426400
Bug 426400 depends on bug 439883, which changed state.

Bug 439883 Summary: onlinequoteeditor5 not included in kmymoney binaries 
generated by KDE CI
https://bugs.kde.org/show_bug.cgi?id=439883

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 439883] onlinequoteeditor5 not included in kmymoney binaries generated by KDE CI

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=439883

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pack
   ||aging/craft-blueprints-kde/
   ||-/commit/766ecafaee502ad9fc
   ||9417402e176bb41d392111
 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit 766ecafaee502ad9fc9417402e176bb41d392111 by Thomas Baumgart.
Committed on 09/04/2024 at 05:50.
Pushed by tbaumgart into branch 'master'.

[kmymoney] Include additional executables in package
FIXED-IN: 5.2

M  +1-1extragear/kmymoney/blacklist.txt

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/766ecafaee502ad9fc9417402e176bb41d392111

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 417973] Lost aqpaypal assignments after migrating from aqbanking5

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=417973

Thomas Baumgart  changed:

   What|Removed |Added

 OS|Microsoft Windows   |All

--- Comment #2 from Thomas Baumgart  ---
This is due to https://invent.kde.org/office/kmymoney/-/commit/72abb79e and
does affect all accounts not only the Paypal ones. The workaround is to remap
the accounts.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 471210] New transaction and split editor category widget fails to reselect same category correctly

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=471210

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/53b9d1
   ||324a7074426aabb4b9b1fc68815
   ||aea27a4
 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit 53b9d1324a7074426aabb4b9b1fc68815aea27a4 by Thomas Baumgart.
Committed on 08/04/2024 at 19:26.
Pushed by tbaumgart into branch 'master'.

Keep account selection in case it is not changed

Since the QComboBox popup view in general only supports simple lists and
is based on the selection of rows, it did not pick up the row as part of
an item the subtree but used the item on the top level of the model with
the same row instead, but only if there was no change in selection.

This change takes care of supporting a tree view as popup with the
underlying account model.
FIXED-IN: 5.2

M  +15   -2kmymoney/widgets/kmymoneyaccountcombo.cpp
M  +1-0kmymoney/widgets/kmymoneyaccountcombo.h

https://invent.kde.org/office/kmymoney/-/commit/53b9d1324a7074426aabb4b9b1fc68815aea27a4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=461952

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from Thomas Baumgart  ---
Is this still happening on Wayland?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 476209] Missing AppImages from binary factory

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=476209

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Please visit https://kmymoney.org/appimage.html for updated instructions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 467456] Crash while attempting to edit a transaction

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=467456

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Thomas Baumgart  ---
Does this still happen with newer versions?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 431101] Program crashes while editing the transaction

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=431101

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 420204] Ability to reorder list on the far left side of the screen

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=420204

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 485033] Server URL not updated in AQBanking user config

2024-04-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485033

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Thomas Baumgart  ---
This is an upstream problem in AqBanking/Gwenhywfar (which I occasionally also
noticed when changing other items in that dialog but never tried to reproduce
and simply closed the application and started it again). 

I opened https://www.aquamaniac.de/rdm/issues/305

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484920] Security 'USD' not found. /home/user/src/kmymoney-master/kmymoney/mymoney/mymoneyfile.cpp:3217

2024-04-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484920

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/f706b4
   ||5c3e2e4b78d7d26fb00b8828a2e
   ||8f68e2a
 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Git commit f706b45c3e2e4b78d7d26fb00b8828a2e8f68e2a by Thomas Baumgart.
Committed on 05/04/2024 at 06:39.
Pushed by tbaumgart into branch 'master'.

Check item itself for reference not only children

In a tree model structure child items where not checked for the
reference to an object id at all. This change fixes that.
FIXED-IN: 5.2

M  +1-0kmymoney/mymoney/storage/mymoneymodel.h

https://invent.kde.org/office/kmymoney/-/commit/f706b45c3e2e4b78d7d26fb00b8828a2e8f68e2a

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484920] Security 'USD' not found. /home/user/src/kmymoney-master/kmymoney/mymoney/mymoneyfile.cpp:3217

2024-04-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484920

Thomas Baumgart  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484759] Transaction report fails to update when I expand the date range to include a large number of transactions

2024-04-01 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484759

--- Comment #5 from Thomas Baumgart  ---
Looking at the runtime distribution using hotspot
(https://github.com/KDAB/hotspot) I noticed that the time is burned in
setHtml() of either QWebEngineView/KWebView (5.1) / QTextBrowser (master). The
generated page sizes of the reports are ~380 KB vs. 2.7 MB.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484759] Transaction report fails to update when I expand the date range to include a large number of transactions

2024-03-31 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484759

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Thomas Baumgart  ---
Forgot to change status

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484759] Transaction report fails to update when I expand the date range to include a large number of transactions

2024-03-31 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484759

--- Comment #3 from Thomas Baumgart  ---
It's a matter of waiting :) The data set is large (many transactions) and
creating the report over all of them takes a while. I tested against current
master version on Windows (but it takes a long time on Linux too). You may take
a look at CPU usage when changing the period.

ps : hope you don't mind that I requested to remove the file for privacy
reasons.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484653] Crash after creating new book

2024-03-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484653

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/a3fc36
   ||469e660bf59dc1158d552928e10
   ||babc1a8
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Thomas Baumgart  ---
Git commit a3fc36469e660bf59dc1158d552928e10babc1a8 by Thomas Baumgart.
Committed on 28/03/2024 at 16:33.
Pushed by tbaumgart into branch 'master'.

Prevent crash when ui is not fully initialized
FIXED-IN: 5.2

M  +34   -30   kmymoney/views/simpleledgerview.cpp

https://invent.kde.org/office/kmymoney/-/commit/a3fc36469e660bf59dc1158d552928e10babc1a8

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484448] Some account templates are missing

2024-03-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484448

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/3478af
   ||260352b1be16cd1a7b6df38fda9
   ||60d9e81
   Version Fixed In||5.2
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #7 from Thomas Baumgart  ---
Git commit 3478af260352b1be16cd1a7b6df38fda960d9e81 by Thomas Baumgart.
Committed on 28/03/2024 at 08:06.
Pushed by tbaumgart into branch 'master'.

Fix generation of account template resources on windows
FIXED-IN: 5.2

M  +3-1kmymoney/templates/CMakeLists.txt

https://invent.kde.org/office/kmymoney/-/commit/3478af260352b1be16cd1a7b6df38fda960d9e81

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484448] Some account templates are missing

2024-03-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484448

--- Comment #6 from Thomas Baumgart  ---
Created attachment 167877
  --> https://bugs.kde.org/attachment.cgi?id=167877=edit
Screenshot showing diff in contained resources between linux and windows

The problem is created by the cmake code that constructs the resource
definition file and does not extract files in locale directories named
templates/xx_XX/ but only those of directories named templates/xx/ on windows.
Screenshot shows the difference of the generated file between its linux (left
pane) and windows (right pane) version.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484448] Some account templates are missing

2024-03-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484448

--- Comment #4 from Thomas Baumgart  ---
No, they are contained in the binary as Qt resources. Your check is wrong.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484454] KMyMoney from master branch crashes on second and further start

2024-03-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484454

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/a9f68e
   ||cf29e046bd24066bc8b2c13a800
   ||85fbe75
 Status|REPORTED|RESOLVED

--- Comment #4 from Thomas Baumgart  ---
Git commit a9f68ecf29e046bd24066bc8b2c13a80085fbe75 by Thomas Baumgart.
Committed on 27/03/2024 at 17:36.
Pushed by tbaumgart into branch 'master'.

Prevent using uninitialized ui widgets
FIXED-IN: 5.2

M  +4-1kmymoney/views/ktagsview.cpp

https://invent.kde.org/office/kmymoney/-/commit/a9f68ecf29e046bd24066bc8b2c13a80085fbe75

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 484448] Some account templates are missing

2024-03-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=484448

Thomas Baumgart  changed:

   What|Removed |Added

Summary|Missing German account  |Some account templates are
   |templates   |missing

--- Comment #1 from Thomas Baumgart  ---
It's not only German, but also Mexican, US, Chinese and some more. Looking at
the source directory, we have about 48 countries (i.e. sub-directories) listed
but the attached screenshot shows only a part of them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 483652] vcpkg build fails unless plugins are built statically

2024-03-16 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=483652

--- Comment #3 from Thomas Baumgart  ---
Git commit 276edc503931fdcbd9c6ba501900310fcc5ead83 by Thomas Baumgart.
Committed on 16/03/2024 at 10:32.
Pushed by tbaumgart into branch 'master'.

Fix building when GPG support is not available

M  +16   -18   kmymoney/misc/CMakeLists.txt
M  +2-1kmymoney/plugins/xml/xmlstorage.cpp

https://invent.kde.org/office/kmymoney/-/commit/276edc503931fdcbd9c6ba501900310fcc5ead83

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 483652] vcpkg build fails unless plugins are built statically

2024-03-16 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=483652

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Thomas Baumgart  ---
I have no idea, why you experience this crash. Also not sure, if static linking
is the way to go on MacOS. This seems to cause a lot of problems like

objc[30931]: Class KeyValueObserver is implemented in both
/Users/jonathan/kmymoney/build.old/lib/libkmm_keychain.5.1.80.dylib
(0x111738700) and
/Users/jonathan/kmymoney/build.old/lib/libkmm_payeeidentifier.5.1.80.dylib
(0x102f2c578). One of the two will be used. Which one is undefined.

The crash actually occurs when creating the first QWidget inside the Qt code.
That is very strange and could be related to the way you build.

Also, I wonder why you need to comment out the inclusion of kgpgfile.h in case
ENABLE_GPG is not defined. Can you explain that problem?

setUseSingleQuoteSignal() is a pretty new function. You may want to build
alkimia also from the master source.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 482346] Set cursor to start in 'date' field in ledger view

2024-03-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=482346

--- Comment #3 from Thomas Baumgart  ---
To shed some light on the master version: data entry for transactions will
always happen form based in the ledger. The order of the columns has nothing to
do with the order of the widget entries.

The editor has been completely rewritten and since Jack mentioned "I suppose a
further wishlist could be to let the user specify the tab order of fields in
the ledger": Pressing Ctrl+Shift+T while in the editor provides just that.

Keeping it as resolved in 5.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 481930] Online quotes don't work

2024-02-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=481930

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Please see the following links which may provide a solution for you:

https://discuss.kde.org/t/kmoney-currency-udpates-not-working/3037

This is a problem of the configuration of the external source (fxrate in this
case) not the KMyMoney software, hence I close this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #20 from Thomas Baumgart  ---
(In reply to Ralf Habacker from comment #17)
> (In reply to Thomas Baumgart from comment #16)
> > Git commit 796df584ef0bada68b6c98d75cd8a1af42c4b8ca by Thomas Baumgart.
:
: 
> > The above described fix only works for individually selected
> > transactions. It is not supported when multiple transactions are
> > selected.
> 
> Can this be fixed automatically when loading the file?

Unfortunately no. I have not found a rule that allows to automatically modify
existing data without possibly causing wrong results.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #19 from Thomas Baumgart  ---
Git commit 62cbaeacb9ceb5a6b580c68cf217df6f6daa968f by Thomas Baumgart.
Committed on 08/02/2024 at 07:43.
Pushed by tbaumgart into branch 'master'.

Clear existing tags from tagContainer before reloading them

M  +2-0kmymoney/widgets/ktagcontainer.cpp

https://invent.kde.org/office/kmymoney/-/commit/62cbaeacb9ceb5a6b580c68cf217df6f6daa968f

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 406794] Cannot relocate loan account

2024-02-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=406794

--- Comment #12 from Thomas Baumgart  ---
Moving the account using drag and drop is only available in the master branch
version not in any 5.1 version.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #16 from Thomas Baumgart  ---
Git commit 796df584ef0bada68b6c98d75cd8a1af42c4b8ca by Thomas Baumgart.
Committed on 04/02/2024 at 12:59.
Pushed by tbaumgart into branch 'master'.

Assign tag to the category split

The initial implementation of tags assigned the selected tag to the
split for the account the transaction was entered. This is not useful as
the tag needs to be assigned to the category split.

This change makes sure that the tag is assigned to the category split.
Existing simple transactions can be fixed by opening them in the
transaction editor and saving them again. Multi split transactions need
to be fixed using the split editor.

The above described fix only works for individually selected
transactions. It is not supported when multiple transactions are
selected.
Related: bug 480360

M  +11   -1kmymoney/views/multitransactioneditor.cpp
M  +35   -4kmymoney/views/newtransactioneditor.cpp

https://invent.kde.org/office/kmymoney/-/commit/796df584ef0bada68b6c98d75cd8a1af42c4b8ca

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list

2024-02-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480360

--- Comment #6 from Thomas Baumgart  ---
Git commit 796df584ef0bada68b6c98d75cd8a1af42c4b8ca by Thomas Baumgart.
Committed on 04/02/2024 at 12:59.
Pushed by tbaumgart into branch 'master'.

Assign tag to the category split

The initial implementation of tags assigned the selected tag to the
split for the account the transaction was entered. This is not useful as
the tag needs to be assigned to the category split.

This change makes sure that the tag is assigned to the category split.
Existing simple transactions can be fixed by opening them in the
transaction editor and saving them again. Multi split transactions need
to be fixed using the split editor.

The above described fix only works for individually selected
transactions. It is not supported when multiple transactions are
selected.
Related: bug 406403

M  +11   -1kmymoney/views/multitransactioneditor.cpp
M  +35   -4kmymoney/views/newtransactioneditor.cpp

https://invent.kde.org/office/kmymoney/-/commit/796df584ef0bada68b6c98d75cd8a1af42c4b8ca

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=406403

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://invent.kde.org/offi
   |money/73f0314c34aa2cbf0a532 |ce/kmymoney/-/commit/d5a82f
   |c282cc9acb28e104267 |c7ebf1fa23874c5bb87f7a719df
   ||1529528
   Version Fixed In|4.8.5,5.0.8 |5.2
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #15 from Thomas Baumgart  ---
Git commit d5a82fc7ebf1fa23874c5bb87f7a719df1529528 by Thomas Baumgart.
Committed on 04/02/2024 at 12:59.
Pushed by tbaumgart into branch 'master'.

Fix reporting of tagged splits

Reporting tagged transactions did not work properly due to the
assignment of the tag to the wrong split. See commit 96a4ae27bb for a
fix to that problem.

For it to produce correct results in the report, the transactions may
have to be edited so that the tag is assigned to the correct split.
FIXED-IN: 5.2

M  +45   -46   kmymoney/plugins/views/reports/core/querytable.cpp

https://invent.kde.org/office/kmymoney/-/commit/d5a82fc7ebf1fa23874c5bb87f7a719df1529528

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #9 from Thomas Baumgart  ---
Unfortunately no.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480358] It is not possible to create a tag from a split or transaction

2024-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480358

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/83881a
   ||8d8b6ce20b8590125d53ec0d4af
   ||92e9885
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit 83881a8d8b6ce20b8590125d53ec0d4af92e9885 by Thomas Baumgart.
Committed on 30/01/2024 at 11:09.
Pushed by tbaumgart into branch 'master'.

Add feature to create tags while editing
FIXED-IN: 5.2

M  +1-0kmymoney/dialogs/CMakeLists.txt
M  +3-1kmymoney/kmymoneyutils.cpp
M  +1-1kmymoney/kmymoneyutils.h
M  +6-3kmymoney/views/ktagsview.cpp
M  +20   -0kmymoney/views/newspliteditor.cpp
M  +4-0kmymoney/views/newtransactioneditor.cpp
M  +27   -0kmymoney/views/transactioneditorbase.cpp
M  +18   -0kmymoney/views/transactioneditorbase.h
M  +25   -24   kmymoney/widgets/ktagcontainer.cpp
M  +1-0kmymoney/widgets/ktagcontainer.h

https://invent.kde.org/office/kmymoney/-/commit/83881a8d8b6ce20b8590125d53ec0d4af92e9885

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #7 from Thomas Baumgart  ---
But in master you can move the column to where ever you want.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/-/commit/2c05ef |ce/kmymoney/-/commit/0151dd
   |486d9c7d9400db2624d127a24ef |466679300e2aef6cd41be873e79
   |d61bc53 |375b0c6
   Version Fixed In|5.2.0   |5.2

--- Comment #5 from Thomas Baumgart  ---
Git commit 0151dd466679300e2aef6cd41be873e79375b0c6 by Thomas Baumgart.
Committed on 29/01/2024 at 06:47.
Pushed by tbaumgart into branch 'master'.

Add tags column to split editor
FIXED-IN: 5.2

M  +28   -16   kmymoney/mymoney/splitmodel.cpp
M  +1-0kmymoney/mymoney/splitmodel.h

https://invent.kde.org/office/kmymoney/-/commit/0151dd466679300e2aef6cd41be873e79375b0c6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 469431] Need better way to handle changes in stock price quote source

2024-01-20 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=469431

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #41 from Thomas Baumgart  ---
Thanks to all who were chasing the code of Portfolio-Performance. I took a look
and not surprisingly, it does the same as ours, just differently.

On the pros side I only see the capability to update changes in a centralized
fashion but that relies on a code change that only selected people (developers)
can do and requires an update of the whole program after a change. So the
burden to provide a working version is on the developers.

The way KMyMoney tackles the data extraction functionality is more flexible and
allows the users to make necessary modifications themselves without
intervention of any developer when the data provider changes their URL or page
format by simply posting the updated value to a forum and/or mailing list.

This is a problem without a 100% solution and we will be bitten again in the
future when the data provider decides to make changes for whatever reason.
Since the whole topic as a known issue without a solution I will close it here
for good and classify it as a downstream problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479836] crash closing an old account .

2024-01-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479836

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Thomas Baumgart  ---
Glad that it worked out for you. No, there is no feature to archive data. BTW,
I have 20+ years of transactions in my DB.

p.s. In case you answer by email, please don't include anything of the
original. Doing otherwise makes processing the bugs on the web more complicated
than necessary. Thx.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479836] crash closing an old account .

2024-01-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479836

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Thomas Baumgart  ---
This is a bit weird and should not happen. I noticed the crash happens in the
institution area of the application. Please try the following and report back
here:
- make a backup of your file (always a good idea)
- open the account in the accound editor (Account/Edit account..)
- select the Institution tab
- Click on the drop down combobox at the top
- Select "(No institution)"
- Press OK
Hopefully, this does not crash. If it does, we're done here and need to follow
a different path. If it did not crash, please try to close the account now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[libalkimia] [Bug 479773] improve handling "new" online quote source

2024-01-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479773

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||8.1.73
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/e0abae2
   ||c4c741dd390636915f7ddd42b12
   ||01ec50

--- Comment #2 from Thomas Baumgart  ---
Git commit e0abae2c4c741dd390636915f7ddd42b1201ec50 by Thomas Baumgart.
Committed on 14/01/2024 at 13:09.
Pushed by tbaumgart into branch 'master'.

Keep new quote source button enabled

The new quote source button is kept enabled in case the widget is not in
read-only mode. If pressed and an item with name "New Quote Source"
already exists, it is selected and made visible in the combo box.

For Qt5 and above an additional message is displayed, that the item
already exists.
FIXED-IN: 8.1.73

M  +2-2src/alkonlinequotes.ui
M  +34   -6src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/e0abae2c4c741dd390636915f7ddd42b1201ec50

-- 
You are receiving this mail because:
You are watching all bug changes.

[libalkimia] [Bug 479773] improve handling "new" online quote source

2024-01-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479773

Thomas Baumgart  changed:

   What|Removed |Added

Product|kmymoney|libalkimia
Version|git (master)|master
  Component|general |Online Quotes Editor
   Target Milestone|--- |8.2

--- Comment #1 from Thomas Baumgart  ---
Moved to libalkimia since we will replace the KMyMoney specific logic with the
one provided by Alkimia.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479678] Price importer for multiple securities

2024-01-12 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479678

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479248] Help has invalid URL

2024-01-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479248

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/-/commit/c29012 |ce/kmymoney/-/commit/ca3da8
   |e25bd265711e71c40245125439f |0c608c4105d23468b2cf206ae6e
   |d4eebde |1e12670
   Version Fixed In|5.2 |5.1.4

--- Comment #2 from Thomas Baumgart  ---
Git commit ca3da80c608c4105d23468b2cf206ae6e1e12670 by Thomas Baumgart.
Committed on 07/01/2024 at 11:14.
Pushed by tbaumgart into branch '5.1'.

Fix link to documentation
FIXED-IN: 5.1.4
(cherry picked from commit c29012e25bd265711e71c40245125439fd4eebde)

M  +1-1kmymoney/wizards/newuserwizard/knewuserwizard.cpp

https://invent.kde.org/office/kmymoney/-/commit/ca3da80c608c4105d23468b2cf206ae6e1e12670

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479451] net zero split transactions: split values change sign when edited

2024-01-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479451

--- Comment #2 from Thomas Baumgart  ---
Created attachment 164700
  --> https://bugs.kde.org/attachment.cgi?id=164700=edit
Split editor in master version showing deposits and payments

A cause for this might be the fact, that expenses are represented as positive
values and income as negative ones.  The whole problem has been addresses in
the current development version (see screenshot) by showing separate columns
for deposits and payments.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479248] Help has invalid URL

2024-01-02 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479248

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/c29012
   ||e25bd265711e71c40245125439f
   ||d4eebde
 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Git commit c29012e25bd265711e71c40245125439fd4eebde by Thomas Baumgart.
Committed on 02/01/2024 at 10:32.
Pushed by tbaumgart into branch 'master'.

Fix link to documentation
FIXED-IN: 5.2

M  +1-1kmymoney/wizards/newuserwizard/knewuserwizard.cpp

https://invent.kde.org/office/kmymoney/-/commit/c29012e25bd265711e71c40245125439fd4eebde

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479248] Help has invalid URL

2024-01-01 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479248

Thomas Baumgart  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 479131] Scheduled transactions always have one month frequency regardless of the set value

2023-12-31 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479131

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Thomas Baumgart  ---
I am unable to reproduce this behavior. The entry in the ledger depends on the
date entered into the date field of the schedule which is used as the first due
date when you create the schedule. Usually it is prefilled with the current
date which would explain the behavior you experience. Did you modify this date
to the next due date of your schedule? Does the behavior change when you change
that date?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 478386] The "priceFormatted" column does not populate with 1, or any value when I save

2023-12-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=478386

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/025b6c
   ||3851e3f10e46e612c19315451a2
   ||fda334b
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Git commit 025b6c3851e3f10e46e612c19315451a2fda334b by Thomas Baumgart.
Committed on 28/12/2023 at 17:33.
Pushed by tbaumgart into branch 'master'.

Always fill price and priceFormatted column in database

MyMoneySplit::price() guarantees to return a price that is never zero.
FIXED-IN: 5.2

M  +6-11   kmymoney/plugins/sql/mymoneystoragesql_p.h

https://invent.kde.org/office/kmymoney/-/commit/025b6c3851e3f10e46e612c19315451a2fda334b

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 478796] Données effacées

2023-12-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=478796

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435551] iCalendar plugin format vs. Google agenda

2023-12-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435551

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/64b2cb
   ||0f9932f17fae398c1551becd91e
   ||9a5faa3
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #2 from Thomas Baumgart  ---
Git commit 64b2cb0f9932f17fae398c1551becd91e9a5faa3 by Thomas Baumgart.
Committed on 25/12/2023 at 16:25.
Pushed by tbaumgart into branch 'master'.

Add support for Google Calendar format to calendar export plugin
FIXED-IN: 5.2

M  +2-2kmymoney/plugins/icalendar/export/icalendarexporter.cpp
M  +4-0kmymoney/plugins/icalendar/export/icalendarsettings.kcfg
M  +20   -3kmymoney/plugins/icalendar/export/icalendarsettingsdecl.ui
M  +32   -19   kmymoney/plugins/icalendar/export/schedulestoicalendar.cpp
M  +1-1kmymoney/plugins/icalendar/export/schedulestoicalendar.h

https://invent.kde.org/office/kmymoney/-/commit/64b2cb0f9932f17fae398c1551becd91e9a5faa3

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 478978] exporting iCalendar file does not follow configuration settings

2023-12-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=478978

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/546182
   ||0811d114d190f515f9682efbff9
   ||b5b5aa9
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Git commit 5461820811d114d190f515f9682efbff9b5b5aa9 by Thomas Baumgart.
Committed on 25/12/2023 at 10:56.
Pushed by tbaumgart into branch 'master'.

Fix generation of ics calendar file
FIXED-IN: 5.2

M  +24   -10   kmymoney/plugins/icalendar/export/icalendarexporter.cpp
M  +28   -14   kmymoney/plugins/icalendar/export/schedulestoicalendar.cpp
M  +2-1kmymoney/plugins/icalendar/export/schedulestoicalendar.h

https://invent.kde.org/office/kmymoney/-/commit/5461820811d114d190f515f9682efbff9b5b5aa9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 466383] iCalendar exporter doesn't meet ics/vcs format standards

2023-12-23 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=466383

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/1f3e9a
   ||a4509b8ff77b703f53a8bf455a2
   ||8f8600b
 Resolution|--- |FIXED
   Version Fixed In||5.2

--- Comment #2 from Thomas Baumgart  ---
Git commit 1f3e9aa4509b8ff77b703f53a8bf455a28f8600b by Thomas Baumgart.
Committed on 23/12/2023 at 12:41.
Pushed by tbaumgart into branch 'master'.

Create DTSTAMP property for calendar export
FIXED-IN: 5.2

M  +10   -0kmymoney/plugins/icalendar/export/schedulestoicalendar.cpp

https://invent.kde.org/office/kmymoney/-/commit/1f3e9aa4509b8ff77b703f53a8bf455a28f8600b

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 478904] Do not show zero balance accounts

2023-12-23 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=478904

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/f5f8bf
   ||0ce523bb4391af25cc8a012eb6b
   ||1e26ca6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 441023] Tax report shows items that are not tax related

2023-12-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=441023

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/58c91c
   ||26add5c0761fa04c6066c333c5d
   ||ec70cab
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.2

--- Comment #7 from Thomas Baumgart  ---
Git commit 58c91c26add5c0761fa04c6066c333c5dec70cab by Thomas Baumgart.
Committed on 17/12/2023 at 18:15.
Pushed by tbaumgart into branch 'master'.

Don't include non-tax related transactions in tax report
FIXED-IN: 5.2

M  +11   -0kmymoney/plugins/views/reports/core/querytable.cpp

https://invent.kde.org/office/kmymoney/-/commit/58c91c26add5c0761fa04c6066c333c5dec70cab

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 478409] Toggling "Show all split details in ledger" in ledger config duplicates all splits in split transactions.

2023-12-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=478409

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/5e6613
   ||f8827ac078d2e360ca915c2f1a8
   ||1ecaddc

--- Comment #1 from Thomas Baumgart  ---
Git commit 5e6613f8827ac078d2e360ca915c2f1a81ecaddc by Thomas Baumgart.
Committed on 17/12/2023 at 17:04.
Pushed by tbaumgart into branch 'master'.

Prevent loading transaction editor more than once
FIXED-IN: 5.2

M  +12   -0kmymoney/views/investtransactioneditor.cpp
M  +7-1kmymoney/views/newtransactioneditor.cpp

https://invent.kde.org/office/kmymoney/-/commit/5e6613f8827ac078d2e360ca915c2f1a81ecaddc

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 423783] Sorting only by "entry order" is overridden by entry date

2023-12-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=423783

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/8d13ee
   ||7ba65f95d5ecc71288ee67c15e8
   ||c8ad75f
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Thomas Baumgart  ---
Git commit 8d13ee7ba65f95d5ecc71288ee67c15e8c8ad75f by Thomas Baumgart.
Committed on 17/12/2023 at 10:02.
Pushed by tbaumgart into branch 'master'.

Separate sorting of entry date and entry order
FIXED-IN: 5.2

M  +1-0kmymoney/models/specialledgeritemfilter.cpp
M  +1-24   kmymoney/widgets/transactionsortoption.cpp

https://invent.kde.org/office/kmymoney/-/commit/8d13ee7ba65f95d5ecc71288ee67c15e8c8ad75f

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 322926] Increase flexibility of ledger sorting order, keeping correct balance column

2023-12-17 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=322926
Bug 322926 depends on bug 423783, which changed state.

Bug 423783 Summary: Sorting only by "entry order" is overridden by entry date
https://bugs.kde.org/show_bug.cgi?id=423783

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 423783] Sorting only by "entry order" is overridden by entry date

2023-12-16 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=423783

--- Comment #2 from Thomas Baumgart  ---
I found a few interesting comments in the source code which have been carried
over from the SVN age and may therefore be way older than 14 years (see below
for more on this). One is:

// Never add EntryDateSort

when the list of items is build and the other 

// if we look at the EntryOrderSort option, we have to make
// sure, that the EntryDateSort is prepended

when setting up the sort order. That definitely explains the behavior. 

Since I was curious, I looked at the (meanwhile read-only) CVS repo on
SourceForge (https://kmymoney2.cvs.sourceforge.net/) and found them too. Last
modification date of the file is Jan. 5th, 2007. So this one comes a long way.
The version info for KMyMoney on head of the repo is 0.9.3

With the new sorting mechanism available in master, this can certainly be
removed and made available for selection to the user.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 477709] Account hierarchy also for Loan

2023-12-13 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=477709

--- Comment #4 from Thomas Baumgart  ---
Drag and drop in the accounts and categories view has been implemented in
master (see bug #272737). This allows you to move existing loan accounts to be
children of another asset/liability account.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 477661] Home screen and reports are not showing up in 5.1.1840 version

2023-11-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=477661

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Thomas Baumgart  ---


*** This bug has been marked as a duplicate of bug 468936 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 468936] Home Page and Reports display completely black - Cannot Read

2023-11-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=468936

Thomas Baumgart  changed:

   What|Removed |Added

 CC||danilo.del...@gmail.com

--- Comment #15 from Thomas Baumgart  ---
*** Bug 477661 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 477525] XML file is not saved if......

2023-11-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=477525

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Thomas Baumgart  ---
I think we have seen this before. Please map the location on the remote
computer using a drive letter. That should solve the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 459869] Favicons are not always accurate or detected for Institutions

2023-11-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=459869

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/05551f
   ||150a11ac130c0dde6802beae69d
   ||d9b9f49
   Version Fixed In||5.2

--- Comment #1 from Thomas Baumgart  ---
Git commit 05551f150a11ac130c0dde6802beae69dd9b9f49 by Thomas Baumgart.
Committed on 25/11/2023 at 19:02.
Pushed by tbaumgart into branch 'master'.

Provide separate URL to fetch icon for institution
FIXED-IN: 5.2

M  +19   -6kmymoney/dialogs/knewinstitutiondlg.cpp
M  +2-1kmymoney/dialogs/knewinstitutiondlg.h
M  +86   -62   kmymoney/dialogs/knewinstitutiondlg.ui
M  +13   -1kmymoney/views/simpleledgerview.cpp

https://invent.kde.org/office/kmymoney/-/commit/05551f150a11ac130c0dde6802beae69dd9b9f49

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 415322] Flathub

2023-11-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=415322

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Thomas Baumgart  ---
https://flathub.org/apps/org.kde.kmymoney

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 272737] Drag and drop to rearrange categories

2023-11-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=272737

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/e82f69
   ||43c3b92c3f563413c78a730b950
   ||a7b2994
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Thomas Baumgart  ---
Git commit e82f6943c3b92c3f563413c78a730b950a7b2994 by Thomas Baumgart.
Committed on 25/11/2023 at 13:26.
Pushed by tbaumgart into branch 'master'.

Implement drag and drop for accounts and categories view
FIXED-in: 5.2

M  +14   -3kmymoney/mymoney/mymoneyfile.cpp
M  +6-0kmymoney/mymoney/mymoneyfile.h
M  +137  -2kmymoney/mymoney/storage/accountsmodel.cpp
M  +43   -0kmymoney/mymoney/storage/accountsmodel.h
M  +6-0kmymoney/views/kaccountsview.cpp
M  +6-0kmymoney/views/kcategoriesview.cpp

https://invent.kde.org/office/kmymoney/-/commit/e82f6943c3b92c3f563413c78a730b950a7b2994

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 473079] kMyMoney does not open window on start

2023-11-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473079

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Thomas Baumgart  ---
AppImage builds have been moved. Please read https://kmymoney.org/appimage.html
for updated information.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 364987] Edit Loan Account doesn't properly handle variable rate loans

2023-11-11 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=364987

Thomas Baumgart  changed:

   What|Removed |Added

 CC||tim.ritt...@icloud.com

--- Comment #4 from Thomas Baumgart  ---
*** Bug 476845 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 476845] It does not seem possible to change or update the mortgage settings, e.g. interest rate or monthly payment.

2023-11-11 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=476845

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---


*** This bug has been marked as a duplicate of bug 364987 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 476121] After entering budget details nothing is displayed in either the Account pane or the Your Budgets pane.

2023-11-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=476121

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/31de85
   ||89a061b7bc5ac2d153698cd24d0
   ||29ccc01
 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #12 from Thomas Baumgart  ---
Git commit 31de8589a061b7bc5ac2d153698cd24d029ccc01 by Thomas Baumgart.
Committed on 10/11/2023 at 08:34.
Pushed by tbaumgart into branch 'master'.

Use same alignment for header and data in accounts view
FIXED-IN: 5.2

M  +28   -24   kmymoney/mymoney/storage/accountsmodel.cpp

https://invent.kde.org/office/kmymoney/-/commit/31de8589a061b7bc5ac2d153698cd24d029ccc01

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 476770] default value for last date of import of transactions through HBCI is always 3 days too early

2023-11-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=476770

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #6 from Thomas Baumgart  ---
I'd like to point out a few things: 

a) it's KMyMoney not AqBanking code that does all that (in case you search it,
it can be found in the KBanking plugin);
b) the user of this strange bank was me (there might be others too) and no, I
don't do things manually;
c) never before (except this time) somebody complained about this date setting
and its usage;
d) the code to do that is unchanged for 14+ years.

You can get around this dialog by opening the account editor, select the online
banking tab, then the download sub-tab and change "Ask user" to "Last
download". That will bypass the dialog during the download.

BTW: The functionality of subtracting 3 days from the date of the last download
will not change. We can certainly argue about the display, but I think that is
a minor issue (see c) in the above list)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 476121] After entering budget details nothing is displayed in either the Account pane or the Your Budgets pane.

2023-11-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=476121

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Thomas Baumgart  ---
Updated state

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   5   6   7   8   9   10   >