From ade10e0b8e5571e45cdd4800927c24597e2f7315 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 12 Aug 2007 04:21:38 +0000 Subject: added listener/notify --- doc/Changelog | 2 ++ doc/Hooks | 7 ------- doc/Howto_Write_Plugins | 1 + doc/TODO | 2 ++ 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/Changelog b/doc/Changelog index 0893e48..fa48774 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,8 @@ next: - new threading model for the emerge process - minor enhancements - added splash screen +- added notifies +- added listener / launch gksu/kdesu by ourselves 0.8.1: - bugfixes diff --git a/doc/Hooks b/doc/Hooks index 43dfe3b..e0469e9 100644 --- a/doc/Hooks +++ b/doc/Hooks @@ -1,13 +1,6 @@ List of hooks currently being supported by Portato ================================================== -am_i_root ---------- -Called: When checking whether the current user is root (ie. uid == 0). -Parameters: None -Return if override: Boolean signaling whether we are root. - - emerge: ------- Called: When emerge or every other command given by e.g. the synccmd preference is being called. diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins index 6c4f97f..9b0e375 100644 --- a/doc/Howto_Write_Plugins +++ b/doc/Howto_Write_Plugins @@ -42,6 +42,7 @@ Sample XML Notes: - If you want to specify a dependency plugin the connect tag has to be like: The other plugin we depend on . +- The "connect"-tag can be omitted. It then defaults to "". - It is possible of course to have more than one "hook" tag. - The options tag is optional. For a complete list of options, see below. diff --git a/doc/TODO b/doc/TODO index c79d0a2..e3821d7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -26,6 +26,8 @@ Main Point: user preferences: - window size / location - colors and font sizes +- rotating systray icon + GTK: ---- - make oneshot better -- cgit v1.2.3