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

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

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

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

$ find ~/src/kmymoney-master/kmymoney/templates/ -name '*.kmt' | wc -l
530

$ find kmymoney-master-3149-windows-cl-msvc2019-x86_64 -name '*.kmt' | wc -l
0

Looks like they are not included when the package is created

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

[umbrello] [Bug 480019] Bird's Eye View doesn't update from original document size

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

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/sdk/
   ||umbrello/-/commit/0f9884eb5
   ||325b41e40aa03257464ad43d506
   ||5dce
 Resolution|--- |FIXED
   Version Fixed In||2.39.2 (KDE releases
   ||24.02.02)
 Status|REPORTED|RESOLVED

--- Comment #11 from Ralf Habacker  ---
Git commit 0f9884eb5325b41e40aa03257464ad43d5065dce by Ralf Habacker.
Committed on 27/03/2024 at 10:35.
Pushed by habacker into branch 'release/24.02'.

Correct inappropriate scrollbars after importing graphs into a diagram

When importing graphs into a class or sequence diagram, the extent of the
scene was too small, so that it was not possible to scroll over the entire
elements.

umbrello/diagram_utils.cpp:
- in importGraph() update scene rect

umbrello/umlscene.{h,cpp}:
- add static constant s_sceneBorder
- add method updateSceneRect()
FIXED-IN: 2.39.2 (KDE releases 24.02.02)

M  +2-0umbrello/diagram_utils.cpp
M  +10   -0umbrello/umlscene.cpp
M  +2-0umbrello/umlscene.h

https://invent.kde.org/sdk/umbrello/-/commit/0f9884eb5325b41e40aa03257464ad43d5065dce

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

[umbrello] [Bug 480019] Bird's Eye View doesn't update from original document size

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

--- Comment #10 from Ralf Habacker  ---
Git commit bccb5f391ae2caaee518ab4ada7651b6b2522c3f by Ralf Habacker.
Committed on 27/03/2024 at 10:35.
Pushed by habacker into branch 'release/24.02'.

umbrello/diagram_utils.{h,cpp}: Restructured in preparation for troubleshooting

- Outsourcing the actual working parts of importGraph() to
  importClassGraph()
- Rename the parameter fileName into sourceHint, as not only
  file names are specified here

M  +28   -26   umbrello/diagram_utils.cpp
M  +3-2umbrello/diagram_utils.h

https://invent.kde.org/sdk/umbrello/-/commit/bccb5f391ae2caaee518ab4ada7651b6b2522c3f

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

[umbrello] [Bug 484533] Support for the import of call stacks created with the msvc compiler

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

--- Comment #1 from Ralf Habacker  ---
Created attachment 167840
  --> https://bugs.kde.org/attachment.cgi?id=167840=edit
Callstack example created with WinDbg

The call stack was created with

WinDbg client 1.2402.24001.0
Debugger-Engine 10.0.27553.1004

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

[umbrello] [Bug 484533] New: Support for the import of call stacks created with the msvc compiler

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

Bug ID: 484533
   Summary: Support for the import of call stacks created with the
msvc compiler
Classification: Applications
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: importer
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Umbrello already supports the import of call stacks into a sequence diagram for
gcc and QtCreator/gcc, but currently not for the msvc compiler.

An example looks like this:

>   
> VSGWrapper.dll!vsgWin32::Win32_Window::Win32_Window(vsg::ref_ptr
>  traits) Zeile 319   C++
   
VSGWrapper.dll!vsg::Inherit::create
&>(vsg::ref_ptr & ) Zeile 37 C++
VSGWrapper.dll!vsg::Window::create(vsg::ref_ptr
traits) Zeile 27 C++
VSGWrapper.dll!VSGObject::init(int mode, void * hwnd) Zeile 68  C++
VSGWrapper.dll!VSGWrapper_init(HWND__ * hWnd, int mode) Zeile 15   
C++
MFCApplication3.exe!CChildView::OnCreate(tagCREATESTRUCTW *
lpCreateStruct) Zeile 70C++

The same stack with source paths:

