Hardware Sensors Indicator 0.8

Milestone information

Project:
Hardware Sensors Indicator
Series:
trunk
Version:
0.8
Released:
 
Registrant:
Alex Murray
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon indicator-sensors-0.8.tar.bz2 (md5, sig) release tarball 2,316
last downloaded 5 weeks ago
Total downloads: 2,316

Release notes 

Hardware Sensors Indicator (indicator-sensors) 0.8 Release
----------------------------------------------------------

  * Update icons to new Ubuntu Mono Dark themed version
  * Fix old udisks plugin to not request wakeup of idle disks
  * Drop support for Ubuntu 12.04 to move to udisks2 plugin
  * Fix broken icon display when no icon selected - LP Bug #1248907
  * Fix po/Makefile.in.in being overwritten and use po/LINGUAS

Changelog 

View the full changelog

commit 58455268f428921b67bfaa312f9d4c7784109724
Author: Alex Murray <email address hidden>
Date: Sat Oct 11 20:51:18 2014 +1030

    Add fake plugin source to POTFILES.in

    This is to fix make distcheck to pass for 0.8 release

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit a0c3fcd6cacb1239c8176b2d114981e42c36f591
Author: Alex Murray <email address hidden>
Date: Sat Oct 11 20:29:48 2014 +1030

    Version bump for upcoming 0.8 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aed07909ade09a211fcc1156d6e7217d303c0a45
Author: Alex Murray <email address hidden>
Date: Thu Oct 9 22:33:23 2014 +1030

    Make sensor error be a property rather than a signal

    This allows to know when it was not in error anymore.
    Also show a notification when error is set, and finally
    reindent all files.

 indicator-sensors/indicator-sensors.c | 249 +++---
 indicator-sensors/is-application.c | 1302 +++++++++++++++--------------
 indicator-sensors/is-application.h | 48 +-
 indicator-sensors/is-fan-sensor.c | 18 +-
 indicator-sensors/is-fan-sensor.h | 42 +-
 indicator-sensors/is-indicator.c | 1048 ++++++++++++-----------
 indicator-sensors/is-indicator.h | 65 +-
 indicator-sensors/is-log.c | 85 +-
 indicator-sensors/is-log.h | 24 +-
 indicator-sensors/is-manager.c | 947 +++++++++++----------
 indicator-sensors/is-manager.h | 52 +-
 indicator-sensors/is-notify.c | 167 ++--
 indicator-sensors/is-notify.h | 8 +-
 indicator-sensors/is-preferences-dialog.c | 739 ++++++++--------
 indicator-sensors/is-preferences-dialog.h | 44 +-
 indicator-sensors/is-sensor-dialog.c | 576 ++++++-------
 indicator-sensors/is-sensor-dialog.h | 44 +-
 indicator-sensors/is-sensor.c | 1277 ++++++++++++++--------------
 indicator-sensors/is-sensor.h | 60 +-
 indicator-sensors/is-store.c | 1112 ++++++++++++------------
 indicator-sensors/is-store.h | 86 +-
 indicator-sensors/is-temperature-sensor.c | 301 +++----
 indicator-sensors/is-temperature-sensor.h | 59 +-
 plugins/aticonfig/is-aticonfig-plugin.c | 635 +++++++-------
 plugins/aticonfig/is-aticonfig-plugin.h | 46 +-
 plugins/dbus/is-active-sensor.xml | 42 +-
 plugins/dbus/is-dbus-plugin.c | 516 ++++++------
 plugins/dbus/is-dbus-plugin.h | 46 +-
 plugins/fake/is-fake-plugin.c | 215 ++---
 plugins/fake/is-fake-plugin.h | 46 +-
 plugins/libsensors/is-libsensors-plugin.c | 635 +++++++-------
 plugins/libsensors/is-libsensors-plugin.h | 46 +-
 plugins/nvidia/is-nvidia-plugin.c | 584 +++++++------
 plugins/nvidia/is-nvidia-plugin.h | 46 +-
 plugins/udisks/is-udisks-plugin.c | 593 ++++++-------
 plugins/udisks/is-udisks-plugin.h | 46 +-
 plugins/udisks2/is-udisks2-plugin.c | 494 ++++++-----
 plugins/udisks2/is-udisks2-plugin.h | 46 +-
 po/indicator-sensors.pot | 127 +--
 39 files changed, 6507 insertions(+), 6009 deletions(-)

