Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread Curtis Mitch
JP has a WIP patch that would add support for standard font sizes to Qt Quick: https://codereview.qt-project.org/#/c/150063/ From: Interest on behalf of ekke Sent: Wednesday, 13 April 2016 19:33 To: interest@qt-project.org Subject: Re: [Interest] qt.lab

Re: [Interest] Is there a mirror for the Qt online documentation?

2016-04-10 Thread Curtis Mitch
I'm using web.archive.org. From: Interest on behalf of Nikos Chantziaras Sent: Sunday, 10 April 2016 1:02:25 PM To: interest@qt-project.org Subject: [Interest] Is there a mirror for the Qt online documentation? http://doc.qt.io is down. Are there any mi

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
> > On 04/05/16 13:25, Curtis Mitch wrote: > > > >> -Original Message- > >> From: Interest > >> [mailto:interest-bounces+mitch.curtis=theqtcompany.com@qt- > >> project.org] On Behalf Of Julius Bullinger > >> Sent: Tuesday, 5 April

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
From: NoMercy [mailto:nome...@gmail.com] Sent: Tuesday, 5 April 2016 3:20 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] CLion to replace QtCreator? On Tue, Apr 5, 2016 at 3:55 PM, Curtis Mitch mailto:mitch.cur...@theqtcompany.com>> wrote: From: N

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of NoMercy Sent: Tuesday, 5 April 2016 3:04 PM To: interest@qt-project.org Subject: Re: [Interest] CLion to replace QtCreator? I see the answers usually offering some workarounds, yes you can do tha

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
From: NoMercy [mailto:nome...@gmail.com] Sent: Tuesday, 5 April 2016 2:34 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] CLion to replace QtCreator? On Tue, Apr 5, 2016 at 1:49 PM, Curtis Mitch mailto:mitch.cur...@theqtcompany.com>> wrote: > I’m sorry to say

Re: [Interest] Available versions to QML import in older Qt releases?

