Re: [Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption, Qt 5.3.2, Windows 7 x64

2015-01-28 Thread Andre Barth
Hi Allan, thanks for the prompt reply. >>> QtWebKit/fancybrowser doesn't do anything on it own, only when instructed >>> by the user or web-site is any traffic initiated. Understood - it must/could be the QWebView that the example is using. But even starting the browser with no URL (i.e. n

Re: [Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption, Qt 5.3.2, Windows 7 x64

2015-01-28 Thread Allan Sandfeld Jensen
On Wednesday 28 January 2015, Andre Barth wrote: > Hi all, > > When running the Fancybrowser example from the Qt 5.3.2 SDK I'm > experiencing a periodical delay in transmitting network data over my wifi > connection. > > Doing a parallel [ping -t] to another machine inside the same subnetwork > s

Re: [Interest] [KDE/Mac] QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) on OSX

2015-01-28 Thread René J . V . Bertin
On Wednesday January 28 2015 22:32:33 Marko Käning wrote: > > FontsLocation: "Fonts" */System/Library/Fonts* > > ApplicationsLocation: "Applications" */Applications* > … > BOTH should NOT be writeable [1]! This looks like a bug and needs > fixing. < Yes. I already signalled

Re: [Interest] QtQuick - How to move focus away from disabled Item?

2015-01-28 Thread Ola Røer Thorsen
Hi Jerome, thanks! Yes I know about the FocusScope item and how it works. The specific issue is the one I explained in my previous email, and I'm looking for a workaround. FocusScope doues not move focus to another item if the current focus item is disabled. Cheers, Ola 2015-01-28 18:04 GMT+01:

Re: [Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Jason H
> Sent: Wednesday, January 28, 2015 at 1:23 PM > From: "Giuseppe D'Angelo" > To: interest@qt-project.org > Subject: Re: [Interest] How to prevent painter from ending() on render() > > Il 28/01/2015 18:50, Jason H ha scritto: > > So how can someone render multiple widgets on multiple pages? It seem

Re: [Interest] QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) on OSX

2015-01-28 Thread René J . V . Bertin
On Tuesday January 27 2015 18:39:27 Harri Pasanen wrote: > returns "/Library/Application Support/appname" > which is not user writable. > > Seems like a bug, but perhaps this is intentional? According to qtdiag from my MacPorts qt5-mac-devel (5.4.0) install, with Jeremy Whiting's QSP patch: Sta

[Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption, Qt 5.3.2, Windows 7 x64

2015-01-28 Thread Andre Barth
Hi all, When running the Fancybrowser example from the Qt 5.3.2 SDK I'm experiencing a periodical delay in transmitting network data over my wifi connection. Doing a parallel [ping -t] to another machine inside the same subnetwork shows a spike-like increase of the ping time every 5 seconds or

Re: [Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Giuseppe D'Angelo
Il 28/01/2015 18:50, Jason H ha scritto: So how can someone render multiple widgets on multiple pages? It seems the only option is manual draw***() commands on the painter, but that is tedious, and Qt has a nice Layout manager system... 1) Have you tried first opening a QFile, then using QPDF

Re: [Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Igor Mironchik
Hi. On Wed, 28 Jan 2015 20:50:11 +0300, Jason H wrote: > I'm trying to print stuff out, QCharts, text, etc. Widgets basically. I > try to render() them to QPdfWiter, but each widget calls end() on > painter which then closes the file. This is not acceptable, as you can > never have more th

[Interest] [ANNOUNCE] GammaRay 2.2.1

2015-01-28 Thread Allen Winter
The first bugfix release for GammaRay 2.2 is now available. Highlights of the 2.2.1 Release: == * Fix spawning a large number of threads in the process list. * Add GAMMARAY_BUILD_UI build option to only build the non-UI parts, useful for embedded targets. * Add workaround for Q

[Interest] How to prevent painter from ending() on render()

2015-01-28 Thread Jason H
I'm trying to print stuff out, QCharts, text, etc. Widgets basically. I try to render() them to QPdfWiter, but each widget calls end() on painter which then closes the file. This is not acceptable, as you can never have more than one page. You have to call render() then newPage() to create a new

Re: [Interest] QtQuick - How to move focus away from disabled Item?

2015-01-28 Thread Jérôme Godbout
Hi, This may not be a direct answer but you may want to take a look at FocusScope Qml Element: http://doc.qt.io/qt-5/qml-qtquick-focusscope.html Here's a good explaination about those scope: http://doc.qt.io/qt-5/qtquick-input-focus.html Hope this help somehow, Jerome On Wed, Jan 28, 2015 at 9:

Re: [Interest] QML Text.Fit question

2015-01-28 Thread Harri Pasanen
On 28/01/2015 13:25, Curtis Mitch wrote: > Why do you need to know the size of the text? I work mostly in mobile space where the size, resolution and pixel densities vary greatly between displays. If one wants to automate layout so that it remains usable (even if not "artful" in all cases), one

[Interest] QtQuick - How to move focus away from disabled Item?

2015-01-28 Thread Ola Røer Thorsen
Hi, I'm having some trouble making a robust QtQuick 5.4-based application where I only have 4 cursor keys and a return key available as the input method for the user. I have various gui buttons that I can move focus between. I've set this up using the KeyNavigation.onXXX etc. For a simple static

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
> > Will GStreamer 1.0 be default in the official Qt 5.5.0 binary installers? As > far as I understood you have to enable it during compile time, so I would > need to build it myself with 1.0 support enabled, correct? That’s correct, GStreamer 1.0 will have to be explicitly enabled in 5.5 and

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread René J . V . Bertin
On Wednesday January 28 2015 13:55:24 Samuel Gaist wrote: > Hi, > > No it doesn't however new features like the migration from gstreamer 0.1 to > 1.0, new APIs like those used by the Qt3D next gen module etc. don't happen > in bug fix releases but between two minor releases. OK. I'd personally

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Roland Winklmeier
2015-01-28 11:58 GMT+01:00 Lopes Yoann : > On 27 Jan 2015, at 19:12, Thiago Macieira > wrote: > > > > On Tuesday 27 January 2015 17:49:50 Harri Pasanen wrote: > >> I wonder if there are plans to migrate to GStreamer 1.0? That is more > >> than two years old, and 0.10 is about ten years old. Ub

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
On 28 Jan 2015, at 13:48, René J.V. Bertin wrote: > > On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > >>> Does that mean that Qt evolves in x.1 steps nowadays?? >> >> We've always released minor versions. You may remember 4.7 happened before >> 4.8. >> >> If you meant something

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Samuel Gaist
On 28 janv. 2015, at 13:48, René J.V. Bertin wrote: > On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > >>> Does that mean that Qt evolves in x.1 steps nowadays?? >> >> We've always released minor versions. You may remember 4.7 happened before >> 4.8. >> >> If you meant somethin

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread René J . V . Bertin
On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > > Does that mean that Qt evolves in x.1 steps nowadays?? > > We've always released minor versions. You may remember 4.7 happened before > 4.8. > > If you meant something else, it isn't clear. Oh come on ... Sure, I could have writt

Re: [Interest] QML Text.Fit question

2015-01-28 Thread Curtis Mitch
> -Original Message- > From: interest-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:interest-bounces+mitch.curtis=theqtcompany@qt-project.org] > On Behalf Of Harri Pasanen > Sent: Wednesday, 28 January 2015 9:32 AM > To: interest@qt-project.org > Subject: [Interest] Q

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
I have just called ./configure —prefix=/path/to/build Curiously, this is what configure says about sql drivers: -no-sql- ... Disable SQL entirely. -qt-sql- ... Enable a SQL in the Qt SQL module, by default none are turned on. -plugin-sql- Enable SQL as a pl

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Konstantin Tokarev
28.01.2015, 14:37, "Nuno Santos" : > Following your tip, I have manually changed the Makefile.Debug and > Makefile.Release on the following path: > > /Users/nsantos/Qt/5.4/Src/qtbase/src/plugins/sqldrivers/psql > > It’s now continuing the work! > > Can this be considered a bug in the source buil

Re: [Interest] QBuffer::seek warnings in QtConcurrent

2015-01-28 Thread Thiago Macieira
On Wednesday 28 January 2015 09:50:07 André Somers wrote: > Thiago Macieira schreef op 27-1-2015 om 19:13: > > On Tuesday 27 January 2015 15:32:26 Igor Mironchik wrote: > >> 2 QBuffer::seek qbuffer.cpp 374 0x5807b386 > >> 3 QDataStream::skipRawDataqdatastream.cpp 1169

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Thiago Macieira
On Wednesday 28 January 2015 12:48:47 René J.V. Bertin wrote: > On Wednesday January 28 2015 10:58:24 Lopes Yoann wrote: > >As a matter of fact, it is. The port is in the dev branch, so it will be > >part of Qt 5.5.0. > Does that mean that Qt evolves in x.1 steps nowadays?? We've always released m

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
Following your tip, I have manually changed the Makefile.Debug and Makefile.Release on the following path: /Users/nsantos/Qt/5.4/Src/qtbase/src/plugins/sqldrivers/psql It’s now continuing the work! Can this be considered a bug in the source build configuration? Thanks! Regards, Nuno > On 28

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Konstantin Tokarev
28.01.2015, 14:28, "Nuno Santos" : > Yes, > > But that is the built in include path. I have tried to make > > CFLAGS=/opt/local/include/postgresql91/ make -j8 > > But it didn’t worked. > > Ideas? Makefiles, produced by qmake, don't respect overriding of variables like CFLAGS (they are assignaed

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
Yes, But that is the built in include path. I have tried to make CFLAGS=/opt/local/include/postgresql91/ make -j8 But it didn’t worked. Ideas? Regards, Nuno > On 28 Jan 2015, at 11:26, Konstantin Tokarev wrote: > > > > 28.01.2015, 14:21, "Nuno Santos"

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Konstantin Tokarev
28.01.2015, 14:21, "Nuno Santos" : > Hi, > > I’m trying to build Qt from source. > > I need to do this because I need to patch a bug since it’s fix will only be > released in 5.4.1 and I can’t wait for it. > > I wanted to build the required framework only but i’m not sure where it > belongs to

[Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
Hi, I’m trying to build Qt from source. I need to do this because I need to patch a bug since it’s fix will only be released in 5.4.1 and I can’t wait for it. I wanted to build the required framework only but i’m not sure where it belongs to (qmacmime.mm from platfaform support) So, I’m tryin

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
On 27 Jan 2015, at 19:12, Thiago Macieira wrote: > > On Tuesday 27 January 2015 17:49:50 Harri Pasanen wrote: >> I wonder if there are plans to migrate to GStreamer 1.0? That is more >> than two years old, and 0.10 is about ten years old. Ubuntu seems to >> have switched in 14.04->14.10, I d

Re: [Interest] QBuffer::seek warnings in QtConcurrent

2015-01-28 Thread André Somers
Thiago Macieira schreef op 27-1-2015 om 19:13: > On Tuesday 27 January 2015 15:32:26 Igor Mironchik wrote: >> 2 QBuffer::seek qbuffer.cpp 374 0x5807b386 >> 3 QDataStream::skipRawDataqdatastream.cpp 11690x5807dfbc >> >> 4 getExifOrientation qjpeghan

[Interest] QML Text.Fit question

2015-01-28 Thread Harri Pasanen
If in QML Text item I use Text.Fit size, like Text { id: st anchors.centerIn. parent width: 200 height: 100 fontSizeMode: Text.Fit minimumPointSize: 6 font.pointSize: 120 text: "Size me if you can!" } That works ok. But I did not find a way to query the