Re: Porting the NETWM classes to xcb

2012-06-28 Thread Rick Stockton
Sorry about my failure to properly snip message headers in my message from Yesterday. On 06/27/2012 22:32:13, Alexander Neundorf wrote: OTOH, I know nothing about xcb. That's the replacement for xlib, right ? Maybe we can have a look in Tallinn... Alex In Qt5, a new "xcb" plugin replaces Qt's

Re: Porting the NETWM classes to xcb

2012-06-27 Thread Alexander Neundorf
On Tuesday 26 June 2012, David Faure wrote: > On Wednesday 04 April 2012 00:27:34 Fredrik Höglund wrote: > > It's apparently also an issue that some Linux distributions are shipping > > old versions of xcb that are missing some of the libraries the cmake > > test checks for. > > I tried compiling

Re: Porting the NETWM classes to xcb

2012-06-27 Thread Rick Stockton
rg When replying, please edit your Subject line so it is more specific than "Re: Contents of Kde-frameworks-devel digest..." Today's Topics: 1. Re: Porting the NETWM classes to xcb (David Faure) -- Message: 1

Re: Porting the NETWM classes to xcb

2012-06-26 Thread David Faure
On Wednesday 04 April 2012 00:27:34 Fredrik Höglund wrote: > It's apparently also an issue that some Linux distributions are shipping > old versions of xcb that are missing some of the libraries the cmake > test checks for. I tried compiling your netwm-xcb changes (merged onto kdelibs-4.9), but i

Re: Porting the NETWM classes to xcb

2012-04-05 Thread Stephen Kelly
Fredrik Höglund wrote: > I have pushed an update to this branch that moves the xcb includes to > the .cpp file as suggested by Christoph. I also fixed some 64 vs 32 bit > issues discovered by Philipp Knechtges while testing. > > It's apparently also an issue that some Linux distributions are shi

Re: Re: Porting the NETWM classes to xcb

2012-04-03 Thread Martin Gräßlin
On Wednesday 04 April 2012 00:27:34 Fredrik Höglund wrote: > Is anyone else planning on testing and/or reviewing these patches? I will give it a try this Thursday and will dare to use it in production if there are no real issues :-) Cheers Martin signature.asc Description: This is a digitally si

Re: Porting the NETWM classes to xcb

2012-04-03 Thread Fredrik Höglund
I have pushed an update to this branch that moves the xcb includes to the .cpp file as suggested by Christoph. I also fixed some 64 vs 32 bit issues discovered by Philipp Knechtges while testing. It's apparently also an issue that some Linux distributions are shipping old versions of xcb that are

Re: Porting the NETWM classes to xcb

2012-03-25 Thread Fredrik Höglund
On Sunday 25 March 2012, Christoph Feck wrote: > Is it really required to expose xcb headers to applications, that wish > to use the netwm header file? If not, please move to netwm_p.h file. The idea is to eventually replace the Xlib types used in the parameters to the constructors and methods in

Re: Porting the NETWM classes to xcb

2012-03-25 Thread Christoph Feck
On Sunday 25 March 2012 19:49:29 Fredrik Höglund wrote: > I've pushed a branch to my kdelibs clone which ports all the Xlib > code in the NETWM classes to xcb. [...] Nice, thanks :) > The branch is available at: > git://anongit.kde.org/clones/kdelibs/fredrik/kdelibs.git netwm-xcb > [...] > kdeui/

Porting the NETWM classes to xcb

2012-03-25 Thread Fredrik Höglund
Hi, I've pushed a branch to my kdelibs clone which ports all the Xlib code in the NETWM classes to xcb. The only exception is the event handling code; after it's been ported, the code will no longer work with Qt 4. This is an important step toward getting kdelibs to build and work with Qt 5. Th