summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30Bump version to 1.12.1v1.12.11.12monsta2-1/+5
2015-11-24fix wrong size of mate-sensors-applet-gpuWolfgang Ulbrich1-0/+0
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre5-0/+2262
2015-10-30update NEWS for 1.12monsta1-1/+1
2015-10-15Update NEWS for 1.11.0 and add previous 1.10.x NEWS as wellmate-sensors-applet-1.11.0monsta1-11/+16
2015-10-15help: fix applet name issuemonsta1-2/+2
2015-10-06pre-bump version to 1.11.0raveit652-1/+2
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit5-39/+35
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-20hddtemp: Remove duplicate variableinfirit1-1/+0
It causes segfault and fixes #34
2015-07-09Update NEWSinfirit1-0/+14
2015-07-09Merge pull request #33 from NiceandGently/mastermonsta1-4/+5
help: use feedback page in docbook guide
2015-07-09help: use feedback page in docbook guideraveit651-4/+5
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+8
This reverts commit b25bad77f35e1ceff3fa830d31cd240beb7bbe5e.
2015-07-07hddtemp: use g_strcmp0 instead of strcmpinfirit1-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-07Fix implicit declaration of functioninfirit2-0/+18
2015-07-07Add automake silent rulesinfirit1-0/+1
2015-07-07Fix up string check errorsAlex Murray1-1/+6
2015-07-07Add new mbmon pluginDaniele Napolitano5-0/+309
Adapted for mate-sensors-applet by [email protected]
2015-07-07Add support for nvidia thermal and cooler sensorsJan Ohlsen1-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-07Set custom mate-sensors-applet icon for About dialogAlex Murray1-0/+1
Based off sensors-applet commit c1777c9c58994d7eeec95893a5fdd1cbb7acb6eb from Alex Murray <[email protected]>
2015-07-07hddtemp-plugin: close socket fd if connect fails to avoid leaking fdAlex Murray1-0/+1
2015-07-07Cleanup debugging during Gtk signal handlingAlex Murray1-3/+0
2015-07-07Cleanup and make udisks plugin poll for new valueAlex Murray1-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-07Cleanup debugging in libsensors pluginAlex Murray1-2/+2
2015-07-07Cleanup hddtemp plugin socket reading code to avoid possible memory corruptionAlex Murray1-19/+20
Make sure we don't write past the bounds of the output buffer - thanks to JeanFI for noticing this issue.
2015-07-07Set icon name for dialog windowsAlex Murray2-1/+6
Taken from sensors-applet commit: c2596b4534f612ae890fac1719d4e6e6ef35ef91 and adapted for MATE by [email protected]
2015-07-07Revert "Remove unused variable"infirit1-0/+1
This reverts commit d8579bd621de7940780565343d4d8df7c50f9403.
2015-07-07Remove unused variableinfirit1-1/+0
2015-07-07gtk3: Replace gtk_widget_size_request with gtk_widget_get_preferred_sizeinfirit1-34/+5
And increase ROW_SPACING.
2015-07-07Fix typo SESNOR -> SENSORinfirit1-1/+1
2015-07-07Fix GtkComboBox(Text) warningsinfirit2-12/+22
2015-07-07Gtk3: Use GdkRGBAinfirit2-4/+26
2015-07-07fix repainting of applet's backgroundinfirit1-47/+4
Taken from gnome-sensors-applet, Commit: 3d69ff2e19b57c2f23270f10a83a91fa5cce8716 From: Lucian Langa <[email protected]>
2015-07-07Use content_area variableinfirit2-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-27Merge pull request #29 from obache/neatsrcMartin Wimpress1-1/+1
Fix non-portable "==" operator for test(1)
2015-06-27Fix non-portable "==" operator for test(1)OBATA Akio1-1/+1
2015-06-25Merge pull request #28 from NiceandGently/mastermonsta1-8/+0
remove non-existing mate-feedback links
2015-06-25remove non-existing mate-feedback linksraveit651-8/+0
2015-06-25Bump version to 1.10.2mate-sensors-applet-1.10.2monsta2-1/+6
2015-06-25use correct help links in prefs and sensor config dialogsmonsta2-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-25Merge pull request #27 from NiceandGently/masterMartin Wimpress3-9/+24
adjust help links to match prefs and sensor-prefs dialog
2015-06-24adjust help links to match prefs and sensor-prefs dialograveit653-9/+24
2015-06-24Merge pull request #26 from NiceandGently/mastermonsta4-72/+11
enable existing help
2015-06-24enable helpraveit654-72/+11
2015-06-09Bump version to 1.10.1mate-sensors-applet-1.10.1monsta2-1/+6
2015-06-09Sync translations with transifexmate-i18n3-14/+14
2015-06-09Merge pull request #25 from NiceandGently/mastermonsta1-0/+34
Gtk3: fix non displaying sensors in panel with gtk3 build
2015-06-09Gtk3: fix non displaying sensors in panel with gtk3 buildraveit651-0/+34