Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-29 Thread Konrad Rosenbaum
Hi, I did some searching - the -compress switch to lrelease apparently has issues - don't use it! It may be removed later on anyway. If you need to save space there are a couple of other things you can do: 1) CONFIG+=release to use the stripped Qt libraries 2) strip your binaries 3) check

Re: [Interest] DelegateModel: Dynamic Delegate Model groups

2016-07-29 Thread Jason H
I have confirmed with Qt Support that there is an issue with QQmlListProperty. The suggested work-around is to use QFilterSortProxyModel. I've done models in the past (~10y.a.). What do I need to know about translating this to be used in QML with DelegateModelGroup? I found some articles at

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread ekke
Am 29.07.16 um 18:16 schrieb Gian Maxera: > From my experience, the text won’t match what’s on the screen when the > keyboards use predictive completion. > from BlackBerry Virtual keyboard for Android I'm pushing words from the keyboard up by gestures. works same for BlackBerry Hardware keyboard

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread Gian Maxera
From my experience, the text won’t match what’s on the screen when the keyboards use predictive completion. > On 29 Jul 2016, at 17:07, Jason H wrote: > > I'm 99% sure this is an inconsistency in Android keyboards. The Samsung has a > Samsung Keyboard. > On a whim I installed

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread Jason H
I'm 99% sure this is an inconsistency in Android keyboards. The Samsung has a Samsung Keyboard. On a whim I installed the Google keyboard (now available in app store for all devices) and it behaves as you describe.   The take-away: I think it is important for other Android app developers to

Re: [Interest] Syncing tree views.

2016-07-29 Thread william.croc...@analog.com
IIRC: The first 'L' in LGPL stands for 'Lesser', not 'Library'. For version 2 (which the above text refers to), it was called "Library". You are free to use the later versions, whatever name they now have. See https://www.gnu.org/licenses/old-licenses/lgpl-2.0.en.html Very good. - I do

Re: [Interest] Qt 5.6.1(-1) release for Visual Studio 2010?

2016-07-29 Thread Thiago Macieira
On sexta-feira, 29 de julho de 2016 08:01:10 PDT Julius Bullinger wrote: > Then the documentation at > http://doc.qt.io/qt-5/supported-platforms-and-configurations.html#qt-5-6 > should probably be corrected, because it says that MSVC 2010 is supported. It is supported. There's just no pre-built

Re: [Interest] Syncing tree views.

2016-07-29 Thread Christoph Feck
On Friday 29 July 2016 17:14:08 william.croc...@analog.com wrote: > On 07/29/2016 11:07 AM, Christoph Feck wrote: > > On Friday 29 July 2016 16:58:31 william.croc...@analog.com wrote: > >> On 07/29/2016 10:33 AM, Christoph Feck wrote: > >>> On Friday 29 July 2016 16:14:41

Re: [Interest] Syncing tree views.

2016-07-29 Thread william.croc...@analog.com
On 07/29/2016 11:07 AM, Christoph Feck wrote: On Friday 29 July 2016 16:58:31 william.croc...@analog.com wrote: On 07/29/2016 10:33 AM, Christoph Feck wrote: On Friday 29 July 2016 16:14:41 william.croc...@analog.com wrote: applies to items which are common to both.) KF5 has a solution for

Re: [Interest] Syncing tree views.

2016-07-29 Thread Christoph Feck
On Friday 29 July 2016 16:58:31 william.croc...@analog.com wrote: > On 07/29/2016 10:33 AM, Christoph Feck wrote: > > On Friday 29 July 2016 16:14:41 william.croc...@analog.com wrote: > applies to items which are common to both.) > >>> > >>> KF5 has a solution for that. I'm not an Model/View

Re: [Interest] Syncing tree views.

2016-07-29 Thread william.croc...@analog.com
On 07/29/2016 10:33 AM, Christoph Feck wrote: On Friday 29 July 2016 16:14:41 william.croc...@analog.com wrote: applies to items which are common to both.) KF5 has a solution for that. I'm not an Model/View expert, but i think this is what you're looking for:

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread ekke
Am 29.07.16 um 16:12 schrieb Jason H: > I've got a Samsung Alpha (stock) that as I type, the text property is not > being updated. > I initialized a TextInput (below, comments in []) and backspaced over it, it > gets the updates correctly. But when I start typing, anything not recognized > by

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread Jason H
> I raised this problem various time in this mailinglist and into the > developing list … no one replied to me. > I hope you will have a better luck … because that problem is bigger that what > would appear. Well it turns out, this is an easy fix. The displayText property will show the text.

