----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102804/ -----------------------------------------------------------
Review request for Telepathy. Description ------- Quite a big rewrite of the KDED module. The main changes are: 1/ Use stacking system for plugins --each plugin has its own priority, if the priority is higher than what's currently in stack, the plugin is placed on top, if it's lower, it's placed below (maintaining the order by priorities) 2/ Plugins now use this sort-of API --when any plugin wants to set a presence, it signals active(true); which is connected to the module's core where it checks the stack and either uses that plugin's presence or places it somewhere down the stack 3/ Plugins all have common base class 4/ 'Now listening...' aka mpris plugin was gifted with some refactoring as well Diffs ----- telepathy-kded-module-plugin.h PRE-CREATION telepathy-kded-module-plugin.cpp PRE-CREATION telepathy-mpris.h 5dd596f telepathy-mpris.cpp b4920d8 Diff: http://git.reviewboard.kde.org/r/102804/diff/diff Testing ------- 1/ Works 2/ Works 3/ Works too, obviously 4/ Still not with configurable message, but works Thanks, Martin Klapetek
_______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
