Re: [Development] QList

2017-03-27 Thread Scott Aron Bloom
-Original Message- From: Development [mailto:development-bounces+scott=towel42@qt-project.org] On Behalf Of Giuseppe D'Angelo Sent: Monday, March 27, 2017 12:09 To: André Pönitz Cc: development@qt-project.org Subject: Re: [Development] QList Il 27/03/2017 21:03, André Pönitz ha scrit

Re: [Development] QList

2017-03-20 Thread Scott Aron Bloom
-Original Message- From: Development [mailto:development-bounces+scott=towel42@qt-project.org] On Behalf Of Konrad Rosenbaum Sent: Monday, March 20, 2017 07:57 To: development@qt-project.org Subject: Re: [Development] QList On Mon, March 20, 2017 15:19, Marc Mutz wrote: > Well, seri

[Development] Question about keyboard mapping

2016-10-03 Thread Scott Aron Bloom
I have had a bunch of customers report that using our tool over Xceed, ASTEX-X, and now XManager, are having problems with the keyboard mapping. Was there something fixed post Qt 5.5.1 for this type of issue? I am stuck on 5.5.1 for the near future, and will have to back patch it. Scott ___

Re: [Development] Are QT winmigrate framework will be back in qt 5.x ?

2016-07-20 Thread Scott Aron Bloom
A lot of it will depend on what you are using Qt for. I used the Qt Solution for WinMigrate, which essentially (At a very high level) makes sure the Qt event loop gets called when the MFC event loop is run. Where I used it was to add Qt windows and Qt eventloop driven functionality (QHttp befor

Re: [Development] commas in ctor-init-lists

2016-06-01 Thread Scott Aron Bloom
In previous projects I have worked on, the "leading comma" was done because it makes it easier if you have #ifdef'ed variables that need initialization. You are less likely to introduce a syntax error when the defined variable is not set.. Ie, the first one causes a syntax error QFoo::QFoo()

[Development] QChart issues

2016-04-01 Thread Scott Aron Bloom
So, I have previously posted to interest@ and was told to post my questions to development@. Having posted my QChart issues, to development and receiving no reply, I am assuming development@ is NOT the best place to post questions/issues with QChart. So Ill ask to both areas, where is the best

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread Scott Aron Bloom
One thing that is not clear to me, what level of access the bash shell will have to the windows subsystem. Apparently you will be able to run native linux applications inside the shell, but it is not clear if an X server will be made available, and what windows application will run under the ba

[Development] Help with QChart 2.0

2016-03-30 Thread Scott Aron Bloom
I had previously posted some issues I found with the new QChart system. I haven't heard back from anyone.. Is there a better place to post usage issues? Scott ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/li

[Development] QChart 2.0

2016-03-18 Thread Scott Aron Bloom
In working with QChart (which overall I LOVE btw) I have hit some issues.. First, I would love to see/learn the proper way to reload a chart. If I have a chart with a data, but due to user option to set what data is shown, and the user changes an option, I need to recompute the data and then r