<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-power-manager/applets, branch 1.24</title>
<subtitle>Power management tool for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/'/>
<entry>
<title>brightness applet: Prevent sliding from bogging down the UI</title>
<updated>2020-10-20T08:30:34+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-09-23T16:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=ecf24bdb7668a01e759050fff9d7ad74810863d5'/>
<id>ecf24bdb7668a01e759050fff9d7ad74810863d5</id>
<content type='text'>
Do not perform a synchronous DBus call to update the brightness in real
time when the slider move, because at least on some hardware the call
is slow, which leads to the UI bogging down and looking frozen.

To fix this, cap the update rate in response to slider motion.  This
makes the brightness apply slightly slower, but prevent most bogging
down (if the rate is well chosen, at least).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not perform a synchronous DBus call to update the brightness in real
time when the slider move, because at least on some hardware the call
is slow, which leads to the UI bogging down and looking frozen.

To fix this, cap the update rate in response to slider motion.  This
makes the brightness apply slightly slower, but prevent most bogging
down (if the rate is well chosen, at least).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_show_about_dialog to show about dialog</title>
<updated>2020-02-25T13:22:20+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-16T10:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=044a21367b5968592d438fff980219dd08773952'/>
<id>044a21367b5968592d438fff980219dd08773952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year on about dialog</title>
<updated>2020-02-24T21:22:43+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-16T09:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=68f9ab1cccf53f0e38211041c3303421485f596e'/>
<id>68f9ab1cccf53f0e38211041c3303421485f596e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate from intltool to gettext</title>
<updated>2019-11-12T10:18:15+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-10-30T03:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=4b6d373147649c13d6ea625c31f15a34ced324e3'/>
<id>4b6d373147649c13d6ea625c31f15a34ced324e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid redundant redeclarations</title>
<updated>2019-11-08T17:49:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-02T16:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=a0c8f06e54b7ae7c16865258906492b6a1f0c238'/>
<id>a0c8f06e54b7ae7c16865258906492b6a1f0c238</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brightness-applet: use GdkSeat operations</title>
<updated>2019-10-03T09:29:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-25T11:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=c5451156715c8b5e9c4a6810b51f1c114d431d53'/>
<id>c5451156715c8b5e9c4a6810b51f1c114d431d53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use WARN_CFLAGS which are only set with -enable-compiler-warnings</title>
<updated>2019-09-30T20:01:49+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-26T16:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=eff1d3b138c8a6990fa388e3cc2eb9a9760abf14'/>
<id>eff1d3b138c8a6990fa388e3cc2eb9a9760abf14</id>
<content type='text'>
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS
variable is not used. git grep WARN_CFLAGS

It removes -enable-extra-warn=yes, since it is recommended to use
-enable-compile-warnings=maximum.

It sets -enable-compiler-warnings=yes, the default value for all
MATE packager for now.

It prints WARN_CFLAGS in summary table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS
variable is not used. git grep WARN_CFLAGS

It removes -enable-extra-warn=yes, since it is recommended to use
-enable-compile-warnings=maximum.

It sets -enable-compiler-warnings=yes, the default value for all
MATE packager for now.

It prints WARN_CFLAGS in summary table.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gresources for gpm-prefs.ui and gpm-statistics.ui</title>
<updated>2019-08-20T17:50:15+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-17T10:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=7214cf362179010b6c1e9f9cc2186e7ea7dd590c'/>
<id>7214cf362179010b6c1e9f9cc2186e7ea7dd590c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change url projet's website</title>
<updated>2019-06-10T20:33:57+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-09T19:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=92fe2f2d5b36cbf48299c177f47820b1939e48f3'/>
<id>92fe2f2d5b36cbf48299c177f47820b1939e48f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inhibit: always scale icon to match panel size</title>
<updated>2018-05-02T12:03:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-05-02T05:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-power-manager/commit/?id=c4528fd6d22afcc6e3c27512677b8908e89c0613'/>
<id>c4528fd6d22afcc6e3c27512677b8908e89c0613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