Re: [Interest] Syncing tree views.

2016-07-29 Thread Christoph Feck
On Friday 29 July 2016 16:14:41 william.croc...@analog.com wrote: > >> applies to items which are common to both.) > > > > KF5 has a solution for that. I'm not an Model/View expert, but i > > think this is what you're looking for: > > > >

Re: [Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread Gian Maxera
I raised this problem various time in this mailinglist and into the developing list … no one replied to me. I hope you will have a better luck … because that problem is bigger that what would appear. > On 29 Jul 2016, at 15:12, Jason H wrote: > > I've got a Samsung Alpha

Re: [Interest] Syncing tree views.

2016-07-29 Thread william.croc...@analog.com
applies to items which are common to both.) KF5 has a solution for that. I'm not an Model/View expert, but i think this is what you're looking for: https://api.kde.org/frameworks/kitemmodels/html/classKLinkItemSelectionModel.html Thanks for the pointer. Alas... - I am industry and this is

[Interest] Android: Underlined text in text edit not showing up in .text property

2016-07-29 Thread Jason H
I've got a Samsung Alpha (stock) that as I type, the text property is not being updated. I initialized a TextInput (below, comments in []) and backspaced over it, it gets the updates correctly. But when I start typing, anything not recognized by the keyboard is underlined in the text edit and

Re: [Interest] JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.

2016-07-29 Thread Jason H
> Sent: Friday, July 29, 2016 at 5:54 AM > From: "Konstantin Tokarev" > To: "Nuno Santos" , "Qt Project MailingList" > > Subject: Re: [Interest] JIT is disabled for QML. Property bindings and > animations will be very slow.

Re: [Interest] Syncing tree views.

2016-07-29 Thread Ch'Gans
On 29 July 2016 at 22:25, william.croc...@analog.com wrote: > Hello: > > This is a desk top widgets question. > No QML here. > > I have two QTreeView instances. > They both use the same base model, > but differ in subsequent layers of proxy models. > > What is the most

[Interest] Syncing tree views.

2016-07-29 Thread william.croc...@analog.com
Hello: This is a desk top widgets question. No QML here. I have two QTreeView instances. They both use the same base model, but differ in subsequent layers of proxy models. What is the most convenient way to keep then in sync. When an index is selected in one, I want the corresponding index to

Re: [Interest] JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.

2016-07-29 Thread Konstantin Tokarev
29.07.2016, 12:52, "Nuno Santos" : > Hi, > > Since I have upgraded to Qt 5.7, the following message appears on iOS: > > JIT is disabled for QML. Property bindings and animations will be very slow. > Visit https://wiki.qt.io/V4 to learn about possible solutions for your

[Interest] JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.

2016-07-29 Thread Nuno Santos
Hi, Since I have upgraded to Qt 5.7, the following message appears on iOS: JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform. This didn’t happened before. Was it disabled already but we

Re: [Interest] Qt 5.6.1(-1) release for Visual Studio 2010?

2016-07-29 Thread Rainer Wiesenfarth
2016-07-29 10:01 GMT+02:00 Julius Bullinger : > Then the documentation at > http://doc.qt.io/qt-5/supported-platforms-and-configurations.html#qt-5-6 > should probably be corrected, because it says that MSVC 2010 is supported. > ​Why should one correct it? MSVC 2010

Re: [Interest] Qt 5.6.1(-1) release for Visual Studio 2010?

2016-07-29 Thread Julius Bullinger
-Ursprüngliche Nachricht- Von: Interest [mailto:interest-bounces+julius.bullinger=asctec...@qt-project.org] Im Auftrag von Thiago Macieira Gesendet: Donnerstag, 28. Juli 2016 18:08 Uhr An: interest@qt-project.org Betreff: Re: [Interest] Qt 5.6.1(-1) release for Visual Studio 2010? > On