[Development] Please take a look at QTBUG-41197 before releasing Qt5.3.2

2014-09-08 Thread Liang Jian
https://bugreports.qt-project.org/browse/QTBUG-41197 This is a severe issue we recently found under androind. Thanks! ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Direct-lookup translation, even for English (was Re: [Interest] get english translation)

2014-09-08 Thread Oswald Buddenhagen
On Mon, Sep 08, 2014 at 09:26:07AM -0700, Thiago Macieira wrote: > On Monday 08 September 2014 13:19:59 Oswald Buddenhagen wrote: > > i hate to keep you all from wasting even more time, but ... > > > > http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId > > https://qt-project.org/wiki/QtInt

Re: [Development] QStorageInfo

2014-09-08 Thread Thiago Macieira
On Monday 08 September 2014 12:32:27 Matthias WALTER wrote: > Hello, > > > > Today you released the Alpha of Qt 5.4. > > > > What is the official status of QStorageInfo "DriveType" ? > > > > Do you plan to add this feature in the beta and final release ? It hasn't been developed yet. If

Re: [Development] Direct-lookup translation, even for English (was Re: [Interest] get english translation)

2014-09-08 Thread Thiago Macieira
On Monday 08 September 2014 13:19:59 Oswald Buddenhagen wrote: > i hate to keep you all from wasting even more time, but ... > > http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId > https://qt-project.org/wiki/QtInternationalization#43b304ead4174986c238cb4e0 > c4d5cb0 IIRC, trId was somet

[Development] QFont: change substitutions

2014-09-08 Thread Jan Sundermeyer
Qt uses substitute fonts when a character is not present in the principal font. Apparently the substitute fonts are not always to the users taste, so they like to change the substitution. QT offers a function for it (QFont::substitutes), however it would be tedious to fill a substitution list from

Re: [Development] QStorageInfo

2014-09-08 Thread Martin Sandsmark
On Monday 25. August 2014 08.09.15 Thiago Macieira wrote: > Do fuse filesystems count as local? Does it depend on what's on the other > side of the fuse daemon? fuse exposes what has been mounted from where. fuse isn't very special, it just puts the translation code in userspace. the simplest wa

Re: [Development] Direct-lookup translation, even for English (was Re: [Interest] get english translation)

2014-09-08 Thread Oswald Buddenhagen
i hate to keep you all from wasting even more time, but ... http://doc.qt.digia.com/qt-5.1/qtcore/qtglobal.html#qtTrId https://qt-project.org/wiki/QtInternationalization#43b304ead4174986c238cb4e0c4d5cb0 and on auto-loading: https://bugreports.qt-project.org/browse/QTBUG-34942 (there was actually

[Development] QStorageInfo

2014-09-08 Thread Matthias WALTER
Hello, Today you released the Alpha of Qt 5.4. What is the official status of QStorageInfo "DriveType" ? Do you plan to add this feature in the beta and final release ? Thank you for your answer. Best regards, ___ Development mailing

[Development] Qt 5.4 Alpha released

2014-09-08 Thread Heikkinen Jani
Hi all! Qt 5.4 Alpha release is finally out, see http://blog.qt.digia.com/blog/2014/09/08/qt-5-4-alpha-available/ Alpha is source code delivery only. The plan forward is now to create a beta (including binary packages) during the next few weeks, see Qt 5.4 schedule from http://qt-project.org/

Re: [Development] [Interest] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-08 Thread Knoll Lars
On 05/09/14 21:55, "Thiago Macieira" wrote: >On Friday 05 September 2014 14:41:40 Saether Jan-Arve wrote: >> If we simply provide qt_US.ts, and the user uses windeployqt it will >> automatically be deployed in the same way as other .qm files, and it >>will >> just work (tm). > >I insist that we c

Re: [Development] [Interest] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-08 Thread Knoll Lars
On 05/09/14 21:51, "Thiago Macieira" wrote: >On Friday 05 September 2014 09:16:48 André Somers wrote: >> > This did not extract the string for translation. It needs to be >>something >> > that does extract for translation and does translate to another >>language >> > if a translator was loaded. >

Re: [Development] Suggested method to distribute QML library

2014-09-08 Thread Martin Leutelt
Hi, take a look at how the qtquickcontrols plugin does it. It bundles the QML components in the plugin. With that approach you could:- provide a prebuilt plugin that users can bundle with their app- allow them to build your plugin library together with their code (and deploy the plugin to the de