Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-21 Thread Boudewijn Rempt via Interest
On zondag 21 april 2019 10:43:37 CEST Allan Sandfeld Jensen wrote: > It seems a lot of new Windows API is UWP specific. For instance for HDR > support I need to read the luminance level for SDR content in HDR mode, and I > could only find UWP API for that. We had to patch Qt a lot to make HDR

Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-18 Thread Boudewijn Rempt via Interest
On donderdag 18 april 2019 15:29:33 CEST Pier Luigi Fiorini wrote: > Does this affect shipping Qt apps in the store? > I'm not a Windows expert but as far as I remember only UWP apps are > supposed to go there, but I can be wrong. > No -- you can also ship ordinary desktop Qt applications that

Re: [Interest] linuxdeployqt?

2018-11-16 Thread Boudewijn Rempt
On vrijdag 16 november 2018 16:53:55 CET Alexander Dyagilev wrote: > Hello, > > On Windows we have windeployqt. > > On MAC - macdeployqt. > > On Linux - there is no tool for this ? Is there some convenient > alternative way to copy all the required Qt files then (my project uses > Quick

Re: [Interest] HDR 10/ HDR Dolby support?

2018-05-15 Thread Boudewijn Rempt
he possibility to use HDR creatively and intuitively. -- Boudewijn Rempt | https://www.krita.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] HDR 10/ HDR Dolby support?

2018-05-15 Thread Boudewijn Rempt
On dinsdag 15 mei 2018 18:00:04 CEST Allan Sandfeld Jensen wrote: > On Dienstag, 15. Mai 2018 12:21:53 CEST Boudewijn Rempt wrote: > > Hi, > > > > I'm wondering, is there any work going to support HDR 10 or HDR Dolby from > > within Qt, directly or through OpenGL? Has

Re: [Interest] QFileDialog not localizing in Qt 5.4.2

2018-02-04 Thread Boudewijn Rempt
On Sunday, 4 February 2018 18:44:52 CET Thiago Macieira wrote: > On Sunday, 4 February 2018 09:32:24 PST Bob Hood wrote: > > Has anybody else had problems with this?Might I be doing something > > incorrectly? > > What OS is that? That's the native OSX or macOS file dialog.

[Interest] QSharedMemory and different versions of Qt

2017-07-20 Thread Boudewijn Rempt
I just got this bug report: https://bugs.kde.org/show_bug.cgi?id=382491 , which suggests that QSharedMemory only works if both applications were built with the same version of Qt. Is that correct? I cannot find anything about that in http://doc.qt.io/qt-5/qsharedmemory.html -- Boudewijn Rempt

Re: [Interest] Mixing OpenGL and QPainter in QOpenGLWidget

2017-03-03 Thread Boudewijn Rempt
ways 0). But when I comment out the OpenGL calls but keep the QPainter > statements, the error is still there. > > Do I miss something? Any ideas how to debug? Should I be concerned about > that error code or should I just ignore it? Could it be (one of the)

[Interest] Using Qt Webengine to render to an image

2016-08-26 Thread Boudewijn Rempt
Hi, I'm looking into ways to render complex text with opentype features, complex scripts and so on. Web engines support that already, so I was wondering whether someone has already tried to make qtwebengine(page) render to a QImage instead of a widget. -- Boudewijn Rempt | http://www.krita.org

Re: [Interest] Divining the opengl versions available

