Re: [Interest] [ Qt3D ] Is QRotateTransform rotation axis?

2015-03-23 Thread Eddie Sutton
Hi Sean, Sorry, I sent email before I intended, >On Mar 23, 2015, at 9:34 AM, Sean Harmer wrote: >The transformations are applied about the origin in local coords. For the >cylinder that is indeed the centre of the mesh. > >To solve this add in a translation to move the origin to one end of th

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Reinhardt Behm
On Monday 23 March 2015 07:07:48 Thiago Macieira wrote: > > In EDA, the industry Im in, our customers, quite often get stuck on a > > hardware platform for the life time of their project. And a project can > > be > > 5-6 YEARS.. > > > > So, if they are on CentOS 5 and it was 1 year old when the p

Re: [Interest] WebEngine vs Webkit

2015-03-23 Thread Jason Kretzer
I had not tried it yet. Will have to try it and see what happens. Slightly different question: Can the QtWebEngine make use of the FlashPlayer plugin (Pepper or otherwise)? From: Ian Monroe [mailto:i...@monroe.nu] Sent: Monday, March 23, 2015 1:53 PM To: Jason Kretzer; interest@qt-project.org

Re: [Interest] QML ListModel of ListModels?

2015-03-23 Thread Gunnar Roth
Why not use a list view with sections? see http://doc.qt.io/qt-5/qml-qtquick-listview.html#section-prop > Am 23.03.2015 um 22:48 schrieb Jason H : > > In a flickable, I want to have a 2-layer hierarchy: > Category 1 > Item 1 > It

[Interest] QML ListModel of ListModels?

2015-03-23 Thread Jason H
In a flickable, I want to have a 2-layer hierarchy: Category 1 Item 1 Item 2 Category 2 Item 1 Item 2 ... Category N Item X Item Y Item Z How can I create QML element that allows any number of Categories and Items? Can I use one root model? Or must I create these categories dynami

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 21:47:57 Jason H wrote: > Ok, so I got this figured out. Someone tell me if it is a bug or not. > I did not specify --prefix, however it built and installed as > --prefix=/usr/local/Qt-5.4.1 qmake however did not pick up the prefix that > had been auto selected. After runnin

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 20:28:10 Nikos Chantziaras wrote: > > What library? > > > > If you're talking about Qt, no, Qt does not force you to choose to use > > C++11 or not. You choose and Qt will adapt. > > > > If you're talking about some other library, I can't give you advice. > > I mean the s

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Jason H
> Sent: Monday, March 23, 2015 at 11:08 AM > From: "Jason H" > To: "Thiago Macieira" > Cc: interest@qt-project.org > Subject: Re: [Interest] qmake: mkspec linux-g++ not found > > > > > Sent: Saturday, March 21, 2015 at 2:23 PM > > From: "Thiago Macieira" > > To: interest@qt-project.org > > S

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Ian Monroe
nsapi has no future. For PDF just use a JavaScript viewer instead if the PDFs need to be embedded into a web page, like what Firefox does. If they aren't embedded it wouldn't take much to have your code detect that the user click on a PDF url and do something smart. Ian On Mon, Mar 23, 2015 at 12

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Jason Dolan
I would love to hear some “official” input on this. Our project will be migrating to Qt5 later on this year. One of our 3rd-party services is embedded into our product as a webpage. That 3rd-party makes use of nsapi plugins. Primarily for pdf viewing. We have then used QWebPluginFactory to

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Nikos Chantziaras
On 23/03/15 16:10, Thiago Macieira wrote: > On Monday 23 March 2015 14:18:34 Nikos Chantziaras wrote: >> On 23/03/15 01:43, Thiago Macieira wrote: >>> On Sunday 22 March 2015 11:36:37 Nikos Chantziaras wrote: On 21/03/15 20:19, Thiago Macieira wrote: > RHEL 6.6 comes with glibc 2.12, which

Re: [Interest] WebEngine vs Webkit

2015-03-23 Thread Ian Monroe
The sample qtwebengine browser works for you? On Mon, Mar 23, 2015, 06:15 Jason Kretzer wrote: > Good day everyone! > > I am looking at converting an application that uses webkit to using the > new webengine stuff. I have run into a few things that I was not > expecting, including issues with w

Re: [Interest] Qt 5.5 on iOS QtMultimedia

