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

tier1/kcodecs, deprecate KEncodingDetector, favor KEncodingProber

2012-06-27 Thread nihui
hi all I'd like to join the fun of kde fr5 efforts. here is my first proposal on tier1/kcodecs currently, kcodecs has three parts class KCharsets, match codec using alternate names namespace KCodecs, convert misc encoding class KEncodingDetector and KEncodingProber, encoding detection KEncodingD

Questions about porting away from kdeui classes

2012-06-27 Thread Eike Hein
Hi, lately I'm seeing an increasing number of commits that port things away from kdeui classes, e.g. this one: http://commits.kde.org/kdelibs/c87a6aa I'd like to learn more about what is being done there, as well as the reasons and goals. For example, the commit in question feels deceptively

Re: Porting the NETWM classes to xcb

2012-06-27 Thread Rick Stockton
In Qt, at/near line 66 of /src/plugins/platforms/xcb/qxcbwindow.cpp), they check to see if one of the #DEFINE macros from one of the newer, divided-util XCB 'include' files had been defined. (It's not defined until after the util packages were split.) Maybe that would be shorter, easier than a