<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets, branch v1.22.2</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 to 1.22.2</title>
<updated>2019-09-19T11:34:19+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-19T11:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=16d50b14673b51968698d39db5e1f4f1130cfff5'/>
<id>16d50b14673b51968698d39db5e1f4f1130cfff5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-09-19T11:29:00+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-19T11:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=91f6efe7459633557f79b116ee52a0474ca3cb7d'/>
<id>91f6efe7459633557f79b116ee52a0474ca3cb7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update resource for transifex</title>
<updated>2019-09-19T11:10:37+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-19T11:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=e8403d7c26c6b8fc3fa0ca51b2c4128924d2e8cf'/>
<id>e8403d7c26c6b8fc3fa0ca51b2c4128924d2e8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>geyes: avoid memory leak</title>
<updated>2019-09-12T13:52:50+00:00</updated>
<author>
<name>Pavel Shlyak</name>
<email>shlyak-pavel2011@ya.ru</email>
</author>
<published>2019-08-29T10:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=ad945b9af41b644dbcc108931bee980d484e9eb7'/>
<id>ad945b9af41b644dbcc108931bee980d484e9eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multiload: Use /proc/diskstats for NVMe drives</title>
<updated>2019-09-12T13:52:11+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-10T18:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=045585c722dad76d76a48365ba21c531b419d86a'/>
<id>045585c722dad76d76a48365ba21c531b419d86a</id>
<content type='text'>
Since glibtop does not support NVMe drives, we rely on /proc/diskstats
to tell use load information for NVMe drives. If diskstats is not
present it returns to glibtop as a fallback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since glibtop does not support NVMe drives, we rely on /proc/diskstats
to tell use load information for NVMe drives. If diskstats is not
present it returns to glibtop as a fallback.
</pre>
</div>
</content>
</entry>
<entry>
<title>treat output as utf8 when limiting width.</title>
<updated>2019-09-12T13:51:14+00:00</updated>
<author>
<name>Jonathan Krebs</name>
<email>jonathan.krebs@bruckbu.de</email>
</author>
<published>2019-06-14T13:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=89b3e063eb5c1693f4e0ba4bababb3e05a448354'/>
<id>89b3e063eb5c1693f4e0ba4bababb3e05a448354</id>
<content type='text'>
fixes #374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #374
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cpufreq builds independent from kernel header version.</title>
<updated>2019-08-29T13:49:22+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=bd0cf4893b267762cd35fb68f900b4be9de81138'/>
<id>bd0cf4893b267762cd35fb68f900b4be9de81138</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>command: use MaCommand object</title>
<updated>2019-07-08T13:17:32+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-07-03T07:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=45f20520d3b497f6719b3e779d6ad83ab61b31fa'/>
<id>45f20520d3b497f6719b3e779d6ad83ab61b31fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make command applet run commands asynchronously</title>
<updated>2019-07-08T13:17:20+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2018-11-21T11:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=94ef99e87ac573eba2b786285481a3f30d99ee59'/>
<id>94ef99e87ac573eba2b786285481a3f30d99ee59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: use fedora-30 and ubuntu-19.04 for building</title>
<updated>2019-05-24T12:43:26+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-24T12:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=94a18432f0b6e499ba3fdc4369d6e880a66c0171'/>
<id>94a18432f0b6e499ba3fdc4369d6e880a66c0171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
