summaryrefslogtreecommitdiff
path: root/sensors-applet
AgeCommit message (Collapse)AuthorFilesLines
2023-04-28Fix Compilation Warningzhuyaliang5-7/+6
2021-12-11Use a blank line at mostrbuj8-27/+0
2021-06-22update copyright to 2021raveit6519-0/+19
2021-03-15warning: declaration of ‘content_area’ shadows a previous localrbuj1-4/+1
2021-02-04build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-28sensors-applet: Remove unused functionrbuj1-8/+0
2020-12-28Remove cppcheck warnings about the variable scope can be reducedrbuj6-13/+22
2020-06-11add git.mk to generate .gitignoretamplan1-0/+2
2020-06-11build: prevents two consecutive slashes in plugin file pathrbuj1-1/+1
2020-06-11build: Fix G_LOG_DOMAIN for sensors appletrbuj1-1/+1
2020-06-11Replace g_malloc0 with g_new0 and g_strduprbuj1-2/+2
2020-04-13Remove unused-variable warningrbuj1-1/+0
2020-04-10build: Use WARN_CFLAGS variablerbuj1-1/+6
2020-01-12Update copyright to 2020raveit651-1/+1
2019-07-05Remove trailing whitespacesLaurent Napias1-2/+2
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-02-16Make translatable the copyright in about dialogrbuj1-1/+3
2018-02-26fix save order of sensors v2info-cppsp4-89/+496
2018-02-25prefs-dialog: drop unneeded space in general tabraveit651-0/+2
In result the second column of the GtkGrid will always expand to the full grid width.
2018-02-25prefs-dialog: set a min_width for enable_columnraveit651-0/+3
2018-02-25prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVERraveit651-1/+1
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/76
2018-02-08fix GtkStock deprecationsinfo-cppsp3-15/+22
2018-01-31require GTK+ 3.22 and GLib 2.50raveit653-20/+0
2018-01-25Fix popup shower on removed HDDinfo-cppsp3-6/+30
Added timer to active sensors, to suppress infinite popups, when a drive is removed from the system, with its sensor still active in msa. fixes #62
2018-01-14active-sensor.c: Fix build warning:Pablo Barciela1-1/+1
Fixes the build warning: active-sensor.c: In function ‘active_sensor_new’: active-sensor.c:425:44: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] active_sensor->alarm_timeout_id[i] = -1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ active-sensor.c:424:5: note: within this loop for (i = 0; i < NUM_NOTIFS; i++) { ^~~
2018-01-14sensors-applet.c: Fix build warning:Pablo Barciela1-1/+2
implicit declaration of function ‘sensors_applet_conf_setup_sensors’
2018-01-09update copyright year to 2018monsta1-1/+1
2017-11-26Fix indents 08info-cppsp4-1275/+1164
2017-11-26Fix indents 07info-cppsp3-1398/+1315
2017-11-26Fix indents 06info-cppsp6-761/+740
2017-11-26Fix indents 05info-cppsp3-124/+105
2017-11-05Stop jumping applet as numbers changelukefromdc1-3/+21
Hold the value labels to the largest size they have been unless the units have just been shown or hidden.
2017-10-28fix save order of sensorsinfo-cppsp3-11/+134
2017-10-25i22 updated hide temperature unitsinfo-cppsp2-5/+28
I have adjusted PR 38 code slightly.
2017-10-03about-dialog: update copyrightmonsta1-1/+1
2017-09-11i45 fix graphs invisibleinfo-cppsp1-6/+6
2017-07-26don't use deprecated gtk_show_uriraveit653-2/+14
2017-07-26don't use deprecated GTK_STOCK_DIALOG_WARNINGraveit651-1/+1
2017-05-01sensor-applet.c: replace deprecated GtkMiscraveit651-4/+18
2017-05-01sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGEraveit651-1/+1
2017-05-01sensor-config-dialog: avoid deprecated GtkAlignmentraveit651-48/+25
2017-04-30sensor-config-dialog: don't use deprecated GtkColorButtonraveit651-3/+3
2017-04-30prefs-dialog: add style class frame to scrolledwindowraveit651-0/+3
2017-04-30prefs-dialog: avoid deprecated GtkAlignmentraveit652-13/+7
2017-04-30prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOXraveit652-5/+8
2017-03-18use GTK_ALIGN_CENTER for the sensor_applet gridraveit651-0/+4
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/41
2017-02-16fix one more typo in code commentsmonsta1-1/+1
2017-02-16fix a couple of typos in code commentsmonsta1-2/+2
2017-02-01fix typo in debug message (closes #39)monsta1-1/+1