[Development] QColor and HSL's hue

2016-04-09 Thread Curtis Mitch
Is there any technical reason (besides compatibility) why QColor::hslHueF() can't return a value between 0 and 1? I see that other projects do this: https://developer.mozilla.org/en/docs/Web/CSS/color_value#hsl() https://github.com/bgrins/TinyColor/issues/12 If the colour being represented by Q

Re: [Development] Usage of Q_OBJECT macro in QObject subclasses that don't use signals, slots, or properties

2016-03-07 Thread Curtis Mitch
that don't use signals, slots, or properties Il 07/03/2016 20:55, Curtis Mitch ha scritto: > Why is this the case? What strange behaviour could result from not doing so? qobject_cast breaks; the meta object system reports and uses the wrong class name (so things like "inherits",

[Development] Usage of Q_OBJECT macro in QObject subclasses that don't use signals, slots, or properties

2016-03-07 Thread Curtis Mitch
Recently I noticed this sentence in QObject's documentation [1]: We strongly recommend the use of this macro in all subclasses of QObject regardless of whether or not they actually use signals, slots and properties, since failure to do so may lead certain functions to exhibit strange behavior.

Re: [Development] How can Qt 5.6.0 MinGW pass in CI with QTBUG-49971 open?

2016-03-03 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development- > bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Thiago > Macieira > Sent: Thursday, 3 March 2016 9:07 AM > To: development@qt-project.org > Subject: Re: [Development] How can Qt 5.6.0 MinGW pass in CI with

Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development- > bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Jedrzej > Nowacki > Sent: Friday, 26 February 2016 9:44 AM > To: development@qt-project.org > Cc: Thiago Macieira ; Milian Wolff > > Subject: Re: [Developmen

Re: [Development] Scalable UIs in QtQuick (take 2)

2016-02-18 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development- > bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Nikita > Krupenko > Sent: Thursday, 18 February 2016 12:36 PM > To: development@qt-project.org > Subject: Re: [Development] Scalable UIs in QtQuick (take 2) >

Re: [Development] some questions about QtGamePad

2016-02-16 Thread Curtis Mitch
I have no comments on this subject whatsoever, but I'd like to take the opportunity to make an example of how not to communicate to other people: > -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On Behalf Of > Matthew Woehlke > terrible idea > terribl

Re: [Development] API review and API quality

2016-01-18 Thread Curtis Mitch
I don't really understand the question you're asking. :D > -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On Behalf Of > Andreas Hartmetz > Sent: Monday, 18 January 2016 3:49 PM > To: qt-dev > Subject: [Development] API review and API quality > [snip]

Re: [Development] Aliasing with QSGRectangleNode

2015-12-16 Thread Curtis Mitch
> -Original Message- > From: Gunnar Sletta [mailto:gun...@sletta.org] > Sent: Wednesday, 16 December 2015 9:05 AM > To: Curtis Mitch > Cc: development@qt-project.org > Subject: Re: [Development] Aliasing with QSGRectangleNode > > It is curious that the aliasin

Re: [Development] RFC: more liberal 'auto' rules?

2015-12-04 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On Behalf Of > Olivier Goffart > Sent: Friday, 4 December 2015 2:25 PM > To: development@qt-project.org > Subject: Re: [Development] RFC: more liberal 'auto' rules? > > On Friday 4. December 2015 14:11:4

Re: [Development] RFD: plugins vs QStringLiterals

2015-11-06 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On Behalf Of > Thiago Macieira > Sent: Thursday, 5 November 2015 5:45 PM > To: development@qt-project.org > Subject: [Development] RFD: plugins vs QStringLiterals > [snip] > > 1) Declare it SEP and only a

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
> -Original Message- > From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] > Sent: Thursday, 10 September 2015 4:13 PM > To: Curtis Mitch ; development@qt- > project.org; CMake Developers > Subject: Re: [Development] [ANNOUNCE] DaD's House! (Beta) > &g

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
> -Original Message- > From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] > Sent: Thursday, 10 September 2015 3:18 PM > To: Curtis Mitch ; development@qt- > project.org > Subject: Re: [Development] [ANNOUNCE] DaD's House! (Beta) > > 10.09.2015, 16:

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
What is it, really? Personally I read the email and had no idea, and it didn't make me want to follow the link to find out. > -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project

Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices)

2015-08-26 Thread Curtis Mitch
From: Vladimir Moolle [mailto:vmoo...@ics.com] Sent: Wednesday, 26 August 2015 12:01 AM To: Rutledge Shawn Cc: Filippo Cucchetto ; Curtis Mitch ; development@qt-project.org Subject: Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices) Hi, thank you

