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

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

--- Comment #5 from Thomas Baumgart  ---
Git commit f1565ce735f6f66a3069260886146fefb0716edc by Thomas Baumgart.
Committed on 30/05/2024 at 12:39.
Pushed by tbaumgart into branch 'fix-487477'.

Allow to use local script to retrieve quotes

This change allows to provide a local script as URL which will take care
of downloading the data and sends it to stdout.

This change is for Alkimia which now contains the logic to download
price and exchange rate information and fixes the problem in KMyMoney
master. For KMyMoney 5.1.3 a different fix maybe required.

M  +1-1autotests/CMakeLists.txt
M  +0-1src/CMakeLists.txt
M  +11   -7src/alkonlinequote_p.cpp
M  +1-7src/alkonlinequote_p.h

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

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

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

2024-05-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=487477

--- Comment #5 from Thomas Baumgart  ---
Git commit f1565ce735f6f66a3069260886146fefb0716edc by Thomas Baumgart.
Committed on 30/05/2024 at 12:39.
Pushed by tbaumgart into branch 'fix-487477'.

Allow to use local script to retrieve quotes

This change allows to provide a local script as URL which will take care
of downloading the data and sends it to stdout.

This change is for Alkimia which now contains the logic to download
price and exchange rate information and fixes the problem in KMyMoney
master. For KMyMoney 5.1.3 a different fix maybe required.

M  +1-1autotests/CMakeLists.txt
M  +0-1src/CMakeLists.txt
M  +11   -7src/alkonlinequote_p.cpp
M  +1-7src/alkonlinequote_p.h

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 487676] KMy Money: Change to FinTS Standard?

2024-05-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=487676

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Baumgart  ---
First off: the forum at https://discuss.kde.org/tag/kmymoney is better suited
for this kind of question than the bug tracker here.

But since we're at it: KMyMoney is using the AqBanking project for the online
communication with the institutions. FinTS is supported for many years already.
More on the topic HBCI vs. FinTS can be found here:
https://homebanking-hilfe.de/forum/topic.php?t=12508. We should probably add
FinTS to the collection of protocols :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 487676] KMy Money: Change to FinTS Standard?

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

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Baumgart  ---
First off: the forum at https://discuss.kde.org/tag/kmymoney is better suited
for this kind of question than the bug tracker here.

But since we're at it: KMyMoney is using the AqBanking project for the online
communication with the institutions. FinTS is supported for many years already.
More on the topic HBCI vs. FinTS can be found here:
https://homebanking-hilfe.de/forum/topic.php?t=12508. We should probably add
FinTS to the collection of protocols :)

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

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

2024-05-28 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 430047] Feature request: Budgeting based on cash flow

2024-05-18 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

Re: Compiling Master Branch

2024-05-16 Thread Thomas Baumgart via KMyMoney-devel

On Mittwoch, 15. Mai 2024 18:18:05 CEST Brendan Coupe via KMyMoney-devel wrote:

> I have been compiling KMM for almost 20 years. I decided to try the 
> master branch.
> 
> I'm running Fedora 39. I compiled and installed libalkimia first.
> 
> When I try to compile the master branch I get the following error:
> 
> -- The following OPTIONAL packages have not been found:
>   * libofx (required version >= 7.0.0)
> 
> I have version 0.10.9-3.fc39, which appears to be the latest version on 
> the libofx git page.
> 
> What am I missing?

Maybe, 
https://invent.kde.org/office/kmymoney/-/blob/master/CMakeLists.txt?ref_type=heads#L30
explains what is going on here

-- 

Regards

Thomas Baumgart

-
Stay away from negative people. They have a problem for every solution!
-


signature.asc
Description: This is a digitally signed message part.


Re: Compiling Master Branch

2024-05-16 Thread Thomas Baumgart via KMyMoney-devel
On Donnerstag, 16. Mai 2024 02:04:38 CEST Brendan Coupe via KMyMoney-devel 
wrote:

