Re: [Interest] Is there a command line call to qmake to test the bit width?

2015-03-11 Thread Scott Aron Bloom
Not a bad idea... -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Bo Thorsen Sent: Wednesday, March 11, 2015 3:18 AM To: interest@qt-project.org Subject: Re: [Interest] Is

Re: [Interest] QQuickGrabItemResult on iOS

2015-03-11 Thread Ben Lau
Hi Michael, Voted. Thank for suggestion! Change the code to use canvas is a reasonable method . Just the work load is huge.. I have an arrow component in QML and linked with a lots of images in different size with text arranged in grid. So before go into the canvas approach, I would like to

Re: [Interest] Superposed QmlMouseArea with hoveredEnabled

2015-03-11 Thread Jérôme Godbout
Just a note on the MouseArea for AItem, I tried both preventStealing: true propagateComposedEvents: true Without much success On Wed, Mar 11, 2015 at 10:57 AM, Jérôme Godbout jer...@bodycad.com wrote: Hi, I'm running into multiple problems with QmlMouseArea when superposed to each other

[Interest] Superposed QmlMouseArea with hoveredEnabled

2015-03-11 Thread Jérôme Godbout
Hi, I'm running into multiple problems with QmlMouseArea when superposed to each other (running with Qt 5.3.0). The mouse area under containsMouse get stick to true and mouseX, mouseY are incorrect, click does not always (sometime does and sometime don't) get through. Here's a simple explain.

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Michael Jackson
On Mar 11, 2015, at 9:54 AM, Koehne Kai kai.koe...@theqtcompany.com wrote: -Original Message- From: interest-bounces+kai.koehne=theqtcompany@qt-project.org [...] The usual approach on unix based systems is to ship a script that runs the executable with the proper library path

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Nikos Chantziaras
On 11/03/15 23:31, Nikos Chantziaras wrote: On 11/03/15 22:52, Michael Jackson wrote: So if i have my executable in [install]/bin and libQt5Core.so.5 in [install]/lib then I should be able to just generate a package by copying the Qt libraries from the Qt 5.4.1 installation location. I am

Re: [Interest] Bounties?

2015-03-11 Thread Bernhard
I did not say that we *cannot* continue with Qt. What I say is that it gets more painful and difficult. For our current projects there are no options anyway. But there may be projects in the future at other companies where I will get asked again What would do you think about Qt?. And I will

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Nikos Chantziaras
On 10/03/15 21:07, Scott Aron Bloom wrote: When building Qt for distribution via LGPL of a closed source product using shared libraries. What is the best method to make sure the plugins pickup the Qt libraries you are shipping? As Thiago mentioned, you can use RPATH. However, RPATH is

[Interest] QSvgRenderer has a strange coordinate system

2015-03-11 Thread John Weeks
Sizing in QSvgRenderer class is set by the function convertToPixels() in qsvghandler.cpp, which I have pasted below. That function always converts to units of 1/90 inch. I wonder why; it seems from the name that it should be converting to screen resolution, or whatever the resolution is of the

Re: [Interest] Bounties?

2015-03-11 Thread René J . V . Bertin
On Wednesday March 11 2015 22:19:22 Alejandro Exojo wrote: Yes, this is it. Cool. Exactly what I was thinking too - esp. if the example implementation in Qt Creator (where, where? :)) provides a saner UI where one can lay out editor windows next to each other (or at least their tabs)... I

Re: [Interest] Bounties?

2015-03-11 Thread Alejandro Exojo
El Wednesday 11 March 2015, André Pönitz escribió: On Wed, Mar 11, 2015 at 07:22:37PM +0100, Alejandro Exojo wrote: El Wednesday 11 March 2015, Bernhard escribió: However currently both sites seem unusable. gitbounty says nothing more than Coming Soon... and bountysource display an

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Nikos Chantziaras
On 11/03/15 23:50, Nikos Chantziaras wrote: [...] To do that, link with: -Wl,-rpath=\$ORIGIN/lib,--enable-new-dtags This will look in the lib subdirectory first for libraries and only consider default locations if a library is not found in lib. So if you install your main binary in:

