From 0ad0de3646b1d0db93890da2450d72970c116c97 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 14:12:06 -0400 Subject: Import upstream version 0.1 --- ChangeLog | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..832f388 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,334 @@ +# Generated by Makefile. Do not edit. + +2011-07-07 ken.vandine@canonical.com + + Packaging fixes + + - Include creating .tar.gz dists as well, we still use these for packaging + - Added COPYING file + - Removed cruft, we don't include a service + +2011-07-07 Ken VanDine + + include creating .tar.gz dists as well, we still use these for packaging + +2011-07-07 Ken VanDine + + Added COPYING file + +2011-07-07 Ken VanDine + + Removed cruft, we don't include a service + +2011-07-07 Javier Jardón + + Do not use indicator_image_helper() + + In GTK3 it can support fallbacks in GtkImage + +2011-07-07 Javier Jardón + + Add support for multiple devices in the menu + +2011-07-07 Javier Jardón + + configure.ac: We only support GTK+3 + +2011-07-07 Javier Jardón + + Get all the available devices instead the primary one + + Get all the devices with the "GetDevices" dbus call. + Do not use "GetPrimaryDevice" as this is really a private api for the + communication between gpm and gnome-shell + Also, we avoid a bug in the "GetPrimaryDevice" interface about no power device + is detected when AC power is connected to the laptop. + +2011-07-06 Javier Jardon + + Use the 'missing' icon instead the 'empty' icon by default + +2011-07-06 Ted Gould + + Little things to make distcheck pass. + +2011-07-05 Ted Gould + + Getting missing out of build-aux + +2011-07-05 Ted Gould + + Dropping missing because it's missing + +2011-07-05 Ted Gould + + Putting in Dummy files for the build scripts + +2011-07-05 Ted Gould + + Fixing a cut-and-paste error on POTFILES.in + +2011-07-05 Javier Jardon + + Always show 2 digits for the minutes + +2011-07-05 Javier Jardon + + Fix typo + +2011-07-05 Javier Jardon + + Use a bigger icon for the menu items + +2011-07-05 Javier Jardon + + Use the correct string for the menu item icon + +2011-07-05 Javier Jardon + + Do not create a new GtkMenu instance with every change + + But remove the children and rebuild the menu again so Its up-to-date + +2011-07-05 Javier Jardon + + Do not use the notify:visible signal to update the menu + +2011-07-05 Javier Jardon + + Add po/Makevars file + +2011-07-05 Javier Jardon + + Add translatable files to POTFILES.in + +2011-07-05 Javier Jardón + + Remove debug output + +2011-07-05 Javier Jardón + + Store the current device in the private structure + +2011-07-05 Javier Jardón + + notify signal + +2011-07-04 Javier Jardón + + Add real info in the menu item + +2011-07-04 Javier Jardón + + Rebuild menu when there is a change in the DBUS interface + +2011-07-04 Javier Jardón + + Move callbacks to the beginning of the file + +2011-07-04 Javier Jardón + + Construct the time details in a separate function + +2011-07-04 Javier Jardón + + Build menu dynamically + +2011-07-01 Javier Jardón + + Bump version to 0.1 + +2011-07-01 Javier Jardón + + configure.ac: advertise if this is a local build + +2011-07-01 Javier Jardón + + configure.ac: Remove the GTK+2 support + + We have GTK+3 in oneiric and we use the gnome-power-manager 3 dbus + interface anyway + +2011-07-01 Javier Jardón + + configure.ac: Remove not used ido dependency + +2011-07-01 Javier Jardón + + Add some more kind of devices + + Bump upower required version to 0.9.5 because this + +2011-07-01 Javier Jardón + + Do not show the device name in the menu title + +2011-07-01 Javier Jardón + + Activate the use of icons in the menu + +2011-07-01 Javier Jardón + + Use "Battery" instead "Laptop Battery" + +2011-07-01 Javier Jardón + + Return the correct accessible description + +2011-07-01 Javier Jardón + + Use the short time string in the label + +2011-07-01 Javier Jardón + + Get also a short time string + + So we have: + 1:45 for the label + 1 hour 45 minutes for the detailed description + +2011-07-01 Javier Jardón + + Add device name to the label + +2011-06-30 Javier Jardón + + Show the real information about the remaining charge time + +2011-06-30 Javier Jardón + + Show the remaining time in the status icon depending of the check menu item status + +2011-06-30 Javier Jardón + + Remove "Icon Only" option + + We always show a icon by default + +2011-06-30 Javier Jardón + + gnome-power-preferences has been moved to gnome-control-center + + So call 'gnome-control-center power' instead + +2011-06-30 Javier Jardón + + Specify what icon we want to show + + Seems that indicator_image_helper_update() is not smarter enough + to handle the string retrieved from the g-p-m interface + +2011-06-30 Javier Jardón + + Update the icon, not create a new one + +2011-06-30 Javier Jardón + + Fix default icon + +2011-06-30 Javier Jardón + + Use device_icon name consistently + +2011-06-30 Javier Jardón + + Change the status icon when the charge changes + +2011-06-29 Javier Jardón + + Make the check menu items look like a radio menu item. + +2011-06-29 Javier Jardón + + Add options to the indicator menu + + As discussed: + - Icon only + - Time remaining + +2011-06-29 Javier Jardón + + Show the power statistics when click on the device menu item + +2011-06-29 Javier Jardón + + Populate menu: Add preferences menu item + +2011-06-28 Javier Jardón + + Fix typo + +2011-06-28 Javier Jardón + + Process the data received from the gnome-power-manager service + +2011-06-28 Javier Jardón + + indicator-power: connect to the gnome-power-manager service directly + +2011-06-28 Javier Jardón + + Remove dbus interface in the client side + + We are not going to use a power service + +2011-06-28 Javier Jardón + + Remove libido dependency + + We do not need this for now + +2011-06-28 Javier Jardón + + Remove power service for now + + We are going to use gnome-settings-daemon directly + +2011-06-28 Javier Jardón + + indicator-power: Create the proxy for the service + +2011-06-27 Javier Jardón + + configure.ac: Remove vala dependency + +2011-06-27 Javier Jardón + + Change copyright to Canonical Ltd + +2011-06-27 Javier Jardón + + Implement power dbus service interface + +2011-06-27 Javier Jardón + + power-service: Add more items to the menu + +2011-06-27 Javier Jardón + + power-service: No need for a global variable + +2011-06-27 Javier Jardón + + Fix some typos + +2011-06-27 Javier Jardón + + power-service: Add an item to the menu + +2011-06-27 Javier Jardón + + Implement skeleton of power-service + +2011-06-27 Javier Jardón + + Implement skeleton of indicator-power + +2011-06-24 Javier Jardón + + Some build fixes + +2011-06-24 Javier Jardón + + Initial commit + -- cgit v1.2.3