Hardware Sensors Indicator 0.2

Milestone information

Project:
Hardware Sensors Indicator
Series:
trunk
Version:
0.2
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.2.tar.bz2 (md5, sig) release tarball 829
last downloaded 5 weeks ago
Total downloads: 829

Release notes 

Hardware Sensors Indicator (indicator-sensors) Version 0.2
----------------------------------------------------------

Highlights for this release include:

  - DBUS interface to support display via a gnome-shell extension
  - Increase default size of preferences window (LP bug #949317)
  - Show warning icon in alarm notifications
  - Allow user to chose not to display icons (or label or value even)
  - Fix LP bug #890130 - ATI card name have trailing white-space

Changelog 

View the full changelog

commit 605b2ac27eecf75c13a7bc7502e21fb1354a8d50
Author: Alex Murray <email address hidden>
Date: Mon Jun 4 20:42:42 2012 +0930

    Version bump for 0.2 release

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

commit 36976d02f145abc22e2d722b63972a68981e27a1
Author: Alex Murray <email address hidden>
Date: Mon Jun 4 20:41:11 2012 +0930

    Fix bug where we would reset primary sensor on startup

    Connect the signal handler after we potentially programatically activate
    the menu item not beforehand so we don't misinterpret this as a user
    setting the primary item

 indicator-sensors/is-indicator.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 7a3ec8b75a730c6c72e77e98674666cb71c534cd
Author: Alex Murray <email address hidden>
Date: Thu May 24 07:21:47 2012 +0930

    Update POTFILES.in for missing files

 po/POTFILES.in | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 3468adf00d7b141884e7ce55a89f93d7864bf285
Author: Alex Murray <email address hidden>
Date: Mon May 28 21:29:39 2012 +0930

    Ensure sensor index is updated correctly over dbus

 indicator-sensors/is-manager.c | 30 +++++++++++++++++++++++++++++-
 plugins/dbus/is-dbus-plugin.c | 24 ++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 1 deletion(-)

commit a4cd9061b1d6dfc1f3f0c7e3a8e374c39ddba2e2
Author: Alex Murray <email address hidden>
Date: Tue May 8 20:28:33 2012 +0930

    Remove old entries from .gitignore

 .gitignore | 2 --
 1 file changed, 2 deletions(-)

commit ed457ba06b29f41c5f53b8127553146cd22fc8d3
Author: Alex Murray <email address hidden>
Date: Tue May 8 20:17:14 2012 +0930

    Update .gitignore

 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

commit 25f4daa440ab6630ba8aaca44dc52000fb967e9a
Author: Alex Murray <email address hidden>
Date: Fri Mar 30 15:33:29 2012 +1030

    Fix build failure due to old reference to now non-existant libnotify plugin

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

commit 5895899558919096270046df86ab21402a8e0543
Author: Alex Murray <email address hidden>
Date: Tue Mar 27 11:39:55 2012 +1030

    Cleanups to indicator (both appindicator and tray icon versions)

 indicator-sensors/is-indicator.c | 193 ++++++++++++++++++--------------------
 1 file changed, 91 insertions(+), 102 deletions(-)

commit 3a7a21a5cc24a921b2a4e6539addb9f6d21add05
Author: Alex Murray <email address hidden>
Date: Tue Mar 27 01:01:22 2012 +1030

    Make app-indicator an optional dependency and use standard tray-icon instead

 configure.ac | 12 ++--
 indicator-sensors/is-application.c | 2 +-
 indicator-sensors/is-indicator.c | 119 +++++++++++++++++++++++++++++-------
 indicator-sensors/is-indicator.h | 18 +++++-
 4 files changed, 121 insertions(+), 30 deletions(-)

commit 8cac6406b920852aca8737e846c1a62e6cd7afae
Author: Alex Murray <email address hidden>
Date: Tue Mar 27 00:01:31 2012 +1030

    Fix typos

 indicator-sensors/indicator-sensors.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5ce971b03df98b4cf9fadb3bd78b02f6129e200c
Author: Alex Murray <email address hidden>
Date: Mon Mar 26 21:44:58 2012 +1030

    Fix segfault in indicator

    Make sure we disconnect all signal handlers in dispose

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

commit bc10ed9fd8e9d9b89f25267a9d5df99699ad4f1b
Author: Alex Murray <email address hidden>
Date: Fri Mar 23 22:22:07 2012 +1030

    Make sure we don't accidentally change primary-sensor path when destroying the indicator

 indicator-sensors/is-indicator.c | 47 +++++++++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 16 deletions(-)

commit c6c817585db773118528000c63fce2ec46821d56
Author: Alex Murray <email address hidden>
Date: Fri Mar 23 08:47:26 2012 +1030

    Make sure we show sensor as primary in indicator

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

commit 208c34220acd4a268e7b5e828d7dc67523e203d7
Author: Alex Murray <email address hidden>
Date: Fri Mar 23 08:43:55 2012 +1030

    Make sure menu is valid before trying to add sensors to it

 indicator-sensors/is-indicator.c | 29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

commit c47eea9767a6a16c53cc1aaa3a6dc41a2b449613
Author: Alex Murray <email address hidden>
Date: Fri Mar 23 08:34:00 2012 +1030

    Cleanups and ensure indicator respects settings

 indicator-sensors/is-application.c | 6 +++
 indicator-sensors/is-indicator.c | 75 ++++++++++++++++++------------------
 2 files changed, 44 insertions(+), 37 deletions(-)

commit f14b42e9b62599683a937b326589dce5b2349cd1
Author: Alex Murray <email address hidden>
Date: Fri Mar 23 06:58:46 2012 +1030

    Create IsApplication main driver instead of IsIndicator so the indicator can be destroyed and re-created via dbus

 configure.ac | 3 +-
 data/Makefile.am | 17 +-
 data/indicator-sensors.gschema.xml.in.in | 30 +
 indicator-sensors/Makefile.am | 2 +
 indicator-sensors/indicator-sensors.c | 22 +-
 indicator-sensors/is-application.c | 904 ++++++++++++++++++++
 indicator-sensors/is-application.h | 81 ++
 indicator-sensors/is-indicator.c | 278 +++---
 indicator-sensors/is-indicator.h | 10 +-
 indicator-sensors/is-manager.c | 567 +-----------
 indicator-sensors/is-manager.h | 8 +-
 indicator-sensors/is-preferences-dialog.c | 116 +--
 indicator-sensors/is-preferences-dialog.h | 4 +-
 plugins/Makefile.am | 2 +-
 plugins/aticonfig/is-aticonfig-plugin.c | 17 +-
 plugins/dbus/is-dbus-plugin.c | 37 +-
 plugins/gsettings/Makefile.am | 42 -
 plugins/gsettings/gsettings.plugin | 9 -
 .../gsettings/indicator-sensors.gschema.xml.in.in | 28 -
 plugins/gsettings/is-gsettings-plugin.c | 185 ----
 plugins/gsettings/is-gsettings-plugin.h | 67 --
 plugins/libsensors/is-libsensors-plugin.c | 11 +-
 plugins/nvidia/is-nvidia-plugin.c | 11 +-
 plugins/udisks/is-udisks-plugin.c | 17 +-
 po/indicator-sensors.pot | 241 ------
 25 files changed, 1316 insertions(+), 1393 deletions(-)

commit 070a498dbda89c8ea9a916510774f17def778389
Author: Alex Murray <email address hidden>
Date: Thu Mar 22 19:41:14 2012 +1030

    Use title property last so we don't crash if it doesn't exist

    Earlier versions of libappindicator didn't have a title property which
    if we use it earlier in the property list causes a segfault, but is
    fine if it comes last

 indicator-sensors/is-indicator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d4d3674815f8676df6e781ce5e488acb9d5f808
Author: Alex Murray <email address hidden>
Date: Wed Mar 21 21:46:44 2012 +1030

    Export sensor path over dbus

 plugins/dbus/is-active-sensor.xml | 5 +++++
 plugins/dbus/is-dbus-plugin.c | 1 +
 2 files changed, 6 insertions(+)

commit 251953ff80b26b4c92177e516163d66274c003b8
Author: Alex Murray <email address hidden>
Date: Tue Mar 20 23:50:19 2012 +1030

    Allow to show preferences from dbus plugin

 plugins/dbus/is-dbus-plugin.c | 66 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 65 insertions(+), 1 deletion(-)

commit 313807b34e6cf71beaa30dd42b92e9d036cd7f0c
Author: Alex Murray <email address hidden>
Date: Tue Mar 20 23:49:51 2012 +1030

    Add external function to allow plugins to show preferences dialog

 indicator-sensors/is-indicator.c | 33 +++++++++++++++++++--------------
 indicator-sensors/is-indicator.h | 1 +
 2 files changed, 20 insertions(+), 14 deletions(-)

commit 95d14dc7b97a75286f7fe4ec2ea433e812c20e13
Author: Alex Murray <email address hidden>
Date: Tue Mar 20 23:21:45 2012 +1030

    Cleanup DBus interface naming

 plugins/dbus/Makefile.am | 20 ++++++-------
 plugins/dbus/is-active-sensor-objectmanager.xml | 34 -----------------------
 plugins/dbus/is-active-sensor.xml | 34 +++++++++++++++++++++++
 plugins/dbus/is-dbus-plugin.c | 6 ++--
 4 files changed, 47 insertions(+), 47 deletions(-)

commit 1fa093bb242a299bb5b9049b26ef3b1de3fda3f6
Author: Alex Murray <email address hidden>
Date: Mon Mar 19 21:55:28 2012 +1030

    Dynamically add / remove sensors over dbus and export index

    This allows other implementations to honour the expected order of
    sensors

 plugins/dbus/is-active-sensor-objectmanager.xml | 7 +-
 plugins/dbus/is-dbus-plugin.c | 129 ++++++++++++++++-------
 2 files changed, 95 insertions(+), 41 deletions(-)

commit f0350f569cf5d352d92c9957d68fa22b13eea82b
Author: Alex Murray <email address hidden>
Date: Sat Mar 17 07:34:27 2012 +1030

    Add initial version of dbus plugin to export sensor information over DBus

 configure.ac | 5 +-
 plugins/Makefile.am | 2 +-
 plugins/dbus/Makefile.am | 48 ++++
 plugins/dbus/dbus.plugin | 9 +
 plugins/dbus/is-active-sensor-objectmanager.xml | 29 +++
 plugins/dbus/is-dbus-plugin.c | 291 +++++++++++++++++++++++
 plugins/dbus/is-dbus-plugin.h | 67 ++++++
 7 files changed, 448 insertions(+), 3 deletions(-)

commit d10a1726a316517993a930fa43b6c4c388db447e
Author: Alex Murray <email address hidden>
Date: Mon Mar 12 09:49:56 2012 +1030

    Notify from libsensors plugin if no sensors detected

 plugins/libsensors/is-libsensors-plugin.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit fa7cea9c8d83b9f29c8a1994313574382310722b
Author: Alex Murray <email address hidden>
Date: Mon Mar 12 09:49:00 2012 +1030

    Make notifications part of core

    Remove libnotify plugin
    Add libnotify as a required dependency
    Move sensor alarm notifications into is-sensor.c directly
    Add new notification wrapper

 configure.ac | 29 +---
 indicator-sensors/Makefile.am | 8 +-
 indicator-sensors/indicator-sensors.c | 22 ++-
 indicator-sensors/is-indicator.c | 14 +-
 indicator-sensors/is-notify.c | 130 ++++++++++++++
 indicator-sensors/is-notify.h | 46 +++++
 indicator-sensors/is-sensor.c | 9 +
 plugins/Makefile.am | 4 -
 plugins/libnotify/Makefile.am | 27 ---
 plugins/libnotify/is-libnotify-plugin.c | 280 -------------------------------
 plugins/libnotify/is-libnotify-plugin.h | 67 --------
 plugins/libnotify/libnotify.plugin | 9 -
 12 files changed, 223 insertions(+), 422 deletions(-)

commit b42abfb765419ca00e52427c27448304f362f66a
Author: Alex Murray <email address hidden>
Date: Fri Mar 9 20:09:27 2012 +1030

    Remove ellipsis from Preferences and About menu entries

    Fix bug #949334

 indicator-sensors/is-indicator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d2dff28734c5df865a4b7a055f6b44e137d4ad38
Author: Alex Murray <email address hidden>
Date: Fri Mar 9 20:07:54 2012 +1030

    Add a space at start of RPM units to look nicer

    Fix bug #949331

 indicator-sensors/is-fan-sensor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 88c5e0cfe66dfd941c43f8040f5e1392ee62265e
Author: Alex Murray <email address hidden>
Date: Fri Mar 9 20:05:33 2012 +1030

    Add title property to our indicator

    Fix bug #949324

 indicator-sensors/is-indicator.c | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

commit fbd865c5731e95ad4c51e495164640a5f84e01fa
Author: Alex Murray <email address hidden>
Date: Fri Mar 9 19:53:38 2012 +1030

    Increase default size of preferences dialog

    This should hopefully fix bug #949317

 indicator-sensors/is-preferences-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 27aeeb5a0db34b79b55be51be95213be5639b09b
Author: Alex Murray <email address hidden>
Date: Sat Feb 25 21:25:00 2012 +1030

    Port from GtkTable to GtkGrid

    Fixes bug #933857 - Unable to compile on Precise

 indicator-sensors/is-preferences-dialog.c | 83 +++++++++-----------
 indicator-sensors/is-sensor-dialog.c | 122 ++++++++++++-----------------
 2 files changed, 85 insertions(+), 120 deletions(-)

commit 7e6b28381aa657e0134cc5740503dfc0bb92158d
Author: Alex Murray <email address hidden>
Date: Sat Feb 25 21:23:18 2012 +1030

    Remove gnome-doc-utils as a dependency as we don't (yet) have any user level documentation

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

commit 310f081e62cd95fe122c6ea175c295422b2c3622
Author: Alex Murray <email address hidden>
Date: Sat Feb 25 21:46:00 2012 +1030

    Update translations

 configure.ac | 2 +-
 po/ca.po | 182 +++++++++++++----------------
 po/de.po | 230 ++++++++++++++++++-------------------
 po/en_GB.po | 251 ++++++++++++++++++++++++++++++++++++++++
 po/eo.po | 158 ++++++++++++--------------
 po/es.po | 264 +++++++++++++++++++++---------------------
 po/fr.po | 276 ++++++++++++++++++++++++++++++++++++++++++++
 po/gl.po | 283 ++++++++++++++++++++++++++++++++++++++++++++++
 po/indicator-sensors.pot | 154 ++++++++++++-------------
 po/ko.po | 251 ++++++++++++++++++++++++++++++++++++++++
 po/ro.po | 174 +++++++++++++---------------
 po/ru.po | 251 ++++++++++++++++++----------------------
 po/sr.po | 243 +++++++++++++++++++++++++++++++++++++++
 po/tr.po | 171 +++++++++++++---------------
 po/uk.po | 233 +++++++++++++++++---------------------
 15 files changed, 2131 insertions(+), 992 deletions(-)

commit 3a155fb29530f350faf70d6af693553b324589dd
Author: Alex Murray <email address hidden>
Date: Fri Nov 18 23:08:13 2011 +1030

    Show warning icon in alarm notifications

 plugins/libnotify/is-libnotify-plugin.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0baef3bbe65492da0ef273c2d55acf48e5558709
Author: Alex Murray <email address hidden>
Date: Fri Nov 18 22:57:58 2011 +1030

    Show first sensor if primary is not yet available

 indicator-sensors/is-indicator.c | 119 ++++++++++++++-----------------
 indicator-sensors/is-indicator.h | 6 +-
 plugins/gsettings/is-gsettings-plugin.c | 2 +-
 3 files changed, 57 insertions(+), 70 deletions(-)

commit 2fa5e0f7ff41bc4f8854163d2c7cfb5a44b44a83
Author: Alex Murray <email address hidden>
Date: Wed Nov 16 11:19:43 2011 +1030

    Allow to choose to show icon, label and value independently

    This changes the previous display mode property of the indicator
    into a set of display flags to choose each element separately, and
    updates the preferences dialog and gsettings plugins accordingly

 indicator-sensors/is-indicator.c | 113 ++++++++---------
 indicator-sensors/is-indicator.h | 19 +--
 indicator-sensors/is-preferences-dialog.c | 128 +++++++++++++++-----
 .../gsettings/indicator-sensors.gschema.xml.in.in | 8 +-
 plugins/gsettings/is-gsettings-plugin.c | 4 +-
 5 files changed, 169 insertions(+), 103 deletions(-)

commit 5e59f57e02ea49de15d4673820fb376884d4e15a
Author: Alex Murray <email address hidden>
Date: Mon Nov 14 21:17:17 2011 +1030

    Make sure aticonfig labels don't have trailing or leading spaces

    Fixes LP Bug #890130 - ATI card name have trailing white-space

 plugins/aticonfig/is-aticonfig-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.