blob: 5bb4cbca1f5f2cba27aaf36e081a690d1292bdc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
### mate-sensors-applet 1.19.1
* Translations update
* Stop jumping applet as numbers change
* fix save order of sensors
* updated hide temperature units
* remove code duplication
### mate-sensors-applet 1.19.0
* Translations update
* sensor-applet.c: replace deprecated GtkMisc
* sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGE
* sensor-config-dialog: avoid deprecated GtkAlignment
* sensor-config-dialog: don't use deprecated GtkColorButton
* prefs-dialog: add style class frame to scrolledwindow
* prefs-dialog: avoid deprecated GtkAlignment
* prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOX
* use GTK_ALIGN_CENTER for the sensor_applet grid
### mate-sensors-applet 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Build: require mate-panel >= 1.17
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Fix some GTK+ deprecations
* Some more fixes and cleanups
* Translations update
### mate-sensors-applet 1.16.1
* Update tooltip only when mouse is over the applet (fixes some
OpenGL issues in fullscreen apps)
### mate-sensors-applet 1.16.0
* Make distcheck use currently selected GTK+ version
* Translations update
### mate-sensors-applet 1.14.0
* Some cleanups
* Translations update
* Fix Changelog generation
### mate-sensors-applet 1.12.1
* Fix wrong size of GPU icon
### mate-sensors-applet 1.12.0
* Add support for nvidia thermal and cooler sensors (requires
libxnvctrl >= 256.25)
* Add mbmon plugin
* Make udisks plugin poll for new value
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Some GTK+3 fixes
* Some more fixes and cleanups
### mate-sensors-applet 1.10.4
* Fix regression that caused segfault
### mate-sensors-applet 1.10.3
* Set icons for prefs and about dialogs
* Several small cleanups and bugfixes
* Several help fixes
### mate-sensors-applet 1.10.2
* Reintroduce missing help
### mate-sensors-applet 1.10.1
* Fix sensor config dialog (was non-responsive)
* Fix display of sensors in GTK+3 build
* Updated translations
### mate-sensors-applet 1.10.0
* Add GTK3 support
### mate-sensors-applet 1.8.0
* Use yelp-tools instead of mate-doc-utils
### mate-sensors-applet 1.5.0:
* migrate to GSettings and remove MateConf usage
* migrate to DBUS and remove MateComponent usage
* remove libmate usage and use glib instead
|