Re: [Development] Touch not working with QtQuick1 (event handling issue in QGraphicsView)

2013-03-13 Thread Sorvig Morten
On Mar 12, 2013, at 3:31 PM, Frank Osterfeld frank.osterf...@kdab.com wrote: I tested with simple Hello-World style examples containing mouse areas reacting to onClicked. Do you have anything else I should test specifically? The demo is at https://github.com/msorvig/quick1cinematic . What

[Development] Newly created QEvent returns isAccepted() as true

2013-03-13 Thread Arunprasad Rajkumar
Dear Qt Dev. List, Why newly created QEvent returns isAccepted() as *true*? I saw the constructor, QEvent::QEvent(Type type) : d(0), t(type), posted(false), spont(false), *m_accept(true)* {} But I most of the system does the opposite, that means the default value of accepted/consumed will

Re: [Development] White space / coding style patches welcome?

2013-03-13 Thread Oswald Buddenhagen
On Wed, Mar 13, 2013 at 01:38:31AM +0100, Axel Waggershauser wrote: I'd say in terms of Lars's worries about having automatic checks in place before attacking whitespace issues, there should not be any objection against fixing at least those 4 issues immediately. One might ask, though, if it

Re: [Development] TLS extensions and supplemental data

2013-03-13 Thread Peter Hartmann
Looks good! Some comments / questions: - Do you have examples of supplemental data? It seems to me like TLS extensions are more important here, as they are used everywhere already. - re. API: What comes to my mind are the following options: a) generic class QTlsExtension similar to

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread joao morgado
I really don't understand why QtWidgets are not suitable for mobile plataforms. What is the technicall reason ? Following the Qt code once deploy everywhere I have apps with pratically the same code for desktop, symbian and Blackberry. Sometimes the requirements for technicall / engineering

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-13 Thread Jason McDonald
On Wed, Mar 13, 2013 at 2:42 AM, Thiago Macieira thiago.macie...@intel.com wrote: On terça-feira, 12 de março de 2013 13.28.37, Motyka Rafal wrote: Hello, I want to suggest another change for JIRA: - A Reporter should be able to set the Priority starting from the Create Issue window. -

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Frank Hemer
On Wednesday 13 March 2013 04:46:43 joao morgado wrote: I really don't understand why QtWidgets are not suitable for mobile plataforms. What is the technicall reason ? Following the Qt code once deploy everywhere I have apps with pratically the same code for desktop, symbian and Blackberry.

Re: [Development] [QA] Suggestion -- Bug Reports' Assignment

2013-03-13 Thread Jason McDonald
On Tue, Mar 12, 2013 at 11:27 PM, Motyka Rafal rafal.mot...@digia.com wrote: Hello, I want to express another suggestions for bug management: - A newly opened bug report shouldn't be automatically assigned to anyone. - Logged-in users should be able to assign bug reports to themselves.

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-13 Thread Anttila Janne
Jason McDonald wrote: On Wed, Mar 13, 2013 at 2:42 AM, Thiago Macieira thiago.macie...@intel.com wrote: On terça-feira, 12 de março de 2013 13.28.37, Motyka Rafal wrote: Hello, I want to suggest another change for JIRA: - A Reporter should be able to set the Priority starting from the

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Gustavsen Richard
On Mar 13, 2013, at 12:58 PM, Frank Hemer fr...@hemer.org wrote: On Wednesday 13 March 2013 04:46:43 joao morgado wrote: I really don't understand why QtWidgets are not suitable for mobile plataforms. What is the technicall reason ? Following the Qt code once deploy everywhere I have apps

Re: [Development] White space / coding style patches welcome?

2013-03-13 Thread Axel Waggershauser
On Wed, Mar 13, 2013 at 10:30 AM, Oswald Buddenhagen oswald.buddenha...@digia.com wrote: On Wed, Mar 13, 2013 at 01:38:31AM +0100, Axel Waggershauser wrote: I'd say in terms of Lars's worries about having automatic checks in place before attacking whitespace issues, there should not be any

Re: [Development] White space / coding style patches welcome?

2013-03-13 Thread Oswald Buddenhagen
On Wed, Mar 13, 2013 at 03:57:01PM +0100, Axel Waggershauser wrote: On Wed, Mar 13, 2013 at 10:30 AM, Oswald Buddenhagen oswald.buddenha...@digia.com wrote: actual enforcement was lars' request. but this clearly requires a very low false report rate to be accepted. I see. Regarding false

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Thiago Macieira
On quarta-feira, 13 de março de 2013 00.51.05, André Pönitz wrote: I'll try hard to abstain from anything resembling irony or sarcasm. I just want to carry on this theoretical discussion based on purely hypothetical facts. I'd ask you kindly to either read all, or nothing. Hi André Without

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread joao morgado
To Richard:  What your saying makes perfect sense to me, and whatever solution your team comes up with, for iOS style, I'm sure it will be handsome, (it's Qt we're talking after all  :)  ).  Just some toughts from an humble indie developer:  regarding QML iOS style (and QML in general), I

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-13 Thread Thiago Macieira
On quarta-feira, 13 de março de 2013 13.48.21, Anttila Janne wrote: Would it be possible to bring priority field back for certain JIRA roles, if not for everyone? I don't have a statistics but I have a feeling that still most of the bugs are reported by Qt developers/approvers/maintainer,

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-13 Thread Oswald Buddenhagen
On Wed, Mar 13, 2013 at 09:23:16AM -0700, Thiago Macieira wrote: On quarta-feira, 13 de março de 2013 13.48.21, Anttila Janne wrote: Would it be possible to bring priority field back for certain JIRA roles, if not for everyone? +1 How about this: everyone *can* set the priority, but only

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Bache-Wiig Jens
On Mar 13, 2013, at 5:07 PM, joao morgado joaodeusmorg...@yahoo.commailto:joaodeusmorg...@yahoo.com wrote: To Richard: What your saying makes perfect sense to me, and whatever solution your team comes up with, for iOS style, I'm sure it will be handsome, (it's Qt we're talking after all :)

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread joao morgado
Thank you for all that info, that roadmap to Qt5.2 sounds good.  So we will be able to use Qt quick componentes for interfaces and do the apps core development in C++ or javascript right ? I'm sorry if this is becoming off-topic Regards João de Deus De:

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Jake Thomas Petroules
On Mar 13, 2013, at 1:43 PM, Bache-Wiig Jens jens.bache-w...@digia.com wrote: Exactly. Being able to do pixel perfect layouts within the Qt Quick designer is one of the arguments against an IOS QStyle implementation. I would like to be able to see and run my apps _exactly_ as they would look