<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq/src, branch 1.24</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>Update copyright to 2020</title>
<updated>2020-01-10T16:56:41+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2020-01-10T16:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=b9331e748a23dca488832c4bfc410dbcddc43214'/>
<id>b9331e748a23dca488832c4bfc410dbcddc43214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make the dbus directory configurable</title>
<updated>2020-01-10T15:53:23+00:00</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2019-12-13T14:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=9714c20d062af14e9b6cbf4cf3c9374acc6b9101'/>
<id>9714c20d062af14e9b6cbf4cf3c9374acc6b9101</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 intltools to gettext</title>
<updated>2020-01-09T10:40:14+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-12-25T09:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4'/>
<id>b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4</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-12-04T13:55:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-27T08:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d3cae6249d156e847176d49897a49ca8a0a0c094'/>
<id>d3cae6249d156e847176d49897a49ca8a0a0c094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: remove -Wabsolute-value warning</title>
<updated>2019-09-10T12:43:33+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-05T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d839dfb7516dcc88f3766b3af572d52b04d8bc5c'/>
<id>d839dfb7516dcc88f3766b3af572d52b04d8bc5c</id>
<content type='text'>
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  244 |   current_dist = abs (frequency - f);
      |                  ^~~
--
cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  187 |   if (abs (sc_max - frequency) &lt; abs (frequency - sc_min))
      |       ^~~
cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  187 |   if (abs (sc_max - frequency) &lt; abs (frequency - sc_min))
      |                                  ^~~
--
cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value]
  109 |   current_dist = abs (freq-&gt;frequency - frequency);
      |                  ^~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  244 |   current_dist = abs (frequency - f);
      |                  ^~~
--
cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  187 |   if (abs (sc_max - frequency) &lt; abs (frequency - sc_min))
      |       ^~~
cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value]
  187 |   if (abs (sc_max - frequency) &lt; abs (frequency - sc_min))
      |                                  ^~~
--
cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value]
  109 |   current_dist = abs (freq-&gt;frequency - frequency);
      |                  ^~~
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cpufreq builds independent from kernel header version.</title>
<updated>2019-08-29T13:13:20+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-08-10T00:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=34d9b916fe4133457b7c2e7a00cd23f4f5b85114'/>
<id>34d9b916fe4133457b7c2e7a00cd23f4f5b85114</id>
<content type='text'>
  Ported from gnome-applets, see

    git diff e48b2d73~..5882df7f cpufreq/ configure.ac

  on the gnome-applets repository.

  Fixes mate-desktop/mate-applets#238.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Ported from gnome-applets, see

    git diff e48b2d73~..5882df7f cpufreq/ configure.ac

  on the gnome-applets repository.

  Fixes mate-desktop/mate-applets#238.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: deprecated g_type_class_add_private</title>
<updated>2019-05-27T15:21:31+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-05-22T02:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=adf5920f13380611d5e5b5cb712e5b2e6b1eed9c'/>
<id>adf5920f13380611d5e5b5cb712e5b2e6b1eed9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: support kernel 5.1.0</title>
<updated>2019-05-16T06:39:57+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-09T15:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=e085328f56f2fa9aac2b26cb49ec143877968f19'/>
<id>e085328f56f2fa9aac2b26cb49ec143877968f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use g_list_free_full() convenience function</title>
<updated>2019-04-14T13:24:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-14T07:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=b02b6b0fe430b9dcb137f4aaf24efde94ba70afe'/>
<id>b02b6b0fe430b9dcb137f4aaf24efde94ba70afe</id>
<content type='text'>
void
g_list_free_full (GList *list,
                  GDestroyNotify free_func);

Convenience method, which frees all the memory used
by a GList, and calls free_func on every element's
data.

https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
void
g_list_free_full (GList *list,
                  GDestroyNotify free_func);

Convenience method, which frees all the memory used
by a GList, and calls free_func on every element's
data.

https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
</pre>
</div>
</content>
</entry>
<entry>
<title>assignment discards 'const' qualifier from pointer target type</title>
<updated>2019-03-20T14:38:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-20T13:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=8bda6e9f072d071f2d2a2bb298cce60d531c074d'/>
<id>8bda6e9f072d071f2d2a2bb298cce60d531c074d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
