[Development] New circular buffer container for Qt5

2011-10-28 Thread Sean Harmer
Hi, I would like to introduce a new generic container class to Qt, QCircularBuffer. This email is to see if there are any objections to doing so. This class is similar to QVector but it provides circular semantics. For example, appending to an already full circular buffer will overwrite the

[Development] Qt Mobility and Open Governance

2012-02-28 Thread Sean Harmer
Hi, Are there any plans to move Qt Mobility under the qt-project and open governance umbrella? Are there any reasons why this cannot happen? Is there anything I can do to expedite this? Sean -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed

Re: [Development] Qt Mobility and Open Governance

2012-02-28 Thread Sean Harmer
On Tuesday 28 February 2012 10:07:51 Thiago Macieira wrote: On terça-feira, 28 de fevereiro de 2012 09.01.52, Sean Harmer wrote: Hi, Are there any plans to move Qt Mobility under the qt-project and open governance umbrella? Are there any reasons why this cannot happen

Re: [Development] QtPrintSupport - Platform Support

2012-05-03 Thread Sean Harmer
On Tuesday 01 May 2012 23:21:50 John Layt wrote: snip I've been testing the Mac printing and unfortunately hit a couple of release blockers that it would be great if a Mac person could have a look at sometime and give an opinion: https://bugreports.qt-project.org/browse/QTBUG-2

Re: [Development] QtPrintSupport - Platform Support

2012-05-04 Thread Sean Harmer
On 04/05/2012 08:11, Christoph Schleifenbaum wrote: 3 maj 2012 kl. 21:41 skrev John Layt: On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote: 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: 3 maj 2012 kl. 11:47 skrev Sean Harmer: On Tuesday 01 May 2012 23:21:50 John Layt wrote

[Development] Becoming a Tier 1 platform and the CI System

2012-06-06 Thread Sean Harmer
offending commits have been merged. What other gates do we also have to pass to promote QNX to Tier 1? Many thanks in advance, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866

Re: [Development] Becoming a Tier 1 platform and the CI System

2012-06-06 Thread Sean Harmer
On Wednesday 06 June 2012 13:22:21 Thiago Macieira wrote: On quarta-feira, 6 de junho de 2012 11.46.18, Sean Harmer wrote: What other gates do we also have to pass to promote QNX to Tier 1? The major target is that, at release time, you're able to confidently say that this platform

Re: [Development] Becoming a Tier 1 platform and the CI System

2012-06-06 Thread Sean Harmer
On Wednesday 06 June 2012 12:02:23 lars.kn...@nokia.com wrote: On 6/6/12 1:56 PM, ext Sean Harmer sean.har...@kdab.com wrote: I understand and integrating into the CI system would seem by far the most sensible way to go in terms of maintainability, reducing man-power at release time

Re: [Development] Becoming a Tier 1 platform and the CI System

2012-06-07 Thread Sean Harmer
On Thursday 07 June 2012 10:40:32 Sean Harmer wrote: I will file a JIRA task as Rohan suggested so that we can coordinate things there. Done: https://bugreports.qt-project.org/browse/QTQAINFRA-532 Sean ___ Development mailing list Development@qt

Re: [Development] Becoming a Tier 1 platform and the CI System

2012-06-07 Thread Sean Harmer
and work on improving support for Qt on new platforms to the point where they are very well supported such that the quality of the overall offering does not suffer, then surely that can only be good for the Qt community. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-12 Thread Sean Harmer
://bugreports.qt-project.org/browse/QTBUG-26111 Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-13 Thread Sean Harmer
On Wednesday 13 June 2012 11:01:39 Nils Jeisecke wrote: Hi, cherry picking https://codereview.qt-project.org/#change,28557 helped to complete the build. Proposed real fix is here: https://codereview.qt-project.org/#change,28604 Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com

Re: [Development] QtCS: OpenGL session notes