commit 39798cf93222056abb9e85817800cc3f02f61685
Author: Alex Murray <email address hidden>
Date: Thu Oct 9 09:53:31 2014 +1030

    Make udisks plugin also not request to wakeup idle disks

    udisks2 plugin already does this so makes sense to also do the
    same for the udisks plugin as well.

    Should fix LP #1377433 "Indicator-sensors wakes up idle drives"

 plugins/udisks/is-udisks-plugin.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 52de9341432bff8b65eca8ac7669605b3a8504f7
Author: Alex Murray <email address hidden>
Date: Fri Jun 20 22:25:44 2014 +0930

    Clear sensor icon cache at startup

    This means users should see the new icons automatically

 indicator-sensors/indicator-sensors.c | 39 +++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit c712ee6a96ce43d77dad99bcf024db198e63564d
Author: Alex Murray <email address hidden>
Date: Fri Jun 20 22:23:10 2014 +0930

    Update icons to new Ubuntu Mono Dark themed ones

 pixmaps/high-value-icon.png | Bin 342 -> 398 bytes
 pixmaps/indicator-sensors-battery.png | Bin 821 -> 661 bytes
 pixmaps/indicator-sensors-case.png | Bin 583 -> 697 bytes
 pixmaps/indicator-sensors-chip.png | Bin 807 -> 668 bytes
 pixmaps/indicator-sensors-cpu.png | Bin 979 -> 683 bytes
 pixmaps/indicator-sensors-disk.png | Bin 518 -> 652 bytes
 pixmaps/indicator-sensors-fan.png | Bin 1544 -> 669 bytes
 pixmaps/indicator-sensors-gpu.png | Bin 959 -> 668 bytes
 pixmaps/indicator-sensors-memory.png | Bin 636 -> 673 bytes
 pixmaps/low-value-icon.png | Bin 293 -> 402 bytes
 pixmaps/normal-value-icon.png | Bin 334 -> 413 bytes
 pixmaps/very-high-value-icon.png | Bin 333 -> 384 bytes
 pixmaps/very-low-value-icon.png | Bin 246 -> 407 bytes
 13 files changed, 0 insertions(+), 0 deletions(-)