> On 5/15/24 10:54, Jack via KMyMoney-devel wrote:
> > Note in the output:
> > -- The following features have been enabled:
> >  * LibOFX, Enables OFX import, export, and Direct Connect using LibOFX 
> > library.
> >
> > So, I suspect your problem lies other than with libofx.
> >
> > -- Configuring incomplete, errors occurred!
> > make: *** No targets specified and no makefile found.  Stop.
> >
> > What command had you typed? Configuring is usually done by cmake, so I 
> > don't know why  it looks like make is complaining.
> >
> > If this is part of some more complete build system, is it possible 
> > that cmake is being told to use ninja, but the build system is trying 
> > to use make?  Look at the cmake line, and there should be a parameter 
> > to tell it whether to prepare for ninja or make.
> >
> Thanks for your help.

Ninja vs. make is not the problem here. According to the above,
cmake is called w/o -G to specify the generator and in that case
"Unix Makefiles" is the default. So using make is correct. But

  -- Configuring incomplete, errors occurred!

shows that cmake encountered a problem and did not produce the
Makefiles which is the cause that make complains to find none.

> I wrote scripts to compile and install KMM many years ago. They stopped 
> working on the 5.1 branch last fall but I didn't bother to troubleshoot 
> them since there wasn't much going on with the 5.1 branch. At the time, 
> I was able to compile the master branch once I compiled and installed 
> the required version of libalkimia.
> 
> This is the first time I have tried to compile the master branch in a 
> while. I am not a developer and worked with this list back when I 
> created the scripts in order to get them to work.

Yes, I remember that :)

> My scripts appear to run cmake and then make. This error happens while 
> cmake is running. Luckily I echo the command that the scripts runs which is:
> 
> cmake -DCMAKE_INSTALL_PREFIX=/usr/ 
> -DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins 
> /usr/local/src/kmm/kmymoney-2024.05.15-10.12.47-GIT-MASTER
> 
> When it gets to the make step the output is:
> 
> make: *** No targets specified and no makefile found.  Stop.

> If I remember correctly, cmake makes the makefile, which make uses. 
> Since cmake fails, it appears the makefile does not get created.

Exactly. Unfortunately, I don't see the actual cause of the
problem in the information you provided. Can you please share
(possibly as a tar.gz compressed archive) the following here
as attachment:

- your script(s)
- the full output of the run
- CMakeFiles/CMakeOutput.log
- CMakeFiles/CMakeError.log

Thanks in advance.

-- 

Regards

Thomas Baumgart

-
Good judgment comes from experience,
experience comes from bad judgment -- Chuck Hackett
-


signature.asc
Description: This is a digitally signed message part.


Re: new crash on closing file

2024-05-15 Thread Thomas Baumgart via KMyMoney-devel
../../src/corelib/global/qflags.h:69
> #41 0x75df9eea in QCoreApplication::exec () at  
> /usr/src/debug/dev-qt/qtcore-5.15.13/qtbase-everywhere-src-5.15.13/include/QtCore/../../src/corelib/global/qflags.h:121
> #42 0x762e7bb0 in QGuiApplication::exec () at  
> /usr/src/debug/dev-qt/qtgui-5.15.13/qtbase-everywhere-src-5.15.13/src/gui/kernel/qguiapplication.cpp:1870
> #43 0x768fe117 in QApplication::exec () at  
> /usr/src/debug/dev-qt/qtwidgets-5.15.13/qtbase-everywhere-src-5.15.13/src/widgets/kernel/qapplication.cpp:2832
> #44 0x555d633b in runKMyMoney (a=..., file=...,  
> noFile=noFile@entry=false) at  
> /usr/src/debug/app-office/kmymoney--r1/kmymoney-/kmymoney/main.cpp:361
> #45 0x555d72e8 in main (argc=, argv= out>) at  
> /usr/src/debug/app-office/kmymoney--r1/kmymoney-/kmymoney/main.cpp:270
> (gdb)
> 
> I think I've got the bt without any wrapping, I'll be glad to send as  
> an attachment if it would make it easier to read.
> 

-- 

Regards

Thomas Baumgart

-
In a world without walls and fences,
who needs windows and gates?
-


