File: NEWS

package info (click to toggle)
mate-power-manager 1.20.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,324 kB
  • sloc: ansic: 15,977; makefile: 1,052; xml: 107; sh: 23
file content (169 lines) | stat: -rw-r--r-- 5,284 bytes parent folder | download
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### mate-power-manager 1.20.3

  * Translations update
  * disable deprecation warnings for distcheck
  * Use make functions for HELP_LINGUAS
  * add m-p-m help to transifex config
  * gpm-button: replace deprecated Gdk functions

### mate-power-manager 1.20.2

  * Translations update
  * inhibit: always scale icon to match panel size
  * Inhibit Applet: Fix excessive CPU use

### mate-power-manager 1.20.1

  * add missing window icon to About dialogs
  * Scale OSD size correctly on HiDPI displays (#246)
  * Grammar fix

### mate-power-manager 1.20.0

  * Translations update
  * avoid deprecated GtkStock
  * require GTK+ 3.22 and GLib 2.50
  * inhibit: fix error that spammed logs from previous commit
  * inhibit applet: fix rendering of icon
  * update copyright year to 2018

### mate-power-manager 1.19.1

  * Translations update
  * WidthOfScreen and HeightOfScreen implementation
  * fix typos in some more comments
  * Correct spelling mistake.

### mate-power-manager 1.19.0

  * Translations update
  * update copyright year
  * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
  * don't abort on unknown DBus signal name
  * avoid deprecated gdk_screen_get_width/height
  * avoid deprecated gdk_display_get_screen
  * don't use deprecated gtk_show_uri
  * refresh tray icon on icon theme change
  * Restore Polish translation credits from GNOME
  * actually check the $XPROTO_REQUIRED variable's value
  * statistics UI: add style class mpm-statistics

### mate-power-manager 1.18.0

  * NEWS: use consistent, project wide, markdown-like formatting
    to make generating release announcements easier
  * Build: require xproto >= 7.0.15
  * Build: require mate-panel >= 1.17
  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
    --with-gtk build option
  * Replace deprecated upower suspend/hibernate functions with
    ConsoleKit2 equivalents
  * Use manpages as is instead of generating them from sgml (and
    don't require docbook2man for build anymore)
  * Some more fixes and cleanups
  * Translations update

### mate-power-manager 1.16.2

  * Build: remove strict options, they just get in the way
  * GTK+3: properly hide brightness applet popup on pressing
    Esc/Enter/Space keys (fixes popup becoming wide instead
    and random applet crashes)
  * GTK+3: fix mouse scroll over brightness applet icon when
    no popup is shown

### mate-power-manager 1.16.1

  * Check both the "Backlight" and "BACKLIGHT" xrandr properties
    (fixes inability to adjust screen backlight on some systems)
  * Statistics: stop runtime warnings spam on desktop systems
  * GTK+3: fix runtime warning in inhibit applet
  * GTK+3: fix OSD rendering on non-composited desktop
  * GTK+3: add OSD style class for non-composited desktop

### mate-power-manager 1.16.0

  * Use GtkAboutDialog instead of MateAboutDialog
  * Drop dependency on libmate-desktop
  * Show the primary device time remaining as the first entry in
    the context menu
  * Do not issue a console warning when laptop batteries are empty
  * GTK+3: port from libunique to GtkApplication
  * GTK+3: add css theming for OSD (MsdOsdWindow)
  * GTK+3: fix empty space in tray when system has no battery
  * GTK+3: fix lots of deprecations
  * Some more fixes and cleanups
  * Translations update
  * Make distcheck use currently selected GTK+ version

### mate-power-manager 1.14.0

  * Drop MateConf migration script
  * Fix possible crash when an Xorg function call fails
  * GTK+3: fix deprecations in brightness applet
  * Some more fixes and cleanups
  * Translations update
  * Fix Changelog generation

### mate-power-manager 1.12.1

  * Allow disabling of power button
  * Multiple backlight fixes
  * GTK+3: don't remove slider background in brightness applet
    (fixes background in some themes)
  * Translations update

### mate-power-manager 1.12.0

  * Require xrandr 1.3
  * Retrieve strings directly from gschema (requires intltool 0.50.1)
  * Switch to org.gnome.SessionManager
  * Show vendor/model information for devices
  * Fix backlight adjustment on Macbook Pro
  * GTK+3: support custom themes
  * GTK+3: fix brightness applet behavior
  * Some fixes and cleanups

### mate-power-manager 1.10.2

  * Fixed keyboard backlight adjustment for laptops with non-standard levels
  * Some bugfixes

### mate-power-manager 1.10.1

  * Multiple help fixes
  * Some bugfixes
  * Translations update

### mate-power-manager 1.10.0

  * Add support for UPower 0.99

### mate-power-manager 1.8.0

  * Use yelp-tools instead of mate-doc-utils
  * Fix systemd support
  * Switch to libgnome-keyring

### mate-power-manager 1.6.2

  * Removed systemd-daemon dependency and check at runtime if
    systemd-logind is running
  * Improved systemd-logind support
  * Dont rely only on consolekit for button pressed event

### mate-power-manager 1.6.1

  * Use 'make dist' for tarball
  * Add support to use systemd logind for suspend and hibernate instead
    of upower
  * Dont print an error if keyboard backlight is missing

### mate-power-manager 1.6.0

  * Migration to GSettings
  * Show always "do nothing" option in prefs
  * Add keyboard backlight support
  * Add systemd inhibit support
  * mate-keyring support now optional
  * replace libmatenotify with libnotify