diff options
author | Ali Abdallah <ali.slackware@gmail.com> | 2009-06-20 16:40:44 +0000 |
---|---|---|
committer | Ali Abdallah <ali.slackware@gmail.com> | 2009-06-20 16:40:44 +0000 |
commit | 628eb04efc22fe7330c203a18c92fabb1dc8c7aa (patch) | |
tree | a4c39c2b59e865dd0cdf80de41856f803dac2a29 /ChangeLog | |
parent | f369cef601e74fcc8b1bc7d4e6c9be14fbbf1249 (diff) | |
download | ixfce4-power-manager-628eb04efc22fe7330c203a18c92fabb1dc8c7aa.tar.gz |
* settings/xfpm-settings.c
Get a pointer to the notebook before connecting signals.
* src/xfpm-xfconf.c Store Configurations in GValues instead of
individual variables.
* src/xfpm-xfconf.c All configurations now are properties, this gives us
configuration change signals for FREE.
* settings/xfpm-settings.c Make it compatible with the new configuration
changes.
* src/xfpm-supply.c Allow suspend as a critical action.
* src/xfpm-engine.c Provide lock screen option for LID events.
* po/xfce4-power-manager.pot update for new strings.
* po/* Updates all the po files.
(Old svn revision: 7620)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2009-06-20: 16:30 Ali aliov@xfce.org + * settings/xfpm-settings.c + Get a pointer to the notebook before connecting signals. + * src/xfpm-xfconf.c Store Configurations in GValues instead of + individual variables. + * src/xfpm-xfconf.c All configurations now are properties, this gives us + configuration change signals for FREE. + * settings/xfpm-settings.c Make it compatible with the new configuration + changes. + * src/xfpm-supply.c Allow suspend as a critical action. + * src/xfpm-engine.c Provide lock screen option for LID events. + * po/xfce4-power-manager.pot update for new strings. + * po/* Updates all the po files. + 2009-06-15: 15:40 Ali aliov@xfce.org * Remove libglade and use GtkBuilder instead. |