VSGWrapper.dll!vsgWin32::Win32_Window::Win32_Window(vsg::ref_ptr
traits) Zeile 319
unter
D:\projects\git\vsgFramework\build-debug\components\vsg-src\src\vsg\platform\win32\Win32_Window.cpp
(319)
VSGWrapper.dll!vsg::Inherit::create
&>(vsg::ref_ptr & ) Zeile 37
unter
D:\projects\git\vsgFramework\build-debug\components\vsg-src\include\vsg\core\Inherit.h
(37)
VSGWrapper.dll!vsg::Window::create(vsg::ref_ptr traits)
Zeile 27
unter
D:\projects\git\vsgFramework\build-debug\components\vsg-src\src\vsg\platform\win32\Win32_Window.cpp
(27)
VSGWrapper.dll!VSGObject::init(int mode, void * hwnd) Zeile 68
unter D:\projects\git\VSGWrapper-src\src\VSGWrapper\VSGObject.cpp (68)
VSGWrapper.dll!VSGWrapper_init(HWND__ * hWnd, int mode) Zeile 15
unter D:\projects\git\VSGWrapper-src\src\VSGWrapper\VSGWrapper.cpp (15)
MFCApplication3.exe!CChildView::OnCreate(tagCREATESTRUCTW * lpCreateStruct)
Zeile 70
unter D:\projects\git\MFCApplication3\MFCApplication3\ChildView.cpp
(70)

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

--- Comment #4 from Ralf Habacker  ---
For the stable branch an update of craft blueprints was required and has been
applied : 

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

but it looks like these changes are not (yet) included in the Docker image used
to build the packages, see
https://invent.kde.org/sdk/umbrello/-/jobs/1682886#L112

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

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

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

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #4)
> On master branch this depends on bug 484510.

In real this bug blocks bug 484507.

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

--- Comment #3 from Ralf Habacker  ---
On master branch this depends on bug 484510.

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

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

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

--- Comment #4 from Ralf Habacker  ---
On master branch this depends on bug 484510.

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

--- Comment #2 from Ralf Habacker  ---
Git commit 7b1aa3156cea463991767e4c8a4e882bf3c97645 by Ralf Habacker.
Committed on 26/03/2024 at 11:37.
Pushed by habacker into branch 'release/24.02'.

Add building snapshots on Windows
(cherry picked from commit 2289882216909aba7d1b686a2c6244fbeeaef20f)

M  +1-0.gitlab-ci.yml

https://invent.kde.org/sdk/umbrello/-/commit/7b1aa3156cea463991767e4c8a4e882bf3c97645

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

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

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

--- Comment #3 from Ralf Habacker  ---
Also reverting the commit in question did not work:

git revert 8b70c805187d13e4c164702931eb9a29256bc1df
git push 
Objekte aufzählen: 7, fertig.
Zähle Objekte: 100% (7/7), fertig.
Delta-Kompression verwendet bis zu 12 Threads.
Komprimiere Objekte: 100% (3/3), fertig.
Schreibe Objekte: 100% (4/4), 429 Bytes | 429.00 KiB/s, fertig.
Gesamt 4 (Delta 3), Wiederverwendet 1 (Delta 1), Pack wiederverwendet 0
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/apphelp/index.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/authors.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately:
po/sl/docs/umbrello/code_import_and_generation.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/credits.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/index.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/introduction.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/other_features.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/settings.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately: po/sl/docs/umbrello/uml_basics.docbook
remote: Audit failure - Commit 59006165220fb65b7204996b0320f2a6b8eaf331 -
Translations maintained separately:
po/sl/docs/umbrello/working_with_umbrello.docbook
remote: Push declined - commits failed audit

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

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

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

--- Comment #2 from Ralf Habacker  ---
Created attachment 167789
  --> https://bugs.kde.org/attachment.cgi?id=167789=edit
Workaround to fix building

I tried to add a local workaround for this issue, but this was not accepted:

