Re: [Development] kdelibs partially ported to Qt5

2012-02-14 Thread Frederik Gladhorn
Torsdag 2. februar 2012 22.30.52 skrev ext Stephen Kelly: Hi there, I ported some of kdelibs to Qt5 (just the easy stuff). Awesome :) There are also some accessibility enums that have been removed, and I don't know how to port away from (or what to port to). They didn't make sense and

Re: [Development] kdelibs partially ported to Qt5

2012-02-14 Thread Stephen Kelly
On Tuesday, February 14, 2012 11:23:19 Frederik Gladhorn wrote: Torsdag 2. februar 2012 22.30.52 skrev ext Stephen Kelly: Hi there, I ported some of kdelibs to Qt5 (just the easy stuff). Awesome :) There are also some accessibility enums that have been removed, and I don't know

Re: [Development] kdelibs partially ported to Qt5

2012-02-07 Thread Jedrzej Nowacki
On Tuesday 7. February 2012 23.53.32 ext Stephen Kelly wrote: Hi, These issues didn't get any attention, so I'm bumping them: On Thursday, February 02, 2012 22:30:52 Stephen Kelly wrote: One is the ctor of QTabletEvent, which has been changed. A backward compatible deprecated ctor might

[Development] kdelibs partially ported to Qt5

2012-02-02 Thread Stephen Kelly
Hi there, I ported some of kdelibs to Qt5 (just the easy stuff). You can see the commits here: http://quickgit.kde.org/?p=kdelibs.gita=logh=894cde6ead6d9146d97e8adc7959efc907fdfe0e To try it out, you need CMake 2.8.7 and extra-cmake-modules master. I found some source incompatibilities, some

Re: [Development] kdelibs partially ported to Qt5

2012-02-02 Thread Stephen Kelly
On Thursday, February 02, 2012 22:30:52 Stephen Kelly wrote: I found some source incompatibilities, some of which have not been fixed, Should have read '... have been fixed', but even that is not completely true. See some of my commits here (pedantic and CMake macro):

Re: [Development] kdelibs partially ported to Qt5

2012-02-02 Thread Stephen Kelly
On Thursday, February 02, 2012 22:30:52 Stephen Kelly wrote: The port is stuck at kdeui (which blocks a lot of other stuff), because of the change to QPA. The kdeui library uses the Qt4 X11 integration. This is already out of date. I ifdef'ed out the X11 stuff and ported more of kdelibs.