~vcs-imports/gnome-power/+git/gnome-power:gnome-2-14

Last commit made on 2006-07-12
Get this branch:
git clone -b gnome-2-14 https://git.launchpad.net/~vcs-imports/gnome-power/+git/gnome-power

Branch merges

Branch information

Name:
gnome-2-14
Repository:
lp:~vcs-imports/gnome-power/+git/gnome-power

Recent commits

540e11c... by Nguyen Thai Ngoc Duy <email address hidden>

Updated some strings, reported by <email address hidden>

2a9de4c... by Nguyen Thai Ngoc Duy <email address hidden>

Fixed 'bị động'

e0f19b6... by Richard Hughes

Increase the spacing between vertical spacing of groups of components to

2006-06-22 Richard Hughes <email address hidden>

* data/gpm-prefs.glade:
Increase the spacing between vertical spacing of groups of components
to better follow the GNOME HIG.
Also fix the issue where the space between 'Running on AC/Battery' and
'Put display to sleep...' is different between the AC and Battery tabs.
Pointed out by Ian McIntosh <email address hidden>, many thanks.
Fixes #345693, (no string changes)

* src/gpm-manager.c: (battery_status_changed_primary):
Free the action, else we loose a tiny bit of memory every time we do a
notification.

4c06da4... by Richard Hughes

Add in XFCE so we display in the menu. From ubuntu patchset. lp:43077

2006-05-30 Richard Hughes <email address hidden>

* data/gnome-power-manager.desktop.in:
Add in XFCE so we display in the menu. From ubuntu patchset. lp:43077

* man/gnome-power-manager.sgml:
Fix spelling error. From ubuntu patchset.

11e3798... by Funda Wang <email address hidden>

Updated gnome-power-manager zh_CN translation.

ed46ea3... by Richard Hughes

Make sure we duplicate the message string so we don't crash on the action

2006-05-24 Richard Hughes <email address hidden>

 * src/gpm-manager.c: (battery_status_changed_primary):
 Make sure we duplicate the message string so we don't crash on
 the action warning when we try to g_free it.

 I've backported most of the code (no string changes) from HEAD
        so we don't warn multiple times about the critical action by using the
        event level system we use for the other notifications.
        This should fix #333622.

288f925... by Richard Hughes

Backport the X31 fixes from HEAD so that we can fix lp:44055

2006-05-22 Richard Hughes <email address hidden>

 * src/gpm-brightness.c:
 * src/gpm-brightness.h:
 Backport the X31 fixes from HEAD so that we can fix lp:44055

529232f... by Richard Hughes

Ensure we set the icon to visible for desktops, as before we had to toggle

2006-05-17 Richard Hughes <email address hidden>

 * src/gpm-manager.c (change_power_policy):
 Ensure we set the icon to visible for desktops, as before we had to
 toggle the state in g-p-p to get it to show.

 * man/gnome-power-manager.sgml:
 Remove all suspend-to-{x} terminology in the documentation.

a80910b... by Richard Hughes

Patch from Peter Grundstr�m <email address hidden> to adds the ability to

2006-05-10 Richard Hughes <email address hidden>

 * src/eggtrayicon.c: (egg_tray_icon_class_init),
 (transparent_expose_event), (make_transparent_again),
 (make_transparent), (egg_tray_icon_realize), (egg_tray_icon_add):
 Patch from Peter Grundstr�m <email address hidden> to adds the ability
 to handle a transparent background in the tray icon the version of
 eggtrayicon in gnome-power-manager. Fixes #341227

f3c1ea4... by Richard Hughes

Fix the GPM_BUTTON_BRIGHT_UP_DEP and GPM_BUTTON_BRIGHT_DOWN_DEP values to

2006-05-02 Richard Hughes <email address hidden>
 * src/gpm-manager.c: Fix the GPM_BUTTON_BRIGHT_UP_DEP and GPM_BUTTON_BRIGHT_DOWN_DEP values to what were shipped in the HAL 0.5.7 tarball. This fixes the hardware brightness keys for Ubuntu Dapper.