diff options
author | necoro <> | 2007-08-12 04:21:38 +0000 |
---|---|---|
committer | necoro <> | 2007-08-12 04:21:38 +0000 |
commit | ade10e0b8e5571e45cdd4800927c24597e2f7315 (patch) | |
tree | ff2d39f0366a7238366abd3c77b739996ed8937a /doc | |
parent | a6a5cace4864c37b7a820c89540f85069d842521 (diff) | |
download | portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.gz portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.bz2 portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.zip |
added listener/notify
Diffstat (limited to '')
-rw-r--r-- | doc/Changelog | 2 | ||||
-rw-r--r-- | doc/Hooks | 7 | ||||
-rw-r--r-- | doc/Howto_Write_Plugins | 1 | ||||
-rw-r--r-- | doc/TODO | 2 |
4 files changed, 5 insertions, 7 deletions
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 @@ -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: <connect type = "after"> The other plugin we depend on </connect>. +- The "connect"-tag can be omitted. It then defaults to "<connect type='before' />". - 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. @@ -26,6 +26,8 @@ Main Point: user preferences: - window size / location - colors and font sizes +- rotating systray icon + GTK: ---- - make oneshot better |