2012-06-26 Thread Sean Harmer
On Monday 25 June 2012 11:44:09 Girish Ramakrishnan wrote: Hi, OpenGL session notes (pasted from http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtOpenGL) so you can comment inline. Sorry I could not attend this year but the QtCS clashed with my family vacation. Thanks to

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Sean Harmer
On Tuesday 26 June 2012 09:49:27 lars.kn...@nokia.com wrote: On 6/26/12 10:59 AM, ext Giuseppe D'Angelo dange...@gmail.com wrote: Well, 15 working days have passed since nomination + backing, and no objections were sent to the list. I guess that's enough for welcoming Sean Harmer as a new

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-26 Thread Sean Harmer
On Tuesday 26 June 2012 12:22:19 Thiago Macieira wrote: On terça-feira, 26 de junho de 2012 09.59.37, Giuseppe D'Angelo wrote: Well, 15 working days have passed since nomination + backing, and no objections were sent to the list. I guess that's enough for welcoming Sean Harmer as a new

Re: [Development] QtCS: OpenGL session notes

2012-06-27 Thread Sean Harmer
On Wednesday 27 June 2012 17:46:32 marius.storm-ol...@nokia.com wrote: On 27/06/2012 12:14, ext Sean Harmer wrote: On Wednesday 27 June 2012 16:30:50 marius.storm-ol...@nokia.com wrote: On 25/06/2012 13:44, ext Girish Ramakrishnan wrote: Future plans - Desktop OpenGL 3+ support, ES 3

Re: [Development] Move math3d from QtGui to QtCore

2012-07-05 Thread Sean Harmer
alongside QtCore (or even above QtCore if needed) containing these classes. In the spirit of modularisation I would suggest a lib specific to this kind of linear algebra/3D maths enabler classes. I'm happy to help once a clear direction emerges. Cheers, Sean -- Dr Sean Harmer | sean.har

[Development] OpenGL Support in Qt5

2012-07-13 Thread Sean Harmer
that such a framework coupled with QWindow would make Qt5 an excellent platform for OpenGL development as it would allow us to develop additional OpenGL enabler classes easily e.g. QOpenGLVertexArrayObject. Comments/thoughts/flames? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior

Re: [Development] Contributing to the Qt Project behind a hefty firewall and proxy server

2012-07-13 Thread Sean Harmer
On Friday 13 July 2012 16:10:22 Laszlo Papp wrote: He also says that you should at the same time have a discussion with Corporate Security to make them understand that the current situation is hurting the organization, and try to get it changed so you _don't_ have to circumvent Corporate

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
Hi, On Monday 16 July 2012 07:47:10 gunnar.sle...@nokia.com wrote: I both like and dislike the idea. Like because it resolves all the functions and that way save a lot of pain and dislike because it adds a lot of symbols, and I'm a little bit uncertain on the usecase. The use case is for

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
of Qt e.g. geometry and tessellation shader stages; instanced geometry; vertex array objects; uniform buffers;... Having such facilities available makes many more things possible or the same things more performant than ES2. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
On Monday 16 July 2012 07:08:38 Thiago Macieira wrote: On segunda-feira, 16 de julho de 2012 13.30.31, Sean Harmer wrote: IMHO, no. If Desktop GL capabilities are present on the system then Qt should enable their use. In time Wayland maybe adopted by Desktop OpenGL vendors without the need

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
On Monday 16 July 2012 07:21:23 Thiago Macieira wrote: On segunda-feira, 16 de julho de 2012 15.12.15, Sean Harmer wrote: On Monday 16 July 2012 07:08:38 Thiago Macieira wrote: I'm asking for Qt 5.0: what should we tell Linux distributors to configure qtbase with? Considering what

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
On Monday 16 July 2012 08:09:29 BRM wrote: From: Sean Harmer sean.har...@kdab.com I don't like how even building the wayland QPA plugin means that we limit Qt and the apps built with it to OpenGL ES. I really don't want to get into a situation where we can build modern OpenGL apps

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread Sean Harmer
On 16/07/2012 19:54, gunnar.sle...@nokia.com wrote: On Jul 16, 2012, at 4:54 PM, ext Sean Harmer wrote: On Monday 16 July 2012 07:21:23 Thiago Macieira wrote: On segunda-feira, 16 de julho de 2012 15.12.15, Sean Harmer wrote: On Monday 16 July 2012 07:08:38 Thiago Macieira wrote: I'm asking

