add "modes" configuration, now "presentation" and "offline".
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 25 Apr 2009 16:07:45 +0000 (16:07 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 25 Apr 2009 16:07:45 +0000 (16:07 +0000)
commit3cbfbd69d9d4356eb8c766a2b3a3efe27dc9b1be
tree635fe45210ebcc2f76747669db997c5ff03309fa
parent0c48c0367ac51739928845836b6820f8eda91373
add "modes" configuration, now "presentation" and "offline".

They are presented as a submenu with check items. Need to implement
support in modules, so they'll check for these variables.

DESIGNERS: could you please provide the following icons:

   * preferences-modes: contain the other icons

   * preferences-modes-presentation: system is in presentation mode,
     no screensaver, locks and dpms will be available.

   * preferences-modes-offline: system is offline, modules that keep
     polling internet services (weather, forecasts, ...) should stop
     and show "I'm offline" emblem. When network systems (network
     manager, connman, exhalt...) are integrated, they will change
     this state as well.

SVN revision: 40375
config/default/e.src
config/illume/e.src
config/minimalist/e.src
config/netbook/e.src
config/scaleable/e.src
config/standard/e.src
src/bin/e_config.c
src/bin/e_config.h
src/modules/conf/e_mod_main.c