diff options
author | Lukasz Zalewski <lukas@dcs.qmul.ac.uk> | 2006-10-29 02:38:54 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-10-29 02:38:54 +0000 |
commit | db0cbbd87e41820a3874fbe01d9e5f9b88aadd9a (patch) | |
tree | 4351c7b8fe793dd74d14e659bdc10877d63bdc85 /AUTHORS | |
parent | 5493859fd788c8b75c20c2b7efc7434ee1104d24 (diff) | |
download | gdm-db0cbbd87e41820a3874fbe01d9e5f9b88aadd9a.tar.gz |
Fixes enhancement request #358114. Added variables & functions used to
2006-10-25 Lukasz Zalewski <lukas@dcs.qmul.ac.uk>
Fixes enhancement request #358114.
* daemon/gdmconfig.c: Added variables & functions used to read/store
CustomCommands related values
* daemon/gdm.c (custom_cmd): New function that handles
execution of CustomCommands.
* daemon/gdm.c (custom_cmd_restart): New function that handles
execution of CustomCommand if NoRestart option is set to false
* daemon/gdm.c (custom_cmd_no_restart): New function that handles
execution of CustomCommand if NoRestart option is set to true
* daemon/gdm. [ch]: Updated macros and several functions to accomodate
new CustomCommands functionality
* daemon/slave.c: Added Custom command interrupt handler to handle
the CustomCommands execution.
* gui/gdmlogin.c (gdm_custom_cmd_handler): New function that handles
execution of CustomCommands
* gui/gdmlogin.c: Added variables and updated several functions to
accomodate new CustomCommand functionality
* gui/greeter/greeter_configuration.h: Added variables used to
store CustomCommand related values
* gui/greeter/greeter.c: Added variables that use/store
CustomCommand related values
* gui/greeter/greeter_item.c: Added visibility check for custom_cmd
related widgets
* gui/greeter/greeter_parser.c: Added code for parsing custom_cmd stock
items
* gui/greeter/greeter_system.c (greeter_custom_cmd_handler): New
function that handles execution of CustomCommand
* gui/greeter/greeter_system.c (query_greeter_custom_cmd_handler): New
function that handles execution of CustomCommand (with warn message
query beforehand)
* gui/greeter/greeter_system.c: Updated macros and several functions
to accomodate new CustomCommand functionality
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ Contributions from: Lee Mallabone <lee0@callnetuk.com> Leena Gunda <leena.gunda@wipro.com> Luis Villa <louie@ximian.com> + Lukasz Zalewski <lukas@dcs.qmul.ac.uk> Mark McLoughlin <mark@skynet.ie> Mathieu Lacage <mathieu@eazel.com> Matt Forrest <mforrest@scs.ryerson.ca> |