Re: [Interest] Bounties?

2015-03-11 Thread Alejandro Exojo
El Wednesday 11 March 2015, Bernhard escribió: However currently both sites seem unusable. gitbounty says nothing more than Coming Soon... and bountysource display an effectively empty page when clicking on some Qt issue (on both Firefox and IE). Bountysource has some Qt entries, and one has a

Re: [Interest] Bounties?

2015-03-11 Thread m...@rpzdesign.com
What are your options outside of QT if you cannot continue with QT? md On 3/11/2015 4:37 AM, Bernhard wrote: Hi! We are a very small startup company (having part time Qt developers only). We are experiencing that non-fatal bugs as well as suggestions pile up infinitely or simply are ignored

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Thiago Macieira
On Wednesday 11 March 2015 23:50:52 Nikos Chantziaras wrote: On 10/03/15 21:07, Scott Aron Bloom wrote: When building Qt for distribution via LGPL of a closed source product using shared libraries. What is the best method to make sure the plugins pickup the Qt libraries you are

Re: [Interest] ListView.currentIndex

2015-03-11 Thread Shantanu Tushar
Is there some example code you can share so that others can reproduce the problem? -- Shantanu Tushar(UTC +0530) shantanu.io On Tue, Mar 10, 2015 at 9:58 PM, Harri Pasanen ha...@mpaja.com wrote: ListView currentIndex behavior is bit of a mystery to me. I have a StackView where one page

Re: [Interest] QSqlQuery... bindValue does not work for CREATE TABLE .... AS SELECT....

2015-03-11 Thread Bernhard
Maybe these are interesting for you: http://stackoverflow.com/a/26451395/1421332 http://stackoverflow.com/q/26448906/1421332 -- Kind Regards Bernhard Lindner -Ursprüngliche Nachricht- Von: interest-bounces+private=bernhard-lindner...@qt-project.org

[Interest] Bounties?

2015-03-11 Thread Bernhard
Hi! We are a very small startup company (having part time Qt developers only). We are experiencing that non-fatal bugs as well as suggestions pile up infinitely or simply are ignored or don't have caretaker at all. Votes seem to be ignored most time too and personal severity does not matter

Re: [Interest] Bounties?

2015-03-11 Thread Bernhard
Interesting... However currently both sites seem unusable. gitbounty says nothing more than Coming Soon... and bountysource display an effectively empty page when clicking on some Qt issue (on both Firefox and IE). -- Kind Regards Bernhard Lindner -Ursprüngliche Nachricht- Von:

Re: [Interest] QQuickGrabItemResult on iOS

2015-03-11 Thread Ben Lau
On 17 October 2014 at 10:11, Brian Dentino brian.dent...@gmail.com wrote: Has anyone had any success using QQuickItem::grabToImage on iOS? I'm using it successfully on OSX and android, and it works perfectly fine in the iOS simulator (iOS 7 and 8), but when I run on an iOS device, the images

Re: [Interest] Does removing 'private slots' from .h files have any advantages? Disadvantages?

2015-03-11 Thread Guido Seifert
Hi Guido, Hi back :-) I think the main disadvantage in this is that it would surprise Qt developers. There is knowledge in you writing slots in the .h file, just like there is in using emit. Yes, but if there was a compelling reason not to use 'slots' I would mark my slots, but comment

Re: [Interest] Printing not working on Windows

2015-03-11 Thread Bo Thorsen
Den 04-03-2015 kl. 02:48 skrev Scott Aron Bloom: In my migration from Qt4 to Qt5, some of the machines the new application is installed on, the print functionality is not working, the print button is live and is connected fine. However, on some machines, the print dialog doesn’t work.

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Bo Thorsen
Den 10-03-2015 kl. 20:07 skrev Scott Aron Bloom: When building Qt for distribution via LGPL of a closed source product using shared libraries. What is the best method to make sure the plugins pickup the Qt libraries you are shipping? In this case you mean this as a help to the user,

