[Interest] Strange phenomena with Qt 5.5, -framework Parse replaced by -framework , originating linking problems. So far, it happens with iOS only and with Parse word.

2015-07-18 Thread Nuno Santos
Hi, I’m not investing to much time with this problem because my apps are stable in Qt 5.4 and I don’t want to rush into Qt 5.5. However, when I have time, I’m trying to understand what is making this strange phenomena happening. The problem is, when building for iOS, it is somehow replacing

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread John C. Turnbull
Meaning I can sell the desktop apps without having to distribute my code and into the Windows and Mac App Stores (WITHOUT having to pay my lawyer thousands)? On 18 Jul 2015, at 16:43, Thiago Macieira thiago.macie...@intel.com wrote: On Saturday 18 July 2015 13:04:45 John C. Turnbull wrote:

Re: [Interest] how to handle non-ASCII input in qt

2015-07-18 Thread Thiago Macieira
On Friday 17 July 2015 20:38:59 varro wrote: I'm writing a Qt application using the ruby bindings in which I need to be able to support entering non-ASCII data (accented characters and so on). Googling seems to indicate that the normal way of handling this is using ibus to provide an input

Re: [Interest] Strange phenomena with Qt 5.5, -framework Parse replaced by -framework , originating linking problems. So far, it happens with iOS only and with Parse word.

2015-07-18 Thread Nuno Santos
Hi, I have just found something. Editing the file LK.xcodeproj/project.pbxproj, under: OTHER_LDFLAGS = ( -headerpad_max_install_names, -stdlib=libc++,

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Reinhardt Behm
On Saturday 18 July 2015 08:59:53 Gianluca wrote: No you cannot ! You are arising a problem that people was used to develop for desktop was not aware at the moment: the new Windows and Mac app stores. So, basically this is the scenario: - in the last 30 years desktop application was sold

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Thiago Macieira
On Saturday 18 July 2015 13:04:45 John C. Turnbull wrote: The problem even with this extension for the Indie Program is that it *only* allows you to use Qt to develop *mobile* apps. The appeal of Qt is its cross-platform ability but if you are using it *just* for mobiles then you will get a

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Gianluca
Il giorno 18/lug/2015, alle ore 09:16, Reinhardt Behm rb...@hushmail.com ha scritto: On Saturday 18 July 2015 08:59:53 Gianluca wrote: No you cannot ! You are arising a problem that people was used to develop for desktop was not aware at the moment: the new Windows and Mac app stores. So,

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread m...@rpzdesign.com
John: I was sharing with the list a different way to look at things, sharing our observations in contrast with yours. We draw all the screen shots for all platforms: Desktop (Win/OSX) - Tablet (7 inch diagonal+) - Smartphone (less than 7 inch diagonal) on the first day before ANY code is

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-18 Thread Bob Hood
On 7/18/2015 8:30 AM, Elvis Stansvik wrote: Another small nitpick on that page (see attached screenshot) is the two subtitles Commercial. When they are juxtaposed like that it looks kind of weird. It's also weird that they are the _only_ subtitles under Qt for Application Development and Qt

Re: [Interest] Text rendering problem.

2015-07-18 Thread Elvis Stansvik
2015-07-18 1:13 GMT+02:00 Bill Crocker william.croc...@analog.com: Hello: I am having a text rendering problem. The following code creates a QLabel and QGraphicsTextItem. The QLabel text is 60 pt. The QGraphicsTextItem text size is 6 pt, but then the view is scaled up by 10x. So, in the

Re: [Interest] Strange phenomena with Qt 5.5, -framework Parse replaced by -framework , originating linking problems. So far, it happens with iOS only and with Parse word.

2015-07-18 Thread Nuno Santos
Hi again, I have found the problem for this and it was not easy. I had a dir called parse in my project. It was not being used in .pro neither anywhere. Removing the dir solved the problem. Somehow, with this new version of Qt, this became a problem. Basically, just the fact that this

[Interest] Rhvche: y[Intereyshehht] Tegaxt renderiyng problev5,6π6m.h

2015-07-18 Thread QtRep qt
CBGBbghgvvgggvevevgvvgggvh avhhhnhg bby hvvhugehver chu high BvgvgggccggvgvgvggghhhghghvgghhvhgvgggvhBC hub ng he gyfyHyyGH On Jul 18, 2015 1:14 AM, Bill Crocker william.croc...@analog.com wrote: Hello: I am having a text rendering problem. The following code creates a QLabel and

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-18 Thread Elvis Stansvik
2015-07-18 16:48 GMT+02:00 Bob Hood bho...@comcast.net: On 7/18/2015 8:30 AM, Elvis Stansvik wrote: Another small nitpick on that page (see attached screenshot) is the two subtitles Commercial. When they are juxtaposed like that it looks kind of weird. It's also weird that they are the _only_

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread John C. Turnbull
The thing is, for me at least who is just at the stage of starting with Qt, I am only looking to the future, not the past. So whether my app runs on anything earlier than Win7 for example is irrelevant. But I feel that very soon, *all* OSs will only allow you to purchase modern apps that

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread John C. Turnbull
The new licensing structure (and not to mention the abominable website) are clearly NOT working and will only hurt Qt, perhaps even kill it. It shows how out-of-touch the Qt Company's executives are with their actual customers now. This is common as companies grow larger and more successful.

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Reinhardt Behm
You do not need to reply to me directly, I'm reading the list. I agree with you about the website. I follows the horrible trend of flashy eye candy without content. It is impossible to find any information about pricing. :-( The designer clearly does not understand who the audience is. We are

[Interest] ambiguous shortcuts in Qt Assistant on Kubuntu

2015-07-18 Thread Alan Ezust
Many of my favourite shortcuts in Assistant stopped working after a recent KDE upgrade. Now instead of Assistant doing what it is supposed to, I get popup dialogs like this: The key sequence 'Ctrl+F' is ambiguous. Use 'Configure Shortcuts' from the 'Settings' menu to solve the ambiguity.

Re: [Interest] how to handle non-ASCII input in qt

2015-07-18 Thread Will Parsons
On Saturday, 18 Jul 2015 2:42 AM -0400, Thiago Macieira wrote: On Friday 17 July 2015 20:38:59 varro wrote: I'm writing a Qt application using the ruby bindings in which I need to be able to support entering non-ASCII data (accented characters and so on). Googling seems to indicate that the

[Interest] QtLocation and QWidget

2015-07-18 Thread Igor Mironchik
Hi guys, I've started one question on G+. Question is very simple: Would you like to have the implementation of the new QML/QtQuick elements - the map and so on as conventional Qt widgets? Please vote if you are interested in... https://plus.google.com/+IgorMironchik/posts/bepPsUba8Dw

Re: [Interest] Text rendering problem.

2015-07-18 Thread william.croc...@analog.com
On 07/18/2015 06:34 AM, Elvis Stansvik wrote: 2015-07-18 1:13 GMT+02:00 Bill Crockerwilliam.croc...@analog.com: Hello: I am having a text rendering problem. From some googling, I think it's because the hinting values are obtained when unscaled, and then used even when scaled. What you

Re: [Interest] Text rendering problem.

2015-07-18 Thread william.croc...@analog.com
I am having a text rendering problem. From some googling, I think it's because the hinting values are obtained when unscaled, and then used even when scaled. What you can do in your example is scene_font.setHintingPreference(QFont::PreferNoHinting); Elvis: You are the mam.