[libalkimia] [Bug 474321] Online Quote Config Dialog - Dump CSV not working

2024-05-31 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=474321

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #2 from Ralf Habacker  ---
(In reply to KB.claim from comment #0)
> The configuration parameters of an online course source should be "dumpable".

The desired configuration parameters are stored in configuration files on the
file system in a file called 'kmymoneyrc'. Under Windows, you can search for
this file in the user's home directory using Explorer.

Under Linux, the actual paths used can be queried with a command line tool from
the KDE framework. See the following example:

$ kf5-config --path config
/home/user/.config/:

Adding 'kmymoney/kmymoneyrc' results in the actual path. 

In this file, online quotes are defined in categories like this:

[online-quote-source-]
DataFormat=2
DateFormatRegex=%y-%m-%d
DateRegex=Date
StandardId=EUR-USD
DownloadType=0
IDBy=0
IDRegex=
PriceDecimalSeparator=0
PriceRegex=Close
ReferenceName=
URL=https://query1.finance.yahoo.com/v7/finance/download/%1%2=X?events=history=true

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

[libalkimia] [Bug 487813] Make remote online offer available under additional names

2024-05-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=487813

Ralf Habacker  changed:

   What|Removed |Added

Summary|Add |Make remote online offer
   ||available under additional
   ||names

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

[libalkimia] [Bug 487813] New: Add

2024-05-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=487813

Bug ID: 487813
   Summary: Add
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Online quotes widget
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 170008
  --> https://bugs.kde.org/attachment.cgi?id=170008=edit
test case

SUMMARY
In KMyMoney files, the names of online quote sources used are stored in the
price or rate queried.

STEPS TO REPRODUCE
1.  start kmymoney from master branch
2. open appended file
4. select menu entry Extra->"Update shares or exchange rates"
5. select the present entry and press "online course notes"

OBSERVED RESULT
If these prices or rates are to be updated in the future by an installed remote
online source, there are currently two options:

1. the new source must be selected for each entry in the "Update shares or
exchange rates" dialog. This has the disadvantage that you have to do this for
all existing price or short entries.

2. the installed remote online source is duplicated and the name is changed to
the previously used source. The disadvantage here is that this process must be
repeated manually after updating the source.

EXPECTED RESULT
As an alternative, it would therefore be helpful if you could give a remote
online source additional names under which this source is available or that you
can create a reference to a remote online source, which then receives the
required name.

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

[libalkimia] [Bug 484016] An incorrect source type is displayed for the installed GHNS online course source alkimia-fx.net

2024-05-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484016

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||8.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/a4476bd
   ||232ffc42f922517ffd878e01b73
   ||362fdb
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Ralf Habacker  ---
Git commit a4476bd232ffc42f922517ffd878e01b73362fdb by Ralf Habacker.
Committed on 27/05/2024 at 20:01.
Pushed by habacker into branch 'master'.

Fix detecting installed remote ghns sources

The path returned by knewstuff for installed files of an entry contains
'//', which does not match the actual path and prevents this file from
being recognized as an installed entry.

This fix is for older supported platforms, for Qt5 builds the problem
could not be reproduced here, as it seems to have already been fixed with
!42.
FIXED-IN:8.2

M  +7-03rdparty/KF4/knewstuff/knewstuff3/core/cache.h

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

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

[libalkimia] [Bug 486400] Remote online quotes sources disappear from list of installed sources

2024-05-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486400

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||8.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/7c13364
   ||d21c69ef66da41b802271668d1c
   ||caf0f9

--- Comment #3 from Ralf Habacker  ---
Git commit 7c13364d21c69ef66da41b802271668d1ccaf0f9 by Ralf Habacker.
Committed on 26/05/2024 at 12:26.
Pushed by habacker into branch 'master'.

Fix detecting installed entries when using knewstuff
FIXED-IN:8.2

A  +18   -03rdparty/KF4/knewstuff/CMakeLists.txt
A  +64   -03rdparty/KF4/knewstuff/knewstuff3/core/author.cpp [License:
LGPL (v2.1+)]
A  +97   -03rdparty/KF4/knewstuff/knewstuff3/core/author.h [License:
LGPL (v2.1+)]
A  +75   -03rdparty/KF4/knewstuff/knewstuff3/core/cache.h [License:
LGPL(v2.1+)]
A  +602  -03rdparty/KF4/knewstuff/knewstuff3/core/entryinternal.cpp
[License: LGPL (v2.1+)]
A  +423  -03rdparty/KF4/knewstuff/knewstuff3/core/entryinternal.h
[License: LGPL (v2.1+)]
A  +91   -03rdparty/KF4/knewstuff/knewstuff3/core/xmlloader.cpp
[License: LGPL (v2.1+)]
A  +87   -03rdparty/KF4/knewstuff/knewstuff3/core/xmlloader.h [License:
LGPL (v2.1+)]
A  +34   -03rdparty/KF4/knewstuff/knewstuff3/entry_p.h [License: LGPL
(v2.1+)]
M  +2-1CMakeLists.txt
M  +31   -47   src/alknewstuffengine.cpp
M  +5-0src/alknewstuffengine.h
M  +5-0src/alkonlinequotesprofile.cpp
M  +2-0src/alkonlinequotesprofile.h
M  +2-2src/alkonlinequotesprofile_p.cpp
M  +4-3src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/7c13364d21c69ef66da41b802271668d1ccaf0f9

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

[libalkimia] [Bug 486400] Remote online quotes sources disappear from list of installed sources

2024-05-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486400

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #0)
> Then, at some point, the entry disappears from the Online Quotes dialog.  

The current implementation fetches all available remote online courses from the
new stuff api and then determines which ones are installed. This does not seem
to work stably. 

Another approach could solve this problem: The newstuff library stores the
installed entries in a file called *.knsregistry, which is accessible via an
API.

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

[libalkimia] [Bug 486734] Crash after longer idle time from kmymoney

2024-05-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486734

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||8.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/d59e08b
   ||a89858f72610966c22f673cd561
   ||6b8257

--- Comment #2 from Ralf Habacker  ---
Git commit d59e08ba89858f72610966c22f673cd5616b8257 by Ralf Habacker.
Committed on 07/05/2024 at 14:32.
Pushed by habacker into branch 'master'.

Fix a possible crash in the NewStuffEngine class

When querying the installed remote online sources after a long runtime of
the application, a disconnect of the connection within the respective
slot leads to a crash.
FIXED-IN:8.2

M  +1-3src/alknewstuffengine.cpp

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

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

[libalkimia] [Bug 486734] Crash after longer idle time from kmymoney

2024-05-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486734

Ralf Habacker  changed:

   What|Removed |Added

Product|kmymoney|libalkimia
  Component|general |Online quotes widget
Version|git (master)|master

--- Comment #1 from Ralf Habacker  ---
According to the backtrace 

#5 0x7f3571958dca in
QObjectPrivate::ConnectionData::removeConnection(QObjectPrivate::Connection*)
(this=this@entry=0x555948e65f20, c=c@entry=0x5559493c3890) at
kernel/qobject.cpp:357
#6 0x7f357195b6bf in QObject::disconnect(QMetaObject::Connection const&)
(connection=...) at kernel/qobject.cpp:5145
#7 0x7f35735f27f1 in ::operator()(const
KNSCore::EntryInternal::List &) const (__closure=0x555948e65d10, entries=...)
at /home/user/src/alkimia-master/src/alknewstuffengine.cpp:163

this problem arises in the alkimia library and happens at this point
https://invent.kde.org/office/alkimia/-/blame/master/src/alknewstuffengine.cpp?ref_type=heads#L162

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

[kmymoney] [Bug 486734] New: Crash after longer idle time from kmymoney

2024-05-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486734

Bug ID: 486734
   Summary: Crash after longer idle time from kmymoney
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 169275
  --> https://bugs.kde.org/attachment.cgi?id=169275=edit
backtrace

STEPS TO REPRODUCE
1. build kmymoney from master branch 
2. start kmymoney
3. open a kmymoney file and let it open for a longer time

OBSERVED RESULT
kmymoney crashes

EXPECTED RESULT
kmymoney should not crash

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  openSUSE Leap 15.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
KMymoney Version:  5.1.80-3c372e367

