Re: [Interest] to -fno-exceptions or not ...

2014-12-12 Thread Thiago Macieira
On Friday 12 December 2014 18:49:44 René J.V. Bertin wrote: > On Friday December 12 2014 09:14:52 Thiago Macieira wrote: > >Right. QtConcurrent doesn't need it, but it does offer support for catching > >an exception in a thread and rethrowing it in the future's thread. In Qt > >4, it is in QtCore.

[Interest] QHttpMultiPart not working.

2014-12-12 Thread Jason H
I am trying to sendmultiple files in a multiart message. I've adapted the example, and there is never a boundary or content put out for any part. First the code: QHttpMultiPart *multiPart = new QHttpMultiPart(QHttpMultiPart::FormDataType); foreach (QVariant v, filenames) {

Re: [Interest] Cannot configure Qt 5.3.x and 5.4.0 for arm

2014-12-12 Thread VStevenP
Hi Konstantin, I think I had this same problem awhile back. Here are some notes from my custom qmake.conf file which I developed a long time ago for aArm cross-compile: # In older toolchains, -march=armv7-a conflicts with -mcpu=cortex-a8. # Use either # -mcpu=cortex-a8 # OR # -march=armv7-a -m

Re: [Interest] to -fno-exceptions or not ...

2014-12-12 Thread Thiago Macieira
On Friday 12 December 2014 12:49:17 René J.V. Bertin wrote: > On Thursday December 11 2014 15:25:55 Thiago Macieira wrote: > > On Thursday 11 December 2014 21:33:35 René J.V. Bertin wrote: > > > But how do I turn exceptions back on in xmlpatterns.pro? Do I add > > > -UQT_NO_EXCEPTIONS to the compil

Re: [Interest] building qtchooser

2014-12-12 Thread Thiago Macieira
On Friday 12 December 2014 11:09:13 René J.V. Bertin wrote: > Hi, > > I must have overlooked something, but didn't see any particularly detailed > build and installation instructions for qtchooser. It seems the Makefiles > in git were generated by qmake; should one call the qmake of the intended >

Re: [Interest] Interest Digest, Vol 39, Issue 30

2014-12-12 Thread VStevenP
Hi Konstantin, I think I had this same problem awhile back. Here are some notes from my custom qmake.conf file which I developed a long time ago for aArm cross-compile: # In older toolchains, -march=armv7-a conflicts with -mcpu=cortex-a8. # Use either # -mcpu=cortex-a8 # OR # -march=armv7-a -mt

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
Oh.. didn’t see that. It’s right on the top of the Tab documentation. Yes, it is enough for me! ;) Thanks! > On 12 Dec 2014, at 15:27, Alejandro Exojo wrote: > > El Friday 12 December 2014, Nuno Santos escribió: >> I have discovered that setting active property of the Tab to true would >> chan

[Interest] Camera won't stop() (Linux Webcam)

2014-12-12 Thread Jason H
After acquiring my images, I call camera.stop(). However the camera does not stop. stop() in general does work, because I have: Component.onCompleted: stop(); Which stops the camera as soon as the page it is loaded at app startup. But subsequent calls after my images collection don't stop. I know

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Alejandro Exojo
El Friday 12 December 2014, Nuno Santos escribió: > I have discovered that setting active property of the Tab to true would > change the behaviour to what I need. > > However, in Loader (since this is a Tab property inherited from Loader) > documentation says: > > The default value for this prope

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
I have discovered that setting active property of the Tab to true would change the behaviour to what I need. However, in Loader (since this is a Tab property inherited from Loader) documentation says: The default value for this property is true. In the case of the tab it doesn’t seem to be tru

[Interest] Cannot configure Qt 5.3.x and 5.4.0 for arm cross-compile

2014-12-12 Thread Константин Уткин
Greetings! I'm using Qt on embedded arm platform. I have working configuration for building Qt-5.2.1: # # qmake configuration for building with arm-linux-gnueabi-g++ # MAKEFILE_GENERATOR = UNIX CONFIG += incremental gdb_dwarf_index QMAKE_INCREMENTAL_STYLE = sublib include(../common/linux.conf

[Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
Hi, When using a TabView, the Tab content is only loaded when the tab is selected. Is there anyway of loading the tab content independently of being visible or not? Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-proje

Re: [Interest] to -fno-exceptions or not ...

2014-12-12 Thread René J . V . Bertin
On Thursday December 11 2014 15:25:55 Thiago Macieira wrote: > On Thursday 11 December 2014 21:33:35 René J.V. Bertin wrote: > > But how do I turn exceptions back on in xmlpatterns.pro? Do I add > > -UQT_NO_EXCEPTIONS to the compiler flags (and cross thumbs), or is there a > > better way? > > CONF

Re: [Interest] Possible mistake in QProgressBar documentation

2014-12-12 Thread Alejandro Exojo
El Friday 12 December 2014, togetqtml escribió: > Yes, it's a mistake. Please, create a bug. Don't need to, I'm pushing a fix: https://codereview.qt-project.org/101997 Should be there in the next version. -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ | http://disperso.net

Re: [Interest] Possible mistake in QProgressBar documentation

2014-12-12 Thread togetqtml
Yes, it's a mistake. Please, create a bug. 12.12.2014 09:59, Igor Mironchik пишет: > Hi. In documentation for invertedAppearance property of QProgressBar said: > > "This property holds whether or not a progress bar shows its progress > inverted. > > If this property is false, the progress bar grow