Re: [Interest] QML for new Ubuntu phone!

2013-01-02 Thread Sundareson, Prabindh
Donald, A Qt5 (eglfs) port of b2g already exists, as does the regular cairo-qt backend. The b2g eglfs port is not in mozilla-central yet and is in preliminary stages, see below: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=linuxgl regards Prabindh -Original Message- From: inte

Re: [Interest] QFile copy and sync/fsync

2013-01-02 Thread Lincoln Ramsay
On 03/01/13 06:49, Duane wrote: > I have a function to back up some files to a usb stick. Using a variant of the FAT filesystem no doubt? > I've had complaints from users that the files are sometime not copied. It > looks > like they're removing the usb stick before the standard sync cycle. If

[Interest] Qt 5 on the Nokia N9

2013-01-02 Thread Stéphane Fabry
Hello, Is it possible to run Qt 5.0.0 on the Nokia N9 ? I found this thread : http://nokians.fr/2012/09/tuto-testez-le-premier-navigateur-internet-qt5-webkit-2-snowshoe-mobile-pour-le-nokia-n9/#comment-38679http://nokians.fr/2012/09/tuto-testez-le-premier-navigateur-internet-qt5-webkit-2-snowsho

Re: [Interest] QFile copy and sync/fsync

2013-01-02 Thread Nikos Chantziaras
On 02/01/13 22:49, Duane wrote: > Qt 4.8 on Linux TinyCore or Fedora. > > I have a function to back up some files to a usb stick. I've had > complaints from users that the files are sometime not copied. It looks > like they're removing the usb stick before the standard sync cycle. If > I call sy

Re: [Interest] QML for new Ubuntu phone!

2013-01-02 Thread Sivan Greenberg
should be soon, I'm exciting over at the #ubunut-phone@freenode channel. and the first phone is nexus 7 indeed as people say around there. -Sivan On Wed, Jan 2, 2013 at 9:37 PM, Jason H wrote: > Well I believe the phone is a Nexus. > If there was only a rom to d/l... > >

[Interest] QFile copy and sync/fsync

2013-01-02 Thread Duane
Qt 4.8 on Linux TinyCore or Fedora. I have a function to back up some files to a usb stick. I've had complaints from users that the files are sometime not copied. It looks like they're removing the usb stick before the standard sync cycle. If I call sync from my copy routine this works but i

Re: [Interest] qRegisterMetaType > and type flags

2013-01-02 Thread Stephen Kelly
On Wednesday, January 02, 2013 18:12:51 Jan Kundrát wrote: > On Wednesday, 2 January 2013 17:42:53 CEST, Stephen Kelly wrote: > > The fix is probably to include qsslsocket.h in the translation > > unit where you > > have that line. > > > > Of course it's a bug and an odd mistake that > > Q_DECLARE_

Re: [Interest] QML for new Ubuntu phone!

2013-01-02 Thread Donald Carr
Something like this would be glorious: https://developer.mozilla.org/en-US/docs/Mozilla/Boot_to_Gecko/Installing_Boot_to_Gecko_on_a_mobile_device On Wed, Jan 2, 2013 at 11:37 AM, Jason H wrote: > Well I believe the phone is a Nexus. > If there was only a rom to d/l... > > ___

Re: [Interest] QML for new Ubuntu phone!

2013-01-02 Thread Jason H
Well I believe the phone is a Nexus. If there was only a rom to d/l... From: Donald Carr To: Jason H Cc: Interests Qt Sent: Wednesday, January 2, 2013 2:27 PM Subject: Re: [Interest] QML for new Ubuntu phone! Would be even nicer if there was a single st

Re: [Interest] QML for new Ubuntu phone!

2013-01-02 Thread Donald Carr
Would be even nicer if there was a single standing target you could install it on today. (Firefox OS is installable on Nexus and several other Android devices) On Wed, Jan 2, 2013 at 11:24 AM, Jason H wrote: > Hey, thus came as a surprise to me! > > > http://www.ubuntu.com/devices/phone/design >

[Interest] QML for new Ubuntu phone!

2013-01-02 Thread Jason H
Hey, thus came as a surprise to me! http://www.ubuntu.com/devices/phone/design ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Re: qRegisterMetaType > and type flags

2013-01-02 Thread Jan Kundrát
On Wednesday, 2 January 2013 17:42:53 CEST, Stephen Kelly wrote: > The fix is probably to include qsslsocket.h in the translation > unit where you > have that line. > > Of course it's a bug and an odd mistake that > Q_DECLARE_METATYPE(QList) is in qsslsocket.h instead of > qsslerror.h. Hi Ste

