<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq, branch v1.21.1</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>sync with transifex</title>
<updated>2018-11-17T11:06:57+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-11-17T11:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=e0793643e9d81e996501f2092546654cba472e0d'/>
<id>e0793643e9d81e996501f2092546654cba472e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use make functions for HELP_LINGUAS</title>
<updated>2018-10-06T10:20:12+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2018-10-04T12:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=3caf2ace26ef70765e29738f3b8b4a98eb8220df'/>
<id>3caf2ace26ef70765e29738f3b8b4a98eb8220df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use orderedlist to describe the steps to add the applet to a panel</title>
<updated>2018-10-03T10:13:30+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2018-10-03T07:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=e8317992432a5af13355c986bbf39e20d767a0ea'/>
<id>e8317992432a5af13355c986bbf39e20d767a0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling and grammar mistakes</title>
<updated>2018-09-28T20:40:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2018-09-27T18:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=2783047f7f70b5aab701d8e503e79f277c45a2d9'/>
<id>2783047f7f70b5aab701d8e503e79f277c45a2d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: stop segfault with gtk3.23</title>
<updated>2018-07-12T19:44:31+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-07-09T22:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=881233e8e6b6f0d70fd6a2dcd4235afe94c9b659'/>
<id>881233e8e6b6f0d70fd6a2dcd4235afe94c9b659</id>
<content type='text'>
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: fix a -Wimplicit-function-declaration</title>
<updated>2018-07-10T09:50:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-07-08T08:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=0746a55cd53d806361ec7520220d79d37986788b'/>
<id>0746a55cd53d806361ec7520220d79d37986788b</id>
<content type='text'>
happens if build with -lcpupower and kernel 4.7+

```
cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run':
cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration]
   if (cpupower_is_cpu_online (cpu)) {
       ^~~~~~~~~~~~~~~~~~~~~~
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
happens if build with -lcpupower and kernel 4.7+

```
cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run':
cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration]
   if (cpupower_is_cpu_online (cpu)) {
       ^~~~~~~~~~~~~~~~~~~~~~
```
</pre>
</div>
</content>
</entry>
<entry>
<title>cpu-freq: replace deprecated gtk_menu_popup</title>
<updated>2018-07-08T09:54:53+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-07-07T19:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=3cd2d150036b7a3d5286bae02e7c45e4f689c4d5'/>
<id>3cd2d150036b7a3d5286bae02e7c45e4f689c4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: Force the frequency label to render if frequencies are not found right away</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-10T05:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f0b33d1125f60bd5fe8b605d88efd37b2b0b2427'/>
<id>f0b33d1125f60bd5fe8b605d88efd37b2b0b2427</id>
<content type='text'>
Use a default "---" label until frequency values are found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a default "---" label until frequency values are found
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: Refactor to remove more GTK2 leftovers</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-08T22:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=618ab266bc51aa7c7e880b8459f4389a12c3f21e'/>
<id>618ab266bc51aa7c7e880b8459f4389a12c3f21e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cpufreq: ensure frequency label always shows up if freq selected</title>
<updated>2018-06-11T18:23:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-06-08T21:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=8bd11f81e05d8498c530e3951fa0f1c2b67a74b8'/>
<id>8bd11f81e05d8498c530e3951fa0f1c2b67a74b8</id>
<content type='text'>
Remove old code left over from GTK2 that never worked properly in GTK 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove old code left over from GTK2 that never worked properly in GTK 3
</pre>
</div>
</content>
</entry>
</feed>