ADDITIONAL INFORMATION
see appended backtrace

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

[libalkimia] [Bug 486360] No support for date ranges in generated download urls

2024-05-04 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486360

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||8.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/c957b17
   ||d1ed9abbeea2a27854505edec87
   ||c9dc88
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Ralf Habacker  ---
Git commit c957b17d1ed9abbeea2a27854505edec87c9dc88 by Ralf Habacker.
Committed on 04/05/2024 at 09:04.
Pushed by habacker into branch 'master'.

Add support to use unix timestamps in online quote urls

Unix timestamps are supported by using '%unix' or '%25unix'
FIXED-IN:8.2

M  +26   -0autotests/alkonlinequoteprivatetest.cpp
M  +1-0autotests/alkonlinequoteprivatetest.h
M  +55   -0src/alkonlinequote_p.cpp
M  +7-0src/alkonlinequote_p.h

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

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

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

2024-05-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486466

Bug ID: 486466
   Summary: Price update of a share is not saved
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 169110
  --> https://bugs.kde.org/attachment.cgi?id=169110=edit
test case

STEPS TO REPRODUCE
1. build kmymoney from git master branch or download a kmymoney snapshot from
git master branch
2. start kmymoney 
3. open appended test case
4. open settings and select "online quotes"
5. install "Yahoo.com [Equities]"
6. duplicate the installed source and rename the copy to "Yahoo Finance"
7. save and close settings
8. select menu entry "Extra"->"Update stock and currencies"
9. press "Update all"
10. Inspect the price column - it shows "43,38 BHP.AX"
11. close and reopen the same dialog from 8. 
12. Inspect the price column - it shows a different value -"0,02 $"

OBSERVED RESULT
the value shown in the price column at 10. and 12. are incorrect

EXPECTED RESULT
In the price column shown at 10. it should be "43,38 AUD"

SOFTWARE/OS VERSIONS
Linux: openSUSE Leap 15.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

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

[libalkimia] [Bug 485993] Online quotes editor crashes when running from craft shell

2024-05-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485993

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||8.2
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/88494b3
   ||e63d4344e3dbd403a37b8f06b0c
   ||c6ec57
 Resolution|--- |FIXED

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

[libalkimia] [Bug 485642] CI: "Qt WebEngine resources not found" when running tests on Windows

2024-05-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485642

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||484446


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=484446
[Bug 484446] Qt WebEngine resources not found - Translations MAY NOT not be
correct
-- 
You are receiving this mail because:
You are watching all bug changes.

[Craft] [Bug 484446] Qt WebEngine resources not found - Translations MAY NOT not be correct

2024-05-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484446

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||485642

--- Comment #2 from Ralf Habacker  ---
The issue reported at bug 485642 is also affected by this issue.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=485642
[Bug 485642] CI: "Qt WebEngine resources not found" when running tests on
Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

[libalkimia] [Bug 485642] CI: "Qt WebEngine resources not found" when running tests on Windows

2024-05-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485642

Ralf Habacker  changed:

   What|Removed |Added

Summary|CI: "Qt WebEngine resources |CI: "Qt WebEngine resources
   |not found" when building|not found" when running
   |for Windows |tests on Windows

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

[libalkimia] [Bug 486400] New: Remote online quotes sources disappear from list of installed sources

2024-05-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486400

Bug ID: 486400
   Summary: Remote online quotes sources disappear from list of
installed sources
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Online quotes widget
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
>From Jack Ostroff by email: 

STEPS TO REPRODUCE
1. download kmymoney snapshot build from master branch 
2. start kmymoney
3. open online quotes in settings
4. I clicked Install, searched for Yahoo, and installed the yahoo.com offer, 
5. Work with remote online quotes

OBSERVED RESULT
Then, at some point, the entry disappears from the Online Quotes dialog.  If i
hit Install again, and search for yahoo, I get an error "Unknown Open
Collaboration Service API error. (0)" and have to uninstall and then reinstall,
but nothing actually seems to change. 

EXPECTED RESULT
The entry should not disappear

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-05-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #31 from Ralf Habacker  ---
With https://invent.kde.org/office/alkimia/-/merge_requests/33 some internal
source code from qtwebengine has been added to deal with this issue.

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

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

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #168664|1   |0
is obsolete||

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

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

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #168665|Screenshot showing broken   |Screenshot showing broken
description|online quote update from|online quote update from
   |actual master branch|5.1 branch

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

[umbrello] [Bug 373928] KF5 installed file conflicts with related files from KDE4

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=373928
Bug 373928 depends on bug 374347, which changed state.

Bug 374347 Summary: Installation of ksendbugmail.exe conflicts with related 
KDE4 package
https://bugs.kde.org/show_bug.cgi?id=374347

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DOWNSTREAM

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

[frameworks-kxmlgui] [Bug 374347] Installation of ksendbugmail.exe conflicts with related KDE4 package

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=374347

Ralf Habacker  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #4 from Ralf Habacker  ---
Fixed downstream

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

[libalkimia] [Bug 486360] New: No support for date ranges in generated download urls

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486360

Bug ID: 486360
   Summary: No support for date ranges in generated download urls
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Online quotes widget
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
yahoo currently has their api for downloading citations in csv format. See the
following example

https://query1.finance.yahoo.com/v7/finance/download/EURUSD=X?period1=1682874783=1714497183=1d=history=true

It contains two parameters (period1, period2) to specify the desired date
range. If these parameters are removed from the URL as shown below: 

https://query1.finance.yahoo.com/v7/finance/download/EURUSD=X?interval=1d=history=true

only data for the current day is downloaded. 

Alkimia from the git master branch currently has no support for specifying
corresponding parameters.