Re: [Interest] QSqlQuery... bindValue does not work for CREATE TABLE .... AS SELECT....

2015-03-11 Thread Bernhard
Oops. Sorry. One link should lead to a SO thread that came to the result that binding only works reliable when used with SSPs (still with a lot of restrictions) but not with normal statements like SELECT. But in the moment I can't find it anymore. Due to these problems we do not use prepare/bind

Re: [Interest] QSqlQuery... bindValue does not work for CREATE TABLE .... AS SELECT....

2015-03-11 Thread alexander golks
Am Wed, 11 Mar 2015 10:29:41 +0100 schrieb Guido Seifert warg...@gmx.de: works at my side, qt4.8.6: query.prepare(CREATE TEMP TABLE selectseriestable AS SELECT title FROM titlegroup,title WHERE titlegroup.seriesID=(SELECT seriesid FROM series WHERE series=:series AND

Re: [Interest] QSqlQuery... bindValue does not work for CREATE TABLE .... AS SELECT....

2015-03-11 Thread Guido Seifert
Hmm... how are those links supposed to help me? They are both about QSql::In and QSql::Out and stored procedures. Not applicable to my use case and problem. At least not in a way, which is obvious to me. :-) Guido On Wed, 11 Mar 2015 08:49:36 +0100 Bernhard priv...@bernhard-lindner.de wrote:

Re: [Interest] QSqlQuery... bindValue does not work for CREATE TABLE .... AS SELECT....

2015-03-11 Thread Guido Seifert
works at my side, qt4.8.6: query.prepare(CREATE TEMP TABLE selectseriestable AS SELECT title FROM titlegroup,title WHERE titlegroup.seriesID=(SELECT seriesid FROM series WHERE series=:series AND version=:version) AND titlegroup.titleID=title.titleID;); QString series=bla;

Re: [Interest] help please building one of Qt's database plugins post-hoc

2015-03-11 Thread René J . V . Bertin
On Wednesday March 11 2015 13:19:16 René J.V. Bertin wrote: As said, this works for a native build. To do a 32bit build, the build script adds `-spec macx-clang-32` to the qmake arguments, but it is like that mkspec is ignored. The command is executed in a virgin source tree that was just

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Michael Jackson
On Mar 11, 2015, at 5:56 AM, Bo Thorsen b...@vikingsoft.eu wrote: Den 10-03-2015 kl. 20:07 skrev Scott Aron Bloom: When building Qt for distribution via LGPL of a closed source product using shared libraries. What is the best method to make sure the plugins pickup the Qt libraries you

Re: [Interest] Bounties?

2015-03-11 Thread Bo Thorsen
Den 11-03-2015 kl. 11:37 skrev Bernhard: Hi! We are a very small startup company (having part time Qt developers only). We are experiencing that non-fatal bugs as well as suggestions pile up infinitely or simply are ignored or don't have caretaker at all. Votes seem to be ignored most time

[Interest] building one of Qt's database plugins post-hoc

2015-03-11 Thread René J . V . Bertin
Hi, The installation workflow I'm working on installs Qt (5.4.1) in a single pass, minus the QtWebEngine component, and minus all database plugins (and minus the docs and examples but that's irrelevant I hope). The database plugins are to be provided as individual packages (MacPorts ports),

Re: [Interest] QQuickGrabItemResult on iOS

2015-03-11 Thread Michael R Nelson
QQuickItem::grabToImage() not working on iOS for me either in 5.4.0 and 5.4.1. Here’s a bug report, please up-vote if it’s important to you: https://bugreports.qt.io/browse/QTBUG-44450. Regarding work-around: perhaps get a 2D context in a Canvas object and paint the object in onPaint()? This is

Re: [Interest] To rpath or not when building Qt

2015-03-11 Thread Koehne Kai
-Original Message- From: interest-bounces+kai.koehne=theqtcompany@qt-project.org [...] The usual approach on unix based systems is to ship a script that runs the executable with the proper library path set. This way you can support multiple install locations which rpath can't