Re: KGuiAddons Review

2014-03-16 Thread David Faure
On Tuesday 04 March 2014 18:46:53 John Layt wrote: > Hi, > > Here's my first pass through KGuiAddons, focussing on the public api. > > KColorCollection > - Should probably become a QSharedDataPointer Maybe. But OTOH it's just a QList, two QStrings and a an enum. > KWorkdWrap > - "// KDE5 TODO:

Re: KGuiAddons Review

2014-03-04 Thread Michael Pyne
On Tue, March 4, 2014 18:46:53 John Layt wrote: > KImageCache > KSharedPixmapCacheMixin > KLocalImageCacheImplementation > - Looks OK > - KImageCache not exported, but KLocalImageCacheImplementation is, some > CMake magic involved? No CMake. :) KImageCache depends on KSharedDataCache from KCore

KGuiAddons Review

2014-03-04 Thread John Layt
Hi, Here's my first pass through KGuiAddons, focussing on the public api. KColorCollection - Should probably become a QSharedDataPointer KWorkdWrap - "// KDE5 TODO: return a value, not a pointer, and use QSharedDataPointer." KModifierKeyInfo - Generally looks OK - Has lots of "bool isKeyPress