$ git push 
Objekte aufzählen: 13, fertig.
Zähle Objekte: 100% (13/13), fertig.
Delta-Kompression verwendet bis zu 12 Threads.
Komprimiere Objekte: 100% (6/6), fertig.
Schreibe Objekte: 100% (7/7), 838 Bytes | 838.00 KiB/s, fertig.
Gesamt 7 (Delta 4), Wiederverwendet 0 (Delta 0), Pack wiederverwendet 0
remote: Audit failure - Commit 4827e932cce31b000c1ad5eafcd2d8212a1c3761 -
Translations maintained separately: po/sl/docs/umbrello/index.docbook
remote: Push declined - commits failed audit
...
 ! [remote rejected] master -> master (pre-receive hook declined)

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

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

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

--- Comment #1 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #0)
> This pipeline https://invent.kde.org/sdk/umbrello/-/pipelines/643020 fails

There issue is caused by a missing entity named 'ie': 

uml_basics.docbook:526: parser error : Entity 'ie' not defined
>Diagrami zaporedja prikazujejo izmenjavo sporočil ( klic metode) med več 
 ^
uml_basics.docbook:778: parser error : Entity 'ie' not defined
>Komponente imajo lahko vmesnike ( abstraktne razrede z operacijami), ki omo
  ^
This entity has been added to kdoctools git repo with commit
https://invent.kde.org/frameworks/kdoctools/-/commit/f7afe73afa411e5457bc85befc101dc89054f5d4,
but on CI, an older version of kdoctools is used, which does not have this
definition. 

Also this change breaks building on openSUSE Leap 15.5, where kdoctools version
5.103 is installed by default.

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

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

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

Ralf Habacker  changed:

   What|Removed |Added

  Component|documentation   |sl
Product|umbrello|i18n
 CC||andrej.programiranje@mernik
   ||ov.net,
   ||andrej.verne...@gmail.com
   Assignee|umbrello-de...@kde.org  |j...@holodeck1.com
Version|Git |unspecified

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

[umbrello] [Bug 484510] New: Umbrello builds broken by translation change

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

Bug ID: 484510
   Summary: Umbrello builds broken by translation change
Classification: Applications
   Product: umbrello
   Version: Git
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: documentation
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

This pipeline https://invent.kde.org/sdk/umbrello/-/pipelines/643020 fails to
build caused by this commit 
https://invent.kde.org/sdk/umbrello/-/commit/8b70c805187d13e4c164702931eb9a29256bc1df,
where Slovenian translations has been added.

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

Ralf Habacker  changed:

   What|Removed |Added

Product|libalkimia  |i18n
  Component|CI  |en_GB
   Assignee|kmymoney-de...@kde.org  |kde-en...@kde.me.uk
Version|master  |unspecified

--- Comment #1 from Ralf Habacker  ---
The related entries are: 

