Re: [Development] Removing libudev dependency from binary packages?

2013-10-23 Thread Philip Ashmore
On 22/10/13 19:00, Thiago Macieira wrote: > On terça-feira, 22 de outubro de 2013 15:51:56, Philip Ashmore wrote: >> Sounds like you need a generic plug-in framework that allows you to ask >> for a "udev" component that you ask for an IUDev interface. >> >>

Re: [Development] Removing libudev dependency from binary packages?

2013-10-22 Thread Philip Ashmore
ntegrating third-party libraries as free for non-commercial use, and with a part payment to third party library vendors to commercial customers? Sounds like an incentive to open source developers to write for the "Qt market" and for customers wanting compatibility and integration-te

Re: [Development] Tracing Qt

2013-08-26 Thread Philip Ashmore
> got in the way ... > > Regards > > Kai > Sounds like qlogger could use v3c's tracing system as a back end, so I don't see a problem. My treedb project at SourceForge offers a malloc alternative that uses a fuse filesystem - with tracing on the fuse side. Just p

Re: [Development] Tracing Qt

2013-08-23 Thread Philip Ashmore
On 24/08/13 00:24, Philip Ashmore wrote: > On 23/08/13 12:59, Blasche Alexander wrote: >> Hi Robin, >> >> I am not sure whether you are aware of >> http://qt.gitorious.org/qtplayground/qlogger >> >> It is pretty much what you describe. It was even close t

Re: [Development] Tracing Qt

2013-08-23 Thread Philip Ashmore
n application decides if trace output goes to cout, cerr or a file or nowhere. It doesn't have module-level trace control but that could be added. Regards, Philip Ashmore > > > From: development-bounces+alexander.blasche=digia@qt-projec

Re: [Development] Qt5 as a (Portable Native Client, pronounced: pinnacle) pepper plugin?

2012-10-29 Thread Philip Ashmore
On 29/10/12 08:30, Sorvig Morten wrote: > On Oct 27, 2012, at 5:09 PM, Olivier Goffart wrote: > >> On Saturday 27 October 2012 14:16:18 Philip Ashmore wrote: >>> Hi there. >>> >>> I'm talking about http://en.wikipedia.org/wiki/Google_Native_Client &

[Development] Qt5 as a (Portable Native Client, pronounced: pinnacle) pepper plugin?

2012-10-27 Thread Philip Ashmore
Hi there. I'm talking about http://en.wikipedia.org/wiki/Google_Native_Client Is anyone thinking of building Qt5 as nacl/pepper plugin? The idea is to allow other plugins to use Qt5. Regards, Philip Ashmore ___ Development mailing list Develo

Re: [Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-25 Thread Philip Ashmore
On 25/10/12 15:16, Rafael Roquetto wrote: > Hello, > > Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, at least > in Qt5. If that is really the case, would anyone object doing away with it > (and removing the overhead from QEventDispatchUnix::doSelect() and co.)? > Otherwise,

Re: [Development] Behavior change: A sane and consistent QPainter coordinate system in Qt 5

2012-10-11 Thread Philip Ashmore
On 11/10/12 15:06, BRM wrote: > - Original Message - > >> From: Sorvig Morten >> Subject: Re: [Development] Behavior change: A sane and consistent QPainter >> coordinate system in Qt 5 >> >> >> On Oct 11, 2012, at 1:57 PM, Samuel Rødal >> wrote: >>> >>> It's unfortunate to potentially ca

Re: [Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

2012-07-06 Thread Philip Ashmore
On 06/07/12 12:24, Thiago Macieira wrote: > On sexta-feira, 6 de julho de 2012 17.08.08, Alan Alpert wrote: >>> Most c++ developers wouldn't want to choose between stability and >>> performance. >>> I'm adventurous, just point me at the "qt private header forum" where >>> interface changes are comm

Re: [Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

2012-07-05 Thread Philip Ashmore
On 06/07/12 02:51, Alan Alpert wrote: > On Fri, 6 Jul 2012 02:32:06 ext Philip Ashmore wrote: >> On 06/07/12 02:05, d3fault wrote: >> > For programmers, a lot of you are pretty bad at reading. Hopefully you >> > understand designs better: >> > >>

Re: [Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

2012-07-05 Thread Philip Ashmore
ake QML people happy, and c++ people less sad. The previous arguments about what does and does not belong in QtCore are evidence that Qt has components that are at different stages of maturity, and dealing with that reality is something that I think s

Re: [Development] The place of QML

2012-05-09 Thread Philip Ashmore
On 07/05/12 01:32, Philip Ashmore wrote: > Hi there. > > I recently dived into Qml not long after playing around in html5/JavaScript. > > I wanted to see what methods I could call in my QAbstractTableModel-derived > class - I wanted to know if Qml code could access headerData(

Re: [Development] The place of QML

2012-05-06 Thread Philip Ashmore
Hi there. I recently dived into Qml not long after playing around in html5/JavaScript. I wanted to see what methods I could call in my QAbstractTableModel-derived class - I wanted to know if Qml code could access headerData() for the column headers. If you're looking for a place for Qml, I woul

[Development] qtwebkit-examples-and-demos.patch

2012-02-11 Thread Philip Ashmore
TARGET.EPOCHEAPSIZE in symbian{} that seems to contain invalid utf-8 characters. Regards, Philip Ashmore diff --git a/examples/browser/browser.pro b/examples/browser/browser.pro index 283e3c1..0f454cc 100644 --- a/examples/browser/browser.pro +++ b/examples/browser/browser.pro @@ -1,6 +1,6 @@ TEMPLATE

[Development] qtwebkit-examples-and-demos/examples/browser/cookiejar.cpp is missing "#include "

2012-02-03 Thread Philip Ashmore
Hi there. qtwebkit-examples-and-demos/examples/browser/cookiejar.cpp is missing "#include ". Please find the patch attached. Regards, Philip Ashmore diff --git a/examples/browser/cookiejar.cpp b/examples/browser/cookiejar.cpp index d65573d..194f25b 100644 --- a/examples/browser/coo

[Development] Fwd: Not-so-common build options causing problems for Qt5/git?

2012-01-30 Thread Philip Ashmore
al Message Subject:Not-so-common build options causing problems for Qt5/git? Date: Mon, 30 Jan 2012 07:12:21 +0000 From: Philip Ashmore To: development@qt-project.org Hi there. I've been struggling to build Qt5 from git and I was wondering if I'm alone in