Author Topic: Qt6 Application Testing  (Read 406635 times)

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2522
  • Karma: +191/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #840 on: January 30, 2025, 08:41:43 am »
Industrial amnesia - forgot about referencing it. The page loads for me in qt6 dooble, but interestingly the test teardrop renders fine here.

I never got as far as the teardrop, it was actually links I followed from the page that caused Dooble to vanish.
The issue there was different then what we're experiencing, blurry SVG's while we have non-rendering SVG's.

Quote
Is the issue SVG itself, or fonts that utilise SVG? Not sure where opentype support comes from (fontconfig or ??) but perhaps svg isn't enabled?

It's SVG itself, there's SVG icons that also don't render. SVG is raster drawing the fonts. I'd assume someone draws the fonts rather then coming from fontconfig though that makes NLS support hard.
Thing is that only some characters or icons are drawn which is weird. So SVG does work, sometimes. If you look at the testcase I attached to #73, it's just a bunch of numbers.

I understand the issue itself is different, the point was more that it might point to where in chromium the svg rendering is (ie skia)

Remy

  • Hero Member
  • *****
  • Posts: 878
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #841 on: January 30, 2025, 12:01:54 pm »
Using latest Dooble QT6 build.
(with QT6.2.11)

The translate option not always well working as it is supposed too
e.g.

Source link:
https://eike-klima-energie.eu/2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/

Link generated by Dooble translate tool link (not working - error):
https://eike-klima-energie-eu.translate.goog//2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/?_x_tr_sl=auto&_x_tr_tl=fr&_x_tr_hl=fr&_x_tr_pto=wapp

The link generated using google translate web page:
https://eike--klima--energie-eu.translate.goog/2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp

'.' dot into hostname should be converted into '-'   (this is well done)
'-' into hostname should be duplicated   (this isn't done !)
'/' first slash following hostname should not be duplicated   (this is not done)


Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5255
  • Karma: +44/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Qt6 Application Testing
« Reply #842 on: February 20, 2025, 01:22:43 pm »
Hello

I'm sorry but I got confused again on the thread. Which is the latest Qt6 release that has the web engine to test Dooble Qt6 ?

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2522
  • Karma: +191/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #843 on: February 21, 2025, 02:55:58 am »
I'm sorry but I got confused again on the thread. Which is the latest Qt6 release that has the web engine to test Dooble Qt6 ?
https://smedley.id.au/tmp/qt6-6.2.11-qtwebengine-6.2.6-os2-20250119.zip + https://smedley.id.au/tmp/qt6weben-6.2.6-20250124.zip

Neil Waldhauer

  • Hero Member
  • *****
  • Posts: 1122
  • Karma: +30/-0
    • View Profile
    • Blonde Guy
Re: Qt6 Application Testing
« Reply #844 on: April 24, 2025, 01:24:20 am »
When I try to download https://smedley.id.au/tmp/qt6weben-6.2.6-20250124.zip I get a 404.

I'm trying to follow Martin's guide to installing Qt6 and Dooble on page 1.
Expert consulting for ArcaOS, OS/2 and eComStation
http://www.blondeguy.com

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2522
  • Karma: +191/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #845 on: April 24, 2025, 01:28:00 am »
When I try to download https://smedley.id.au/tmp/qt6weben-6.2.6-20250124.zip I get a 404.

I'm trying to follow Martin's guide to installing Qt6 and Dooble on page 1.

Probably my bad as I did a cleanup of my tmp directory over Easter. Pretty sure there is a better choice of binaries than that link. I'm out this morning but will follow up here this afternoon my time.

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2522
  • Karma: +191/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #846 on: April 24, 2025, 07:34:55 am »
I've reinstated the missing file - apologies for the inconvenience.

Neil Waldhauer

  • Hero Member
  • *****
  • Posts: 1122
  • Karma: +30/-0
    • View Profile
    • Blonde Guy
Re: Qt6 Application Testing
« Reply #847 on: April 25, 2025, 05:05:37 am »
Thanks! I downloaded and followed Martin's instructions and I have dooble-QT6 running.

Interesting observation: I wondered if I was missing some depenencies, so I ran PMDLL Qt6WebEn.dll

PMDLL does not do anything useful after that. Maybe it was never intended to work on such a complex DLL.
Expert consulting for ArcaOS, OS/2 and eComStation
http://www.blondeguy.com

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2522
  • Karma: +191/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #848 on: April 25, 2025, 07:45:47 am »
Thanks! I downloaded and followed Martin's instructions and I have dooble-QT6 running.

Interesting observation: I wondered if I was missing some depenencies, so I ran PMDLL Qt6WebEn.dll

PMDLL does not do anything useful after that. Maybe it was never intended to work on such a complex DLL.

I tend to use chkdll32.exe rather than pmdll - for no real reason :)

Remy

  • Hero Member
  • *****
  • Posts: 878
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #849 on: April 25, 2025, 12:12:04 pm »
Thanks! I downloaded and followed Martin's instructions and I have dooble-QT6 running.

Interesting observation: I wondered if I was missing some depenencies, so I ran PMDLL Qt6WebEn.dll

PMDLL does not do anything useful after that. Maybe it was never intended to work on such a complex DLL.

High Neil !

Know you having installed same build as I have and assume loaded highmem dlls.
I suppose on a SMP system.

Could you give a try opening up to 6 tabs using following links and monitor free shared low memory size after each full loaded tab. Thanks

- https://remydodin.levillage.com
- https://www.boursorama.com/bourse/indices/cours/1rPCAC/
- https://nsidc.org/sea-ice-today/sea-ice-tools/charctic-interactive-sea-ice-graph
- https://notrickszone.com/
- any other....   

Regards