summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-06-08Merge pull request #24 from mate-desktop/fixesmonsta1-1/+1
fix for regression in sensor config dialog
2015-06-08prefs dialog: don't use modal option, it breaks sensor config dialogmonsta1-1/+1
2015-05-10Bump version to 1.10.0mate-sensors-applet-1.10.0Stefano Karapetsas2-3/+3
2015-05-10Sync translations with transifexmate-i18n2-16/+16
2015-04-05Bump version to 1.9.90mate-sensors-applet-1.9.90Stefano Karapetsas2-2/+2
2015-04-05Sync translations with transifexmate-i18n6-175/+178
2015-01-14we don't need g_type_init (in GLib >= 2.36)Monsta2-3/+1
Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21
2014-12-22removed obsolete configure optionMonsta1-2/+0
2014-12-02Sync translations with transifexmate-i18n4-0/+1360
2014-11-22Sync translations with transifexmate-sensors-applet-1.9.0mate-i18n5-117/+122
2014-07-12Sync translations with transifexmate-i18n7-155/+161
2014-05-07AC_PROG_INTLTOOL is deprecatedinfirit1-1/+1
2014-05-02Add GTK3 supportStefano Karapetsas5-120/+142