Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-16 | fix one more typo in code comments | monsta | 1 | -1/+1 | |
2017-02-16 | fix a couple of typos in code comments | monsta | 1 | -2/+2 | |
2017-02-01 | fix typo in debug message (closes #39) | monsta | 1 | -1/+1 | |
2017-01-19 | sensor-applet: port GtkTable to GtkGrid | raveit65 | 2 | -94/+71 | |
2017-01-19 | sensor-config-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -134/+108 | |
2017-01-19 | prefs-dialog: port GtkTable to GtkGrid | raveit65 | 2 | -120/+43 | |
2017-01-19 | acitve-sensor: fix a warning and use gdk_rgba_parse () | raveit65 | 1 | -2/+2 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -61/+12 | |
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-01-03 | drop obsolete and unused code | Monsta | 1 | -1/+0 | |
2015-07-07 | Fix implicit declaration of function | infirit | 1 | -0/+17 | |
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 | Cleanup debugging during Gtk signal handling | Alex Murray | 1 | -3/+0 | |
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 | 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-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-24 | adjust help links to match prefs and sensor-prefs dialog | raveit65 | 2 | -2/+2 | |
2015-06-24 | enable help | raveit65 | 3 | -3/+3 | |
2015-06-09 | Gtk3: fix non displaying sensors in panel with gtk3 build | raveit65 | 1 | -0/+34 | |
2015-06-08 | prefs dialog: don't use modal option, it breaks sensor config dialog | monsta | 1 | -1/+1 | |
2014-05-02 | Add GTK3 support | Stefano Karapetsas | 4 | -118/+121 | |
2013-04-15 | Fix indentation | Stefano Karapetsas | 2 | -130/+139 | |
Added updated copyright info | |||||
2013-03-21 | update make files for autoconf 1.13 | raveit | 1 | -1/+1 | |
2013-02-27 | Use libnotify instead of libmatenofity | Stefano Karapetsas | 9 | -204/+48 | |
2013-02-08 | fix DSO linking error | raveit | 1 | -1/+3 | |
2013-01-20 | Fix load of saved enabled sensors in GSettings | Stefano Karapetsas | 1 | -2/+3 | |
2012-12-18 | Remove g_free of var removed previously | Stefano Karapetsas | 1 | -5/+0 | |
2012-12-18 | Add missing includes | Stefano Karapetsas | 1 | -0/+1 | |
2012-12-18 | Improve internationalization of translators credits | Stefano Karapetsas | 1 | -8/+3 | |
2012-12-16 | migrate to GSettings and remove MateConf usage | Stefano Karapetsas | 12 | -806/+382 | |
migrate to DBUS and remove MateComponent usage remove libmate usage and use glib instead | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 19 | -19/+19 | |
2012-06-24 | fix help links | Stefano Karapetsas | 3 | -5/+5 | |
2012-03-11 | fix configuration version check | Stefano Karapetsas | 1 | -5/+4 | |
2012-01-26 | fix spelling error (thanks lintian) | Stefano Karapetsas | 1 | -1/+1 | |
2012-01-13 | Changed url for about window. | Steve Zesch | 1 | -29/+29 | |
2011-12-14 | remove autogenerated files | Stefano Karapetsas | 1 | -679/+0 | |
2011-11-24 | fixed automake | Stefano Karapetsas | 2 | -16/+16 | |
2011-11-23 | automake | Stefano Karapetsas | 1 | -4/+5 | |
2011-11-23 | solved some conflicts with sensors-applet | Stefano Karapetsas | 3 | -13/+14 | |
2011-11-22 | deleted gnome files | Stefano Karapetsas | 4 | -731/+0 | |
2011-11-22 | converted to MATE (thanks to perberos) | Stefano Karapetsas | 17 | -149/+880 | |
2011-11-21 | Initial release bases on sensors-applet | Stefano Karapetsas | 22 | -0/+6621 | |