[Interest] FOSDEM Desktops DevRoom 2016: Call for Participation

2015-11-02 Thread Pau Garcia i Quiles
FOSDEM Desktops DevRoom 2016 Call for Participation FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brussels (Belgium, Europe). One of the tracks will be the Desktops DevRoom (formerly known as “CrossDesktop DevRoom”), which will host

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Peter Kümmel
Am 02.11.2015 um 12:00 schrieb Turunen Tuukka: Hi, In order to get a quote for your embedded project, please contact Qt sales: http://www.qt.io/contact-us/ Select “Sales Contact Request” from the Contact Reason. Your request should be handled within a few days max. Did this, no answer. (onl

[Interest] media player videowidget Qt5.4.2

2015-11-02 Thread Stefano Gurrieri
Hi people, I've just compiled my Qt5.4.2 and installed them on my target. But when I try to run some apps demo as videowidget or player, I always see these messages: (videowidget:642): GStreamer-CRITICAL **: gst_object_ref_sink: assertion 'object != NULL' failed No m_videoSink available! (video

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Peter Kümmel
Am 02.11.2015 um 14:12 schrieb Robert Iakobashvili: Dear Daniel, Actually, you helped me. The name of the var passed to function was "small" void myFunc (bool small); It appears that for MS-VS "small" is a wrong name for a var. I assume it's a macro. Add #define small XYZ and the compiler

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Robert Iakobashvili
Dear Daniel, Actually, you helped me. The name of the var passed to function was "small" void myFunc (bool small); It appears that for MS-VS "small" is a wrong name for a var. Sorry for the buzz. Thank you. Regards, Robert On Mon, Nov 2, 2015 at 3:07 PM, Robert Iakobashvili wrote: > Thanks

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Robert Iakobashvili
Thanks, looks like not in my code since it is compiled on many environments and with many compilers properly. Something is coming from either VS or Qt. Regards, Robert On Mon, Nov 2, 2015 at 3:02 PM, Daniel França wrote: > Maybe you are using bool as an identifier somewhere in your code? > http

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Daniel França
Maybe you are using bool as an identifier somewhere in your code? https://msdn.microsoft.com/en-us/library/ws579tt7.aspx Em seg, 2 de nov de 2015 às 13:58, Robert Iakobashvili escreveu: > Hi, > > After building Qt-5.5.1 from sources and > trying to compile my Qt project on Windows-7, 64-bit, > w

[Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Robert Iakobashvili
Hi, After building Qt-5.5.1 from sources and trying to compile my Qt project on Windows-7, 64-bit, with VS-2013 Community, and using x-86 compiler, I'm getting many compilation errors like: "error C2632: 'bool' followed by 'char' is illegal" With VS-2010 compiler the project was compiled normall

Re: [Interest] How is QT_AUTO_SCREEN_SCALE_FACTOR supposed to work?

2015-11-02 Thread Sorvig Morten
> On 02 Nov 2015, at 09:56, Johan wrote: > > But when I try to use QT_AUTO_SCREEN_SCALE_FACTOR and set it to 1 nothing > happens. Should not this equal setting QT_SCALE_FACTOR to 2 since I have set > Windows to display in 200%? Yes, I think it should. > Any hints on how to debug this? Try l

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Turunen Tuukka
Hi, In order to get a quote for your embedded project, please contact Qt sales: http://www.qt.io/contact-us/ Select “Sales Contact Request” from the Contact Reason. Your request should be handled within a few days max. For embedded, pricing depends on the platforms you need, number of develop

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Daniel França
Same here, I was trying to convince other people to use Qt, but it's really complicated when the website is not clear about which license you need to deploy mobile apps, and the only commercial license available costs $300/month. Em seg, 2 de nov de 2015 às 11:18, Gian Maxera escreveu: > Daniel,

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Gian Maxera
Daniel, I agree with you. An even worst, now all the website offering a library competing with Qt as a clear pricing table with all information. I really don’t understand why Qt decided so. I remember the old website of Qt… on the menu there was a “Pricing” entry and a clear page with all prices.

[Interest] meta-qt5 (fido) in my yocto project (dizzy)

2015-11-02 Thread Stefano Gurrieri
Hi people, I'd like to use meta-qt5 layer (downloaded from fido branch) in my yocto project that is a dizzy. Is it possible? I'd like use an update qt version (5.4 included in fido branch) instead of 5.3 (include in dizzy branch). Thanks a lot for the help. Greetings, Stefano ___

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Daniel França
This is not a good solution, most of the people will simple give up as they can't find a simple information as that clearly in the website. I would have give up if I didn't know about Qt before. Em dom, 1 de nov de 2015 às 23:06, mark diener escreveu: > Peter: > > You can contact directly by p

[Interest] How is QT_AUTO_SCREEN_SCALE_FACTOR supposed to work?

2015-11-02 Thread Johan
I am using QT5.6 and trying to follow the instructions in https://doc-snapshots.qt.io/qt5-5.6/highdpi.html to port an existing application to be able to run on high dpi monitors on windows. My target platform is Windows7 with custom DPI setting at 200%. I have a qt.conf in my application folder c