<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel, branch v1.22.2</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>release 1.22.2</title>
<updated>2019-09-21T12:10:59+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-21T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6cfaba418743cce36b4f86ee2a30885f32178435'/>
<id>6cfaba418743cce36b4f86ee2a30885f32178435</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-21T12:03:02+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-09-21T12:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d5ae7f2065aa619ae867079ffe391bf8b95de3de'/>
<id>d5ae7f2065aa619ae867079ffe391bf8b95de3de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When determining whether the pos is in the applet, use ad-&gt;cells to calc.</title>
<updated>2019-09-15T07:43:39+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-09-11T03:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6343e1442382b551be09e664724cbb1efb77daed'/>
<id>6343e1442382b551be09e664724cbb1efb77daed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>panel-toplevel: fix applets placement on expanded vertical panel</title>
<updated>2019-07-26T12:20:13+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-07-22T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=45bd0678f831ef967fb30bbd733ac523ce164e1d'/>
<id>45bd0678f831ef967fb30bbd733ac523ce164e1d</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-panel/issues/745
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-panel/issues/745
</pre>
</div>
</content>
</entry>
<entry>
<title>panel-toplevel: fix coding style and spacing a bit</title>
<updated>2019-07-26T12:18:13+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-07-22T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c35db1707148b300c3477dd72b7d568eaa71f25f'/>
<id>c35db1707148b300c3477dd72b7d568eaa71f25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile.am to install in a given prefix path</title>
<updated>2019-07-24T10:22:49+00:00</updated>
<author>
<name>Juan Picca</name>
<email>jumapico@gmail.com</email>
</author>
<published>2019-06-17T03:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=595ea1fb8e8959cd304447da7f898e7a39501b30'/>
<id>595ea1fb8e8959cd304447da7f898e7a39501b30</id>
<content type='text'>
Currently installing mate-panel fails with the error

     /bin/mkdir -p '/usr/share/gir-1.0'
     /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0'
    /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied

when configure is called with the --prefix option.

This fix is the same used in:

* caja (libcaja-extension/Makefile.am)
* eom (src/Makefile.am)
* libmatekbd (libmatekbd/Makefile.am)
* mate-desktop (libmate-desktop/Makefile.am)
* pluma (pluma/Makefile.am)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently installing mate-panel fails with the error

     /bin/mkdir -p '/usr/share/gir-1.0'
     /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0'
    /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied

when configure is called with the --prefix option.

This fix is the same used in:

* caja (libcaja-extension/Makefile.am)
* eom (src/Makefile.am)
* libmatekbd (libmatekbd/Makefile.am)
* mate-desktop (libmate-desktop/Makefile.am)
* pluma (pluma/Makefile.am)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "menu-bar: transfer focus correctly on alt-F1"</title>
<updated>2019-06-15T09:52:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-15T09:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8cf8c2909aab1b7ea1b32774d03a870f8d2a0d6a'/>
<id>8cf8c2909aab1b7ea1b32774d03a870f8d2a0d6a</id>
<content type='text'>
This reverts commit f0f4c5e1217eefd46edf9f98633fb32967c67461.

Fixes https://github.com/mate-desktop/marco/issues/209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f0f4c5e1217eefd46edf9f98633fb32967c67461.

Fixes https://github.com/mate-desktop/marco/issues/209
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: use fedora-30 and ubuntu-19.04 for building</title>
<updated>2019-05-28T09:19:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-28T09:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=4099f22b1de0d2ff3e7750ace2533a4d277b3baf'/>
<id>4099f22b1de0d2ff3e7750ace2533a4d277b3baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix reloading the default layout after panel reset</title>
<updated>2019-05-20T13:05:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-05-12T10:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bbd5a7b29c3dd3d3179b48f8e7ef368d45451253'/>
<id>bbd5a7b29c3dd3d3179b48f8e7ef368d45451253</id>
<content type='text'>
- do it in the idle handler
- wait until all toplevels are destroyed before reloading the layout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- do it in the idle handler
- wait until all toplevels are destroyed before reloading the layout
</pre>
</div>
</content>
</entry>
<entry>
<title>fix random crashes on panel reset</title>
<updated>2019-05-20T13:05:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-05-07T14:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=75b4b08fb22d9df832ccccb7f42042abb0d09372'/>
<id>75b4b08fb22d9df832ccccb7f42042abb0d09372</id>
<content type='text'>
- unref objects in toplevel's dispose function instead of finalize
- disconnect from toplevel's GSettings objects before deleting them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unref objects in toplevel's dispose function instead of finalize
- disconnect from toplevel's GSettings objects before deleting them
</pre>
</div>
</content>
</entry>
</feed>
