[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 479440] Issue with undocked browser preview in onlinequoteseditor

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

--- Comment #2 from Ralf Habacker  ---
Further investigations showed that this problem does not depend on a specific
Qt version, as it occurs with Qt5 and an older version if the block is
activated from line
https://invent.kde.org/office/alkimia/-/blob/master/tools/onlinequoteseditor/mainwindow.cpp?ref_type=heads#L119
by defined(BUILD_WITH_WEBKIT) || defined(BUILD_WITH_WEBENGINE). It is caused by
a mutual triggering of signals and their handling

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

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

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

--- Comment #1 from Ralf Habacker  ---
The prerequisite for displaying this problem is that the build is configured
with -DBUILD_WITH_WEBKIT or -DBUILD_WITH_WEBENGINE, which activates the field
for editing the URL in the browser docking window.

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