$ grep "bravenec2nd" plasma/applets/ForeignCurrencies/metadata.desktop
Comment=Plasmoid showing current foreign currencies prices. Fork of Foreign
Currencies plasmoid by bravenec2nd.
Comment[ca]=Plasmoide que mostra els preus actuals de les divises estrangeres.
Bifurcació del plasmoide divises estrangeres de «bravenec2nd».
Comment[ca@valencia]=Plasmoide que mostra els preus actuals de les divises
estrangeres. Bifurcació del plasmoide divises estrangeres de «bravenec2nd».
Comment[de]=Plasmoid zur Anzeige aktueller Kurse ausländischer Währungen. Fork
des Währungs-Plasmoid von bravenec2nd.
Comment[el]=Μικροεφαρμογή που εμφανίζει τις τρέχουσες τιμές των ξένων
νομισμάτων. Νέος κόμβος ανάπτυξης του πλασμοειδούς από τον bravenec2nd.
Comment[en_GB]=Plasmoid showing current foreign currencies prices. Fork of
Foreign Currencies plasmoid by bravenec2nd.
Comment[eo]=Plasmoid montranta aktualajn fremdvalutajn prezojn. Forko de
Foreign Currencies-plasmoido de bravenec2nd.
Comment[es]=Plasmoide para mostrar los precios actuales de monedas extranjeras.
Bifurcación del plasmoide «Monedas extranjeras» de bravenec2nd.
Comment[et]=Välisvääringute hinda näitav plasmoid. Varasema bravenec2nd loodud
plasmoidi Foreign Currencies edasiarendus.
Comment[eu]=Atzerriko dibisen uneko prezioak erakusten dituen plasmoidea.
«Bravenec2nd»ek eginiko «Atzerriko dibisak» plasmoidearen adarkatze bat.
Comment[fr]=Composant graphique affichant les taux de change en vigueur de
devises étrangères. Branche du composant graphique « Devises étrangères » de
bravenec2nd.
Comment[gl]=Trebello que amosa os prezos actuais de divisas estranxeiras.
Nacido do trebello de divisas estranxeiras de bravenec2nd.
Comment[hu]=Idegen valuták aktuális árait megjelenítő kisalkalmazás, a
bracenec2nd által fejlesztett Idegen valuták leágazása.
Comment[ia]=Plasmoid monstrante precios de numerarios estranie currente. Fork
de plasmoid Foreign Currencies per bravenec2nd.
Comment[it]=Plasmoide che mostra i valori correnti delle valute straniere.
Derivato dal plasmoide Foreign Currencies di bravenec2nd.
Comment[ka]=უცხოური ვალუტების კურსების მაჩვენებელი პლაზმოიდი. bravenec2nd-ის
პლაზმოიდის ფორკი.
Comment[ko]=현재 외화 환율을 보여 주는 Plasmoid입니다. bravenec2nd가 제작한 환율 Plasmoid의 포크입니다.
Comment[nl]=Plasmoid die huidige koersen van vreemde valuta toont. Afsplitsing
van plasmoid Vreemde valuta door bravenec2nd.
Comment[pl]=Plazmoid wyświetlający obecne ceny walut obcych. Odgałęzienie
plazmoidu walut obcych stworzonego przez bravenec2nd.
Comment[pt]=Plasmóide que mostra os preços actuais das moedas estrangeiras.
Derivado do plasmóide de Moedas Estrangeiras de 'bravenec2nd'.
Comment[pt_BR]=Plasmoide mostrando preços atuais de moedas estrangeiras. Fork
do plasmoide "Foreign Currencies" do bravenec2nd.
Comment[ru]=Виджет Plasma, показывающий актуальные котировки. Ответвление от
виджета Foreign Currencies от bravenec2nd.
Comment[sk]=Plazmoid zobrazujúci aktuálne ceny cudzích mien. Fork z plazmoidu
Cudzie meny od bravenec2nd.
Comment[sl]=Plazmoid, ki prikazuje trenutne tečajnice tujih valut. Razvito iz
plazmoida Tuje valute avtorja bravenec2nd.
Comment[sv]=Plasmoid som visar aktuella utländska valutakurser. Avknoppning av
plasmoiden Foreign Currencies av bravenec2nd.
Comment[tr]=Geçerli yabancı para birimleri kurlarını gösteren Plasmoid.
bravenec2nd tarafından yapılan Yabancı Para Birimleri Plasmoid’inin bir çatalı.
Comment[uk]=Плазмоїд для показу курсів іноземних валют. Відгалуження плазмоїда
курсів іноземних валют, автором якого є bravenec2nd.
Comment[x-test]=xxPlasmoid showing current foreign currencies prices. Fork of
Foreign Currencies plasmoid by bravenec2nd.xx
Comment[zh_CN]=显示当前外币价格的桌面小部件。是 bravenec2nd 制作的外币信息桌面小部件的一个分支。
Comment[zh_TW]=顯示目前外幣價格的 Plasma 小元件。是 bravenec2nd 所做的外幣 Plasma 元件的 fork。

A look at
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#comments,
where it says 

> Comments
> Lines beginning with a # and blank lines are considered comments 

lines such as

Comment=Plasmoid showing the current prices of foreign currencies. Fork of
Foreign Currencies plasmoid by bravenec2nd.

could be changed as follows: 

Comment=Plasmoid showing the current prices of foreign currencies
# Fork of Foreign Currencies plasmoid by bravenec2nd.

Does anyone have any tips on how to handle this alternatively without losing
this information?

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

--- Comment #1 from Ralf Habacker  ---
Git commit 2289882216909aba7d1b686a2c6244fbeeaef20f by Ralf Habacker.
Committed on 26/03/2024 at 09:13.
Pushed by habacker into branch 'master'.