Re: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (API choices)

2015-08-22 Thread Curtis Mitch
From: development-bounces+mitch.curtis=theqtcompany@qt-project.org on behalf of Vladimir Moolle Sent: Saturday, 22 August 2015 01:22 To: development@qt-project.org Subject: [Development] Qt Quick Controls Dialogs -- enabled state of the standard buttons (

Re: [Development] Qt 4.8: disabling the CI and closing for anything except security fixes

2015-08-17 Thread Curtis Mitch
From: development-bounces+mitch.curtis=theqtcompany@qt-project.org on behalf of Thiago Macieira Sent: Friday, 14 August 2015 22:19 To: development@qt-project.org Subject: Re: [Development] Qt 4.8: disabling the CI and closing for anything except

Re: [Development] QNoDebug - available but undocumented

2015-07-31 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Tomasz Siekierda > Sent: Friday, 31 July 2015 10:43 AM > To: Smith Martin > Cc: development@qt-project.o

Re: [Development] QtQuick TestCase with other top windows

2015-07-29 Thread Curtis Mitch
I thought that you were writing tests within Qt? From: Filippo Cucchetto [mailto:filippocucche...@gmail.com] Sent: Thursday, 30 July 2015 8:41 AM To: Curtis Mitch Cc: development@qt-project.org Subject: Re: [Development] QtQuick TestCase with other top windows I wrote that and i basically broke

Re: [Development] QtQuick TestCase with other top windows

2015-07-29 Thread Curtis Mitch
From: development-bounces+mitch.curtis=theqtcompany@qt-project.org [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Filippo Cucchetto Sent: Wednesday, 29 July 2015 9:53 PM To: development@qt-project.org Subject: [Development] QtQuick TestCase with other t

Re: [Development] Q_DECLARE_TYPEINFO compile time checks

2015-07-27 Thread Curtis Mitch
> -Original Message- > From: m...@kdab.com [mailto:m...@kdab.com] On Behalf Of Marc Mutz > Sent: Monday, 27 July 2015 3:29 PM > To: Curtis Mitch > Cc: development@qt-project.org > Subject: Re: Q_DECLARE_TYPEINFO compile time checks > > On Monday 27 July 2015 14:

[Development] Tool to record GIFs

2015-07-27 Thread Curtis Mitch
Hi. I recently pushed a patch [1] that adds a GIF recorder "tool" (it's a manual test) to qt-labs/qtquickcontrols2. The tool provides a convenient way to record a GIF as you interact with a Qt application. It can also record the events that occurred during the recording and output them as call

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-10 Thread Curtis Mitch
> -Original Message- > From: giuseppe.dang...@kdab.com [mailto:giuseppe.dang...@kdab.com] > Sent: Friday, 10 July 2015 12:22 PM > To: Curtis Mitch; Smith Martin; development@qt-project.org > Subject: Re: [Development] HEADS UP: Don't use QList, use > Q_DECLARE_TYPE

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-10 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Giuseppe D'Angelo > Sent: Friday, 10 July 2015 12:05 PM > To: Smith Martin; development@qt-project.org

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-10 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Marc Mutz > Sent: Friday, 10 July 2015 11:04 AM > To: development@qt-project.org > Subject: [Development]

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-10 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany.com@qt- > project.org] On Behalf Of Marc Mutz > Sent: Friday, 10 July 2015 11:04 AM > To: development@qt-project.org > Subject: [Development]

Re: [Development] date/time adjust for (auto) testing

2015-06-03 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of André Somers > Sent: Wednesday, 3 June 2015 8:39 AM > To: > Subject: [Development] date/time adjust for (

Re: [Development] A better headersclean test

2015-01-08 Thread Curtis Mitch
.org > Subject: Re: [Development] A better headersclean test > > On Tuesday 06 January 2015 10:14:35 Curtis Mitch wrote: > > > For development I usually do debug builds, so it would be nice to > avoid > > > the extra build time (and extra nagging during the build) most

Re: [Development] A better headersclean test

2015-01-06 Thread Curtis Mitch
> For development I usually do debug builds, so it would be nice to avoid the > extra build time (and extra nagging during the build) most of the time, and > just let CI enforce it, as long as that is reliable. +1 ___ Development mailing list Developm

Re: [Development] changing Q_GADGET

2014-11-28 Thread Curtis Mitch
> -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Simon Hausmann > Sent: Friday, 28 November 2014 12:20 PM > To: development@qt-project.org > Subject: [Deve