STEPS TO REPRODUCE
1. Inspect the source code where the url is generated from the template
(https://invent.kde.org/office/alkimia/-/blame/master/src/alkonlinequote_p.cpp?ref_type=heads#L110)

OBSERVED RESULT
There is currently no support for date ranges in the generated url.

EXPECTED RESULT
Date ranges should be support in generated urls

-- 
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-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #8 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #7)
> Git commit a8488c6711148f6efeea006f426da2bcd74f9cf4 by Thomas Baumgart.
> Committed on 28/04/2024 at 07:18.
> Add proposed fix

I have heard that every time the blueprint file is changed, self.patchLevel
must also be updated.

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

[Craft] [Bug 486333] bootstrapping with -localdev does not use the specified craft package

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486333

--- Comment #1 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #0)
> In this case, the specified directory is not used for bootstrapping, but the
> craft git repo is cloned again.

Since the url from which craft is cloned is permanently set to
https://invent.kde.org/packaging/craft.git, this is particularly annoying if,
for example, you want/need to use a local copy of craft in a corporate
environment due to the corresponding framework conditions, which is currently
not possible.

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

[Craft] [Bug 486336] New: Trust database update fails when installing Craft for MinGW if a proxy is used

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486336

Bug ID: 486336
   Summary: Trust database update fails when installing Craft for
MinGW if a proxy is used
Classification: Developer tools
   Product: Craft
   Version: master
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Blueprints
  Assignee: vonr...@kde.org
  Reporter: ralf.habac...@freenet.de
CC: kde-wind...@kde.org
  Target Milestone: ---

SUMMARY

If craft is configured to build MinGW packages on Windows when using a proxy,
which is usually the case in corporate networks, an error occurs when updating
the trust database

STEPS TO REPRODUCE
1. start powershell
2. enter the following commands
 $ENV:http_proxy = 'http://:'
 $ENV:https_proxy = 'http://:'
3.   run install_craft.ps1

OBSERVED RESULT
In the log there is printed:
...
*** Action: post-qmerge for dev-utils/msys-base ***
...
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   5  signed:   6  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:   3  signed:   2  trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: error retrieving 'alexey.paw...@gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: keyserver refresh failed: Connection timed out
==> ERROR: Could not update key: F40D263ECA25678A
gpg: error retrieving 'david.mace...@gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: keyserver refresh failed: Connection timed out
==> ERROR: Could not update key: 790AE56A1D3CFDDC
gpg: error retrieving 'martellmal...@gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
...

EXPECTED RESULT
This error message should not appear

SOFTWARE/OS VERSIONS
Windows: 10

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

[Craft] [Bug 486333] New: bootstrapping with -localdev does not use the specified craft package

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=486333

Bug ID: 486333
   Summary: bootstrapping with -localdev does not use the
specified craft package
Classification: Developer tools
   Product: Craft
   Version: master
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Core
  Assignee: vonr...@kde.org
  Reporter: ralf.habac...@freenet.de
CC: kde-wind...@kde.org
  Target Milestone: ---

SUMMARY

In this case, the specified directory is not used for bootstrapping, but the
craft git repo is cloned again.

STEPS TO REPRODUCE
1. run
git clone g...@invent.kde.org:packaging/craft.git
run craft/setup/install_craft.ps1 -localdev $PWD/craft -root $PWD/CraftRoot
2. inspect log

OBSERVED RESULT
In the log there is printed
...
==
*** Handling package: craft/craft-core, action: all **
*** Action: fetch-binary for craft/craft-core ***
*** craft/craft-core not found in cache ***
*** Action: fetch for craft/craft-core ***
craft trace: MultiSource fetch
craft trace: GitSource __init__
craft trace: VersionSystemSourceBase __init__
craft trace: SourceBase.__init__ called
craft trace: GitSource fetch
craft trace: MultiSource repositoryUrl
craft trace: VersionSystemSourceBase repositoryUrl
craft trace: VersionSystemSourceBase getUrl
craft trace: VersionSystemSourceBase splitUrl
fetching g...@invent.kde.org:packaging/craft.git|master|

EXPECTED RESULT
In my opinion, craft should use the craft package provided by the -localdev
parameter and not retrieve the package again

SOFTWARE/OS VERSIONS
Windows: 10

ADDITIONAL INFORMATION

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

[libalkimia] [Bug 485896] CI: alkdownloadengine-kio-test often fails

2024-04-29 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485896

--- Comment #5 from Ralf Habacker  ---
Git commit f178ac7eb99a12d4a7744e82367546572ec396e7 by Ralf Habacker.
Committed on 29/04/2024 at 10:41.
Pushed by habacker into branch 'master'.

Attempt to fix KIO issue

M  +1-0src/alkdownloadengine.cpp

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

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

[libalkimia] [Bug 485993] Online quotes editor crashes when running from craft shell

2024-04-24 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485993

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #1)
> Git commit 88494b3e63d4344e3dbd403a37b8f06b0cc6ec57 by Ralf Habacker.
> Committed on 23/04/2024 at 07:16.
> Pushed by habacker into branch 'master'.
> 
> Add workaround for online quote editor to prevent a possible crash

An actual windows snapshot from master branch
(kmymoney-master-3201-windows-cl-msvc2019-x86_64.7z from
https://cdn.kde.org/ci-builds/office/kmymoney/master) is also affected by this
issue.

-- 
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-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #4)
> The added files have been corrected with
> https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/
> 766ecafaee502ad9fc9417402e176bb41d392111, but are not included in the
> current snapshot (kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z) at
> https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/.

gpg2 is still not included in the portable package.

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

[kmymoney] [Bug 485996] Can't save kmy file (windows 10 )

2024-04-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485996

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #1 from Ralf Habacker  ---
(In reply to Logistix from comment #0)
> Created attachment 168828 [details]
> Error window
> 
> OBSERVED RESULT
> Error screen with message:
> "Unable to open file 'C:/Users/Ussser/Documents/001.kmy' for writing.

Please open a comand shell in the subdirectory 'bin' of the installed product
and run kmymoney from this shell. It will print more intrtnal information.
Further information related to access rights and other possible issues can be
find out by using procmon from sysinternals.

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

[libalkimia] [Bug 485993] Online quotes editor crashes when running from craft shell

2024-04-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485993

--- Comment #1 from Ralf Habacker  ---
Git commit 88494b3e63d4344e3dbd403a37b8f06b0cc6ec57 by Ralf Habacker.
Committed on 23/04/2024 at 07:16.
Pushed by habacker into branch 'master'.

Add workaround for online quote editor to prevent a possible crash

M  +9-3tools/onlinequoteseditor/main.cpp

https://invent.kde.org/office/alkimia/-/commit/88494b3e63d4344e3dbd403a37b8f06b0cc6ec57

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

[libalkimia] [Bug 485993] New: Online quotes editor crashes when running from craft shell

2024-04-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485993

Bug ID: 485993
   Summary: Online quotes editor crashes when running from craft
shell
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Online Quotes Editor
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. install craft on Linux https://community.kde.org/Craft
2. enter craft shell
3.  build alkimia with 'craft --target=master alkimia'
3. run 'craft --run onlinequoteseditor5'

OBSERVED RESULT
The application crashes 

EXPECTED RESULT
The application should not crash

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

ADDITIONAL INFORMATION
The application crashes at
https://invent.kde.org/office/alkimia/-/blob/master/tools/onlinequoteseditor/main.cpp?ref_type=heads#L48
where it tries to access an action from the help menu

helpMenu.action(KHelpMenu::menuReportBug)->setVisible(false);

In this case a null pointer is returned and leads to the crash.

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

[libalkimia] [Bug 485896] CI: alkdownloadengine-kio-test often fails

2024-04-22 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485896

--- Comment #3 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #2)
> This could help to avoid problems when downloading external URLs, as
> firewalls or intrusion detecting systems could block requests.

At https://invent.kde.org/office/alkimia/-/jobs/1758678#L1868 you can see that
this is probably the cause, as in this case KIO repeats the relevant query 1469
times when a server error is returned and is probably blocked.

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

[libalkimia] [Bug 485896] CI: alkdownloadengine-kio-test often fails

2024-04-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485896

--- Comment #2 from Ralf Habacker  ---
Git commit 72ef78f3307aea87f08ad1f6440f33607f93dc6f by Ralf Habacker.
Committed on 21/04/2024 at 13:48.
Pushed by habacker into branch 'master'.

CI: install and use local webserver on unix os builds

This could help to avoid problems when downloading external URLs, as
firewalls or intrusion detecting systems could block requests.
Related: bug 459128, bug 485662

M  +11   -6.gitlab-ci.yml
M  +63   -12   tools/ci-build.sh
M  +12   -0tools/ci-install.sh

https://invent.kde.org/office/alkimia/-/commit/72ef78f3307aea87f08ad1f6440f33607f93dc6f

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

[libalkimia] [Bug 485662] CI: Warning: "Release of profile requested but WebEnginePage still not deleted. Expect troubles !"

2024-04-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485662

--- Comment #4 from Ralf Habacker  ---
Git commit 72ef78f3307aea87f08ad1f6440f33607f93dc6f by Ralf Habacker.
Committed on 21/04/2024 at 13:48.
Pushed by habacker into branch 'master'.

CI: install and use local webserver on unix os builds

This could help to avoid problems when downloading external URLs, as
firewalls or intrusion detecting systems could block requests.
Related: bug 459128, bug 485896

M  +11   -6.gitlab-ci.yml
M  +63   -12   tools/ci-build.sh
M  +12   -0tools/ci-install.sh

https://invent.kde.org/office/alkimia/-/commit/72ef78f3307aea87f08ad1f6440f33607f93dc6f

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-04-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #30 from Ralf Habacker  ---
Git commit 72ef78f3307aea87f08ad1f6440f33607f93dc6f by Ralf Habacker.
Committed on 21/04/2024 at 13:48.
Pushed by habacker into branch 'master'.

CI: install and use local webserver on unix os builds

This could help to avoid problems when downloading external URLs, as
firewalls or intrusion detecting systems could block requests.
Related: bug 485662, bug 485896

M  +11   -6.gitlab-ci.yml
M  +63   -12   tools/ci-build.sh
M  +12   -0tools/ci-install.sh

https://invent.kde.org/office/alkimia/-/commit/72ef78f3307aea87f08ad1f6440f33607f93dc6f

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

[libalkimia] [Bug 485662] CI: Warning: "Release of profile requested but WebEnginePage still not deleted. Expect troubles !"

2024-04-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485662

--- Comment #2 from Ralf Habacker  ---
Git commit b9b810fdd233a22b26a0549adeee8993347b1e4c by Ralf Habacker.
Committed on 21/04/2024 at 12:41.
Pushed by habacker into branch 'master'.

Life cycle of the instance of the AlkWebView/AlkWebPage class improved

The creation of instances of the AlkWebView and AlkWebPage classes has
been moved out of the AlkOnlineProfileManager in order to have more
control over the life cycle.

The AlkOnlineProfileManager class now only contains pointers to
corresponding instances that must be set externally.

M  +1-1src/alkonlinequote_p.cpp
M  +16   -6src/alkonlinequotesprofilemanager.cpp
M  +34   -0src/alkonlinequotesprofilemanager.h
M  +24   -8src/alkonlinequoteswidget.cpp
M  +4-0src/alkwebpage.cpp
M  +4-0src/alkwebview.cpp

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

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

[libalkimia] [Bug 485896] New: CI: alkdownloadengine-kio-test often fails

2024-04-21 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485896

Bug ID: 485896
   Summary: CI: alkdownloadengine-kio-test often fails
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CI
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. see https://invent.kde.org/office/alkimia/-/jobs/1758168

OBSERVED RESULT
The log contains: 

11/17 Test #11: alkdownloadengine-kio-test ..***Failed9.81 sec

and 

https://invent.kde.org/office/alkimia/-/jobs/1758168#L2287
FAIL!  : AlkDownloadEngineTest::testDownloadEngineError()
'!engine->downloadUrl(url, type)' returned FALSE. ()
   Loc: [/builds/office/alkimia/autotests/alkdownloadenginetest.cpp(106)]

EXPECTED RESULT
The test should not fail

ADDITIONAL INFORMATION
Restarting the job sometimes helps, sometimes not

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

[kmymoney] [Bug 485785] Error message: "Timeout on socket operation" on showing available online quotes

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485785

--- Comment #1 from Ralf Habacker  ---
Created attachment 168669
  --> https://bugs.kde.org/attachment.cgi?id=168669=edit
log file showing the issue

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

[kmymoney] [Bug 485785] New: Error message: "Timeout on socket operation" on showing available online quotes

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485785

Bug ID: 485785
   Summary: Error message: "Timeout on socket operation" on
showing available online quotes
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 168668
  --> https://bugs.kde.org/attachment.cgi?id=168668=edit
Screenshot showing the issue

STEPS TO REPRODUCE
1. download
https://cdn.kde.org/ci-builds/office/kmymoney/master/linux/kmymoney-master-3201-linux-gcc-x86_64.AppImage
and run it
2. Enter the settings page for the online quote sources (Menu Settings->"online
quote notes")
3. Press "install" button

OBSERVED RESULT
the install dialog appears but is empty and does not show any quote sources

On one system the problem persists, on another system it sometimes occurs, e.g.
for a few hours and then it works again.

EXPECTED RESULT
The dialog should show available quote sources

SOFTWARE/OS VERSIONS
Linux: openSUSE Leap: 15.5
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

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

[kmymoney] [Bug 485776] Issues with price dialog

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485776

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #1)
> I ran another test with a current craft build and found that the problems
> were no longer present.

Since craft uses the stable branch by default, this test was performed with a
build from the 5.1 branch, where the problem does not occur. The problem still
exists in the master branch.

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

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

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

Version|git (master)|5.1.3

--- Comment #6 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #5)
> Created attachment 168665 [details]
> Screenshot showing broken online quote update from actual master branch
> 
> Made sure, that an entry is selected.

Since Craft uses the stable branch (5.1) by default, this screenshot is from
5.1.

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

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

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #168664|0   |1
is obsolete||

--- Comment #5 from Ralf Habacker  ---
Created attachment 168665
  --> https://bugs.kde.org/attachment.cgi?id=168665=edit
Screenshot showing broken online quote update from actual master branch

Made sure, that an entry is selected.

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

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

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #168656|0   |1
is obsolete||

--- Comment #4 from Ralf Habacker  ---
Created attachment 168664
  --> https://bugs.kde.org/attachment.cgi?id=168664=edit
Screenshot showing broken online quote update from actual master branch

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

[kmymoney] [Bug 485776] Issues with price dialog

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485776

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #1 from Ralf Habacker  ---
I ran another test with a current craft build and found that the problems were
no longer present.

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

[kmymoney] [Bug 485776] New: Issues with price dialog

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485776

Bug ID: 485776
   Summary: Issues with price dialog
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. build kmymoney from git master branch 
2. create a new file
3. add additional currency (menu extra->currency)
4. Show price dialog (menu extra->prices)
5. Add new price using the first and second currency
6. Save file
7. Delete new price

OBSERVED RESULT
1. After step 5. the source column is empty
2. after step 6, the untranslated term "user" is displayed in the source
column, whereas in the previous kmymoney main version the term is displayed
translated
3. After step 7 the newly added price is still present and could not be deleted

EXPECTED RESULT
The problems mentioned should not occur.

SOFTWARE/OS VERSIONS
Linux: openSUSE Leap 15.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

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

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

2024-04-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Ralf Habacker  changed:

   What|Removed |Added

   Platform|Other   |Compiled Sources
 OS|Microsoft Windows   |All

--- Comment #3 from Ralf Habacker  ---
The issue is also present on a Linux build from git master branch.

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

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

2024-04-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

--- Comment #2 from Ralf Habacker  ---
Created attachment 168657
  --> https://bugs.kde.org/attachment.cgi?id=168657=edit
Screenshot from previous kmymoney major version

With the previous major version of kmymoney the online quote update works out
of the box.

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

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

2024-04-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

--- Comment #1 from Ralf Habacker  ---
Created attachment 168656
  --> https://bugs.kde.org/attachment.cgi?id=168656=edit
Screenshot showing broken online quote update

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

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

2024-04-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485767

Bug ID: 485767
   Summary: No online updates of prices possible
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 168655
  --> https://bugs.kde.org/attachment.cgi?id=168655=edit
test case

STEPS TO REPRODUCE
1. download
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3201-windows-cl-msvc2019-x86_64.7z
2. unpack and start bin\kmymoney.exe
3. load appended file
4. select menu entry extra->prices
5. select the present entry and press "online course notes"


OBSERVED RESULT
The price could not be updated from an online quote source 


EXPECTED RESULT
It should be possible to update prices from an online quote source

SOFTWARE/OS VERSIONS
Windows:  10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

-- 
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 Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=439883

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||435761


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=435761
[Bug 435761] No gpg support for kmymoney available from CI builds
-- 
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-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||439883

--- Comment #4 from Ralf Habacker  ---
(In reply to Ingo Klöcker from comment #3)
> It's not suprising that gpg2.exe is missing if you have the following in
> kmymoney's exclude list:
> > # strip most executables
> > bin/(?!(kmymoney|sqlcipher|kbuildsycoca5|update-mime-database|kioslave|ofxdump|kconf_update|QtWebEngineProcess)).*\.exe

The added files have been corrected with
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/766ecafaee502ad9fc9417402e176bb41d392111,
but are not included in the current snapshot
(kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z) at
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=439883
[Bug 439883] onlinequoteeditor5 not included in kmymoney binaries generated by
KDE CI
-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-04-17 Thread Ralf Habacker
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|RESOLVED|REOPENED
 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-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=439883

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

-- 
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 Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=439883

--- Comment #3 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #2)

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

This change is not recognizable in the current CI build
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z

Possibly increasing the patch level could help here, as was done in an earlier
commit, see
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/766ecafaee502ad9fc9417402e176bb41d392111

-- 
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-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

Ralf Habacker  changed:

   What|Removed |Added

Summary|No gpg support for kmymoney |No gpg support for kmymoney
   |available from binary   |available from CI builds
   |factory |

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

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

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

Bug ID: 485665
   Summary: QMetaObject::invokeMethod: No such method
KMyMoneyApp::slotFileNew(QUrl)
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: bugtracker
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
Running kmymoney shows a warning that a requested method was not found.

STEPS TO REPRODUCE
1. Download
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z
2.  unpack archive
3.  open command shell in included 'bin' dir
4. start kmymoney
5. open a kmymoney file

OBSERVED RESULT
In the log the following message is printed 

QMetaObject::invokeMethod: No such method KMyMoneyApp::slotFileNew(QUrl)
Candidates are:
slotFileNew()


EXPECTED RESULT
The message should not appear

SOFTWARE/OS VERSIONS
Windows:  10
KDE Frameworks Version:  5.115.0
Qt Version: 5.15.12

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

[libalkimia] [Bug 485662] New: CI: Warning: "Release of profile requested but WebEnginePage still not deleted. Expect troubles !"

2024-04-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485662

Bug ID: 485662
   Summary: CI: Warning: "Release of profile requested but
WebEnginePage still not deleted. Expect troubles !"
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CI
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
When running tests in relation with the QWebEngine, a warning is displayed that
some resources will not be deleted.

STEPS TO REPRODUCE
1. Inspect https://invent.kde.org/office/alkimia/-/jobs/1740159#L1034

OBSERVED RESULT
* Finished testing of AlkDownloadEngineTest *
Release of profile requested but WebEnginePage still not deleted. Expect
troubles !

EXPECTED RESULT
The warning should not appear.

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-04-16 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #27 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #23)

> Windows (https://invent.kde.org/office/alkimia/-/jobs/168#L957) 
>   6 - alkonlinequotes-webengine-test (Failed)
> 9 - alkdownloadengine-webengine-test (Failed)
>11 - alkwebpage-webengine-test (Failed)

This issue is tracked with bug 485642.

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-04-16 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #26 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #22)
> (In reply to Ben Cooksley from comment #17)
> 
> > For Windows, that installation issue is a matter for the Craft developers 
> > in #kde-craft:kde.org i'm afraid. 

According to https://invent.kde.org/office/alkimia/-/jobs/1740161#L25 craft
does not appear to be involved here. Instead, a script from the
sysadmin/ci-utilities repo is used here (see
https://invent.kde.org/sysadmin/ci-utilities/-/blob/master/run-ci-build.py?ref_type=heads).

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

[libalkimia] [Bug 485642] New: CI: "Qt WebEngine resources not found" when building for Windows

2024-04-16 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485642

Bug ID: 485642
   Summary: CI: "Qt WebEngine resources not found" when building
for Windows
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CI
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
There is a Installation problem on KDE gitlab CI when building for Windows.

STEPS TO REPRODUCE
1.  Inspect https://invent.kde.org/office/alkimia/-/jobs/1740161#L943

OBSERVED RESULT

64% tests passed, 4 tests failed out of 11
The following tests FAILED:
  6 - alkonlinequotes-webengine-test (Failed)
  8 - alkonlinequoteprivatetest (Failed)
  9 - alkdownloadengine-webengine-test (Failed)
 11 - alkwebpage-webengine-test (Failed)
Errors while running CTest

All tests fail due to the following problem: "Qt WebEngine resources not
found", see

https://invent.kde.org/office/alkimia/-/jobs/1740161#L802
https://invent.kde.org/office/alkimia/-/jobs/1740161#L847
https://invent.kde.org/office/alkimia/-/jobs/1740161#L857
https://invent.kde.org/office/alkimia/-/jobs/1740161#L899

PASS   : AlkWebPageTest::initTestCase()
QINFO  : AlkWebPageTest::testLoad() Sandboxing disabled by user.
QWARN  : AlkWebPageTest::testLoad() Qt WebEngine resources not found at
C:/Craft/windows-msvc2019_64-cl/resources. Trying parent directory...
QWARN  : AlkWebPageTest::testLoad() Qt WebEngine resources not found at
C:/Craft/windows-msvc2019_64-cl. Trying application directory...
QWARN  : AlkWebPageTest::testLoad() Qt WebEngine resources not found at
C:/builds/office/alkimia/_build/bin. Trying fallback directory... The
application MAY NOT work.
[0415/105442.201:ERROR:icu_util.cc(251)] Couldn't mmap icu data file
A crash occurred in
C:\builds\office\alkimia\_build\bin\alkwebpage-webengine-test.exe.
Function time: 2ms Total time: 2ms

EXPECTED RESULT
The tests should not fail

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

[i18n] [Bug 482846] CI- appstreamtest issue - W: org.wincak.foreigncurrencies2:37: summary-too-long

2024-04-16 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=482846

--- Comment #4 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #2)
> As mentioned in bug 484510, it is not possible for a project maintainer to
> correct this type of error. This must be fixed by someone with the access
> rights to push translations.

This was the case when I tried to edit the translations in the po subdirectory.
The translations in the desktop files seem to be editable.

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

[i18n] [Bug 482846] CI- appstreamtest issue - W: org.wincak.foreigncurrencies2:37: summary-too-long

2024-04-15 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=482846

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/f633adf
   ||75afa58ceb6c6235d5b1ce9d86b
   ||dc1e09
   Version Fixed In||8.2
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Ralf Habacker  ---
Git commit f633adf75afa58ceb6c6235d5b1ce9d86bdc1e09 by Ralf Habacker.
Committed on 15/04/2024 at 10:53.
Pushed by habacker into branch 'master'.

Fix appstreamtest issue "W: org.wincak.foreigncurrencies2:37: summary-too-long"

The Chinese and Taiwanese translations were corrected with the help of
deepl.com.
FIXED-IN:8.2

M  +30   -30   plasma/applets/ForeignCurrencies/metadata.desktop

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

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-04-15 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #25 from Ralf Habacker  ---
It turned out, that a private header from the qwebengine source code  is
required to fix this issue
https://invent.kde.org/office/alkimia/-/merge_requests/33/diffs?commit_id=67b2e385cc4eab67f09715c80b77248f5163c6cb

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

[i18n] [Bug 485357] KDE Git repos are flooded with commits that do not contain translation changes

2024-04-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485357

--- Comment #1 from Ralf Habacker  ---
Created attachment 168378
  --> https://bugs.kde.org/attachment.cgi?id=168378=edit
Proposed patch

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

[i18n] [Bug 485357] New: KDE Git repos are flooded with commits that do not contain translation changes

2024-04-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=485357

Bug ID: 485357
   Summary: KDE Git repos are flooded with commits that do not
contain translation changes
Classification: Translations
   Product: i18n
   Version: unspecified
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: zh_CN
  Assignee: wen...@gmail.com
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. Check
https://invent.kde.org/office/alkimia/-/commit/746f513eac513509fe346fe7fa2858e0bcb263d4,

https://invent.kde.org/office/alkimia/-/commit/318c42ada6c5e007bf7cd96dabf3dd32cd5b183c
or
https://invent.kde.org/office/alkimia/-/commit/d48d66f8cc6dfddce4c75ef8d2ca43eeaf1a0663

OBSERVED RESULT
The mentioned commit do not contain any translation changes, only meta data
changes 


EXPECTED RESULT
Only corresponding commits containing *real* translation changes should be
added to flood the git repo with them, making it harder to find real changes.

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

[libalkimia] [Bug 428994] Separate widgets from the regular alkimia library

2024-04-10 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=428994

--- Comment #2 from Ralf Habacker  ---
Git commit 011224e42afbb9dba8ba89caf926df43bf001809 by Ralf Habacker.
Committed on 10/04/2024 at 12:35.
Pushed by habacker into branch 'master'.

Extend AlkWebView class for supported browser engines

The mentioned class was moved from alkwebpage.cpp to
separate files and completed for the supported browsers.

According to the Qt documentation, the easiest way to use
Webkit or WebEngine is to use the associated view classes,
which is now possible with this separation and addition.

With Webkit and WebEngine, an instance of the corresponding
page class is created internally.

M  +2-0src/CMakeLists.txt
M  +3-44   src/alkwebpage.cpp
A  +192  -0src/alkwebview.cpp [License: LGPL(v2.1+)]
A  +98   -0src/alkwebview.h [License: LGPL(v2.1+)]

https://invent.kde.org/office/alkimia/-/commit/011224e42afbb9dba8ba89caf926df43bf001809

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

[libalkimia] [Bug 459046] Installed online quote from KDE store is non functional with KF5.97/Qt5.15

2024-04-10 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459046

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #0)
> 1.  download binary from
> https://binary-factory.kde.org/job/Alkimia_Nightly_win64/

binary factory has been retired and replaced by KDE gitlab CI.

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

[kmymoney] [Bug 484905] Crashing on startup - both portable and exe for Windows - 64

2024-04-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484905

--- Comment #6 from Ralf Habacker  ---
(In reply to Palaniappan M from comment #4)
> How to add these fixes using the patch files?

These corrections are related to the snapshots that are made available on
https://kmymoney.org/snapshots.php so that no faulty 64-bit builds are
displayed.

The problem has not been fixed yet, you should use the 32 bit versions until
then, as mentioned in Comment 1.

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

[kmymoney] [Bug 484905] Crashing on startup - both portable and exe for Windows - 64

2024-04-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484905

--- Comment #3 from Ralf Habacker  ---
Git commit 735f2fb8fe445c21823ca7deb3e9387075e8a9f3 by Ralf Habacker.
Committed on 02/04/2024 at 16:05.
Pushed by habacker into branch 'master'.

snapshots.php: Fix exclusion of erroneous 64bit builds of kmymoney and alkimia

M  +8-5snapshots.php

https://invent.kde.org/websites/kmymoney-org/-/commit/735f2fb8fe445c21823ca7deb3e9387075e8a9f3

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

[kmymoney] [Bug 484905] Crashing on startup - both portable and exe for Windows - 64

2024-04-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484905

--- Comment #2 from Ralf Habacker  ---
Git commit e1276889233e44ec7dc36091aa411dc5e28f1f50 by Ralf Habacker.
Committed on 02/04/2024 at 13:06.
Pushed by habacker into branch 'master'.

snapshots.php: Disable broken build variant

M  +4-4snapshots.php

https://invent.kde.org/websites/kmymoney-org/-/commit/e1276889233e44ec7dc36091aa411dc5e28f1f50

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

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

2024-04-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484920

Bug ID: 484920
   Summary: Security 'USD' not found.
/home/user/src/kmymoney-master/kmymoney/mymoney/mymone
yfile.cpp:3217
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 168050
  --> https://bugs.kde.org/attachment.cgi?id=168050=edit
test file

STEPS TO REPRODUCE
1. start kmymoney
2. open attached kmymoney file
3. Select "Extras->Currencies" and press "Remove unused currencies"

OBSERVED RESULT
A dialog box is shown 

Unhandled bug: Please report the details to the developers

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

After pressing "okay" kmymoney crashes

EXPECTED RESULT
kmymoney should not crash


SOFTWARE/OS VERSIONS
Linux:  openSUSE Leap 15.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

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

[kmymoney] [Bug 484905] Crashing on startup - both portable and exe for Windows - 64

2024-04-02 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484905

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #1 from Ralf Habacker  ---
The 64-bit version also crashes under Windows 10, as shown below:

> Thread 1 received the signal SIGSEGV, Segmentation fault.
> 0x64b80fa3 in ?? () from 
> Z:\home\user\Downloads\kmymoney5-5.1.3\bin\libcrypto-10.dll

The 32bit version is not affected by this error, please use this variant.

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

[libalkimia] [Bug 484865] Cross building KMyMoney5 with MinGW fails with alkimia 8.1.2

2024-04-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484865

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||8.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/1a46fe8
   ||03fab966bb3ed2ef280ecca0f1f
   ||8b5ef0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ralf Habacker  ---
Git commit 1a46fe803fab966bb3ed2ef280ecca0f1f8b5ef0 by Ralf Habacker.
Committed on 01/04/2024 at 11:18.
Pushed by habacker into branch '8.1'.

cmake: Fix usage of Qt main version with Qt < 5.15

The error message on
https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-kmymoney5
was 'Could not find a package configuration file provided by "QtCore"'.

According to
https://doc.qt.io/qt-6/cmake-qt5-and-qt6-compatibility.html#supporting-older-qt-5-versions
there is a variable QT_VERSION_MAJOR, not QT_MAJOR_VERSION, which is set
with a call to find_package(QT ...).
FIXED-IN:8.1.3

M  +4-0CMakeLists.txt
M  +1-1src/LibAlkimiaConfig.cmake.in

https://invent.kde.org/office/alkimia/-/commit/1a46fe803fab966bb3ed2ef280ecca0f1f8b5ef0

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

[libalkimia] [Bug 484865] Cross building KMyMoney5 with MinGW fails with alkimia 8.1.2

2024-04-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484865

Ralf Habacker  changed:

   What|Removed |Added

Version|5.1.3   |8.1.2
Product|kmymoney|libalkimia
  Component|buildsystem |General

--- Comment #1 from Ralf Habacker  ---
After an investigation, it turned out that the problem lies in the alkimia
package, which generates a faulty LibAlkimia5Config.cmake

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

[kmymoney] [Bug 484865] New: Cross building KMyMoney5 with MinGW fails with alkimia 8.1.2

2024-04-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484865

Bug ID: 484865
   Summary: Cross building KMyMoney5 with MinGW fails with alkimia
8.1.2
Classification: Applications
   Product: kmymoney
   Version: 5.1.3
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: buildsystem
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 168013
  --> https://bugs.kde.org/attachment.cgi?id=168013=edit
log file

SUMMARY
A cross build of kmymoney version 5.1.3 for Windows fails with alkimia 8.1.2.


STEPS TO REPRODUCE
1. see
https://build.opensuse.org/package/live_build_log/windows:mingw:win64/mingw64-kmymoney5/openSUSE_Tumbleweed/x86_64

OBSERVED RESULT
Running cmake fails with: 

Search for dependency QtCore
[   25s] CMake Warning at
/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
[   25s]   By not providing "FindQtCore.cmake" in CMAKE_MODULE_PATH this
project has
[   25s]   asked CMake to find a package configuration file provided by
"QtCore", but
[   25s]   CMake did not find one.
[   25s] 
[   25s]   Could not find a package configuration file provided by "QtCore"
with any
[   25s]   of the following names:
[   25s] 
[   25s] QtCoreConfig.cmake
[   25s] qtcore-config.cmake
[   25s] 
[   25s]   Add the installation prefix of "QtCore" to CMAKE_PREFIX_PATH or set
[   25s]   "QtCore_DIR" to a directory containing one of the above files.  If
"QtCore"
[   25s]   provides a separate development package or SDK, be sure it has been
[   25s]   installed.
...
[   25s] CMake Error at CMakeLists.txt:136 (find_package):
[   25s]   Could not find a configuration file for package "LibAlkimia5" that
is
[   25s]   compatible with requested version "7.0".
[   25s] 
[   25s]   The following configuration files were considered but not accepted:
[   25s] 
[   25s]
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/LibAlkimia5-8.1/LibAlkimia5Config.cmake,
version: 8.1.2
[   25s] 
[   25s] 
[   25s] 

EXPECTED RESULT
The build should not fail

SOFTWARE/OS VERSIONS
Linux: openSUSE Leap_15.5
KDE Frameworks Version: 5.76
Qt Version: 5.12

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

[kmymoney] [Bug 435761] No gpg support for kmymoney available from binary factory

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

Ralf Habacker  changed:

   What|Removed |Added

   Assignee|vonr...@kde.org |kmymoney-de...@kde.org
  Component|Blueprints  |general
Version|stable  |git (master)
Product|Craft   |kmymoney

--- Comment #2 from Ralf Habacker  ---
After starting kmymoney from the command line by opening the gpg configuration
dialog (Settings->Modules->xml...->Settings), the following appears on the
console

GpgME::checkEngine returns 150 Invalid crypto engine
GPG search "/secring.gpg"
GPG no secure keyring found.
Failure while setting GPG home directory to ""
 "Invalid crypto engine"
GPG Home directory located in
GPG binary located in
Failure while setting GPG home directory to ""
 "Invalid crypto engine"

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

[Craft] [Bug 435761] No gpg support for kmymoney available from binary factory

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #1 from Ralf Habacker  ---
Created attachment 167886
  --> https://bugs.kde.org/attachment.cgi?id=167886=edit
Screenshots showing GPG configuration dialog

I have checked this with an actual build of kmymoney from
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3157-windows-cl-msvc2019-x86_64.7z.
GGP seems to be compiled in, but the executable file gpg2.exe is missing, which
is needed to generate a private/public key pair. The other option of importing
keys cannot be used either, as this also requires the gpg2 command line
program.

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

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

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

--- Comment #1 from Ralf Habacker  ---
Created attachment 167885
  --> https://bugs.kde.org/attachment.cgi?id=167885=edit
call stack

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

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

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

Bug ID: 484653
   Summary: Crash after creating new book
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1.  download portable package for kmymoney from
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3157-windows-cl-msvc2019-x86_64.7z
2. unpack file and start bin/kmymoney.exe
3. Create a new book

OBSERVED RESULT
After entering relevant data and pressing "finish" kmymoney crashes.

EXPECTED RESULT
kmymoney should not crash

SOFTWARE/OS VERSIONS
Windows:  10
DE Frameworks Version:  5.115
Qt Version: 5.15.12

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

[umbrello] [Bug 484507] No more current binary packages for umbrello available

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484507

--- Comment #6 from Ralf Habacker  ---
Git commit 776ebd007b474bc9b28f5bbdd68e1b67a2268f7f by Ralf Habacker.
Committed on 28/03/2024 at 09:07.
Pushed by habacker into branch 'master'.

[kdevelop] Bump patch level after adding patch

M  +1-1extragear/kdevelop/kdevelop/kdevelop.py

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

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

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

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

--- Comment #6 from Ralf Habacker  ---
Git commit d7f3720d28e8456e465180e5a567a60da207fd28 by Ralf Habacker.
Committed on 28/03/2024 at 08:33.
Pushed by habacker into branch 'master'.

Adjust project name for alkimia

The renaming was necessary to meet the expectations of the CI templates

M  +2-2.craft.ini

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

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

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

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

--- Comment #4 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #3)
> I still have a question about the next steps: How do the updated blueprints
> get into the CI images that are used for building?

I ask because I had the case in another ticket that they are not updated by
default, https://bugs.kde.org/show_bug.cgi?id=484507

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

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

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

--- Comment #3 from Ralf Habacker  ---
(In reply to Ingo Klöcker from comment #1)
> You have to rename the blue print and all references to it to make the the CI 
> templates work for alkimia.

Thanks for your investigation

I still have a question about the next steps: How do the updated blueprints get
into the CI images that are used for building?

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

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

2024-03-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

Ralf Habacker  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/pack
   ||aging/craft-blueprints-kde/
   ||-/commit/6edcad1d52573d6c31
   ||1eb105434f1e63fb4a8836
 Resolution|--- |FIXED

--- Comment #2 from Ralf Habacker  ---
Git commit 6edcad1d52573d6c311eb105434f1e63fb4a8836 by Ralf Habacker.
Committed on 28/03/2024 at 07:56.
Pushed by habacker into branch 'master'.

[alkimia] Fix bug that CI templates cannot find alkimia

The CI templates determine the blueprint name from the project name,
which did not match.

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/6edcad1d52573d6c311eb105434f1e63fb4a8836

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

[Craft] [Bug 484634] CI job failed to register option: The setting useBreezeDark is already registered.

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484634

Ralf Habacker  changed:

   What|Removed |Added

Product|libalkimia  |Craft
 CC||kde-wind...@kde.org
   Assignee|kmymoney-de...@kde.org  |vonr...@kde.org
  Component|CI  |Blueprints

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

[libalkimia] [Bug 484634] New: CI job failed to register option: The setting useBreezeDark is already registered.

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484634

Bug ID: 484634
   Summary: CI job failed to register option: The setting
useBreezeDark is already registered.
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CI
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY

The CI job https://invent.kde.org/habacker/alkimia/-/jobs/1689985 fails to
build caused by an issue with craft



STEPS TO REPRODUCE
1. Inspect https://invent.kde.org/habacker/alkimia/-/jobs/1689985

OBSERVED RESULT
At https://invent.kde.org/habacker/alkimia/-/jobs/1689985#L208 a
BlueprintException occured:

  File "/builds/habacker/alkimia/craft-clone/bin/options.py", line 322, in
registerOption
raise BlueprintException(
Blueprints.CraftPackageObject.BlueprintException:
/builds/habacker/alkimia/blueprints/craft-blueprints-kde/kde/frameworks/tier1/breeze-icons/breeze-icons.py
failed:
Failed to register option:
[kde/frameworks/tier1/breeze-icons]
useBreezeDark=False
The setting useBreezeDark is already registered.

EXPECTED RESULT
The build should not fail

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

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

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

Ralf Habacker  changed:

   What|Removed |Added

Product|libalkimia  |Craft
  Component|CI  |Blueprints
   Assignee|kmymoney-de...@kde.org  |vonr...@kde.org
 CC||kde-wind...@kde.org

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

[libalkimia] [Bug 484633] New: Craft was unable to find alkimia

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484633

Bug ID: 484633
   Summary: Craft was unable to find alkimia
Classification: Frameworks and Libraries
   Product: libalkimia
   Version: master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CI
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY

On CI the job https://invent.kde.org/habacker/alkimia/-/jobs/1689986#L114 
failed to build.

STEPS TO REPRODUCE
1. inspect https://invent.kde.org/habacker/alkimia/-/jobs/1689986#L114 

OBSERVED RESULT
The last executed command: 

$ Run-CraftMaster -c --install-deps --options "[CodeSigning]Enabled=False"
$env:CI_PROJECT_NAME
CraftMaster Arguments: craftmaster/CraftMaster.py --config
ci-utilities/craft/qt5/CraftConfig.ini --config-override
C:\builds\habacker\alkimia/src/.craft.ini --target windows-msvc2019_64-cl -c
--install-deps --options [CodeSigning]Enabled=False alkimia

used 'alkimia' as package name, but the actual name is libalkimia as mentioned
in the log.

Craft was unable to find alkimia, similar packages are:
extragear/libalkimia
Name: libalkimia
BlueprintPath:
C:\gitlab\craft\blueprints\craft-blueprints-kde\extragear\libalkimia\libalkimia.py
Homepage: 
Description: A library with common classes and functionality used by
finance applications for the KDE SC.
Tags: 
Options: args=, branch=(str), buildStatic=(bool), buildTests=True,
buildType=RelWithDebInfo, featureArguments=, ignored=(bool), patchLevel=(int),
revision=(str), srcDir=(str), version=(str)
Latest version: 8.1.2
Installed versions: None
Installed revision: None
Available versions: master, 7.0.2, 8.0.4, 8.1.1, 8.1.2

EXPECTED RESULT
The build should not fail

SOFTWARE/OS VERSIONS
Linux: KDE-CI System

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #24 from Ralf Habacker  ---
Git commit f5a1a92f00d77085d29deff50d07e3ddfaf74cdb by Ralf Habacker.
Committed on 27/03/2024 at 18:00.
Pushed by habacker into branch 'master'.

Add support to prevent possible endless downloads

In the event of timeouts, the download engines for which a local event
loop exists now output the timeout() signal.

M  +2-0autotests/alkdownloadenginetest.cpp
M  +14   -4autotests/alkonlinequotetest.cpp
M  +33   -9src/alkdownloadengine.cpp
M  +14   -1src/alkdownloadengine.h
M  +3-2src/alkonlinequote_p.cpp
M  +14   -0src/alkwebpage.cpp
M  +7-0src/alkwebpage.h

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

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

[libalkimia] [Bug 483138] Better customization options when selecting the retrieval type

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=483138

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||8.2
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/2320385
   ||4264b5837939be9e7bb0bb4d19e
   ||9915df
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Ralf Habacker  ---
Git commit 23203854264b5837939be9e7bb0bb4d19e9915df by Ralf Habacker.
Committed on 27/03/2024 at 18:00.
Pushed by habacker into branch 'master'.

Add download type to class AlkOnlineQuote[Source] and in ui

With this commit one instance of class AlkWebPage is used
for downloading and showing the html content, which fixed
bug 479440.
Related: bug 479440
FIXED-IN:8.2

M  +11   -7autotests/alkonlinequotetest.cpp
M  +1-1autotests/alkonlinequotetest.h
M  +7-5src/alkonlinequote.cpp
M  +55   -54   src/alkonlinequote_p.cpp
M  +5-5src/alkonlinequote_p.h
M  +120  -111  src/alkonlinequotedetails.ui
M  +31   -1src/alkonlinequotesource.cpp
M  +11   -2src/alkonlinequotesource.h
M  +18   -17   src/alkonlinequotesource_p.h
M  +25   -1src/alkonlinequotesprofile_p.cpp
M  +2-0src/alkonlinequotesprofile_p.h
M  +11   -0src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/23203854264b5837939be9e7bb0bb4d19e9915df

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

[libalkimia] [Bug 479440] Issue with undocked browser preview in onlinequoteseditor

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=479440

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/-/commit/2320385
   ||4264b5837939be9e7bb0bb4d19e
   ||9915df
   Version Fixed In||8.2
 Status|REPORTED|RESOLVED

--- Comment #3 from Ralf Habacker  ---
Git commit 23203854264b5837939be9e7bb0bb4d19e9915df by Ralf Habacker.
Committed on 27/03/2024 at 18:00.
Pushed by habacker into branch 'master'.

Add download type to class AlkOnlineQuote[Source] and in ui

With this commit one instance of class AlkWebPage is used
for downloading and showing the html content, which fixed
bug 479440.
Related: bug 483138
FIXED-IN:8.2

M  +11   -7autotests/alkonlinequotetest.cpp
M  +1-1autotests/alkonlinequotetest.h
M  +7-5src/alkonlinequote.cpp
M  +55   -54   src/alkonlinequote_p.cpp
M  +5-5src/alkonlinequote_p.h
M  +120  -111  src/alkonlinequotedetails.ui
M  +31   -1src/alkonlinequotesource.cpp
M  +11   -2src/alkonlinequotesource.h
M  +18   -17   src/alkonlinequotesource_p.h
M  +25   -1src/alkonlinequotesprofile_p.cpp
M  +2-0src/alkonlinequotesprofile_p.h
M  +11   -0src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/23203854264b5837939be9e7bb0bb4d19e9915df

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

[libalkimia] [Bug 483138] Better customization options when selecting the retrieval type

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=483138

--- Comment #4 from Ralf Habacker  ---
Git commit 22cf1b34229bad8ea2d8d1eaa7b31439f0c2ae86 by Ralf Habacker.
Committed on 27/03/2024 at 18:00.
Pushed by habacker into branch 'master'.

Add class AlkDownloadEngine with associated unit tests
FIXED-IN:8.2

M  +1-0CMakeLists.txt
M  +31   -4autotests/CMakeLists.txt
A  +221  -0autotests/alkdownloadenginetest.cpp [License: LGPL(v2.1+)]
A  +33   -0autotests/alkdownloadenginetest.h [License: LGPL(v2.1+)]
M  +3-0src/CMakeLists.txt
A  +344  -0src/alkdownloadengine.cpp [License: LGPL(v2.1+)]
A  +122  -0src/alkdownloadengine.h [License: LGPL(v2.1+)]
M  +61   -239  src/alkonlinequote_p.cpp
M  +8-13   src/alkonlinequote_p.h
M  +3-0src/alktestdefs.h
M  +26   -1src/alkwebpage.cpp
M  +3-0src/alkwebpage.h

https://invent.kde.org/office/alkimia/-/commit/22cf1b34229bad8ea2d8d1eaa7b31439f0c2ae86

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

[i18n] [Bug 482846] CI- appstreamtest issue - W: org.wincak.foreigncurrencies2:37: summary-too-long

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=482846

--- Comment #2 from Ralf Habacker  ---
As mentioned in bug 484510, it is not possible for a project maintainer to
correct this type of error. This must be fixed by someone with the access
rights to push translations.

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

[Craft] [Bug 426724] Missing support for adding dependencies to a specific package version

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=426724

--- Comment #6 from Ralf Habacker  ---
(In reply to Ingo Klöcker from comment #5)
> Setting
>   self.runtimeDependencies["extragear/libalkimia"]
> to anything other than None makes no sense. The only thing that's relevant
> is the keys of the dependencies dict. The values are ignored.

Thanks for the clarification. Since some blueprints use such a version

> :~/CraftRoot>find etc/blueprints/locations/ -name '*.py' | xargs grep -Hn 
> runtimeDep | grep -v None
> etc/blueprints/locations/craft-blueprints-kde/libs/qt5/qtbase/qtbase.py:104:  
>   self.runtimeDependencies["libs/openssl"] = "1.1"
> etc/blueprints/locations/craft-blueprints-kde/libs/qt5/qtconnectivity/qtconnectivity.py:27:
> self.runtimeDependencies["libs/qt5/qtandroidextras"] = "default"
> etc/blueprints/locations/craft-blueprints-kde/extragear/digikam/digikam.py:56:
> self.runtimeDependencies["libs/ffmpeg"] = "4.4"

I thought that should work.

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

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

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

--- Comment #5 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #4)
> No, they are contained in the binary as Qt resources. Your check is wrong.

This explains the differences, but makes it more difficult to investigate the
causes due to their hidden nature. You can no longer search with strace or
similar where they should be.

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

[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=459128

--- Comment #23 from Ralf Habacker  ---
Now that the supported download backends only address servers from a more
controlled environment (KDE infrastructure), the returns and triggered signals
are checked in unit tests and the unit tests are separated per backend, the
picture has become somewhat clearer. 

openSUSE Tumbleweed
(https://invent.kde.org/office/alkimia/-/jobs/1687774#L1082)

All tests in relation to wegengine fail 
   7 - alkonlinequotes-webengine-test (Failed)
 10 - alkdownloadengine-webengine-test (Failed)
 12 - alkwebpage-webengine-test (Failed)

FreeBsD (https://invent.kde.org/office/alkimia/-/jobs/1687776#L1018)
   7 - alkonlinequotes-webengine-test (Subprocess aborted)
 10 - alkdownloadengine-webengine-test (Subprocess aborted)
 12 - alkwebpage-webengine-test (Failed)

Windows (https://invent.kde.org/office/alkimia/-/jobs/168#L957) 
  6 - alkonlinequotes-webengine-test (Failed)
  9 - alkdownloadengine-webengine-test (Failed)
 11 - alkwebpage-webengine-test (Failed)

while the tests with Webkit work

openSUSE-Leap (https://invent.kde.org/office/alkimia/-/jobs/1687786#L1850

 7/18 Test #7: alkonlinequotes-webkit-test .   Passed 1.68 sec
10/18 Test #10: alkdownloadengine-qt-test ...   Passed 6.58 sec
11/18 Test #11: alkdownloadengine-kio-test ..   Passed 9.95 sec
12/18 Test #12: alkdownloadengine-webkit-test ...   Passed 7.04 se
14/18 Test #14: alkwebpage-webkit-test ..   Passed 1.14 sec

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

[Craft] [Bug 426724] Missing support for adding dependencies to a specific package version

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=426724

--- Comment #4 from Ralf Habacker  ---
Hi,
i have a real world example for this: 

Building package kmymoney from master branch depends on using likalkimia from
git master branch, so I added  in the craft blueprint for kmymoney 

if self.buildTarget != "master":
self.runtimeDependencies["extragear/libalkimia"] = None
else:
self.runtimeDependencies["extragear/libalkimia"] = 'master'


After that running 

 craft --target master kmymoney 

still fetches libalkimia from the standard branch and not from the master
branch and fails to configure with 

CMake Error at CMakeLists.txt:151 (find_package):
  Could not find a configuration file for package "LibAlkimia5" that is
  compatible with requested version "8.1.72".

  The following configuration files were considered but not accepted:

/home/user/CraftRoot/lib/cmake/LibAlkimia5-8.1/LibAlkimia5Config.cmake,
version: 8.1.2

I need to change the defaultTarget to 'master' in libalkimia.py  as workaround.

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

[i18n] [Bug 484510] Umbrello builds broken by translation change

2024-03-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=484510

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #6 from Ralf Habacker  ---
The issue has been fixed by the translation team.

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

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

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

--- Comment #3 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #2)
> Looks like they are not included when the package is created

$ sh -x ./kmymoney-master-3149-linux-gcc-x86_64.AppImage --appimage-mount
/tmp/mount_my
/tmp/.mount_kmymon1ejUGl 

$find /tmp/.mount_kmymon1ejUGl -name '*.kmt' | wc -l

It seems to be a general problem with the packaging.

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

  1   2   3   4   5   6   7   8   9   10   >