<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/libmate-panel-applet/mate-panel-applet-gsettings.c, branch preview</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Check the existence of dconf-editor's schema (#1447)</title>
<updated>2024-10-15T03:13:16+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2024-10-15T03:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=609d1bacb22e62a786f693d738fd5e8279578278'/>
<id>609d1bacb22e62a786f693d738fd5e8279578278</id>
<content type='text'>
We need to check the existence of dconf-editor's GSettings schema before
using it, because the program will abort if dconf-editor is not installed
on the system when it tries to access it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to check the existence of dconf-editor's GSettings schema before
using it, because the program will abort if dconf-editor is not installed
on the system when it tries to access it.</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce scope of variables</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T14:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=62fabfc793b545250dafaf37f75650cbfdce095f'/>
<id>62fabfc793b545250dafaf37f75650cbfdce095f</id>
<content type='text'>
Mostly found by cppcheck.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/96c7ebc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly found by cppcheck.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/96c7ebc
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Reduce scope of variables"</title>
<updated>2024-02-04T17:37:58+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-01-28T01:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e663fbaeba760003b4088e567af0883534891e59'/>
<id>e663fbaeba760003b4088e567af0883534891e59</id>
<content type='text'>
This reverts commit 96c7ebc6dc9e8b8327db04a9570054ee78743353.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 96c7ebc6dc9e8b8327db04a9570054ee78743353.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce scope of variables</title>
<updated>2023-11-21T20:19:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T14:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=96c7ebc6dc9e8b8327db04a9570054ee78743353'/>
<id>96c7ebc6dc9e8b8327db04a9570054ee78743353</id>
<content type='text'>
Mostly found by cppcheck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly found by cppcheck.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize mate_panel_applet_settings_get_g*list()</title>
<updated>2023-11-21T20:19:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-15T13:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e59c6d0276832bf8201561f71718daeca2465360'/>
<id>e59c6d0276832bf8201561f71718daeca2465360</id>
<content type='text'>
- Build the list in reverse order, then reverse the result.  This is
  useful because GS?List are list nodes, not containers of nodes, and
  thus don't contain a pointer to the list's end, meaning to append one
  has to walk the entire list to find the end each time.  To avoid this
  we use the common idiom of prepending to the list (which is cheap, as
  it's adding a node before the given one), and then reversing the
  resulting list to get back the original order.
- Avoid unnecessary memory copy by stealing the GStrv's members.  We
  get the array as a copy, so we can simply steal the members and free
  the container array only, saving a copy for each member.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Build the list in reverse order, then reverse the result.  This is
  useful because GS?List are list nodes, not containers of nodes, and
  thus don't contain a pointer to the list's end, meaning to append one
  has to walk the entire list to find the end each time.  To avoid this
  we use the common idiom of prepending to the list (which is cheap, as
  it's adding a node before the given one), and then reversing the
  resulting list to get back the original order.
- Avoid unnecessary memory copy by stealing the GStrv's members.  We
  get the array as a copy, so we can simply steal the members and free
  the container array only, saving a copy for each member.
</pre>
</div>
</content>
</entry>
<entry>
<title>tell dconf-edit about relocatable schemas (#1355)</title>
<updated>2023-05-17T03:56:21+00:00</updated>
<author>
<name>Denis Gorodnichev</name>
<email>denis.gorodnichev@gmail.com</email>
</author>
<published>2023-05-17T03:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=277418cea7b011520df9759301d416cd51709564'/>
<id>277418cea7b011520df9759301d416cd51709564</id>
<content type='text'>
* tell dconf-edit about relocatable schemas

* self fix for incorrect and duplicated records

remove duplicated schemas for currect path
remove incorrect schemas for current path

* remove clock applet hack

* expose mate_panel_applet_settings_new to introspection

add "transfer full" annotation to make this method available throught
introspection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tell dconf-edit about relocatable schemas

* self fix for incorrect and duplicated records

remove duplicated schemas for currect path
remove incorrect schemas for current path

* remove clock applet hack

* expose mate_panel_applet_settings_new to introspection

add "transfer full" annotation to make this method available throught
introspection</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright to 2021</title>
<updated>2021-06-22T11:35:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-22T11:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=8f771c2b780cffb391c9e72c4dab9bfe758befc2'/>
<id>8f771c2b780cffb391c9e72c4dab9bfe758befc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-panel-applet: Boilerplate</title>
<updated>2020-12-04T21:08:40+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-11-18T13:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f577f3b17ff60cc54ef28e7c449e9f0739147bb3'/>
<id>f577f3b17ff60cc54ef28e7c449e9f0739147bb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmate-panel-applet: add missing brackets</title>
<updated>2016-11-21T15:43:29+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-21T15:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=084aa57d1c64b5961363c66446afc8a6ba993315'/>
<id>084aa57d1c64b5961363c66446afc8a6ba993315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed incorrect fsf addresses.</title>
<updated>2012-11-19T01:42:35+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-11-19T01:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6df88f1083d89a62b389d2dbb2f95d2e54f019d6'/>
<id>6df88f1083d89a62b389d2dbb2f95d2e54f019d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
