Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Nils Jeisecke via Development
Hi, Am 25.09.2019 um 12:33 hat Matthew Woehlke geschrieben: As a user, I don't want to have to know/measure/compute the DPI of my display device. I just want to make "stuff" bigger or smaller. Exactly! As a (Windows) *user* I want Qt based applications (which a user is probably not aware of be

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Elvis Stansvik
Den tors 26 sep. 2019 kl 04:51 skrev Thiago Macieira : > > On Wednesday, 25 September 2019 11:08:39 PDT Elvis Stansvik wrote: > > Large parts of the world did not grow up with inches. I know I'd have > > a hard time to hold up my fingers to show an inch... > > For most people, "DPI" is an arbitrary

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Martin Koller
Hi Lorn, On Donnerstag, 26. September 2019 03:32:24 CEST Lorn Potter wrote: > Hi Martin, > > > On 26/9/19 3:18 AM, Martin Koller wrote: > > Hi, > > > > just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and > > it fails. > > Is this known or do I have a local problem ? >

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Thiago Macieira
On Wednesday, 25 September 2019 10:18:29 PDT Martin Koller wrote: > just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and > it fails. Is this known or do I have a local problem ? Did you pass any -no-feature flags to configure? Remember: disabling features voids your warrant

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Thiago Macieira
On Wednesday, 25 September 2019 11:08:39 PDT Elvis Stansvik wrote: > Large parts of the world did not grow up with inches. I know I'd have > a hard time to hold up my fingers to show an inch... For most people, "DPI" is an arbitrary number ranging from 72 to 288... -- Thiago Macieira - thiago.ma

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Thiago Macieira
On Wednesday, 25 September 2019 05:54:20 PDT Morten Sørvig wrote: > I see two differences between setting the DPI vs a factor: > > - You set one value per screen (DPI) instead of two (DPI & factor) > > - Qt can compute the factor, according to policy set by the application (as > mentioned above)

Re: [Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Lorn Potter
Hi Martin, On 26/9/19 3:18 AM, Martin Koller wrote: Hi, just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and it fails. Is this known or do I have a local problem ? I haven't seen this error. I tried to reproduce this with suse 15. with this configure line: -xplatform

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Elvis Stansvik
Den ons 25 sep. 2019 kl 20:51 skrev Kai Pastor, DG0YT : > > Am 25.09.19 um 20:08 schrieb Elvis Stansvik: > > Den ons 25 sep. 2019 kl 18:34 skrev Matthew Woehlke > > : > >> On 25/09/2019 08.54, Morten Sørvig wrote: > >>> I see two differences between setting the DPI vs a factor: > >>> > >>> - You se

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Kai Pastor, DG0YT
Am 25.09.19 um 20:08 schrieb Elvis Stansvik: Den ons 25 sep. 2019 kl 18:34 skrev Matthew Woehlke : On 25/09/2019 08.54, Morten Sørvig wrote: I see two differences between setting the DPI vs a factor: - You set one value per screen (DPI) instead of two (DPI & factor) - Qt can compute the facto

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Elvis Stansvik
Den ons 25 sep. 2019 kl 18:34 skrev Matthew Woehlke : > > On 25/09/2019 08.54, Morten Sørvig wrote: > > I see two differences between setting the DPI vs a factor: > > > > - You set one value per screen (DPI) instead of two (DPI & factor) > > > > - Qt can compute the factor, according to policy set

[Development] 5.12.5 and wasm-emscripten

2019-09-25 Thread Martin Koller
Hi, just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and it fails. Is this known or do I have a local problem ? /home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/plugin/qlibrary.h:45:1: error: static_assert failed due to requi

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Matthew Woehlke
On 25/09/2019 08.54, Morten Sørvig wrote: > I see two differences between setting the DPI vs a factor: > > - You set one value per screen (DPI) instead of two (DPI & factor) > > - Qt can compute the factor, according to policy set by the application (as > mentioned above) > > [...] > > If poss

[Development] Add functionality to QPdfWriter

2019-09-25 Thread Erik Janssens
Hi, We would like to add some functionality QPdfWriter to be able to embed custom xmp metadata and attachments in the pdf files generated by QPdfWriter. This would improve the handling of pdf files created in Qt by other applications, such as document managment systems. The proposed changes are

Re: [Development] Updated high-DPI support for Qt 5.14

2019-09-25 Thread Morten Sørvig
> On 24 Sep 2019, at 17:54, Thiago Macieira wrote: > > On Monday, 16 September 2019 06:00:27 PDT Morten Sørvig wrote: >> Could KDE possibly set per-screen DPI instead of a scale factor? >> Applications can now use the >> QGuiApplication::setHighDpiScaleFactorRoundingPolicy() API to decide wethe

Re: [Development] Updating/changing "default" branch for qtbase repository

2019-09-25 Thread Kari Oikarinen
On 16.9.2019 15.10, Lars Knoll wrote: > >> On 16 Sep 2019, at 13:26, Albert Astals Cid via Development >> mailto:development@qt-project.org>> wrote: >> >> El dilluns, 16 de setembre de 2019, a les 13:22:22 CEST, Frederik Gladhorn va >> escriure: >>> On mandag 16. september 2019 12:22:06 CEST Ed

[Development] Qt 5.14.0 Alpha released

2019-09-25 Thread Jani Heikkinen
Hi all, We have released Qt 5.14.0 Alpha today, see https://www.qt.io/blog/qt-5.14-alpha-released Big thanks to everyone involved! Br, Jani Heikkinen Release Manager ___ Development mailing list Development@qt-project.org https://lists.qt-project.or

Re: [Development] Where to find development snapshots of Qt

2019-09-25 Thread Richard Weickelt
> You can download snapshot via online installer. At the moment we don't publish > separate src packages to download.qt.io Thanks, but I can't see any Qt snapshots in the online installer. Some of the "preview" packages there are even outdated. This is what I see: https://pasteboard.co/Iz16Exp.pn

Re: [Development] Where to find development snapshots of Qt

2019-09-25 Thread Richard Weickelt
> I guess that building Qbs in Coin is the only way to build against unreleased > Qt versions. How much effort would that be to set up and to maintain for an external contributor? Any experiences? ___ Development mailing list Development@qt-project.org