2016-05-17 Thread Boudewijn Rempt
le  1) (Note: This only gives me a 3.0 context on VMware Fusion 8.1 running Windows 7 - should support 3.3 - so maybe I'm doing something wrong?) If anyone has any suggestions for improvement it would be most welcome! --- Andy Maloney  //  https://asmaloney.com twitter ~ @asmaloney On Tue,

Re: [Interest] Divining the opengl versions available

2016-05-17 Thread Boudewijn Rempt
On Tue, 17 May 2016, Giuseppe D'Angelo wrote: On Tue, May 17, 2016 at 9:44 AM, Boudewijn Rempt <b...@valdyas.org> wrote: But that sometimes fails as well, on some Linux systems where I know that the system supports 3.2 + compatibility profile, I don't get the functions object either.

[Interest] Divining the opengl versions available

2016-05-17 Thread Boudewijn Rempt
Hi, I need to know whether my users have opengl 2.1, 3.2 with compatibility profile or 3.2 with core profile only, and I'm having a hard time getting that information through Qt 5's opengl support. With Qt4, I used something like this: if (QGLFormat::openGLVersionFlags() &

Re: [Interest] deploying translatations when cross-compiling

2016-05-12 Thread Boudewijn Rempt
On Thu, 12 May 2016, Boudewijn Rempt wrote: On Sun, 8 May 2016, Bob Hood wrote: You could manually create a "qt.conf" file in the bin/ folder, and have it point at the translations folder, e.g.: [Paths] Prefix = . Translations = translations Hm, but that actually is t

Re: [Interest] deploying translatations when cross-compiling

2016-05-12 Thread Boudewijn Rempt
hat matter :-( -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
On Sun, 8 May 2016, Bob Hood wrote: You could manually create a "qt.conf" file in the bin/ folder, and have it point at the translations folder, e.g.: [Paths] Prefix = . Translations = translations Thanks! I'll try that! -- Boudewijn Rempt | http://www.krita

[Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
What else do I need to do to make sure Qt finds its own translations? I don't have the windeployqt utiliy on Linux. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-projec

Re: [Interest] Adding existing QObjects to QJSEngine

2016-04-22 Thread Boudewijn Rempt
pOwnership); QString output = engine.evaluate(script).toString(); Now I can take it from here :-) -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Adding existing QObjects to QJSEngine

2016-04-21 Thread Boudewijn Rempt
= engine.newQObject(KisPart::instance()); engine.globalObject().setProperty("KisPart", part); QString output = engine.evaluate(script).toString(); m_scriptEditor->ui->txtOutput->document()->setPlainText(output); } -- Boudewijn Re

Re: [Interest] qmenu regression?

2016-04-14 Thread Boudewijn Rempt
having reported this bug... But I'll give it a try. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] qmenu regression?

2016-04-14 Thread Boudewijn Rempt
our code always been wrong, or is this a real regression in Qt? -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QT5, Mac Accessibility, and Spectacle

2016-02-12 Thread Boudewijn Rempt
roblem may be in the implementation of the accessibility protocol. Is there any way to figure out what the actual problem is here, so that it can be fixed? I realize this is an issue spanning across a few projects--so finding the culprit may be a bit of a challenge.  -- Boudewijn Re

Re: [Interest] make qjsondocument recognize utf8 as utf8

2016-01-01 Thread Boudewijn Rempt
to figure out a workaround, but I'll manage :-) -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Display color managed image

2015-12-31 Thread Boudewijn Rempt
happen, Qt isn't doing anything to my pixels. You can check out the source code here: https://phabricator.kde.org/diffusion/KRITA/. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] make qjsondocument recognize utf8 as utf8

2015-12-31 Thread Boudewijn Rempt
On Thu, 31 Dec 2015, Boudewijn Rempt wrote: Hm, I just built a Qt 5.5.1 myself on centos 6.7 in the chroot, and it still doesn't parse: [root@boud-VirtualBox jsonvalidator]# ./jsonvalidator /krita_build/plugins/pathshapes/calligra_shape_paths.json Invalid "invalid UTF8 string"

[Interest] make qjsondocument recognize utf8 as utf8

2015-12-31 Thread Boudewijn Rempt
ng on Ubuntu 15.10, everything works, of course. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org{ "KPlugin": { "Name": "Tangent Normal Brush", "Name[ca@valencia]": "Pinzell de tangent normal", "Name[ca]&qu

Re: [Interest] make qjsondocument recognize utf8 as utf8

2015-12-31 Thread Boudewijn Rempt
n dos2unix on it, but it gives the same result. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] make qjsondocument recognize utf8 as utf8

2015-12-31 Thread Boudewijn Rempt
On Thu, 31 Dec 2015, Thiago Macieira wrote: On Thursday 31 December 2015 12:36:07 Boudewijn Rempt wrote: I'm trying to build on CentOS 6.7 with Qt 5.5.1 from epel. I've got a bunch of json files that are valid, and are valid utf-8. Less and vi have no trouble showing the contents, but Qt's

Re: [Interest] Display color managed image

2015-12-31 Thread Boudewijn Rempt
per channel floating point framebuffer and layer support for optimal compositing, manipulation, and display of HDR and high-depth images, including in 30-bit mode (10 bit per channel). Wow, that's _cool_! -- Boudewijn Rempt | http://www.krita.org, http

Re: [Interest] Display color managed image

2015-12-31 Thread Boudewijn Rempt
(QSurfaceFormat::CompatibilityProfile); We're trying to rewrite all of krita so it only uses the CoreProfile because the CompatibilityProfile isn't implemented in OSX. -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org ___ Interest mailing list

Re: [Interest] make qjsondocument recognize utf8 as utf8

2015-12-31 Thread Boudewijn Rempt
On Thu, 31 Dec 2015, Thiago Macieira wrote: On Thursday 31 December 2015 13:52:09 Boudewijn Rempt wrote: On Thu, 31 Dec 2015, Thiago Macieira wrote: On Thursday 31 December 2015 12:36:07 Boudewijn Rempt wrote: I'm trying to build on CentOS 6.7 with Qt 5.5.1 from epel. I've got a bunch

Re: [Interest] Qt::AA_DontCreateNativeWidgetAncestors and Siblings?

2015-06-19 Thread Boudewijn Rempt
On Fri, 19 Jun 2015, Agocs Laszlo wrote: Hi, The message is a bit broken, it tries to say Qt:: WA_DontCreateNativeAncestors and Qt:: AA_DontCreateNativeWidgetSiblings. Hm... Well, after setting that, I still get that message, so something is more wrong than I hoped. The more important

[Interest] Qt::AA_DontCreateNativeWidgetAncestors and Siblings?

2015-06-19 Thread Boudewijn Rempt
Hi, I'm porting Krita to use QOpenGLWidget, and I'm running into this: GLuint QOpenGLWidgetPrivate::textureId() const { Q_Q(const QOpenGLWidget); if (!q-isWindow() q-internalWinId()) { qWarning() QOpenGLWidget cannot be used as a native child widget.

Re: [Interest] Survey: do you override QCoreApplication::notify? Why?

2015-04-16 Thread Boudewijn Rempt
On Wed, 15 Apr 2015, Thiago Macieira wrote: Hello We're running into problems with QCoreApplication::notify() and auxiliary threads in Qt. Details can be found in [1] and [2]. As part of trying to design the solution, I'd like to know what people override QCoreApplication::notify() for.

Re: [Interest] SpaceNavigator 3D input device support

2015-04-07 Thread Boudewijn Rempt
On Tue, 7 Apr 2015, Christian Gagneraud wrote: Hi there, Is anyone aware of a Qt based lib that would provide support for devices like the SpaceNavigator? [1] I'm aware of at least one Qt based app (FreeCAD [2]) that works on Linux, OS X and Windows and which has support for this device. I

Re: [Interest] Why QString and not std::string?

2012-06-16 Thread Boudewijn Rempt
for another library here. ;) If there were no Qt, yeah... I guess I would use -- Wait. I think I'd open a second-hand bookshop or something like that. I'd probably stop coding. -- Boudewijn Rempt http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl

Re: [Interest] QML on Android

2012-03-27 Thread Boudewijn Rempt
On Tue, 27 Mar 2012, Sivan Greenberg wrote: Hi All, It is my understanding that QML is not yet supported on Android through some folks have managed to run their QML apps to some degree of success. Is there somewhere a canonical tutorial that explains how to get started with it? e.g.,

Re: [Interest] MS RTF

2012-03-02 Thread Boudewijn Rempt
On Fri, 2 Mar 2012, lucas.betsch...@crypto.ch wrote: Hello I'm looking for a way to display write MS RTF in a Qt Widget. I already googled for that and it seems that there is no build in Qt Widget that can handle this. I know HTML/XML would be better then MS RTF, but my tool has to be