Re: [Interest] qRegisterMetaType > and type flags

2013-01-02 Thread Stephen Kelly
On Wednesday, January 02, 2013 16:43:27 Jan Kundrát wrote: > Hi, > I'm getting the following error message from Qt5's port of Trojita: > There are no calls to Q_DECLARE_METATYPE mentioning > QSslError or QList in my code. But there is such a call in qsslsocket.h. > My code contains calls to: > >

[Interest] What are the states of the new platforms?

2013-01-02 Thread Jason H
Qt5 is being advertised as targeting iOS and Android. I am very interested in both of these, however when I last looked into them, I was woefully disappointed. Qt5 on iOS didn't do multi-touch and didn't use Apple's WebKit so web-enabled apps would not be approved.  And Qt5 on Android was bare-

[Interest] qRegisterMetaType > and type flags

2013-01-02 Thread Jan Kundrát
Hi, I'm getting the following error message from Qt5's port of Trojita: QMetaType::registerType: Binary compatibility break -- Type flags for type 'QList' [1062] don't match. Previously registered TypeFlags(0x7), now registering TypeFlags(0x107). The backtrace leads back to the constructor of Q

Re: [Interest] Qt 5 on Mac OS X

2013-01-02 Thread Raul Metsma
I think this is good idea Raul On Jan 2, 2013, at 3:50 PM, Thiago Macieira wrote: > On quarta-feira, 2 de janeiro de 2013 13.36.29, Sorvig Morten wrote: >> Yes, as I understand it you need to use libc++ to get most/all C++11 >> features. At some point the Mac binary package should switch over t

Re: [Interest] Qt 5 on Mac OS X

2013-01-02 Thread Thiago Macieira
On quarta-feira, 2 de janeiro de 2013 13.36.29, Sorvig Morten wrote: > Yes, as I understand it you need to use libc++ to get most/all C++11 > features. At some point the Mac binary package should switch over to use > it. Perhaps we should have done it for 5.0.0, but that is in any case to > late no

Re: [Interest] Qt 5 on Mac OS X

2013-01-02 Thread Sorvig Morten
On Dec 21, 2012, at 5:56 PM, Stephen Chu wrote: > On 12/21/12 3:17 AM, Sorvig Morten wrote: >> >>> Does the pre built binary use libstdc++ or libc++? >> >> >> According to "otool -L", QtCore from the 5.0.0 binary links against >> libstdc++. > > Doesn't that pretty much precludes us from usi

Re: [Interest] Widget cross-platform (minimum) size constraint problem.

2013-01-02 Thread Thiago Macieira
On quarta-feira, 2 de janeiro de 2013 10.46.24, Goblin Coding wrote: > I also realise that there are no guarantees regarding the look of the Qt > widgets on different platforms. What I actually wanted to find out is if > there was a way to design a widget in Qt Designer so that the way it looks >

Re: [Interest] Widget cross-platform (minimum) size constraint problem.

2013-01-02 Thread Joseph Crowell
On 01/02/2013 12:07 PM, Frank Hemer wrote: > On Wednesday 02 January 2013 10:46:24 Goblin Coding wrote: >> Hi Tony, >> >> You make a valid point. Originally the idea was to allow for scrollbars, >> but since that comes with an entirely different set of issues (as soon as >> the scrollbar appears,

Re: [Interest] Widget cross-platform (minimum) size constraint problem.

2013-01-02 Thread Frank Hemer
On Wednesday 02 January 2013 10:46:24 Goblin Coding wrote: > Hi Tony, > > You make a valid point. Originally the idea was to allow for scrollbars, > but since that comes with an entirely different set of issues (as soon as > the scrollbar appears, it "cramps the style" of the remaining > widgets.

Re: [Interest] glGetString from QML-based Wayland compositor

2013-01-02 Thread Samuel Rødal
On 12/28/2012 09:53 AM, Pier Luigi wrote: > Hi, > > I'm working on a QML-based compositor and I would like to print some > EGL and GL strings when it starts to get more useful information when > something doesn't work. > > The compositor, although loaded from a plugin, is very much like the > qmlco

Re: [Interest] Widget cross-platform (minimum) size constraint problem.

2013-01-02 Thread Goblin Coding
Hi Tony, You make a valid point. Originally the idea was to allow for scrollbars, but since that comes with an entirely different set of issues (as soon as the scrollbar appears, it "cramps the style" of the remaining widgets...i.e. when the horizontal scrollbar is created, it actually uses some