[Goodies-commits] r5923 - in xfce4-sensors-plugin/trunk: . lib

Fabian Nowak timystery at xfce.org
Sun Nov 2 21:28:21 CET 2008


Author: timystery
Date: 2008-11-02 20:28:21 +0000 (Sun, 02 Nov 2008)
New Revision: 5923

Modified:
   xfce4-sensors-plugin/trunk/ChangeLog
   xfce4-sensors-plugin/trunk/NEWS
   xfce4-sensors-plugin/trunk/README
   xfce4-sensors-plugin/trunk/lib/hddtemp.c
Log:
updated meta files, description files with new information regarding changes, thanks etc.


Modified: xfce4-sensors-plugin/trunk/ChangeLog
===================================================================
--- xfce4-sensors-plugin/trunk/ChangeLog	2008-11-02 19:42:26 UTC (rev 5922)
+++ xfce4-sensors-plugin/trunk/ChangeLog	2008-11-02 20:28:21 UTC (rev 5923)
@@ -1,3 +1,10 @@
+2008-11-02 timystery
+  * Stand-alone application with temperature-unit-choser and all sensor values
+  at a glance
+  * libnotify support for error messages
+  * Netcat support for hddtemp
+  * hard disk name swhen used with netcat
+
 2008-10-26 timystery
   * New Xfce-style header
   * border around sensors scrolled window /  treeview

Modified: xfce4-sensors-plugin/trunk/NEWS
===================================================================
--- xfce4-sensors-plugin/trunk/NEWS	2008-11-02 19:42:26 UTC (rev 5922)
+++ xfce4-sensors-plugin/trunk/NEWS	2008-11-02 20:28:21 UTC (rev 5923)
@@ -15,5 +15,7 @@
         Added po/LINGUAS.
         Separate application replacing recommendation for xsensors.
         Build libraries for backends that are used from both the plugin and the program
-        Plans: libnotify, netcat for hddtemp
+        Libnotify supported for messages.
+        Netcat usable in favour of hddtemp directly
+        Stand-alone sensors application
 

Modified: xfce4-sensors-plugin/trunk/README
===================================================================
--- xfce4-sensors-plugin/trunk/README	2008-11-02 19:42:26 UTC (rev 5922)
+++ xfce4-sensors-plugin/trunk/README	2008-11-02 20:28:21 UTC (rev 5923)
@@ -3,7 +3,7 @@
 
 Version 0.11.0 - For Xfce 4 Panel 4.4.0 and newer only!
 
-Copyright (c) 2004-2007 by Fabian Nowak (timystery at arcor.de)
+Copyright (c) 2004-2008 by Fabian Nowak (timystery at arcor.de)
 Copyright (c) 2005-2006 by Stefan Ott
 
 Licence: GPL version 2 (or later at your option)
@@ -15,11 +15,12 @@
               libxfcegui4-dev, libxfce4util-dev, libgtk2.0-dev,
                 xfce4-panel-dev
 
-Optional: hddtemp, lmsensors3, working ACPI library
+Optional: hddtemp, netcat, lmsensors3, working ACPI library
 
 Installation: ./configure && make && [sudo] make install
 
 Bugs: Refer to TODO file
 
-Thanks to: Xfce Team and Enrico Tröger for additional help
+Thanks to: Xfce Team and Enrico Tröger for additional help; 
+           Raphael Grohner for bug-hunting, usability reports, feature requests.
 

Modified: xfce4-sensors-plugin/trunk/lib/hddtemp.c
===================================================================
--- xfce4-sensors-plugin/trunk/lib/hddtemp.c	2008-11-02 19:42:26 UTC (rev 5922)
+++ xfce4-sensors-plugin/trunk/lib/hddtemp.c	2008-11-02 20:28:21 UTC (rev 5923)
@@ -514,6 +514,7 @@
                             PATH_HDDTEMP, cmd_line, standard_error, exit_status);
 
 #ifdef HAVE_LIBNOTIFY
+            //msg_text = g_strconcat(msg_text, _("\nYou can disable these notifications in the settings dialog.\n");
             quick_message_notify (msg_text);
             nevershowagain = FALSE;
 #else




More information about the Goodies-commits mailing list