Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-26 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+3 | |
2016-01-26 | Revert "define max/min version of GLib" | Wolfgang Ulbrich | 1 | -6/+0 | |
This reverts commit 5205a6a103cb35f5381effb3a79571ad9b5d57bc. This fixes re-define warnings in build log, glib itself define those limits. Honestly, nobody will care about warnings in build log. | |||||
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-03 | drop obsolete and unused code | Monsta | 1 | -1/+0 | |
2015-12-11 | rename .mate-panel-applet file for consistency with other applets | Monsta | 3 | -2/+2 | |
2015-12-10 | make .mate-panel-applet file actually translatable | monsta | 1 | -1/+1 | |
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+5 | |
2015-11-24 | fix wrong size of mate-sensors-applet-gpu | Wolfgang Ulbrich | 1 | -0/+0 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 5 | -0/+2262 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+1 | |
2015-10-15 | Update NEWS for 1.11.0 and add previous 1.10.x NEWS as wellmate-sensors-applet-1.11.0 | monsta | 1 | -11/+16 | |
2015-10-15 | help: fix applet name issue | monsta | 1 | -2/+2 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+2 | |
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 5 | -39/+35 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-07-20 | hddtemp: Remove duplicate variable | infirit | 1 | -1/+0 | |
It causes segfault and fixes #34 | |||||
2015-07-09 | Update NEWS | infirit | 1 | -0/+14 | |
2015-07-09 | Merge pull request #33 from NiceandGently/master | monsta | 1 | -4/+5 | |
help: use feedback page in docbook guide | |||||
2015-07-09 | help: use feedback page in docbook guide | raveit65 | 1 | -4/+5 | |
2015-07-08 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+8 | |
This reverts commit b25bad77f35e1ceff3fa830d31cd240beb7bbe5e. | |||||
2015-07-07 | hddtemp: use g_strcmp0 instead of strcmp | infirit | 1 | -3/+3 | |
Passing NULL to strcmp could be unsafe or at the minimum result in undefined behaviour. g_strcmp0 handles NULL gracefully and returns 0. | |||||
2015-07-07 | Fix implicit declaration of function | infirit | 2 | -0/+18 | |
2015-07-07 | Add automake silent rules | infirit | 1 | -0/+1 | |
2015-07-07 | Fix up string check errors | Alex Murray | 1 | -1/+6 | |
2015-07-07 | Add new mbmon plugin | Daniele Napolitano | 5 | -0/+309 | |
Adapted for mate-sensors-applet by [email protected] | |||||
2015-07-07 | Add support for nvidia thermal and cooler sensors | Jan Ohlsen | 1 | -6/+61 | |
Adds support for NV_CTRL_THERMAL_SENSOR_READING as alternative to NV_CTRL_GPU_CORE_TEMPERATURE and NV_CTRL_THERMAL_COOLER_LEVEL for reading fan speeds on more modern NVIDIA GPUs. | |||||
2015-07-07 | Set custom mate-sensors-applet icon for About dialog | Alex Murray | 1 | -0/+1 | |
Based off sensors-applet commit c1777c9c58994d7eeec95893a5fdd1cbb7acb6eb from Alex Murray <[email protected]> | |||||
2015-07-07 | hddtemp-plugin: close socket fd if connect fails to avoid leaking fd | Alex Murray | 1 | -0/+1 | |
2015-07-07 | Cleanup debugging during Gtk signal handling | Alex Murray | 1 | -3/+0 | |
2015-07-07 | Cleanup and make udisks plugin poll for new value | Alex Murray | 1 | -65/+84 | |
Changed() signal doesn't occur that often so instead poll each time to ensure we have the most up-to-date value | |||||
2015-07-07 | Cleanup debugging in libsensors plugin | Alex Murray | 1 | -2/+2 | |
2015-07-07 | Cleanup hddtemp plugin socket reading code to avoid possible memory corruption | Alex Murray | 1 | -19/+20 | |
Make sure we don't write past the bounds of the output buffer - thanks to JeanFI for noticing this issue. | |||||
2015-07-07 | Set icon name for dialog windows | Alex Murray | 2 | -1/+6 | |
Taken from sensors-applet commit: c2596b4534f612ae890fac1719d4e6e6ef35ef91 and adapted for MATE by [email protected] | |||||
2015-07-07 | Revert "Remove unused variable" | infirit | 1 | -0/+1 | |
This reverts commit d8579bd621de7940780565343d4d8df7c50f9403. | |||||
2015-07-07 | Remove unused variable | infirit | 1 | -1/+0 | |
2015-07-07 | gtk3: Replace gtk_widget_size_request with gtk_widget_get_preferred_size | infirit | 1 | -34/+5 | |
And increase ROW_SPACING. | |||||
2015-07-07 | Fix typo SESNOR -> SENSOR | infirit | 1 | -1/+1 | |
2015-07-07 | Fix GtkComboBox(Text) warnings | infirit | 2 | -12/+22 | |
2015-07-07 | Gtk3: Use GdkRGBA | infirit | 2 | -4/+26 | |
2015-07-07 | fix repainting of applet's background | infirit | 1 | -47/+4 | |
Taken from gnome-sensors-applet, Commit: 3d69ff2e19b57c2f23270f10a83a91fa5cce8716 From: Lucian Langa <[email protected]> | |||||
2015-07-07 | Use content_area variable | infirit | 2 | -5/+13 | |
Instead of calling gtk_dialog_get_content_area multiple times. Taken from gnome-sensors-applet, commit: 840aa67ae36ae36b7b8c74b4cd7511f96328982f From: Lucian Langa <[email protected]> | |||||
2015-06-27 | Merge pull request #29 from obache/neatsrc | Martin Wimpress | 1 | -1/+1 | |
Fix non-portable "==" operator for test(1) | |||||
2015-06-27 | Fix non-portable "==" operator for test(1) | OBATA Akio | 1 | -1/+1 | |
2015-06-25 | Merge pull request #28 from NiceandGently/master | monsta | 1 | -8/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -8/+0 | |
2015-06-25 | Bump version to 1.10.2mate-sensors-applet-1.10.2 | monsta | 2 | -1/+6 | |
2015-06-25 | use correct help links in prefs and sensor config dialogs | monsta | 2 | -4/+4 | |
- help button in prefs dialog -> sensors tab opens Sensors help page, not General Options; - help button in individual sensor config dialog opens the same page but scrolls down to Sensor Properties section. | |||||
2015-06-25 | Merge pull request #27 from NiceandGently/master | Martin Wimpress | 3 | -9/+24 | |
adjust help links to match prefs and sensor-prefs dialog | |||||
2015-06-24 | adjust help links to match prefs and sensor-prefs dialog | raveit65 | 3 | -9/+24 | |