Re: [Interest] qmake and CONFIG += c++14

2015-03-24 Thread Alejandro Exojo
El Wednesday 25 March 2015, Wilhelm escribió: > Hi all, > > the qmake documentation says that is is possible to set > > CONFIG+= c++14 > > But if I do so, the generated makefile still contains the flag > > -std=c++11 > > So, whats wrong here? 1. Have you re-rerun qmake? 2. Does your compiler

Re: [Interest] qmake and CONFIG += c++14

2015-03-24 Thread Wilhelm
Am 25.03.2015 um 06:28 schrieb Thiago Macieira: > On Wednesday 25 March 2015 06:19:24 Wilhelm wrote: >> Hi all, >> >> the qmake documentation says that is is possible to set >> >> CONFIG+= c++14 >> >> But if I do so, the generated makefile still contains the flag >> >> -std=c++11 >> >> So, whats wr

Re: [Interest] Qt, QtIFW, CMake and CPackIFW

2015-03-24 Thread Konstantin Podsvirov
Hello, Rizzen! 24.03.2015, 21:54, "Rizzen Yazston" : > Hi Konstantin, > > I hope you are the correct person I am contacting regarding the CPackIFW. > After plenty of searching I came across an email post wanting to promote the > usage of CPackIFW. You have come to the right place. I am the Crea

[Interest] qmake and CONFIG += c++14

2015-03-24 Thread Wilhelm
Hi all, the qmake documentation says that is is possible to set CONFIG+= c++14 But if I do so, the generated makefile still contains the flag -std=c++11 So, whats wrong here? -- Wilhelm w.me...@unix.net ___ Interest mailing list Interest@qt-project

Re: [Interest] How to choose EGLFS Raspberry Pi when cross compiline on Linux?

2015-03-24 Thread Thiago Macieira
On Wednesday 25 March 2015 04:29:30 Guido Seifert wrote: > Hi, > I try to compile Qt 5.5 on Linux for Raspberry Pi. Works so far. Except one > thing: > > QPA backends: > DirectFB . no > EGLFS yes > EGLFS i.MX6... . no > EGLFS KMS .. no

[Interest] How to choose EGLFS Raspberry Pi when cross compiline on Linux?

2015-03-24 Thread Guido Seifert
Hi, I try to compile Qt 5.5 on Linux for Raspberry Pi. Works so far. Except one thing: QPA backends: DirectFB . no EGLFS yes EGLFS i.MX6... . no EGLFS KMS .. no EGLFS Mali . no EGLFS Raspberry Pi . no EGLFS X

Re: [Interest] Assistant (4.8.6) terminating with uncaught exception of type CLuceneError

2015-03-24 Thread Thiago Macieira
On Wednesday 25 March 2015 00:39:24 René J.V. Bertin wrote: > The relevant backtrace suggests that I may have a corrupt search index or > qch file, but how to confirm that? The exception is the confirmation. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Sou

[Interest] Assistant (4.8.6) terminating with uncaught exception of type CLuceneError

2015-03-24 Thread René J . V . Bertin
Hi, All of a sudden my 4.8.6 Assistant (which I admit using quite often) aborts, "terminating with uncaught exception of type CLuceneError" (according to libc++abi.dylib). Any idea what might cause this, and above all, how to restore normal operation? The relevant backtrace suggests that I may

Re: [Interest] lib houdini crash

2015-03-24 Thread Nuno Santos
Thiago, Didn’t even notice! ;) > On 24 Mar 2015, at 18:17, Thiago Macieira wrote: > > On Tuesday 24 March 2015 08:50:47 Thiago Macieira wrote: >> libhoudini won't be running on a Rockchip. That's an Intel proprietary >> library that emulates ARM so that you can run ARM NDK apps on your x86 >>

Re: [Interest] lib houdini crash

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 08:50:47 Thiago Macieira wrote: > libhoudini won't be running on a Rockchip. That's an Intel proprietary > library that emulates ARM so that you can run ARM NDK apps on your x86 > Android applications. On your x86 Android device, I mean. -- Thiago Macieira - thiago.macie