2015-03-23 Thread Harri Pasanen
On 23/03/2015 16:22, Harri Pasanen wrote: In my self compiled qt 5.5 snapshot I get import QtMultimedia 5.4 with red underline in declarative-camera.qml sample in Qt Creator 3.3.1. The hover on tooltip complains about plugins.qmltypes:1228:9 I created a bug report of this: https://bugreport

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Thiago Macieira
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 the

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 14:18:34 Nikos Chantziaras wrote: > On 23/03/15 01:43, Thiago Macieira wrote: > > On Sunday 22 March 2015 11:36:37 Nikos Chantziaras wrote: > >> On 21/03/15 20:19, Thiago Macieira wrote: > >>> RHEL 6.6 comes with glibc 2.12, which isn't affected by these issues. > >>> See >

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Andreas Pakulat
Hi, On Mon, Mar 23, 2015 at 4:14 PM, Frank Hemer wrote: > Hi Scott, > > On Monday 23 March 2015 15:00:16 Scott Aron Bloom wrote: > > Which version of Qt should I use? 5.4? > > > > well, I currently use Qt5.4.0 with webkit since there recently have some > annoying bugs with the nsapi plugin been

Re: [Interest] Building qt 5.5 for iOS from source

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 15:50:39 Harri Pasanen wrote: > I'm assuming that the debug and release build objects and libs don't > overlap during the build, nor during the install, is this correct? Correct. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 16:08:50 Jason H wrote: > > You need to use the installed qmake (in /usr/local/Qt-5.4.1/bin), not the > > one in the build dir. > > I was. > > [ec2-user@PRODUCTION-WWW pdfReport]$ qmake > Could not find qmake configuration file linux-g++. > Error processing project file:

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Shaw Andy
> 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 pri

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Shaw Andy
> 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 the tool. [snip] Losing printing support? Has that been rep

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Frank Hemer
On Monday 23 March 2015 15:28:46 Scott Aron Bloom wrote: > 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

[Interest] Qt 5.5 on iOS QtMultimedia

2015-03-23 Thread Harri Pasanen
In my self compiled qt 5.5 snapshot I get import QtMultimedia 5.4 with red underline in declarative-camera.qml sample in Qt Creator 3.3.1. The hover on tooltip complains about plugins.qmltypes:1228:9 Btw. is there a way to get the tooltip text, Command-Shift-4 for me closes the tooltip? The ap

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Frank Hemer
Hi Scott, On Monday 23 March 2015 15:00:16 Scott Aron Bloom wrote: > Which version of Qt should I use? 5.4? > well, I currently use Qt5.4.0 with webkit since there recently have some annoying bugs with the nsapi plugin been fixed. The browser pdf plugins are a must for me (no alternative for us

Re: [Interest] qmake: mkspec linux-g++ not found

2015-03-23 Thread Jason H
> Sent: Saturday, March 21, 2015 at 2:23 PM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] qmake: mkspec linux-g++ not found > > On Friday 20 March 2015 20:44:07 Jason H wrote: > > I built Qt from sources, did a make install, then blew away the source > > direc

[Interest] Building qt 5.5 for iOS from source

2015-03-23 Thread Harri Pasanen
I'm building 5.5 from git for iOS with a script that does the following after the initial checkout: qtrepotools/bin/qt5_tool -u -c perl init-repository --no-webkit ./configure -opensource -confirm-license -xplatform macx-ios-clang -nomake tests -nomake examples -skip qttranslations -skip qtwebki

Re: [Interest] [ Qt3D ] Is QRotateTransform rotation axis?

2015-03-23 Thread Sean Harmer
The transformations are applied about the origin in local coords. For the cylinder that is indeed the centre of the mesh. To solve this add in a translation to move the origin to one end of the cylinder, rotate, and then translate back again. Cheers, Sean On 21/03/2015 16:40, Eddie Sutton wr

Re: [Interest] QTDbus, Connman & Parameters conversion

2015-03-23 Thread Thiago Macieira
On Monday 23 March 2015 06:28:01 LongChair . wrote: > > > > value="QVariantMap"/> >The argument type which is a{sv} is too complex for the > xml2cpp converter which is fine. it's saying that i should add an > annotation to define the type.As far as i know,

Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Friedemann Kleint
Hi, please take a look at the examples of Active Qt (for example, web browser). Its .pro file contains: QT += axcontainer (this used to be "CONFIG += qaxcontainer" in Qt 4). Regards, Friedemann -- Friedemann Kleint | The Qt Company ___ Interest ma

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Agocs Laszlo
That (-no-opengl builds failing) is a different problem, and a very valid one. For 5.5 on Windows we still have some patches pending to fix -no-opengl builds. Hopefully it all gets corrected by the beta. Best regards, Laszlo From: interest-bounces+laszlo

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Nikos Chantziaras
OK, that makes sense. Yeah, hidden uses of GL (by mistake or not) is what I'm worried about. I thought that I could make sure this won't happen by building a minimal Qt (no Qml, no WebEngine or WebKit, etc) and with "-no-opengl", but that won't work as it results in build errors. On 22/03/15

