<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq, branch 1.12</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>GTK3 cpufreq:fix bottom panel render &amp; 0px labels</title>
<updated>2015-10-16T14:19:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-10-15T04:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=ec37a4ececaecd61794913469b82a301919f8a08'/>
<id>ec37a4ececaecd61794913469b82a301919f8a08</id>
<content type='text'>
fix bottom panel rendering of popup menu in gtk3 builds,
fix zero-width frequency/percentage labels in gtk3 builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix bottom panel rendering of popup menu in gtk3 builds,
fix zero-width frequency/percentage labels in gtk3 builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 cpufreq: support custom panel themes</title>
<updated>2015-10-16T14:19:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2015-10-15T04:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=167c7c5652cc62e3346f5238e15acb3b4b0bcf9b'/>
<id>167c7c5652cc62e3346f5238e15acb3b4b0bcf9b</id>
<content type='text'>
support custom panel themes in gtk3 builds. Include robust support
for transparent themes in cases where gtk3 has issues
properly detecting a compositing window manager, e.g compiz.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support custom panel themes in gtk3 builds. Include robust support
for transparent themes in cases where gtk3 has issues
properly detecting a compositing window manager, e.g compiz.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK cpufreq: fix label position on horizontal panels</title>
<updated>2015-10-15T21:10:29+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-10-15T21:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=554c6897ba818ee2384da8b5d4f54ac8a33ab1cd'/>
<id>554c6897ba818ee2384da8b5d4f54ac8a33ab1cd</id>
<content type='text'>
The issue was caused by using deprecated widgets and defines
for orientation with GTK3.
#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
Deprecated gtk_[h/v]box_new don't use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was caused by using deprecated widgets and defines
for orientation with GTK3.
#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
Deprecated gtk_[h/v]box_new don't use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework gsettings schema building</title>
<updated>2015-09-06T19:55:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-06T19:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=df7a7488950139e3884972e2363294051e33d45d'/>
<id>df7a7488950139e3884972e2363294051e33d45d</id>
<content type='text'>
 * Bump intltool required version for gsettings support
 * Extract strings with intltool directly
 * Let autoconf generate the xml files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Bump intltool required version for gsettings support
 * Extract strings with intltool directly
 * Let autoconf generate the xml files
</pre>
</div>
</content>
</entry>
<entry>
<title>Help cpufreq: fix legal page</title>
<updated>2015-07-15T18:15:10+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-14T12:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=bd1da2321b21071e21bac5b97ab4cb94e601d059'/>
<id>bd1da2321b21071e21bac5b97ab4cb94e601d059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: use valid links to mate feedback page</title>
<updated>2015-07-08T21:01:48+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-08T19:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=180d05e38941913cce75c66c8a2619e99367e11b'/>
<id>180d05e38941913cce75c66c8a2619e99367e11b</id>
<content type='text'>
Help: forgotten fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Help: forgotten fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove non-existing mate-feedback link"</title>
<updated>2015-07-08T21:01:48+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-08T18:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=67f2e3fe06d6d57d25347a1379e12fa8747837c5'/>
<id>67f2e3fe06d6d57d25347a1379e12fa8747837c5</id>
<content type='text'>
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2.

with docbook help we have this page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2.

with docbook help we have this page
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed almost all merge conflicts in help translations</title>
<updated>2015-07-08T11:40:36+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-08T11:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f0362207ea24ee91f2ca4cc324b0d905a1235656'/>
<id>f0362207ea24ee91f2ca4cc324b0d905a1235656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove non-existing mate-feedback link</title>
<updated>2015-06-25T13:01:36+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-25T13:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=28159eec6c1c804ea5fc6c48c63dbdebc22111d2'/>
<id>28159eec6c1c804ea5fc6c48c63dbdebc22111d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix broken help images</title>
<updated>2015-06-23T20:05:47+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-23T20:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=cf015437f36f0b727090bf1bd28505507f228926'/>
<id>cf015437f36f0b727090bf1bd28505507f228926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