2016-04-05 Thread Curtis Mitch
You might find this thread interesting to read: http://lists.qt-project.org/pipermail/development/2015-September/023200.html From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Elvis Stansvik Sent: Monday, 4 April 2016 6:10 PM To: Jason H Cc: inte

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Preet Sent: Monday, 4 April 2016 11:30 PM Cc: interest@qt-project.org Subject: Re: [Interest] CLion to replace QtCreator? Hey I want to chime in for the Creator devs that might be reading this: ple

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
> I’m sorry to say this but QtCreator is actually eons behind the current IDE > trends and technology :( > people are practically begging jetbrains to save themselves from QtCreator > (no offense intended but this is the case for many people) > And I think Qt Company should just get rid of the

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Curtis Mitch
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Julius Bullinger > Sent: Tuesday, 5 April 2016 12:05 PM > To: interest@qt-project.org > Subject: Re: [Interest] CLion to replace QtCreator? > > On Monday, 4. April

Re: [Interest] Closing Jira bug reports

2016-03-31 Thread Curtis Mitch
I’d check who the maintainers for the relevant components are. In this case, there doesn’t seem to any maintainer for “GUI: Window management”, but Giuseppe D’Angelo is the maintainer for “Widgets: Main Window”, so you can mention him by beginning to type “@giuseppe” (without quotes) and then ch

Re: [Interest] iPad Pro display support?

2016-03-29 Thread Curtis Mitch
https://bugreports.qt.io/browse/QTBUG-37095 may be the problem. From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Nuno Santos Sent: Tuesday, 29 March 2016 12:53 PM To: interest Subject: [Interest] iPad Pro display support? Hi, I’m wondering if

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-24 Thread Curtis Mitch
I've fixed it with the GameReference class. From: Nye Sent: Thursday, 24 March 2016 18:28 To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion > I've explained the

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-24 Thread Curtis Mitch
I've explained the problems with referencing the game object in the bug report. :) From: Nye Sent: Thursday, 24 March 2016 17:45 To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a queued invocation occurs after def

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-24 Thread Curtis Mitch
ed earlier: Loader never immediately deletes its items, so the code would still reference the game object when it shouldn't. From: Nye Sent: Thursday, 24 March 2016 11:25 To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a qu

Re: [Interest] [Quick] GridView inside the Layout

2016-03-24 Thread Curtis Mitch
"The implicit size of the GroupBox is calculated based on the size of its content. If you want to anchor items inside the group box, you must specify an explicit width and height on the GroupBox

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-24 Thread Curtis Mitch
he destroy() JavaScript function, for example. From: Nye Sent: Thursday, 24 March 2016 01:41 To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion Hello, > At one stage I thought abo

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-23 Thread Curtis Mitch
necessary, but at least there’s no guesswork involved. From: Nye [mailto:kshegu...@gmail.com] Sent: Tuesday, 22 March 2016 10:33 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion Hello, I don't work wit

Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-23 Thread Curtis Mitch
From: Sina Dogru [mailto:sinado...@gmail.com] Sent: Tuesday, 22 March 2016 10:09 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Ensuring that a queued invocation occurs after deferred deletion Hi, I saw your bug report. I encountered the same problem last week and I

[Interest] Ensuring that a queued invocation occurs after deferred deletion

2016-03-22 Thread Curtis Mitch
I recently discovered [1] that Loader defers deletion of items via deleteLater(). Up until that point, I had been treating certain operations in my program as synchronous (as I haven't introduced threads yet). Now that I can't safely assume that UI items will be instantly destroyed, I have to

Re: [Interest] Are slots even needed these days?

2016-03-19 Thread Curtis Mitch
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Giuseppe D'Angelo > Sent: Wednesday, 16 March 2016 3:51 PM > To: interest@qt-project.org > Subject: Re: [Interest] Are slots even needed these days? > > Il 16/03/2

Re: [Interest] MouseArea blocks 'Custom Scene Graph Item's mouse events

2016-02-22 Thread Curtis Mitch
From: Sina Dogru [mailto:sinado...@gmail.com] Sent: Monday, 22 February 2016 1:43 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] MouseArea blocks 'Custom Scene Graph Item's mouse events Thank you Curtis but as you can see it on my code snippet on the questio

Re: [Interest] MouseArea blocks 'Custom Scene Graph Item's mouse events

2016-02-22 Thread Curtis Mitch
From: Interest [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Sina Dogru Sent: Monday, 22 February 2016 1:15 PM To: interest@qt-project.org Subject: [Interest] MouseArea blocks 'Custom Scene Graph Item's mouse events Hello, I am implementing a custom scen

Re: [Interest] User comments on web pages?

2016-01-13 Thread Curtis Mitch
I've always thought it would be cool to have some kind of web interface to the documentation that allowed edit suggestions from users, with a review system that pinged the doc team/relevant maintainers to approve or give feedback on those edits. It would solve the problem of the barrier to entry

Re: [Interest] Asynchronously loading Qt Quick Items (without Loader)

2015-11-25 Thread Curtis Mitch
:08 To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Asynchronously loading Qt Quick Items (without Loader) Hello Curtis, looking at the documentation, I would suggest to create a subclass of QQmlIncubator and implent the statusChanged method with you code to execute when the

[Interest] Asynchronously loading Qt Quick Items (without Loader)

2015-11-25 Thread Curtis Mitch
Hi. I'm playing around with a project that requires asynchronous loading of QQuickItems. Specifically, each item has some basic visuals, and some Box2D types to construct. The items should be loaded asynchronously as there will be a large amount of them, and they should only be loaded when the

Re: [Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

2015-11-13 Thread Curtis Mitch
Could it be the same issue as QTBUG-43774 [1]? [1] https://bugreports.qt.io/browse/QTBUG-43774 From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Christian Nielsen Sent: Friday, 13 November 2015 12:08 PM To: Gunnar Roth Cc: interest@qt-project.org Subject: Re: [Interest] Why d

Re: [Interest] Can QML model specify a range including negative numbers? For example -180 to +180 ?

2015-11-06 Thread Curtis Mitch
bsite.com] Sent: Friday, 6 November 2015 2:43 PM To: Curtis Mitch Cc: interest@qt-project.org Subject: Re: [Interest] Can QML model specify a range including negative numbers? For example -180 to +180 ? Thanks Curtis, Thank you very much for the code! However, I copied it but did not see any chang

Re: [Interest] Can QML model specify a range including negative numbers? For example -180 to +180 ?

2015-11-06 Thread Curtis Mitch
Curtis Mitch: You can use the columnForeground component [1] for this purpose: import QtQuick 2.3 import QtQuick.Controls 1.2 import QtQuick.Extras 1.2 import QtQuick.Controls.Styles 1.2 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World")

Re: [Interest] Can QML model specify a range including negative numbers? For example -180 to +180 ?

2015-11-06 Thread Curtis Mitch
You can use the columnForeground component [1] for this purpose: import QtQuick 2.3 import QtQuick.Controls 1.2 import QtQuick.Extras 1.2 import QtQuick.Controls.Styles 1.2 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World") Tumbler { i

Re: [Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

2015-11-04 Thread Curtis Mitch
Have you tried using the profiler in Creator? From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Christian Nielsen Sent: Thursday, 5 November 2015 7:52 AM To: interest@qt-project.org Subject: [Interest] Why does a single Text item increase start-up time of QML application by 21

interest@qt-project.org

2015-09-10 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On > Behalf Of Igor Mironchik > Sent: Thursday, 10 September 2015 11:16 PM > To: interest@qt-project.org > Subject: Re: [Intere

Re: [Interest] Non rectangular clipPath for QQuickItems

2015-09-07 Thread Curtis Mitch
How about this? http://stackoverflow.com/a/31585681/904422 > -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On > Behalf Of Richard Öhlinger > Sent: Monday, 7 September 2015 1

Re: [Interest] Template-derived classes using MOC

2015-09-05 Thread Curtis Mitch
07:31:47 Curtis Mitch wrote: > Is the following code a valid use of MOC? If not, why? I couldn't see > anything mentioned in the old Qt Quarterly article [1] about this specific > usage. Hi MItch It will compile, because: > #include > > class AbstractBase : publ

[Interest] Template-derived classes using MOC

2015-09-05 Thread Curtis Mitch
Is the following code a valid use of MOC? If not, why? I couldn't see anything mentioned in the old Qt Quarterly article [1] about this specific usage. #include class AbstractBase : public QObject { public: AbstractBase() {} virtual void virt() = 0; }; template class Base : public Ab

[Interest] Rendering with Qt Quick vs QGraphicsView

2015-08-27 Thread Curtis Mitch
I'm moving from QGraphicsScene/QGraphicsView to QQuickItem for rendering my game objects. One of the things this involves is setting up a scene and the view onto that scene, as this was previously managed by QGraphicsScene and QGraphicsView. My naive attempt was to do the following: void Scen

Re: [Interest] Accessing QML Loader from C++

2015-08-23 Thread Curtis Mitch
From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org on behalf of mark diener Sent: Sunday, 23 August 2015 05:40 To: interest@qt-project.org Subject: [Interest] Accessing QML Loader from C++ Hello List: Does anybody have an idea on how to retrieve the QObject* from C++ with a Q

Re: [Interest] How to filter QFileSystemModel for use in QML

2015-08-13 Thread Curtis Mitch
From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org on behalf of Julius Bullinger Sent: Thursday, 13 August 2015 14:14 To: interest@qt-project.org Subject: [Interest] How to filter QFileSystemModel for use in QML Dear list, I'm having p

Re: [Interest] Debugging not emitted signals

2015-07-31 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Nuno Santos > Sent: Friday, 31 July 2015 10:51 AM > To: interest > Subject: [Interest] Debugging not emitted si

Re: [Interest] Image and Canvas get pixelated on retina iOS devices

2015-07-08 Thread Curtis Mitch
Probably this one: https://bugreports.qt.io/browse/QTBUG-37095 > -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of jh...@gmx.com > Sent: Wednesday, 8 July 2015 2:

Re: [Interest] On-screen keyboard on Windows desktop

2015-07-08 Thread Curtis Mitch
Behalf Of Curtis Mitch Sent: Wednesday, 8 July 2015 1:08 PM To: Hamish Moffatt; interest@qt-project.org Subject: Re: [Interest] On-screen keyboard on Windows desktop As a quick workaround, you could remove the plugin (plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so). I just realised that

Re: [Interest] On-screen keyboard on Windows desktop

2015-07-08 Thread Curtis Mitch
=theqtcompany@qt-project.org [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Curtis Mitch Sent: Wednesday, 8 July 2015 1:01 PM To: Hamish Moffatt; interest@qt-project.org Subject: Re: [Interest] On-screen keyboard on Windows desktop Heh, interesting. That’s

Re: [Interest] On-screen keyboard on Windows desktop

2015-07-08 Thread Curtis Mitch
you’re using an enterprise version of Qt if the VKB is showing up). From: Hamish Moffatt [mailto:ham...@risingsoftware.com] Sent: Wednesday, 8 July 2015 2:34 AM To: Curtis Mitch; interest@qt-project.org Subject: Re: [Interest] On-screen keyboard on Windows desktop Here's a picture of what

Re: [Interest] On-screen keyboard on Windows desktop

2015-07-07 Thread Curtis Mitch
I just tried with Qt 5.5 on Windows 7 and didn’t see any onscreen keyboard. From: ham...@risingsoftware.com [mailto:ham...@risingsoftware.com] Sent: Tuesday, 7 July 2015 12:28 PM To: interest@qt-project.org; Curtis Mitch Subject: RE: [Interest] On-screen keyboard on Windows desktop None, never

Re: [Interest] On-screen keyboard on Windows desktop

2015-07-07 Thread Curtis Mitch
What's the value of QT_IM_MODULE? > -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Hamish Moffatt > Sent: Monday, 6 July 2015 9:05 AM > To: interest@qt-project.

Re: [Interest] "Flat Light" Style How?

2015-02-09 Thread Curtis Mitch
> -Original Message- > From: Jason H [mailto:jh...@gmx.com] > Sent: Friday, 6 February 2015 3:09 PM > To: Curtis Mitch > Cc: Agocs Laszlo; interest@qt-project.org > Subject: Re: RE: [Interest] "Flat Light" Style How? > > All pretty simple: > >

Re: [Interest] "Flat Light" Style How?

2015-02-06 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Jason H > Sent: Thursday, 5 February 2015 7:46 PM > To: Agocs Laszlo > Cc: interest@qt-project.org > Subject:

Re: [Interest] "Flat Light" Style How?

2015-02-06 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Jason H > Sent: Thursday, 5 February 2015 7:46 PM > To: Agocs Laszlo > Cc: interest@qt-project.org > Subject:

Re: [Interest] QML Text.Fit question

2015-01-30 Thread Curtis Mitch
__ From: Harri Pasanen Sent: Thursday, 29 January 2015 21:12 To: Curtis Mitch; interest@qt-project.org Subject: Re: [Interest] QML Text.Fit question We'll putting on my designer classes here: Imagine I have a rectangle on screen, let's say a sign to a shop. I want to have the ti

Re: [Interest] QML Text.Fit question

2015-01-29 Thread Curtis Mitch
use I'm curious. :) The patch to expose it shouldn't be that hard, and I don't see a reason why it'd be rejected. Still, I wonder if there's a better way to solve your problem. From: Harri Pasanen Sent: Wednesday, 28 January

Re: [Interest] QML Text.Fit question

2015-01-28 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Harri Pasanen > Sent: Wednesday, 28 January 2015 9:32 AM > To: interest@qt-project.org > Subject: [Interest] Q