Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-19 | acitve-sensor: fix a warning and use gdk_rgba_parse () | raveit65 | 1 | -2/+2 | |
2017-01-13 | Update mate-sensors-applet NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -13/+13 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
2016-11-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+4 | |
2016-11-24 | sync with transiflex | raveit65 | 7 | -29/+497 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 7 | -89/+18 | |
and require mate-panel >= 1.17 | |||||
2016-10-21 | Update tooltip only when mouse is over the applet | Błażej Szczygieł | 3 | -13/+47 | |
This can prevent problems with OpenGL on some drivers. The problem is described here: https://github.com/mate-desktop/mate-panel/issues/397 This also updates all sensors when mouse enters the applet to get updated values. | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 2 | -2/+3 | |
2016-09-19 | add new languages from transiflex | raveit65 | 1 | -0/+3 | |
2016-09-19 | sync with transiflex | raveit65 | 11 | -30/+1430 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 2 | -0/+5 | |
2016-06-21 | po: actually add new languages from Transifex | monsta | 1 | -0/+3 | |
2016-06-09 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+5 | |
2016-06-08 | sync with Transiflex | raveit65 | 12 | -59/+1458 | |
2016-06-03 | remove useless TODO file | monsta | 1 | -9/+0 | |
2016-04-07 | po: add missing languages to LINGUAS + fix sorting a bitv1.14.0 | monsta | 1 | -1/+7 | |
2016-04-07 | release 1.14.0 | raveit65 | 2 | -2/+3 | |
2016-04-07 | Fix Changelog generation | raveit65 | 1 | -12/+9 | |
2016-04-07 | add new languages and sync with transiflex | raveit65 | 52 | -3247/+7914 | |
2016-04-05 | update NEWS a bit | monsta | 1 | -2/+2 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 13 | -1323/+1502 | |
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 | |