Re: [Development] QtAndroidExtras

2013-09-17 Thread Knoll Lars
On 17.09.13 17:59, "Thiago Macieira" wrote: >On terça-feira, 17 de setembro de 2013 14:04:38, Stromme Christian wrote: >> Hi, >> >> I would like to propose that we add a platform extras repo for Android, >>as >> we needing a place to put android specific API's. Currently the only >>api we >> hav

Re: [Development] QtQuick MenuBar issue and QtQuick high cpu load?

2013-09-17 Thread deDietrich Gabriel
Hi, On Sep 17, 2013, at 4:10 PM, Sarkawt Amedi mailto:sarkaw...@gmail.com>> wrote: Hi everyone, the platform that I tested on and tools: Windows xp Qt5.1.1 QtCreator 2.8.1 first problem When I click on any item of menubar created by QtQuick as in Gallery Example, the submenu is not shown prope

[Development] QXcbIntegration::QXcbIntegration considered nasty...

2013-09-17 Thread Marc Mutz
Hi, The following backtrace shows QXcbIntegration's ctor, which is called from QCoreApplication's ctor, call QGuiApplicationPrivate::setEventDispatcher(). At that time, the application object isn't yet a QGuiApplication. #1 0x2aaac96e100d in QGuiApplicationPrivate::q_func (this=) at

Re: [Development] Source build woes on windows

2013-09-17 Thread Thiago Macieira
On terça-feira, 17 de setembro de 2013 11:19:06, Kuba Ober wrote: > > You're supposed to build only from a) a git clone or b) the official > > tarballs or .zip. Downloading a .zip file from Gitorious is not > > supported. > > This is from the official source download from qt-project.org > (qt-ever

Re: [Development] Source build woes on windows

2013-09-17 Thread Ahumada Sergio
On terça-feira, 17 de setembro de 2013 11:19:06, Kuba Ober wrote: > > > You're supposed to build only from a) a git clone or b) the official > > > tarballs or .zip. Downloading a .zip file from Gitorious is not > > > supported. >> >> This is from the official source download from qt-project.org >>

Re: [Development] QtAndroidExtras

2013-09-17 Thread Thiago Macieira
On terça-feira, 17 de setembro de 2013 14:04:38, Stromme Christian wrote: > Hi, > > I would like to propose that we add a platform extras repo for Android, as > we needing a place to put android specific API's. Currently the only api we > have, and which we want to move into a separate module, is

Re: [Development] Source build woes on windows

2013-09-17 Thread Thiago Macieira
On terça-feira, 17 de setembro de 2013 16:09:52, Ahumada Sergio wrote: > It was reported already and we decided to only include configure.exe in the > .zip and 7z packages. > > https://bugreports.qt-project.org/browse/QTBUG-28743 > > So it is not a bug. Let's reopen this. It's still a defect bec

[Development] broken keyboard navigation in PathView (Qt 5.1.1)

2013-09-17 Thread Ola Røer Thorsen
Hi, I reported this bug some weeks ago, https://bugreports.qt-project.org/browse/QTBUG-33195 Any chance this issue could at least be evaluated? The PathView item is unusable for keyboard navigation in its current state, and I need it to create "spinner" type input items. Thanks!

Re: [Development] A QtCore class for event-driven jobs

2013-09-17 Thread Buddenhagen Oswald
[sending from crappy mobile outlook client] agreed, but for the same reason composite jobs are a non-starter: they are managers with unlimited potential for scheduling policy api growth. Don't go there. -Original Message- From: David Faure Sent: 07.09.2013, 11:21 To: development@qt-pro

Re: [Development] Source build woes on windows

2013-09-17 Thread Kuba Ober
On Sep 16, 2013, at 4:59 PM, Thiago Macieira wrote: > On segunda-feira, 16 de setembro de 2013 14:17:41, Kuba Ober wrote: >> I'm trying to build 5.1.1 from source (.zip download) on Windows using >> MSVC2012, in a separate prefix (shadow) build. So far I've run into two >> issues: >> >> 1. confi

Re: [Development] A QtCore class for event-driven jobs

2013-09-17 Thread David Faure
On Tuesday 17 September 2013 15:08:15 Buddenhagen Oswald wrote: > agreed, but for the same reason composite jobs are a non-starter: they are > managers with unlimited potential for scheduling policy api growth. Don't > go there. Very different; composite jobs are an optional feature useful as an

[Development] QtAndroidExtras

2013-09-17 Thread Stromme Christian
Hi, I would like to propose that we add a platform extras repo for Android, as we needing a place to put android specific API's. Currently the only api we have, and which we want to move into a separate module, is the JNI convenience code from platformsupport in QtBase. -- Christian ___

Re: [Development] More on QDateTime / QTimeZone

2013-09-17 Thread John Layt
On Saturday 14 Sep 2013 17:11:50 John Layt wrote: > As I said, I'm testing a speed-up for toMSecsSinceEpoch() which makes it > faster than the old version, which feeds through to most of the other slower > functions. I'll also have a look at date() and time() for improvements > which will also im

[Development] QtQuick MenuBar issue and QtQuick high cpu load?

2013-09-17 Thread Sarkawt Amedi
Hi everyone, the platform that I tested on and tools: Windows xp Qt5.1.1 QtCreator 2.8.1 first problem When I click on any item of menubar created by QtQuick as in Gallery Example, the submenu is not shown properly cuz it falshes/blinks or menu becomes transparent. second problem huge cpu usage

Re: [Development] Namespaces (was: Qt Platform Extras)

2013-09-17 Thread Thiago Macieira
On terça-feira, 17 de setembro de 2013 18:30:32, Sze Howe Koh wrote: > > I think I agree with JP. AFAICS, no other module is using module-wide > > namespaces, so it would not be inconsistent to name it QtFoo. > Actually, there are 5 such module-namespace pairs: > * Qt D-Bus -- QDBus > * Qt

Re: [Development] Namespaces (was: Qt Platform Extras)

2013-09-17 Thread Stephen Kelly
On Sep 14, 2013, at 2:56 AM, Sze Howe Koh wrote: > I vote for "QWin" for consistency, and I'm not sure that an extra > ':%s/QWin::/QtWin::/g' will make a difference to users if they're > doing the same for all other namespaces in Qt 6. I agree. Thanks, -- Join us in October at Qt Developer Day

Re: [Development] Namespaces (was: Qt Platform Extras)

2013-09-17 Thread Sze Howe Koh
On 17 September 2013 15:10, Saether Jan-Arve wrote: > On terça-feira, 10 de setembro de 2013 22:31:53, Sze Howe Koh wrote: >> On 10 September 2013 14:27, Knoll Lars >> wrote: >>> Ok, let's use QtWin for the namespace. For the module itself it >>> makes IMO to keep the 'Extras' in

Re: [Development] Namespaces (was: Qt Platform Extras)

2013-09-17 Thread Saether Jan-Arve
> -Original Message- > From: development-bounces+jan-arve.saether=digia@qt-project.org > [mailto:development-bounces+jan-arve.saether=digia@qt-project.org] > On Behalf Of Nurmi J-P > Sent: 16. september 2013 12:49 > To: development@qt-project.org > Subject: [Development] Namespaces