Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 1 | -1/+3 | |
2019-02-10 | tx: sync with transifex, use fixed translations | raveit65 | 146 | -340/+542 | |
2018-12-23 | release 1.21.1v1.21.1 | raveit65 | 2 | -1/+9 | |
2018-12-23 | tx: sync with transifex | raveit65 | 254 | -171/+97338 | |
2018-12-23 | tx: fix Project-Id-Version and Content-Type in resource file | raveit65 | 1 | -4/+4 | |
2018-12-23 | disable deprecation warnings for distcheck | raveit65 | 1 | -0/+3 | |
2018-11-18 | Add NetBSD support. | Jared McNeill | 5 | -0/+255 | |
2018-10-08 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+6 | |
2018-10-04 | tx: add help to transifex config | raveit65 | 3 | -1/+632 | |
2018-06-23 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+5 | |
2018-06-23 | sync with transifex | raveit65 | 139 | -3966/+40681 | |
2018-06-17 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-27 | Fix copyright for plugin files | info-cppsp | 10 | -0/+10 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+488 | |
2018-03-12 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-03-08 | Add dummy plugin | info-cppsp | 5 | -1/+191 | |
Allows testing in a virtual machine. | |||||
2018-03-01 | UDisks2 plugin cleanup | info-cppsp | 3 | -279/+187 | |
comments cleanup init ptrs to NULL added whitespace | |||||
2018-02-27 | release 1.20.1 | raveit65 | 2 | -15/+23 | |
2018-02-27 | sync with transifex | raveit65 | 1 | -3/+3 | |
2018-02-26 | fix save order of sensors v2 | info-cppsp | 4 | -89/+496 | |
2018-02-25 | prefs-dialog: drop unneeded space in general tab | raveit65 | 1 | -0/+2 | |
In result the second column of the GtkGrid will always expand to the full grid width. | |||||
2018-02-25 | prefs-dialog: set a min_width for enable_column | raveit65 | 1 | -0/+3 | |
2018-02-25 | prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER | raveit65 | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/76 | |||||
2018-02-08 | fix GtkStock deprecations | info-cppsp | 3 | -15/+22 | |
2018-01-31 | release 1.20v1.20.0 | raveit65 | 2 | -1/+18 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | raveit65 | 4 | -22/+2 | |
2018-01-30 | build: enable udisk2 plugin again | raveit65 | 1 | -0/+6 | |
2018-01-27 | sync with transifex | raveit65 | 67 | -5616/+6424 | |
2018-01-27 | Remove deprecated udisks plugin | info-cppsp | 5 | -428/+0 | |
udisks and dbus-glib have been deprecated for at least 5 years. Linux Mint 17.3 and therefore Ubuntu 14.04 LTS ship with udisks2 as default. I've also made a new plugin for udisks2. Let's just get rid of this, shall we? | |||||
2018-01-26 | udisks plugin: fix memory management for GValue variables | monsta | 1 | -9/+9 | |
fixes build warnings as well | |||||
2018-01-25 | Remove deprecated eee plugin | info-cppsp | 6 | -165/+0 | |
According to https://github.com/mate-desktop/mate-sensors-applet/pull/64#issuecomment-358425379 the eee plugin is obsolete, the same functionality is available through lm-sensors. | |||||
2018-01-25 | Fix popup shower on removed HDD | info-cppsp | 3 | -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-25 | ibm-acpi.c: Fix build warning: | info-cppsp | 1 | -3/+3 | |
ibm-acpi-plugin.c: In function ‘ibm_acpi_plugin_get_sensor_value’: ibm-acpi-plugin.c:182:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*[^\n]"); /* Skip to the End of the Line */ ^ ibm-acpi-plugin.c:183:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*1[\n]"); /* Skip One Newline */ | |||||
2018-01-17 | eee-plugin.c: Fix build warning: | Pablo Barciela | 1 | -2/+1 | |
Fixes the build warning: eee-plugin.c: In function ‘eee_plugin_get_sensor_value’: eee-plugin.c:92:20: warning: too many arguments for format [-Wformat-extra-args] if (fscanf(fp, "%f", &sensor_value, units) < 1) { ^~~~ | |||||
2018-01-14 | active-sensor.c: Fix build warning: | Pablo Barciela | 1 | -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-14 | sensors-applet.c: Fix build warning: | Pablo Barciela | 1 | -1/+2 | |
implicit declaration of function ‘sensors_applet_conf_setup_sensors’ | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-11-26 | Fix indents 08 | info-cppsp | 4 | -1275/+1164 | |
2017-11-26 | Fix indents 07 | info-cppsp | 3 | -1398/+1315 | |
2017-11-26 | Fix indents 06 | info-cppsp | 6 | -761/+740 | |
2017-11-26 | Fix indents 05 | info-cppsp | 4 | -217/+193 | |
2017-11-26 | Fix indents 04 | info-cppsp | 5 | -844/+802 | |
2017-11-26 | Fix indents 03 | info-cppsp | 4 | -740/+693 | |
2017-11-26 | Fix indents 02 | info-cppsp | 4 | -523/+533 | |
2017-11-26 | Fix indents 01 | info-cppsp | 4 | -377/+367 | |
2017-11-25 | Fix project cleanup | info-cppsp | 2 | -17/+20 | |
Moved cleanup code from my autogenclean.sh to the main Makefile.am. Now, after ./autogen.sh, make, the 'make msa-clean' command removes ALL generated files. | |||||
2017-11-05 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+9 | |
2017-11-05 | sync with transifex | raveit65 | 1 | -1/+1 | |
2017-11-05 | Stop jumping applet as numbers change | lukefromdc | 1 | -3/+21 | |
Hold the value labels to the largest size they have been unless the units have just been shown or hidden. |