Review Request: New Applet handle system

Giulio Camuffo giuliocamuffo at gmail.com
Sat Sep 4 15:28:41 CEST 2010


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/5155/
-----------------------------------------------------------

(Updated 2010-09-04 13:28:40.568518)


Review request for Plasma, Aaron Seigo and Marco Martin.


Changes
-------

addressed the issues raised by Aaron.
Most of the work has gone to decoupling AbstractHandle and AbstractControl. AbstractHandle is still a friend of AbstractControl because the event handlers are protected. I don't think it's a big deal since it isn't bic to change the friend declarations, however.


Summary
-------

This is a rewamp of the Applet handle system. Through its modular architecture it easily allows modifications and reuse of code.

It features a base Handle class, AbstractHandle, and a base class for the control elements, ControlElement. I developed an handle based on the actual AppletHandle, DesktopHandle, and the control elements for the usual operations.


Diffs (updated)
-----

  trunk/KDE/kdelibs/plasma/CMakeLists.txt 1171409 
  trunk/KDE/kdelibs/plasma/applet.h 1171409 
  trunk/KDE/kdelibs/plasma/applet.cpp 1171409 
  trunk/KDE/kdelibs/plasma/containment.h 1171409 
  trunk/KDE/kdelibs/plasma/containment.cpp 1171409 
  trunk/KDE/kdelibs/plasma/extenders/extender.cpp 1171409 
  trunk/KDE/kdelibs/plasma/extenders/extenderitem.cpp 1171409 
  trunk/KDE/kdelibs/plasma/handles/abstracthandle.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/abstracthandle.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/abstractcontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/abstractcontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/abstractcontrol_p.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/configurecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/configurecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/maximizecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/maximizecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/movecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/movecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/removecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/removecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/resizecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/resizecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/rotatecontrol.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/controlelements/rotatecontrol.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/desktophandle.h PRE-CREATION 
  trunk/KDE/kdelibs/plasma/handles/desktophandle.cpp PRE-CREATION 
  trunk/KDE/kdelibs/plasma/private/applet_p.h 1171409 
  trunk/KDE/kdelibs/plasma/private/applethandle.cpp 1171409 
  trunk/KDE/kdelibs/plasma/private/applethandle_p.h 1171409 
  trunk/KDE/kdelibs/plasma/private/containment_p.h 1171409 

Diff: http://svn.reviewboard.kde.org/r/5155/diff


Testing
-------

It isn't finished. It's missing the touch events management (which, however, it's hard for me to do, 'cause i don't have any touch screen device) and a better drag and drop system between containments. I'd like, however, to know what you think about what i've done, especially about the architecture.

What's here works, though.


Thanks,

Giulio

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/plasma-devel/attachments/20100904/0675d817/attachment.htm 


More information about the Plasma-devel mailing list