[Interest] Feature Req: Qt on Mobile: PNS, gallery

2015-10-05 Thread Jason H
Would it be possible to add for 5.6, these two features: 1. Some kind of push notification service framework (iOS/Apple) where we can just plug our credentials in - Platform independent - Background notification support 2. The ability to put an image or video into the gallery? - Qt has this

Re: [Interest] Feature Req: Qt on Mobile: PNS, gallery

2015-10-05 Thread Thiago Macieira
On Monday 05 October 2015 19:44:46 Jason H wrote: > Would it be possible to add for 5.6, these two features: > 1. Some kind of push notification service framework (iOS/Apple) where we can > just plug our credentials in > - Platform independent > - Background notification support This sounds like

[Interest] Getting QSerialBus from Git

2015-10-05 Thread André Hartmann
Hi List, I've followed the instructions from https://wiki.qt.io/Building_Qt_5_from_Git to get a recent snapshot of the Qt sources including QSerialBus. Unfortunately, a directory qtserialbus is created, but stays empty (I've tried branches 5.6 and dev). What do I have to do to get the

Re: [Interest] Getting QSerialBus from Git

2015-10-05 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > Subject: [Interest] Getting QSerialBus from Git > > Hi List, > > I've followed the instructions from > > https://wiki.qt.io/Building_Qt_5_from_Git > > to get a recent snapshot of the Qt

Re: [Interest] Getting QSerialBus from Git

2015-10-05 Thread André Hartmann
Hello Kai, Thanks for your answer, but it doesn't help much. The only thing that happens is (but no fetching): ~/git/qt5$ git submodule init qtserialbus Submodul 'qtserialbus' (git://code.qt.io/qt/qtserialbus.git) für Pfad 'qtserialbus' in die Konfiguration eingetragen. A following perl

Re: [Interest] Getting QSerialBus from Git

2015-10-05 Thread Koehne Kai
> -Original Message- > From: André Hartmann [mailto:andre.hartm...@iseg-hv.de] > Sent: Monday, October 05, 2015 10:32 AM > To: Koehne Kai ; Interest@qt-project.org > Subject: Re: [Interest] Getting QSerialBus from Git > > Hello Kai, > > Thanks for your

Re: [Interest] Getting QSerialBus from Git

2015-10-05 Thread André Hartmann
Thanks for the pointer, I did a git submodule update --init qtserialbus and that worked. Regards, Andre Am 05.10.2015 um 10:36 schrieb Koehne Kai: > > >> -Original Message- >> From: André Hartmann [mailto:andre.hartm...@iseg-hv.de] >> Sent: Monday, October 05, 2015 10:32 AM >> To:

Re: [Interest] Figuring out qmake and -static install use

2015-10-05 Thread Tuncer Ayaz
On Sun, Oct 4, 2015 at 11:54 PM, Thiago Macieira wrote: > On Sunday 04 October 2015 23:23:35 Tuncer Ayaz wrote: > > I'm trying to fix static linking against Qt5 in mkvtoolnix-gui, > > and because it has its own autoconf+make build system, I need to > > figure out how to link in the archives (.a)

Re: [Interest] Feature Req: Qt on Mobile: PNS, gallery

2015-10-05 Thread Jason H
Ok, but what about putting them on the schedule for 5.7? > Sent: Monday, October 05, 2015 at 4:52 PM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] Feature Req: Qt on Mobile: PNS, gallery > > On Monday 05 October 2015 19:44:46 Jason

Re: [Interest] QGraphicsItem/QGraphicsView - boundingRegion

2015-10-05 Thread Christian Gagneraud
On 06/10/15 00:48, Boettger, Heiko wrote: > Hi, > > while looking for a way to optimize the performance on out hardware I > found the following blog entry: > > http://blog.qt.io/blog/2008/01/08/accurate-update-regions-for-thin-qgraphicsitems/ That's quite an old article (2008). I think there are

Re: [Interest] Feature Req: Qt on Mobile: PNS, gallery

2015-10-05 Thread Thiago Macieira
On Monday 05 October 2015 23:44:02 Jason H wrote: > Ok, but what about putting them on the schedule for 5.7? There is no schedule for features. All features that are submitted before the feature freeze are included in the release. Those that aren't ready before the deadline, aren't included.

Re: [Interest] Recompiling qt

2015-10-05 Thread Boettger, Heiko
Thank you for the help, this actually only works if the headers where not already installed in the system directories. I always need to perform something like: make uninstall make clean make make install What I'm looking for is a central place where the include directories are defined. I was

[Interest] QGraphicsItem/QGraphicsView - boundingRegion

2015-10-05 Thread Boettger, Heiko
Hi, while looking for a way to optimize the performance on out hardware I found the following blog entry: http://blog.qt.io/blog/2008/01/08/accurate-update-regions-for-thin-qgraphicsitems/ It's about using a boundingRegion which consist out of multiple rectangle in order to reduce the number

Re: [Interest] Recompiling qt

2015-10-05 Thread Thiago Macieira
On Monday 05 October 2015 11:33:40 Boettger, Heiko wrote: > Thank you for the help, this actually only works if the headers where not > already installed in the system directories. I always need to perform > something like: > > make uninstall > make clean > make > make install > > What I'm

[Interest] Maintence tool has no repositories

2015-10-05 Thread Jason H
This seems that it gets reported in JIRA regularly, but not yet for 5.5.0. I need to install components on OSX, I need to get the sources for patching Qt on iOS and Android... Can someone tell me what these repositories are? Thanks. ___ Interest