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

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...i.e.

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, it cramps

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 in

Re: [Interest] Qt 5 on Mac OS X

2013-01-02 Thread Sorvig Morten
On Dec 21, 2012, at 5:56 PM, Stephen Chu step...@ju-ju.com 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

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 now.

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 thiago.macie...@intel.com 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

[Interest] qRegisterMetaTypeQListQSslError 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 'QListQSslError' [1062] don't match. Previously registered TypeFlags(0x7), now registering TypeFlags(0x107). The backtrace leads back to the

[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

[Interest] Re: qRegisterMetaTypeQListQSslError 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(QListQSslError) is in qsslsocket.h instead of qsslerror.h. Hi

[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

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 scorp...@yahoo.com wrote: Hey, thus came as a surprise to me!

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 sirsp...@gmail.com To: Jason H scorp...@yahoo.com Cc: Interests Qt interest@qt-project.org Sent: Wednesday, January 2, 2013 2:27 PM Subject: Re: [Interest] QML for new

Re: [Interest] qRegisterMetaTypeQListQSslError 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

[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

[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 :

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 I

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: