Review Request 113711: Clean up API of KPassivePopup

Alex Merry kde at randomguy3.me.uk
Thu Nov 7 18:57:46 UTC 2013


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

Review request for KDE Frameworks.


Repository: kdelibs


Description
-------

KPassivePopup had a bunch of odd public API that no-one was using because it's useless to outside classes (even subclasses, of which there appear to be none).  This hides that away, and makes the protected stuff actually useful.

There are still some issues with the "next to the taskbar" positioning (it puts it alongside the entry instead of on the opposite side the screen edge), but that's less urgent than the API change.


Clean up API of KPassivePopup

Firstly, allow subclasses to more easily override the location:
* remove defaultArea from the public API, as it is useless to clients
* replace it with a virtual protected method defaultLocation

Secondly, move other methods that should be private to the Private
class.

Thirdly, remove the Custom entry from the PopupStyle enum as there is,
in practice, no easy way for subclasses to implement another style; by
the time they do, they may as well start from scratch.


Diffs
-----

  tier2/knotifications/src/kpassivepopup.h 4eb6ffc7b076391d3f74ce902cc964371b1046c8 
  tier2/knotifications/src/kpassivepopup.cpp f17086d3185e207b874f4dcfecf1da8715a3fd77 

Diff: http://git.reviewboard.kde.org/r/113711/diff/


Testing
-------

Still builds, test app still puts the popups where expected.


Thanks,

Alex Merry

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20131107/e7803fa2/attachment.html>


More information about the Kde-frameworks-devel mailing list