Re: [Development] It could be a little bug

2013-10-28 Thread Jiergir Ogoerg
Forgot to mention, m_state is of type enum TableState. On Tue, Oct 29, 2013 at 2:21 AM, Jiergir Ogoerg wrote: > Hi, > There's an enum: > > //==> code > enum TableState > { > UnsupportedLocale, > EmptyTable, > UnknownSystemComposeDir, > MissingComposeFile, >

[Development] It could be a little bug

2013-10-28 Thread Jiergir Ogoerg
Hi, There's an enum: //==> code enum TableState { UnsupportedLocale, EmptyTable, UnknownSystemComposeDir, MissingComposeFile, NoErrors }; //<== code and this: //==> code bool cleanState() const { return ((m_state & NoErrors) == NoErrors); } //<== c

Re: [Development] QWebSockets: Advice wanted on API

2013-10-28 Thread Shane Kearns
Using QSslConfiguration exclusively is a good idea, and removes most of the QSslSocket functions. Also consider which functions / signals are handled internal to websocket. e.g. encrypted, encryptedBytesWritten may be internal since websocket is message based. If the handling of the signal is alwa

Re: [Development] Qt 5.2, Android and QWidget over OpenGL

2013-10-28 Thread Yves Bailly
On 28/10/2013 06:25, BogDan wrote: > Hi, > > Please use https://bugreports.qt-project.org to open a new issue. It looks > like a very serious regression to me! Done: https://bugreports.qt-project.org/browse/QTBUG-34412 Thanks for your work! Regards, -- (o< | Yves Bailly

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread Michael Zanetti
On Monday 28 October 2013 07:34:08 Thiago Macieira wrote: > On segunda-feira, 28 de outubro de 2013 12:53:53, John Layt wrote: > > Until QtLocation does offer offline maps and navigation, you may want > > to consider Marble (http://marble.kde.org) which besides being a cool > > mapping app also pro

Re: [Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

2013-10-28 Thread Thiago Macieira
On segunda-feira, 28 de outubro de 2013 10:42:27, Simon Hausmann wrote: > > just an stupid idea but .. it may be related just the time change on > > saturday ? > > Not a stupid idea at all - quite plausible :). Thanks! This happens *every* year... -- Thiago Macieira - thiago.macieira (AT) intel

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread Thiago Macieira
On segunda-feira, 28 de outubro de 2013 12:53:53, John Layt wrote: > Until QtLocation does offer offline maps and navigation, you may want > to consider Marble (http://marble.kde.org) which besides being a cool > mapping app also provides a pure-Qt library for online and offline > mapping and navig

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread Ramakanthreddy Kesireddy
Thanks for your mail. Does Marble supports for Windows Embedded and Embedded Linux platforms as well as I see only in Qt-desktop? Br, Ramakanth -Original Message- From: johnl...@googlemail.com [mailto:johnl...@googlemail.com] On Behalf Of John Layt Sent: 28 October 2013 17:24 To: de

[Development] Old platform-specific functions

2013-10-28 Thread Sze Howe Koh
Hello, I was doing some doc cleaning when I found this page: http://qt-project.org/doc/qt-5.1/qtdoc/exportedfunctions.html Most of the functions are long gone, so I'll remove them. I'm not sure what to do with 3 of them though: * qt_set_sequence_auto_mnemonic() is marked Q_GUI_EXPORT (qkeysequen

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread John Layt
On 25 October 2013 15:55, Ramakanthreddy Kesireddy wrote: > Hi, > > Please let me know if there is a plan to enable support for offline > Navigation and Map in QtLocation module. > > Thanks and Regards, > > Ramakanth Until QtLocation does offer offline maps and navigation, you may want to conside

Re: [Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

2013-10-28 Thread John Layt
On 28 October 2013 10:42, Simon Hausmann wrote: > On Monday 28. October 2013 10.34.44 Sergio Ahumada wrote: >> On 10/28/2013 10:32 AM, Simon Hausmann wrote: >> > Hi, >> > >> > It looks like some locale or date time related change in qtbase broke >> > qtdeclarative test integration on Windows. Does

Re: [Development] QtLocation offline Navigation support

2013-10-28 Thread Blasche Alexander
Hi, In principle there is nothing that speaks against it and in particular for OSM I can easily see this to happen. However there are no concrete plans for a particular Qt version at this stage. There are a few prerequisites for it though. For a start I'd like to have a QtLocation release and

Re: [Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

2013-10-28 Thread Simon Hausmann
On Monday 28. October 2013 10.34.44 Sergio Ahumada wrote: > On 10/28/2013 10:32 AM, Simon Hausmann wrote: > > Hi, > > > > It looks like some locale or date time related change in qtbase broke > > qtdeclarative test integration on Windows. Does the below failure ring a > > bell for anyone? > > > >

Re: [Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

2013-10-28 Thread Sergio Ahumada
On 10/28/2013 10:32 AM, Simon Hausmann wrote: > Hi, > > It looks like some locale or date time related change in qtbase broke > qtdeclarative test integration on Windows. Does the below failure ring a bell > for anyone? > > > Simon > > P.S.: We have a revdev to qtdeclarative for changes in qt

[Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

2013-10-28 Thread Simon Hausmann
Hi, It looks like some locale or date time related change in qtbase broke qtdeclarative test integration on Windows. Does the below failure ring a bell for anyone? Simon P.S.: We have a revdev to qtdeclarative for changes in qtbase, but unfortunately only for Linux. -- Forwarded Me