Re: [Development] OpenGL Support in Qt5

2012-07-21 Thread Sean Harmer
On Monday 16 July 2012 20:22:24 Sean Harmer wrote: On 16/07/2012 19:54, gunnar.sle...@nokia.com wrote: On Jul 16, 2012, at 4:54 PM, ext Sean Harmer wrote: On Monday 16 July 2012 07:21:23 Thiago Macieira wrote: On segunda-feira, 16 de julho de 2012 15.12.15, Sean Harmer wrote: On Monday 16

Re: [Development] OpenGL Support in Qt5

2012-07-22 Thread Sean Harmer
On Saturday 21 July 2012 09:50:25 Sean Harmer wrote: On Monday 16 July 2012 20:22:24 Sean Harmer wrote: On 16/07/2012 19:54, gunnar.sle...@nokia.com wrote: On Jul 16, 2012, at 4:54 PM, ext Sean Harmer wrote: On Monday 16 July 2012 07:21:23 Thiago Macieira wrote: On segunda-feira, 16 de

[Development] Use of official OpenGL/ES2 headers

2012-07-24 Thread Sean Harmer
? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Use of official OpenGL/ES2 headers

2012-07-31 Thread Sean Harmer
On Tuesday 24 July 2012 13:18:44 Sean Harmer wrote: Hi, I would like to tidy up some more of the OpenGL support in Qt5. Throughout Qt5's OpenGL support classes there are a large number of #defines copy and pasted from upstream OpenGL/ES headers. We now have quite a significant number

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
`/home/lpapp/qt5/qtbase/qt5-base' dh_auto_build: make -j1 returned exit code 2 make: *** [build] Error 9 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
the confines of the spec. Usually it's just a typedef to char but that is not necessarily always the case. Cheers, Sean Laszlo On Sat, Aug 25, 2012 at 11:22 AM, Sean Harmer sean.har...@kdab.com wrote: Hi, For some reason your system GLES2/gl.h header does not contain a typedef for GLchar

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
the regression for systems not matching the khronos implementation. I do not personally find GLchar in the specifications. Table 2.2 on page 12 of the spec lists GLchar as minimum bit width of 8 bits. See http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf Sean -- Dr Sean

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
, const GLchar* name); GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const char* name); OK thanks. So at least we know it is safe to assume car for GLchar on this platform. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
On Saturday 25 August 2012 12:54:06 Sean Harmer wrote: On Saturday 25 August 2012 12:45:10 Laszlo Papp wrote: We cannot really fix this within Qt as each implementation is free to define GLchar to whatever they like within the confines of the spec. Usually it's just a typedef

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
On Saturday 25 August 2012 13:01:12 Sean Harmer wrote: On Saturday 25 August 2012 12:59:27 Laszlo Papp wrote: I am curious though, if GLchar is not present, how does that header declare the function glBindAttribLocation() which here has the declaration: GL_APICALL void

Re: [Development] Qt5 build issue for Harmattan

2012-08-25 Thread Sean Harmer
On Saturday 25 August 2012 13:02:34 Sean Harmer wrote: On Saturday 25 August 2012 12:54:06 Sean Harmer wrote: On Saturday 25 August 2012 12:45:10 Laszlo Papp wrote: We cannot really fix this within Qt as each implementation is free to define GLchar to whatever they like within

Re: [Development] Proposing Thomas McGuire for Approver

2012-09-03 Thread Sean Harmer
bringing the blackberry backend to QSensors, as well as other areas, such as fixing my long standing grievance with qml not calling connectNotify. :) Seconded. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden

Re: [Development] Help needed with math3d classes

2012-09-04 Thread Sean Harmer
On Tuesday 04 September 2012 14:17:28 Thiago Macieira wrote: On terça-feira, 4 de setembro de 2012 12.48.20, Sean Harmer wrote: I know that qFuzzyCompare() is not the best for comparing floating point numbers, especially if one of the values is very very close to zero, but it works

Re: [Development] Help needed with math3d classes

2012-09-04 Thread Sean Harmer
On Tuesday 04 September 2012 15:53:21 Thiago Macieira wrote: On terça-feira, 4 de setembro de 2012 13.47.44, Sean Harmer wrote: Yes. The trouble is there is no generic compare two floats when you don't know if either of them are supposed to be near to/exactly zero. I have a WIP patch here

Re: [Development] Qt 5, QOpenGLFunctions

2012-09-06 Thread Sean Harmer
of the classes. The most recent patchsets just include the code generator. Still needs a little more work on integrating it into Qt though. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866

Re: [Development] Proposing reversal of the Math3D qreal-float change

2012-09-11 Thread Sean Harmer
On 11/09/2012 13:34, Thiago Macieira wrote: 51d40d7e9bdfc63c5109aef5b732aa2ba10f985a changed the types of the Math3D classes from qreal to float. That's a major source- and behaviour-incompatible change, done after the beta, with no mention in the changelog or discussion on this mailing list

Re: [Development] Proposing reversal of the Math3D qreal-float change

2012-09-11 Thread Sean Harmer
On 11/09/2012 14:08, Thiago Macieira wrote: On terça-feira, 11 de setembro de 2012 12.46.56, marco.bu...@nokia.com wrote: But than we would be not have the same behaviour, if qreal is float or double. Actually I changed every code in the qml designer explicitly to double or float. It would be

Re: [Development] Proposing Thomas McGuire for Approver

2012-09-24 Thread Sean Harmer
you confirm please? Thanks, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] New high-dpi QPen proposal (Was Re: Proposal: Make QPen non-cosmetic by default)

2012-10-18 Thread Sean Harmer
. Thoughts? Making this opt-in as you describe sounds a safer option from the perspective of application and middle-ware developers with existing code-bases. So +1 from me. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel

Re: [Development] Updating Serializing Qt Data Types documentation

2012-10-23 Thread Sean Harmer
of the data types serialised are still accurate. If they're not, please update the page (the path to which can be found in the aforementioned patch). Just pushed https://codereview.qt-project.org/#change,38021 to update types of math3d classes. Cheers, Sean -- Dr Sean Harmer | sean.har

Re: [Development] Qt5 Beta/Qt Quick 2.0 and Antialiasing

2012-11-07 Thread Sean Harmer
were changed to implement their own anti-aliasing by means of a trick in the vertex shader. You should still be able to explicitly request multisampling by setting the surface format explicitly though. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens

[Development] Qt3D Maintainer

2012-11-16 Thread Sean Harmer
in the future but it will take a little while to review the current status of the code and get to grips with it. I would like to ask for some feedback from the list as to whether this would be an acceptable way forwards for this module. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com

Re: [Development] Comparing two reals in Qt code

2012-11-29 Thread Sean Harmer
-floating-point- numbers-2012-edition/ I would love to see a better qFuzzyCompare() implementation in Qt but the existing one is used in so many places it would be a nightmare to introduce without unwanted side effects. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software

Re: [Development] Nominating roquetto for approver status

2012-12-03 Thread Sean Harmer
Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions ___ Development mailing

Re: [Development] requesting an own 4.8-blackberry10 branch on gitorious

2012-12-18 Thread Sean Harmer
unnecessary delays. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] requesting an own 4.8-blackberry10 branch on gitorious

2012-12-18 Thread Sean Harmer
On Tuesday 18 December 2012 11:00:56 Turunen Tuukka wrote: On 18.12.2012 12.25, Sean Harmer sean.har...@kdab.com wrote: On Tuesday 18 December 2012 10:00:25 Vladimir Minenko wrote: Sounds reasonable. Laszlo Folks, how can we conclude on this? There were two votes Sounds

[Development] OpenGL in Qt 5.1 and onwards

2012-12-18 Thread Sean Harmer
for textures, samplers, and higher-level abstractions. I think these would be good candidates for a Qt3D library, unless someone would really like to see a subset in QtGui. Any feedback welcomed. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult

Re: [Development] OpenGL in Qt 5.1 and onwards

2012-12-18 Thread Sean Harmer
On 18/12/2012 18:18, Alan Alpert wrote: On Tue, Dec 18, 2012 at 5:34 AM, Sean Harmer sean.har...@kdab.com wrote: 7) More enabler classes for textures, samplers, and higher-level abstractions. I think these would be good candidates for a Qt3D library, unless someone would really like to see

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-07 Thread Sean Harmer
Hi Gunnar, On Monday 07 January 2013 08:28:35 Sletta Gunnar wrote: On Dec 18, 2012, at 2:34 PM, Sean Harmer sean.har...@kdab.com wrote: Hi, I would like to start a discussion on the future level of support for OpenGL enablers in Qt for those that are interested. So here goes... I

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-07 Thread Sean Harmer
Hi again, On Monday 07 January 2013 08:54:41 Sletta Gunnar wrote: On Jan 7, 2013, at 8:53 AM, Samuel Rødal samuel.ro...@digia.com wrote: On 12/18/2012 02:34 PM, Sean Harmer wrote: I would like to start a discussion on the future level of support for OpenGL enablers in Qt for those

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-07 Thread Sean Harmer
On Monday 07 January 2013 17:29:45 Laszlo Papp wrote: * I would say, even more than just raycasting. Ray tracing would be even more powerful by following the rays recursively. As mentioned before on IRC, I have been working on a ray tracer in C++ due to my paid job. I will keep in mind to be

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-08 Thread Sean Harmer
On Tuesday 08 January 2013 08:31:10 Sletta Gunnar wrote: On Jan 7, 2013, at 11:16 AM, Sean Harmer sean.har...@kdab.com wrote: Given the current contents of QtGui and the state of Qt3D I would suggest the following: QtGui continues to be the home for low-level OpenGL convenience classes

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-15 Thread Sean Harmer
Hi, On Monday 07 January 2013 10:00:47 Sean Harmer wrote: On Monday 07 January 2013 08:28:35 Sletta Gunnar wrote: On Dec 18, 2012, at 2:34 PM, Sean Harmer sean.har...@kdab.com wrote: Hi, I would like to start a discussion on the future level of support for OpenGL enablers in Qt

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-15 Thread Sean Harmer
On Tuesday 15 January 2013 15:22:45 Shawn Rutledge wrote: On Tue, Jan 15, 2013 at 01:43:56PM +, Sean Harmer wrote: Patches for a few things here... Geometry shaders: https://codereview.qt-project.org/#change,44784 https://codereview.qt-project.org/#change,44785 Vertex Array

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-15 Thread Sean Harmer
On Tuesday 15 January 2013 16:37:38 Samuel Rødal wrote: On 01/15/2013 02:43 PM, Sean Harmer wrote: Hi, On Monday 07 January 2013 10:00:47 Sean Harmer wrote: On Monday 07 January 2013 08:28:35 Sletta Gunnar wrote: On Dec 18, 2012, at 2:34 PM, Sean Harmer sean.har...@kdab.com wrote: Hi

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-01-16 Thread Sean Harmer
On Wednesday 16 January 2013 08:12:37 Samuel Rødal wrote: On 01/15/2013 05:05 PM, Sean Harmer wrote: On Tuesday 15 January 2013 16:37:38 Samuel Rødal wrote: On 01/15/2013 02:43 PM, Sean Harmer wrote: Hi, On Monday 07 January 2013 10:00:47 Sean Harmer wrote: On Monday 07 January 2013

Re: [Development] Qt 5.1 feature set and freeze date

2013-02-13 Thread Sean Harmer
. Feel free to come back with questions but please understand that at this stage we may not have concrete answers for all aspects yet. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563

Re: [Development] Qt 5.1 feature set and freeze date

2013-02-13 Thread Sean Harmer
generator based upon Samuel's and Peppe's feedback which I hope to have ready in the next day or two. Once the first few are in the rest should be quickly fixed up. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel

Re: [Development] OpenGL in Qt 5.1 and onwards

2013-03-04 Thread Sean Harmer
Hi, just thought I would post a quick update on where we stand with this set of features: On 18/12/2012 13:34, Sean Harmer wrote: Hi, I would like to start a discussion on the future level of support for OpenGL enablers in Qt for those that are interested. So here goes... I would like

Re: [Development] Starting preparations for Qt 5.1

2013-03-18 Thread Sean Harmer
we do decide to release one. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Starting preparations for Qt 5.1

2013-03-18 Thread Sean Harmer
On Monday 18 March 2013 11:00:57 Turunen Tuukka wrote: On 18.3.2013 12.42, Sean Harmer sean.har...@kdab.com wrote: On Monday 18 March 2013 10:27:45 Shaw Andy wrote: Making of Qt 5.1 minor release will soon start: - Plan is to move 'dev' into 'stable' branch on March 19th

Re: [Development] Proposing Björn Breitmeyer as maintainer for Windows Embedded

2013-04-17 Thread Sean Harmer
. -- -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions ___ Development

Re: [Development] Nested Mousearea don't pass events

2013-06-01 Thread Sean Harmer
-project.org/qt5-release/qtquick/qml-qtquick2-mousearea.html#propagateComposedEvents-prop Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt

Re: [Development] QT5 OpenGL question

2013-08-03 Thread Sean Harmer
you don't have to repeat yourself like gl.glUseProgram, just gl.UseProgram - with Qt5 I'd have to use the former, unfortunately, but not a big deal. On Fri, Aug 2, 2013 at 3:21 PM, Sean Harmer sean.har...@kdab.com mailto:sean.har...@kdab.com wrote: Hi

Re: [Development] [#TZN-881-15034]: Re: QT5 OpenGL question

2013-08-03 Thread Sean Harmer
Hmmm, is someone/something signing addresses from this list up to the TeamSpeak support portal? Sean On 03/08/2013 09:56, TeamSpeak Piracy wrote: Giuseppe D'Angelo, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get

Re: [Development] Qt3D status in Qt 5.2

2013-08-28 Thread Sean Harmer
for this module and are busy implementing it and fixing the flaws that we find. Cheers, Sean -- Join us in October at Qt Developer Days 2013 - https://devdays.kdab.com Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563

Re: [Development] DirectDraw Surface

2013-11-13 Thread Sean Harmer
with the internal workings but I can certainly take a look when things calm down a little. Thanks for the contribution. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB

Re: [Development] Staging changes in release branch

2013-11-13 Thread Sean Harmer
Antti is not available. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Staging changes in release branch

2013-11-13 Thread Sean Harmer
Hi Lars, On Wednesday 13 November 2013 19:33:59 Knoll Lars wrote: On 13/11/13 18:49, Sean Harmer sean.har...@kdab.com wrote: Hi, On Tuesday 12 November 2013 12:46:46 Heikkinen Jani wrote: Hi all, We have agreed in release team that Antti Kokko (irc: ankokko) will monitor all

Re: [Development] StereoViewport for Qt3D

2013-11-18 Thread Sean Harmer
stereoscopic devices to try it on yet so I'll have to take your word for that part. Many thanks, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform

Re: [Development] Nominating Fabian Bumberger for Approver Status

2013-11-19 Thread Sean Harmer
. +1 for the nomination of Fabian. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] OpenGL drivers

2013-11-29 Thread Sean Harmer
or running with an Intel GPU on Windows, please try updating your drivers as they have improved very rapidly in the last 12 months or so. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA

Re: [Development] OpenGL drivers

2013-12-01 Thread Sean Harmer
On 30/11/2013 21:29, Mark Gaiser wrote: On Fri, Nov 29, 2013 at 7:01 PM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 29 de novembro de 2013 12:27:44, Sletta Gunnar wrote: So, I'm asking that if you encounter issues with flickering, crashes, bad rendering and similar, help

Re: [Development] QSurface handle is NULL

2013-12-05 Thread Sean Harmer
suggest when can this handle NULL? Is it this bug https://bugreports.qt-project.org/browse/QTBUG-35342 ? If so, work around is to add an explicit resize() before show(). Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group

Re: [Development] The Software shall be used for Good, not Evil statement in Qt sources

2013-12-19 Thread Sean Harmer
On Wednesday 18 December 2013 15:57:55 Thiago Macieira wrote: On quarta-feira, 18 de dezembro de 2013 20:45:35, Lisandro Damián Nicanor Pérez Meyer wrote: On Wednesday 18 December 2013 14:32:41 Lisandro Damián Nicanor Pérez Meyer wrote: On Wednesday 18 December 2013 16:56:23 Hausmann

[Development] Qt.vector3d() and friends

2014-01-08 Thread Sean Harmer
want/need it. 2) Is bad as it's copy/paste coding and we would need to use a different object name that Qt (as in Qt.vector3d(0,0,0)) to prevent collisions if someone decides to use both QtQuick and Qt3D. Thoughts? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK

Re: [Development] Does Qt support FreeSync and G-Sync?

2014-01-08 Thread Sean Harmer
/development -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Qt 5.3 Feature freeze is coming quite soon...

2014-01-17 Thread Sean Harmer
On Friday 17 January 2014 09:19:12 Helmut Mülner wrote: Will Qt 5.3 cointain Qt3D (finally)? That is the plan. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB

Re: [Development] Status of Qt3D?

2014-01-23 Thread Sean Harmer
-- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions ___ Development mailing

Re: [Development] GLSL Optimizer

2014-02-03 Thread Sean Harmer
as we've had a few cases where some embedded drivers mis-compile/mis-optimise GLSL shaders and so we would not want to have this enabled for all systems I think. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden

Re: [Development] Upcoming Gerrit Upgrade

2014-02-25 Thread Sean Harmer
mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform

[Development] The Dynamic OpenGL on Windows Change

2014-02-27 Thread Sean Harmer
. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-27 Thread Sean Harmer
, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-27 Thread Sean Harmer
their other dependencies are. I'm not sure we can solve this particular problem within Qt or should even be trying to do so for fear of backing ourselves into a corner in the future. Maybe I'm missing something that everybody else sees though? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-28 Thread Sean Harmer
Hi Gunnar, On Friday 28 February 2014 07:14:24 Gunnar Sletta wrote: On 27 Feb 2014, at 22:17, Agocs Laszlo laszlo.ag...@digia.com wrote: On Thu, Feb 27, 2014 at 02:28:26PM +, Sean Harmer wrote: The apparent problem that this is attempting to address is the need for both ANGLE

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-28 Thread Sean Harmer
weekend, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-28 Thread Sean Harmer
Qt Quick 2. Have a good weekend, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-28 Thread Sean Harmer
. Thoughts? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] The Dynamic OpenGL on Windows Change

2014-02-28 Thread Sean Harmer
Hi Andre, On Thursday 27 February 2014 20:36:51 andre wrote: On Thu, Feb 27, 2014 at 02:28:26PM +, Sean Harmer wrote: You miss the point that Qt users are typically developers themselves, who have not just their own development machine to take care of (plus their corporate

Re: [Development] math3d in gui module

2014-03-22 Thread Sean Harmer
functionality in. Perhaps for Qt 6. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Nominating Bernd Weimer as approver

2014-03-26 Thread Sean Harmer
On Wednesday 26 March 2014 15:31:37 Sergio Ahumada wrote: Hi, I'd like to nominate Bernd Weimer as approver for the Qt Project. +1 from me. Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090

Re: [Development] Qt3D features plan ?

2014-03-28 Thread Sean Harmer
-project.org/mailman/listinfo/development -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Sean Harmer
then perhaps use a chroot to similar effect? Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions

Re: [Development] Access to depth and stencil buffers in QOpenGLFramebufferObject

2014-05-16 Thread Sean Harmer
from this class. It's on my list to look into but I've not been able to find the time just yet. I.e. being able to specify multiple color attachments for use with deferred rendering etc. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB

Re: [Development] Access to depth and stencil buffers in QOpenGLFramebufferObject

2014-05-16 Thread Sean Harmer
functions are documented as not being supported on that implementation. Kind regards, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform

  1   2   3   4   >