[Interest] Raspberry Pi3 cross toolchain linux

2016-06-01 Thread Neubert Stefan
Hi all, the qmake.conf for device linux-rpi3-g++ in mkspecs/devices sets -march=armv8-a+crc in QMAKE_CFLAGS. The cross toochain linked from raspberrypi.org at https://github.com/raspberrypi/tools does only support armv8-a. Before building a newer gcc myself with crosstool-ng I´d like to ask, if

[Interest] QGeoPositionInfoSource on Windows 10

2016-06-01 Thread maitai
Hello, I can read here http://doc.qt.io/qt-5/qtpositioning-index.html "Currently the API is supported on Android, iOS, OS X, Linux (using GeoClue version 0.12.99), Windows (with GPS receivers exposed as a serial port providing NMEA sentences), and WinRT (using Windows.Devices.Geolocation)."

[Interest] QML XmlHttpRequest content-encoding

2016-06-01 Thread Jason H
Does anyone know if/how I can trigger an AJAX request, originating from QML, to be gzip encoded? I am sending a large amount of compressible text (~128kb of base64 data) a command line gzip was able to save 25%. Since I do this for about 5MB of data at a time, it would be wonderful to save that

[Interest] Crash during QML component incubation

2016-06-01 Thread Данил Патрушев
Hi, all. I am faced with a vector out-of-bounds access crash inside Qt during incubation of my qml component built with Qt5. on a linux machine. I can't reproduce the same problem with Qt5.5.1. The component is pretty complex containing lots of visual items and data providing models. The crash is

Re: [Interest] Question about advice regarding dynamicSortFilter of QSFPM in the docs

2016-06-01 Thread Elvis Stansvik
2016-06-01 9:02 GMT+02:00 Elvis Stansvik : > 2016-06-01 8:54 GMT+02:00 Elvis Stansvik : >> Hi all, >> >> I've used QSortFilterProxyModel in the past, but it was quite a while >> ago and now I'm a little confused by the advice given in the docs. >> >> The

Re: [Interest] Question about advice regarding dynamicSortFilter of QSFPM in the docs

2016-06-01 Thread Elvis Stansvik
2016-06-01 8:54 GMT+02:00 Elvis Stansvik : > Hi all, > > I've used QSortFilterProxyModel in the past, but it was quite a while > ago and now I'm a little confused by the advice given in the docs. > > The description of the dynamicSortFilter property [1] reads: > > "Note that

Re: [Interest] About Qt StyleSheet

2016-06-01 Thread Berkay Elbir
Oh, I see Thank you for response. Regards, Berkay On Wed, Jun 1, 2016 at 9:07 AM, Julius Bullinger wrote: > As said in the [development] thread, this is most probably > https://bugreports.qt.io/browse/QTBUG-52230, which is fixed in Qt 5.6.1 > (to be released in a

[Interest] Question about advice regarding dynamicSortFilter of QSFPM in the docs

2016-06-01 Thread Elvis Stansvik
Hi all, I've used QSortFilterProxyModel in the past, but it was quite a while ago and now I'm a little confused by the advice given in the docs. The description of the dynamicSortFilter property [1] reads: "Note that you should not update the source model through the proxy model when

Re: [Interest] About Qt StyleSheet

2016-06-01 Thread Julius Bullinger
As said in the [development] thread, this is most probably https://bugreports.qt.io/browse/QTBUG-52230, which is fixed in Qt 5.6.1 (to be released in a few days). Best regards, Julius ___ Interest mailing list Interest@qt-project.org