Re: [Interest] QVariantMap: constEnd() not equal to end()?

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 17:29:39 Gunnar Roth wrote: > Does anybody know why QT_STRICT_ITERATORS is not standard? First, because it breaks existing, legitimate code that mixes const and non- const iterators properly (yes, there are legitimate ways to do it). Second, because it's binary incompatib

Re: [Interest] WebEngine vs Webkit

2015-03-24 Thread paulovictor.pinhe...@gmail.com
There is something coming up, but not landing in 5.5: https://codereview.qt-project.org/#/c/104669/ https://codereview.qt-project.org/#/c/108278/ On Mon, Mar 23, 2015 at 10:15 PM, Jason Kretzer wrote: > I had not tried it yet. Will have to try it and see what happens. > > > > Slightly different

[Interest] QML TableView creating extra row delegates

2015-03-24 Thread Shantanu Tushar
Hi list, I noticed that the QML TableView creates extra row delegates even if there are only a few items in the model. For example the following code- TableView { anchors.fill: parent model: ListModel { ListElement { name: "Apple"; cost: 2.45 } ListElement

Re: [Interest] QtWebkit replacement status...

2015-03-24 Thread Konstantin Tokarev
24.03.2015, 12:15, "Scott Aron Bloom" : > My biggest problem with webkit, is the TONS of dependencies it requires.. > > My app is not a "web" app, we use it for embedded help.. In Qt4, it added 1 > or 2 dlls, in Qt5, we wind up having to include a large portion of Qt that my > app really doesn'

Re: [Interest] QVariantMap: constEnd() not equal to end()?

2015-03-24 Thread Gunnar Roth
Does anybody know why QT_STRICT_ITERATORS is not standard? Regards, Gunnar     Gesendet: Dienstag, 24. März 2015 um 11:28 Uhr Von: "Jan Kundrát" An: interest@qt-project.org Betreff: Re: [Interest] QVariantMap: constEnd() not equal to end()? On Friday, 20 March 2015 07:25:48 CET, Aleksandr M

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Till Oliver Knoll
> Am 24.03.2015 um 15:46 schrieb Agocs Laszlo : > > Because Qt 3D most likely misses a few multiplications by devicePixelRatio(). > Probably easy to correct. > > See > http://www.qtdeveloperdays.com/sites/default/files/presentation_pdf/AgocsLaszlo_opengl_enablers_news.pdf#26 > Hi Laszlo,

Re: [Interest] lib houdini crash

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 11:43:55 Nuno Santos wrote: > Quick question… > > In this specific case i’m trying to find more about the crash. The chip is a > Rockchip RK2906 libhoudini won't be running on a Rockchip. That's an Intel proprietary library that emulates ARM so that you can run ARM NDK a

Re: [Interest] lib houdini crash

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 11:23:39 Nuno Santos wrote: > Should I compile my app for armv5, armv7 and x86 and upload all the APK’s? Yes, and x86-64 too, these days. > I’m currently deploying for armv7 only. > > I have people telling me that the app crashes during startup without any > kind of indi

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 16:35:16 Nikos Chantziaras wrote: > ++On 23/03/15 23:43, Thiago Macieira wrote: > > On Monday 23 March 2015 20:28:10 Nikos Chantziaras wrote: > >> There's ABI differences between libstdc++ versions when using C++11, so > >> one has to wonder what happens when using C++11 in

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Eddie Sutton
Thanks Laszlo for the nice presentation "News from the Graphics Stack: Improvements to the core OpenGL enablers in Qt 5.3 & 5.4”. Are related code samples available? Do you know if there be a 2015 Fall Qt Developer Days event in U.S.? Qt3D documentation seems to be in the form of examples on

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Agocs Laszlo
Because Qt 3D most likely misses a few multiplications by devicePixelRatio(). Probably easy to correct. See http://www.qtdeveloperdays.com/sites/default/files/presentation_pdf/AgocsLaszlo_opengl_enablers_news.pdf#26 Best regards, Laszlo From: interest-bounces+laszlo.agocs=theqtcompany@qt-p

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-24 Thread Nikos Chantziaras
++On 23/03/15 23:43, Thiago Macieira wrote: > On Monday 23 March 2015 20:28:10 Nikos Chantziaras wrote: >> There's ABI differences between libstdc++ versions when using C++11, so >> one has to wonder what happens when using C++11 in Qt (which was built >> with the RH dev toolset) and then the resul

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Till Oliver Knoll
> Am 24.03.2015 um 14:39 schrieb Eddie Sutton : > >> >My knowledge of available "HiDPI" APIs is currently based on your >> >(excellent) blog post, which does not seem to mention that use case: >> >> >> >http://blog.qt.io/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/ > > Tha

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Eddie Sutton
> >My knowledge of available "HiDPI" APIs is currently based on your > >(excellent) blog post, which does not seem to mention that use case: > > > >http://blog.qt.io/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/ > >

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Till Oliver Knoll
> Am 19.03.2015 um 14:17 schrieb Sorvig Morten : > > Hi, > > ... > > In case there issues that I’ve missed I would be interested in hearing about > it. I can’t promise that everything will be fixed, but it will be at least > put on the radar. Hi Morten, Not a bug by itself and hence a bit o

Re: [Interest] [Development] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread Oswald Buddenhagen
On Tue, Mar 24, 2015 at 12:42:53PM +0100, René J.V. Bertin wrote: > On Tuesday March 24 2015 12:01:44 Oswald Buddenhagen wrote: > > On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > > > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > > > > > you shouldn't even hav

Re: [Interest] lib houdini crash

2015-03-24 Thread Nuno Santos
Quick question… In this specific case i’m trying to find more about the crash. The chip is a Rockchip RK2906 http://www.cnx-software.com/2012/08/18/60-rockchip-rk2906-cortex-a8-android-4-0-tablets/ What

Re: [Interest] [Development] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread René J . V . Bertin
On Tuesday March 24 2015 12:01:44 Oswald Buddenhagen wrote: > On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > > > you shouldn't even have that file. it means you tried to build qmake > with qmake, which is a bit

Re: [Interest] lib houdini crash

2015-03-24 Thread Nuno Santos
Thanks for the insights! Regards, Nuno > On 24 Mar 2015, at 11:31, Harri Pasanen wrote: > > Forget about armv5, those devices are low on memory and cheap, but any > bad performance will still be attributed to you app and result in bad > reviews. > > So build for armv7 and x86. The latter

Re: [Interest] lib houdini crash

2015-03-24 Thread Harri Pasanen
Forget about armv5, those devices are low on memory and cheap, but any bad performance will still be attributed to you app and result in bad reviews. So build for armv7 and x86. The latter should have the same version name, but higher version code. That way the x86 device will load the x86

Re: [Interest] lib houdini crash

2015-03-24 Thread Nuno Santos
Should I compile my app for armv5, armv7 and x86 and upload all the APK’s? I’m currently deploying for armv7 only. I have people telling me that the app crashes during startup without any kind of indication and I can’t tell what is exactly is causing the crash. > On 21 Mar 2015, at 18:15, Thiag

Re: [Interest] High-dpi fixing for Qt 5.5

2015-03-24 Thread Sorvig Morten
> On 21 Mar 2015, at 00:16, Daiwei Li wrote: > > Hi Morten, > > Do you know if auto-detection of scale factor on Windows is going to be > tackled again: https://codereview.qt-project.org/#/c/87716/? > > There's no specific bug open for it besides being mentioned on the Windows > High DPI met

Re: [Interest] [Development] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread Oswald Buddenhagen
On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > you shouldn't even have that file. it means you tried to build qmake with qmake, which is a bit of a non-starter for hopefully obvious reasons (the project files are

Re: [Interest] QVariantMap: constEnd() not equal to end()?

2015-03-24 Thread Jan Kundrát
On Friday, 20 March 2015 07:25:48 CET, Aleksandr Mezin wrote: > Table::const_iterator i(table.constFind(name)); > if (i != table.end()) { > ... > } end() returns an interator, not a const_iterator. Obtaining an interator (not a const_iterator) from a Qt container calls detach(), which means t

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-24 Thread Scott Aron Bloom
On Wednesday 18 March 2015 20:27:06 Scott Aron Bloom wrote: > On this note.. I a large number of my customers (about 20%) of my > users are STILL using CentOS 5 or RHEL 5.. > > In moving to Qt 5, they are now losing printing support :( They will > have to print to a PDF and print external to th

[Interest] multiple QQuickWidgets with one QQmlEngine

2015-03-24 Thread shh
Hi all. I've got a problem and hope you can help me. I have multiple QQmlWidgets where different instances of same components should be shown. The components are created at runtime and use specific properties from it's parent widget. The problem is, that there are multiple nested items in those

Re: [Interest] QtWebkit replacement status...

2015-03-24 Thread Scott Aron Bloom
Which version of Qt should I use? 5.4? -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Frank Hemer Sent: Monday, March 23, 2015 5:00 AM To: interest@qt-project.org Subject:

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-24 Thread Scott Aron Bloom
This happened in Qt 5.3 https://qt-project.org/wiki/New-Features-in-Qt-5.3 >From the site: Qt Print Support New QPA class QPlatformPrintDevice to abstract platform print device hardware, new implementations for Windows, Mac and Linux. QPrinterInfo provides more details on the print device hardwa

Re: [Interest] QtWebkit replacement status...

2015-03-24 Thread Scott Aron Bloom
My biggest problem with webkit, is the TONS of dependencies it requires.. My app is not a "web" app, we use it for embedded help.. In Qt4, it added 1 or 2 dlls, in Qt5, we wind up having to include a large portion of Qt that my app really doesn't care about, except for webkit. Im hoping the rep

Re: [Interest] Can QML do this animation?

2015-03-24 Thread Daniel França
Hi Juergen, sorry for the off-topic. But great job with qmlbook, it helped me a lot :) Em ter, 24 de mar de 2015 às 09:57, Juergen Bocklage-Ryannel < li...@ryannel.org> escreveu: > Hi, > > First of all. Thanks for the great example. Love it! > > I'm the author of the QmlBook (qmlbook.org). I woul

Re: [Interest] QML Equivalent of QCustomplot

2015-03-24 Thread Juergen Bocklage-Ryannel
http://jwintz.me/blog/2014/02/15/qchart-dot-js-qml-binding-for-chart-dot-js/ On 04/03/15 17:40, Ramakanthreddy Kesireddy wrote: > Hi, > > > Please let me know if there is any QML Equivalent of QCustomplot for > plotting and data visualization? > > > Thanks and Regards, > > Ramakanth > >

[Interest] Qt under the hoods

2015-03-24 Thread Daniel França
I'm looking for material to understand Qt/QML internals and I faced this series of posts: http://www.kdab.com/qml-engine-internals-part-1-qml-file-loading/ The posts are from the far year of 2012, so I don't know how up to date it's and how useful it can be. I know, at least, that in this meanwhil

Re: [Interest] Can QML do this animation?

2015-03-24 Thread Juergen Bocklage-Ryannel
Hi, First of all. Thanks for the great example. Love it! I'm the author of the QmlBook (qmlbook.org). I would maybe like to use the example in the book if this would be okay with you. The example would be licensed under the BSD and the text would be copyrighted to the authors of the book, the

Re: [Interest] QML ListModel of ListModels?

2015-03-24 Thread QxOrm contact
Hello, You could use the nested model pattern : for example, QxOrm library provides an implementation of this pattern in the QxModelView module : http://www.qxorm.com/doxygen/html/group___qx_model_view.html QxEntityEditor application can generate the model source code to manage database relationsh