Commit Graph

176 Commits

Author SHA1 Message Date
Alessandro Casale
b9977941bb Added 'Average' and 'Maximum' as sensor entries
Removed specific setting to show average or maximum temperature in
panel, just treat them as a sensor.
Selected sensor to show in panel is now called 'main-sensor' in the
settings and it's also highlighted in bold in the menu list.
2013-04-15 15:11:20 +02:00
Alessandro Casale
47dbb81ae1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	extension.js
2013-04-14 22:51:21 +02:00
Marcel Metz
684352c49e Merge pull request #68 from Farsx/display-label
Added option to display sensor label in the panel
2013-04-12 11:45:57 -07:00
Alessandro Casale
3a27722134 Fixed value of checkbox at startup 2013-04-12 19:31:53 +02:00
Alessandro Casale
72521d06c3 Added option to display sensor label in the panel 2013-04-12 19:19:23 +02:00
Alessandro Casale
6cca9b6828 Merge remote-tracking branch 'upstream/master' 2013-04-12 15:10:48 +02:00
Marcel Metz
4e1493d11d Rename the Preferences button for coherence with other extensions and system panels.
Closes #67
2013-04-12 14:50:52 +02:00
Alessandro Casale
60f2fd902f Clicking on menu item selects the sensor shown in panel. 2013-04-12 11:36:09 +02:00
Marcel Metz
6550ffeac8 Code maintenance. 2013-04-09 21:06:56 +02:00
Marcel Metz
94f4f5cbad Added signal listener to immediately reflect configuration changes. 2013-04-09 16:51:59 +02:00
Marcel Metz
2d92d261a6 Code maintenance. 2013-04-09 16:49:46 +02:00
Marcel Metz
3bbdb342bc Removing unnecessary line. 2013-04-09 14:44:45 +02:00
Marcel Metz
3718f062a1 updated metadata for Gnome 3.8 2013-04-09 11:37:48 +02:00
Marcel Metz
e8c1c21f1b Return undefined instead of an empty array for detect* methods. 2013-04-06 23:23:36 +02:00
Marcel Metz
db0d589063 Added saveguard for calling hddtemp in preferences. 2013-04-06 21:25:11 +02:00
Marcel Metz
de31882d81 Removed duplicate async spawn code. 2013-04-04 17:37:45 +02:00
Marcel Metz
977f003f82 Merge pull request #62 from Farsx/master
Added hddtemp sensors in 'Show in panel' combobox setting

Closes #60
Closes #62
2013-04-03 06:25:19 -07:00
Alessandro Casale
8f179ecd38 Moved detection and parsing function for 'sensors' and 'hddtemp' to a
separate file used by both 'prefs.js' and 'extension.js'.
Added hddtemp sensors in 'Show in panel' combobox setting.
2013-04-03 14:45:49 +02:00
Marcel Metz
eb7d195c49 Merge pull request #61 from Farsx/master
Fixed hddtemp daemon detection
2013-03-28 06:40:36 -07:00
Alessandro Casale
2558ed30b9 Fixed hddtemp daemon detection 2013-03-28 14:16:32 +01:00
Marcel Metz
deca5c0b40 Added reaping of child processes. 2013-03-27 22:39:29 +01:00
Marcel Metz
26869af633 Replaced synchronous API with asynchronous API to call of sensors and hddtemp.
Closes #16
2013-03-27 21:46:29 +01:00
Marcel Metz
a6698e7db2 Refactored sensors and hddtemp parsing. 2013-03-26 21:51:14 +01:00
Marcel Metz
80624f90f8 Replaced Preferences Button with real ellipsis. 2013-03-26 17:42:15 +01:00
Marcel Metz
b7d04a9bd7 Refactored panel output. 2013-03-26 17:05:56 +01:00
Marcel Metz
8235007aff Replaced for with for each where applicable. 2013-03-26 17:04:59 +01:00
Marcel Metz
9e4939e18c Removed unnecessary local variables. 2013-03-26 16:04:22 +01:00
Marcel Metz
84135a1861 Removed reading the temperature data from sysfs. lm_sensors handles this better. 2013-03-26 15:29:54 +01:00
Marcel Metz
b912040891 Right align sensor values. 2013-03-26 11:12:56 +01:00
Dipesh Acharya
8aafc2e692 Merge pull request #59 from Farsx/master
Minor code cleanup
2013-03-14 14:50:09 -07:00
Alessandro Casale
882b7e3fcf Minor code cleanup 2013-03-13 12:04:10 +01:00
Marcel Metz
f2b0cab510 Updated schema description and default value. 2013-03-12 21:05:00 +01:00
Marcel Metz
60bbfdb4c4 Fixed whitespace. 2013-03-12 21:05:00 +01:00
Marcel Metz
2d3aab2b44 Merge pull request #58 from Farsx/master
Fan speed and voltages sensors can be displayed in the panel

Closes #56
Closes #58
2013-03-12 11:30:19 -07:00
Alessandro Casale
99dc2c7b55 Fan speed and voltages are now selectable sensors to display in the panel.
Removed radio boxes for average and maximum temperatures, items moved to
the combobox.
2013-03-12 18:50:51 +01:00
Marcel Metz
b5d481cb0e Added screenshot to README. 2013-03-12 18:11:53 +01:00
Dipesh Acharya
9072f0b201 updated README with new project name and links 2013-03-12 21:10:16 +05:45
Dipesh Acharya
4bf9e0d9b5 refactored project name, configuration etc. from cpu-temperature to sensors [#57] 2013-03-12 20:39:56 +05:45
Marcel Metz
070b1650ba Replaced _get(Min|Max|Crit|High|Crit) with inline regexp. 2013-03-12 14:08:55 +01:00
Marcel Metz
4452ae7007 Merge pull request #55 from Farsx/master
Allow selection of the temperature sensor to be shown in panel
Fixed hddtemp daemon detection when executable is not in user's path
2013-03-11 11:59:14 -07:00
Alessandro Casale
440b39f7dd Display 'N/A' instead of 0 degrees when configured sensor doesn't exist in the output. 2013-03-11 19:29:01 +01:00
Alessandro Casale
e721e0a274 Removed duplicate code in switch/case statements 2013-03-11 19:24:42 +01:00
Alessandro Casale
72e448ab7f Fixed indentation with spaces instead of tabs 2013-03-11 19:15:55 +01:00
Alessandro Casale
555721455b Fixed hddtemp daemon detection when executable is not in user's path 2013-03-11 19:04:54 +01:00
Alessandro Casale
78c03a71c7 Added combo box to preferences to select the sensor whose temperature has to be shown in the panel 2013-03-11 18:33:31 +01:00
Alessandro Casale
a4d0ee8e86 Merge remote-tracking branch 'upstream/master'
Conflicts:
	extension.js
2013-03-11 18:18:21 +01:00
Alessandro Casale
17dd2ff94a Temperature menu items set as not reactive 2013-03-11 17:55:58 +01:00
Marcel Metz
e3c22a26ed Sort voltage items by label. 2013-03-10 22:51:44 +01:00
Marcel Metz
6092078a41 Don't assume the --port parameter for hddtemp in daemon mode. 2013-03-10 22:43:50 +01:00
Marcel Metz
6f7651620a Removed duplicate code. 2013-03-10 22:42:39 +01:00