Re: [Interest] Interest Digest, Vol 23, Issue 76

2013-08-30 Thread Danny Price
Message: 5 Date: Fri, 30 Aug 2013 16:03:49 +0200 From: Vincent R. foru...@smartmobili.com Subject: [Interest] My First approach with QT 5.1 on MacOS : very disappointing To: interest@qt-project.org Message-ID: e7e13b42c24a503970fa2b62f60d3...@smartmobili.com Content-Type:

Re: [Interest] Interest Digest, Vol 19, Issue 82

2013-04-19 Thread Danny Price
I've used QMake in two large cross-platform projects, one of which wasn't even a Qt application. I did look at other options including CMake and Premake 4 but decided to stick with QMake. Here are my thoughts: - The documentation is poor and in some case misleading and wrong. Google

Re: [Interest] Interest Digest, Vol 19, Issue 82

2013-04-19 Thread Danny Price
On 19 Apr 2013, at 20:49, André Pönitz andre.poen...@mathematik.tu-chemnitz.de wrote: On Fri, Apr 19, 2013 at 03:36:21PM +0100, Danny Price wrote: I've used QMake in two large cross-platform projects, one of which wasn't even a Qt application. I did look at other options including CMake

Re: [Interest] Interest Digest, Vol 19, Issue 26

2013-04-10 Thread Danny Price
: Re: [Interest] QtCreator doxygen formatting To: interest@qt-project.org Message-ID: 5141ca4e.4050...@digia.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 03/14/2013 01:57 PM, Danny Price wrote: Is there a way to edit the formatting that Creator adds for Doxygen tags

Re: [Interest] Interest Digest, Vol 19, Issue 33

2013-04-10 Thread Danny Price
Date: Wed, 10 Apr 2013 11:55:24 -0600 From: Bob Hood bho...@comcast.net Subject: Re: [Interest] Oops! Somebody's got a bad case of dependency bloat! To: interest@qt-project.org Message-ID: 5165a78c.4010...@comcast.net Content-Type: text/plain; charset=ISO-8859-1 I have no love

[Interest] Mac Extras

2013-04-10 Thread Danny Price
I cloned and built the Mac Extras project against Qt 5.0.1 (official binary) and none of the projects work. The unified toolbar project also cashes on startup. I'm using OSX 10.8 on a very new iMac so it's no my machine. Has anyone had any success with this project?

Re: [Interest] Interest Digest, Vol 19, Issue 35

2013-04-10 Thread Danny Price
Sadly none of the devs at Digia seems to have experiences with IT and project structures of industrial and enterprise structures / companies - that leads to such biased discussions... like a fight between commercial (Windows) customers and the Qt devs (Linux/Mac users). That's funny

Re: [Interest] Interest Digest, Vol 19, Issue 41

2013-04-10 Thread Danny Price
Message: 2 Date: Wed, 10 Apr 2013 16:54:51 -0700 From: Alex Malyushytskyy alexmal...@gmail.com Subject: Re: [Interest] Oops! Somebody's got a bad case of dependency bloat! To: Thiago Macieira thiago.macie...@intel.com Cc: interest@qt-project.org interest@qt-project.org

[Interest] QtCreator, Mac OSX and LLDB?

2013-01-22 Thread Danny Price
What is the status of LLDB support via Creator on OSX? I noticed that the latest version of Creator (2.6.1) has the option to use LLDB as a debugger per-kit. But if I try to launch a LLVM-built executable in debug mode, it just hangs. I really hope that this gets some love soon as GDB is useless

[Interest] QDataWidgetMapper issues

2013-01-08 Thread Danny Price
I'm having trouble using the venerable QDataWidgetMapper class in my project. I have a set of QDoubleSpinboxes mapped to indexes in my table model. I've set the submit policy of the mapper to manual and connected the change signals of the widgets to the submit slot so the data in the boxes is

Re: [Interest] using the Qt SDK - qmake and mkspecs not copied?

2012-04-09 Thread Danny Price
OK I figured out what was going on. It seems that make install was failing halfway through because it couldn't find some webkit-related pro file. make install -i (ignore errors) forced it to complete and qmake and the mkspecs were copied. On 8 Apr 2012, at 21:04, Danny Price wrote: I'm

[Interest] using the Qt SDK - qmake and mkspecs not copied?

2012-04-08 Thread Danny Price
I'm developing with Qt on Mac and I'm using the Qt sdk which is a big improvement over the old lackluster Qt-mac installer (which didn't support multiple Qt installs and forced installs to usr/local). I cannot use the supplied Qt binaries however as they aren't built to my requirements do I