commit 1a2a0ffee039453d0ce2a82d4a854bdc5bf83827
Author: Alex Murray <email address hidden>
Date: Fri Jun 20 22:25:13 2014 +0930

    Update my email address to fastmail not gmail anymore

 ChangeLog | 2 +-
 indicator-sensors/indicator-sensors.c | 2 +-
 indicator-sensors/is-application.c | 4 ++--
 indicator-sensors/is-application.h | 2 +-
 indicator-sensors/is-fan-sensor.c | 2 +-
 indicator-sensors/is-fan-sensor.h | 2 +-
 indicator-sensors/is-indicator.c | 2 +-
 indicator-sensors/is-indicator.h | 2 +-
 indicator-sensors/is-log.c | 2 +-
 indicator-sensors/is-log.h | 2 +-
 indicator-sensors/is-manager.c | 2 +-
 indicator-sensors/is-manager.h | 2 +-
 indicator-sensors/is-notify.c | 2 +-
 indicator-sensors/is-notify.h | 2 +-
 indicator-sensors/is-preferences-dialog.c | 2 +-
 indicator-sensors/is-preferences-dialog.h | 2 +-
 indicator-sensors/is-sensor-dialog.c | 2 +-
 indicator-sensors/is-sensor-dialog.h | 2 +-
 indicator-sensors/is-sensor.c | 2 +-
 indicator-sensors/is-sensor.h | 2 +-
 indicator-sensors/is-store.c | 2 +-
 indicator-sensors/is-store.h | 2 +-
 indicator-sensors/is-temperature-sensor.c | 2 +-
 indicator-sensors/is-temperature-sensor.h | 2 +-
 plugins/aticonfig/aticonfig.plugin | 2 +-
 plugins/aticonfig/is-aticonfig-plugin.c | 2 +-
 plugins/aticonfig/is-aticonfig-plugin.h | 2 +-
 plugins/dbus/dbus.plugin | 2 +-
 plugins/dbus/is-dbus-plugin.c | 2 +-
 plugins/dbus/is-dbus-plugin.h | 2 +-
 plugins/libsensors/is-libsensors-plugin.c | 2 +-
 plugins/libsensors/is-libsensors-plugin.h | 2 +-
 plugins/libsensors/libsensors.plugin | 2 +-
 plugins/nvidia/is-nvidia-plugin.c | 2 +-
 plugins/nvidia/is-nvidia-plugin.h | 2 +-
 plugins/nvidia/nvidia.plugin | 2 +-
 plugins/udisks/is-udisks-plugin.c | 2 +-
 plugins/udisks/is-udisks-plugin.h | 2 +-
 plugins/udisks/udisks.plugin | 2 +-
 plugins/udisks2/is-udisks2-plugin.c | 2 +-
 plugins/udisks2/is-udisks2-plugin.h | 2 +-
 plugins/udisks2/udisks2.plugin | 2 +-
 42 files changed, 43 insertions(+), 43 deletions(-)

commit b8e44bc6e26458c93a06766a21bce9756c9054c7
Merge: 536d9de 97413a1
Author: Alex Murray <email address hidden>
Date: Thu May 8 08:47:32 2014 +0930

    Merge pull request #6 from z38/use-po-linguas

    Use po/LINGUAS

commit 536d9decc355de6a9023ee1a8d9184ec082fe888
Merge: f1ab5c4 cdbdee5
Author: Alex Murray <email address hidden>
Date: Thu May 8 08:46:42 2014 +0930

    Merge pull request #5 from z38/master

    Fix po/Makefile.in.in being overwritten

commit 97413a184b0bef068eaa1107bbc68898108800ed
Author: z38 <email address hidden>
Date: Wed May 7 16:32:17 2014 +0200

    Use po/LINGUAS

 configure.ac | 1 -
 po/LINGUAS | 25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

commit cdbdee50d481ba6f5af57ebc5031e58ad211132c
Author: z38 <email address hidden>
Date: Wed May 7 16:07:26 2014 +0200

    Fix po/Makefile.in.in being overwritten

    AM_GNU_GETTEXT* macros should not be used in combination with IT_PROG_INTLTOOL. Otherwise autopoint will overwrite po/Makefile.in.in.

 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

commit f1ab5c4f60f27ffac7548dd9606b17b9fc79aec9
Author: Alex Murray <email address hidden>
Date: Wed Jan 22 14:49:47 2014 +1030

    Fix LP #1248907 - broken icon displayed when no icon selected

    Instead use a 1x1 transparent icon in this case as suggested
    by Aleve Sicofante

 indicator-sensors/is-indicator.c | 4 ++--
 pixmaps/Makefile.am | 2 +-
 pixmaps/indicator-sensors-no-icon.png | Bin 0 -> 178 bytes
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 7cac5dc6c3e7962844f2ccb37e9c2a2b22be684a
Author: Alex Murray <email address hidden>
Date: Wed Jan 22 14:47:58 2014 +1030

    Add fake sensors plugin to generate fake sensors for testing

 configure.ac | 6 ++
 plugins/Makefile.am | 4 +
 plugins/fake/Makefile.am | 25 +++++
 plugins/fake/fake.plugin | 9 ++
 plugins/fake/is-fake-plugin.c | 210 ++++++++++++++++++++++++++++++++++++++++++
 plugins/fake/is-fake-plugin.h | 67 ++++++++++++++
 6 files changed, 321 insertions(+)

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.