signature.asc
Description: This is a digitally signed message part.


Re: Show Balance Chart button (missing?)

2024-05-12 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 11. Mai 2024 22:54:32 CEST Jack via KMyMoney-devel wrote:

> I had some difficulty responding to the new bug about showing the  
> balance chart for liability accounts.  Namely, I do not see a "Show  
> Balance Chart" button anywhere, and I don't see any relevant menu  
> choice.  The only way I was actually able to view the chart was to go  
> to Settings/Configure Toolbars... and add the button for that action.   
> I tried in 5.1.3, as well as a version from master branch.
> 
> I didn't want to distract the discussion there by mentioning this, but  
> I'm curious if anyone can explain under what conditions such a button  
> might appear on the ledger.

AFAIR, it appears by default. You may had a local configuration where it
was removed. You can try by simply performing the following steps:

mv ~/.config/kmymoney/kmymoneyrc ~/.config/kmymoney/kmymoneyrc.jack
kmymoney (this now uses the default configuration of the app)
# exit out of KMyMoney
mv ~/.config/kmymoney/kmymoneyrc.jack ~/.config/kmymoney/kmymoneyrc

Hope that explains it.

-- 

Regards

Thomas Baumgart

-
"I know, a 'real Linux geek' doesn't walk around the wall: He bangs
his head against it until it tumbles down!" -- wobo on FLUG ml
-


signature.asc
Description: This is a digitally signed message part.


[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 486876] Show balance button on Ledger view is negative

2024-05-11 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[kmymoney] [Bug 485776] Issues with price dialog

2024-05-05 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 486427] Reports icon is missing in the left side window pane

2024-05-02 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-05-01 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 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 on the CC list for the bug.

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

2024-05-01 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 on the CC list for the bug.

[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-28 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 on the CC list for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-18 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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.

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

2024-04-17 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 on the CC list for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 421580] Loan Wizard sets account name to "XXXXX Load"

2024-04-12 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 485035] Cannot enter IBAN for new SEPA transfer - cursor jumps around within text field

2024-04-09 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 417973] Lost aqpaypal assignments after migrating from aqbanking5

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 471210] New transaction and split editor category widget fails to reselect same category correctly

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 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 via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 467456] Crash while attempting to edit a transaction

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-08 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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 485033] Server URL not updated in AQBanking user config

2024-04-05 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

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

2024-04-05 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 484920] Security 'USD' not found. /home/user/src/kmymoney-master/kmymoney/mymoney/mymoneyfile.cpp:3217

2024-04-04 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

Re: Let's welcome Nicole, the project lead and event manager in a new KDE Eco project

2024-04-03 Thread Thomas Baumgart
On Mittwoch, 3. April 2024 19:46:15 CEST Shlomi Fish wrote:

> On Wed, 3 Apr 2024 15:43:19 +0200
> "Joseph P. De Veaugh-Geiss"  wrote:
> 
> > Hi everyone, let's welcome Nicole Teale to KDE!
> > 
> > Nicole is the Project Lead and Event Manager for the newly-funded 
> > "Sustainable Software For Sustainable Hardware" project in the KDE Eco 
> > initiative.
> > 
> > She will support us by making sure the project stays on track, by taking 
> > care of bureaucratics with the German government, and by helping 
> > organize outreach events and workshops.
> > 
> > In her spare time Nicole likes all manner of crafts and craftiness, 
> > listening to music, and spending time with her family.
> > 
> > Please give Nicole a warm welcome to our excellent community!
> >
> 
> welcome aboard, Nicole; wishing you good luck in your future role.

... especially with the task of "taking care of bureaucratics with
the German government". Hope you have enough fun despite the topic.

-- 

Regards

Thomas Baumgart

-
The key to life is never to grow up. (Mickey Mouse)
-


signature.asc
Description: This is a digitally signed message part.


[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-04-01 Thread Thomas Baumgart via KMyMoney-devel
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 the assignee for the bug.

[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 via KMyMoney-devel
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 the assignee for the bug.

[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.

  1   2   3   4   5   6   7   8   9   10   >