Re: [Development] Qt Playground - CAN bus add-on module

2013-06-10 Thread Denis Shienkov
Hello Laszlo, all It is possible to expand this idea a little. For example, to add some add-on for support of some industry protocols: ModBus, DNP3, IEC101-104, CAN and so forth. It is possible to implement a certain basic concept of Protocol for all heritable protocols with ISO/OSI model su

[Development] Qt Playground - CAN bus add-on module

2013-06-10 Thread Laszlo Papp
Hi all, I have been planning to request a playground area for this for a while, but unfortunately it has never been materialized. I would like to work on supporting the industrial (mostly, but not exclusively, automotive) can bus protocol with a high level Qt API. It would be a leisure time proje

Re: [Development] OSX very strange focus problem?

2013-06-10 Thread Jake Thomas Petroules
QtMacExtras is not integrated into Qt 5.0.2 -- it's due for 5.2, I believe. -- Jake Petroules Chief Technology Officer Petroules Corporation · www.petroules.com Email: jake.petrou...@petroules.com On Jun 10, 2013, at 6:14 AM, Jose wrote: > Hi, > > I have stumbled upon to an error that does no

Re: [Development] Clarification on Mac 10.6 support for Qt 5.2

2013-06-10 Thread Thiago Macieira
On segunda-feira, 10 de junho de 2013 10.30.12, Tor Arne Vestbø wrote: > Wait, are you talking about something else here? The QtLocation issue > had nothing to do with CONFIG -= qt. It was caused by a part of Qt not > picking up the generic Qt build config (that enables C++11 if enabled by > config

Re: [Development] OSX private headers installation broken in 5.x.y

2013-06-10 Thread Stephen Kelly
On Monday, June 10, 2013 11:46:24 Sune Vuorela wrote: > On 2013-06-10, Stephen Kelly wrote: > > Not only do the paths to the private headers not exist where expected, > > they do not exist at all. The Qt installation on Mac, when using the > > default config option -frameworks, does not install th

[Development] OSX very strange focus problem?

2013-06-10 Thread Jose
Hi, I have stumbled upon to an error that does not really make much sense to me, though I am probably missing something. I am working on a qt5 based application, it works find on linux, however when I build it on MAC I get a very strange behavior. The main window contains a qtabwidget which has 4

Re: [Development] OSX private headers installation broken in 5.x.y

2013-06-10 Thread Stephen Kelly
On Saturday, June 08, 2013 13:57:43 you wrote: > The missing paths definitely do not exist. Not only do the paths to the private headers not exist where expected, they do not exist at all. The Qt installation on Mac, when using the default config option -frameworks, does not install the privat