[Interest] WebEngine vs Webkit

2015-03-23 Thread Jason Kretzer
Good day everyone! I am looking at converting an application that uses webkit to using the new webengine stuff. I have run into a few things that I was not expecting, including issues with working with setZoomFactor not acting in the exact same way, but I was able to work through that. I was won

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Nikos Chantziaras
On 23/03/15 01:43, Thiago Macieira wrote: > On Sunday 22 March 2015 11:36:37 Nikos Chantziaras wrote: >> On 21/03/15 20:19, Thiago Macieira wrote: >>> RHEL 6.6 comes with glibc 2.12, which isn't affected by these issues. See >>> http://distrowatch.com/table.php?distribution=redhat >>> >>> Again, th

Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Frank Hemer
On Friday 20 March 2015 21:59:10 Scott Aron Bloom wrote: > What is the status of Qt WebEngine? > > Meaning, is it stable enough, to replace qtwebkit on production quality > applications yet? > > Lots of talk about it's the future.. but I cant find on google, has it been > fully replaced and fully

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread william.croc...@analog.com
On 03/18/2015 04:27 PM, 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 the tool. > In ED

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

2015-03-23 Thread Harri Porten
On Fri, 20 Mar 2015, Aleksandr Mezin wrote: Table::const_iterator i(table.constFind(name)); if (i != table.end()) {     ... } Table is a typedef for QHash<...> This code doesn't work as I expect with Qt 5.4.1 MSVC 2013. The "if" is never entered, even when 'name' isn't found in the table. But

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] > On Behalf Of Nikos Chantziaras > Sent: Sunday, March 22, 2015 10:28 AM > To: interest@qt-project.org > Subject: [Interest] Is t

Re: [Interest] [qt-android] How to build qt for android with neon support?

2015-03-23 Thread Liang Jian
Thank you! On Mon, Mar 23, 2015 at 7:41 AM, Thiago Macieira wrote: > On Sunday 22 March 2015 10:16:09 Liang Jian wrote: > > As you can see, neno is not enabled, what is wrong with my > > configuration? > > Nothing. Neon is never enabled by default. > > To enable it, edit the mkspec and

Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Philippe
Did you think linking with Qt5AxBase.lib ? Philippe On Fri, 20 Mar 2015 11:30:42 + "Kammar, Mahesh" wrote: Hi All, > > I am new to Qt, am trying to use SetControl of QAxWidget class to host some > Wpf control in Qt which is exported as COM. > > I am getting the following linking error, u

[Interest] QtWebkit replacement status...

2015-03-23 Thread Scott Aron Bloom
What is the status of Qt WebEngine? Meaning, is it stable enough, to replace qtwebkit on production quality applications yet? Lots of talk about it's the future.. but I cant find on google, has it been fully replaced and fully working. The webpages I render in my app, are pretty simple, no med

[Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Kammar, Mahesh
Hi All, I am new to Qt, am trying to use SetControl of QAxWidget class to host some Wpf control in Qt which is exported as COM. I am getting the following linking error, understand that I need to provide ActiveQt library, but am not able to generate one I do not find QAxBase.lib file or any ot

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

2015-03-23 Thread Aleksandr Mezin
Hi. I have following code: Table::const_iterator i(table.constFind(name)); if (i != table.end()) { ... } Table is a typedef for QHash<...> This code doesn't work as I expect with Qt 5.4.1 MSVC 2013. The "if" is never entered, even when 'name' isn't found in the table. But it starts to work

Re: [Interest] Bounties?

2015-03-23 Thread Alexander Görtz
Hi, > This demonstrates why an official integration into Jira would be essential: > pledges distributed on Github and bounty source without most people noticing > them; the only way to manage the process is to add comments on Jira and > Github; issues seems hard to find and/or to synchronize. If

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Scott Aron Bloom
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 the tool. In EDA, the industry Im in, our customers, quite often get st

Re: [Interest] can't get code from git://gitorious.org/qt/

2015-03-23 Thread Allan Sandfeld Jensen
On Wednesday 18 March 2015, Nancy Zou wrote: > Hi all > > Why I can't use git clone code from git://gitorious.org/qt/qtwayland.git > now? Does it need some rights now? Last year I can git clone code from > this address. > > Does anyone know how to resolve this problem? Thank you. > Replace gitor

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-23 Thread Christoph Cullmann
> On Wed, 18 Mar 2015, Thiago Macieira wrote: > > > I'm not sure I will apply a fix to the main codebase since this is a > > feature added for kernel 2.6.22, almost 8 years ago. > > Still very much in use by certain industries who standardized on RH 5 for > the time being. 8 years is not much tim