Add building snapshots on Windows

M  +1-0.gitlab-ci.yml

https://invent.kde.org/sdk/umbrello/-/commit/2289882216909aba7d1b686a2c6244fbeeaef20f

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

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

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

Bug ID: 484507
   Summary: No more current binary packages for umbrello available
Classification: Applications
   Product: umbrello
   Version: 2.33.2 (KDE releases 20.12.2)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: installer/packages
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

SUMMARY
Since binary-factory.kde.org has been retired (see
https://mail.kde.org/pipermail/kde-devel/2024-February/002405.html), binary
files are no longer available for umbrello.  



STEPS TO REPRODUCE
1. see the above mentioned email

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

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

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

--- Comment #3 from Ralf Habacker  ---
Created attachment 167743
  --> https://bugs.kde.org/attachment.cgi?id=167743=edit
Disassembly of LedgerView::slotSettingsChanged

void LedgerView::slotSettingsChanged()
{
# crash
updateGeometries();
Q_EMIT settingsChanged();

d->setFonts();
d->resetMaxLineCache();
...

The crash happens before calling updateGeometries()  on accessing the virtual
table of class LedgerView, which is a virtual method, which means that the this
pointer is corrupted or invalid at this time.

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

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

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

--- Comment #2 from Ralf Habacker  ---
Created attachment 167742
  --> https://bugs.kde.org/attachment.cgi?id=167742=edit
More detailed stacktrace generated on Linux

As the debug symbols for the windows builds are not source indexed (Windbg
reported this), a more detailed back trace has been generated on Linux.

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

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

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

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #167739|0   |1
is obsolete||

--- Comment #1 from Ralf Habacker  ---
Created attachment 167741
  --> https://bugs.kde.org/attachment.cgi?id=167741=edit
Screenshot with backtrace

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

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

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

Bug ID: 484454
   Summary: KMyMoney from master branch crashes on second and
further start
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Microsoft Windows
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 167739
  --> https://bugs.kde.org/attachment.cgi?id=167739=edit
Screenshot with backtrace

STEPS TO REPRODUCTION
1. download from
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3149-windows-cl-msvc2019-x86_64.7z
2. unpack the archive
3. enter the unzipped directory and start bin/kmymoney

OBSERVED RESULT
>From second and further start  kmymoney crashes. For a backtrace see the
appended screenshot.

EXPECTED RESULT
kmymoney should not crash

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 484448] New: Missing German account templates

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

Bug ID: 484448
   Summary: Missing German account templates
Classification: Applications
   Product: kmymoney
   Version: git (master)
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: packaging
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 167736
  --> https://bugs.kde.org/attachment.cgi?id=167736=edit
Screenshot showing missing german account templates

STEPS TO REPRODUCTION
1. download from
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/kmymoney-master-3149-windows-cl-msvc2019-x86_64.7z
2. unpack the archive
3. enter the unzipped directory and start bin/kmymoney
4. select "File->New book"

OBSERVED RESULT
When creating the new book, I expected "German account templates" to be
displayed as the language for the Windows host and application is "German", but
they are missing as the attached screenshot shows. 

EXPECTED RESULT
German account templates should be available

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.

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

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

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

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

Ralf Habacker  changed:

   What|Removed |Added

Product|kmymoney|Craft
 CC||kde-wind...@kde.org
  Component|packaging   |Blueprints
   Assignee|kmymoney-de...@kde.org  |vonr...@kde.org
Version|5.1.3   |stable

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

--- Comment #22 from Ralf Habacker  ---
(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. It is likely WebEngine is highly untested as
> very little software makes use of it.

There seem to be general problems with Webengine on Windows, see
https://bugs.kde.org/show_bug.cgi?id=484446.

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

[kmymoney] [Bug 484445] Overview window empty if kmymoney is executed from a network path or a mapped host path when using a Windows virtual machine

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

Ralf Habacker  changed:

   What|Removed |Added

   Platform|Other   |Microsoft Windows
 OS|Linux   |All

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

  1   2   3   4   5   6   7   8   9   10   >