<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-settings-daemon/plugins/housekeeping, branch new_video_key</title>
<subtitle>MATE settings daemon</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/'/>
<entry>
<title>switch to use gettext</title>
<updated>2019-08-30T19:14:26+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-08-29T08:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=828be64b69942451e95b56a02dde1576af1bb856'/>
<id>828be64b69942451e95b56a02dde1576af1bb856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msd-ldsm-dialog: avoid 'g_type_class_add_private'</title>
<updated>2019-08-20T13:01:31+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-17T13:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=62ebc70ace4b477d030b43ead2edb7860f89a4f0'/>
<id>62ebc70ace4b477d030b43ead2edb7860f89a4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msd-housekeeping-plugin: avoid 'g_type_class_add_private'</title>
<updated>2019-08-20T13:01:31+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-17T12:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=a7ac3d41abc77a4c7d2afb00f4ee5fd2d580e8e8'/>
<id>a7ac3d41abc77a4c7d2afb00f4ee5fd2d580e8e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msd-housekeeping-manager: avoid 'g_type_class_add_private'</title>
<updated>2019-08-20T13:01:31+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-17T12:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=1cb5ea510bb4f21b44c23982ae869242f3fb4767'/>
<id>1cb5ea510bb4f21b44c23982ae869242f3fb4767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins housekeeping: optimization code</title>
<updated>2019-07-05T12:37:18+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-07-03T08:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=147dc7e03fac861dc95b887f20041d22670e6b75'/>
<id>147dc7e03fac861dc95b887f20041d22670e6b75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid build warning</title>
<updated>2019-07-05T12:37:18+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-07-01T08:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=3335393125ba274f0d5eaee56b73b69a89339696'/>
<id>3335393125ba274f0d5eaee56b73b69a89339696</id>
<content type='text'>
/usr/include/glib-2.0/glib/gmacros.h:366:42: warning: division ‘sizeof (gchar ** {aka char **}) / sizeof (gchar * {aka char *})’ does not compute the number of array elements [-Wsizeof-pointer-div]
  366 | #define G_N_ELEMENTS(arr)  (sizeof (arr) / sizeof ((arr)[0]))
      |                                          ^
msd-ldsm-dialog.c:163:25: note: in expansion of macro ‘G_N_ELEMENTS’
  163 |         for (i = 0; i &lt; G_N_ELEMENTS (settings_list); i++) {
      |                         ^~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/usr/include/glib-2.0/glib/gmacros.h:366:42: warning: division ‘sizeof (gchar ** {aka char **}) / sizeof (gchar * {aka char *})’ does not compute the number of array elements [-Wsizeof-pointer-div]
  366 | #define G_N_ELEMENTS(arr)  (sizeof (arr) / sizeof ((arr)[0]))
      |                                          ^
msd-ldsm-dialog.c:163:25: note: in expansion of macro ‘G_N_ELEMENTS’
  163 |         for (i = 0; i &lt; G_N_ELEMENTS (settings_list); i++) {
      |                         ^~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-07-01T02:49:33+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T09:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=8d22bd7590c3487df96f8dc3972173236c66de87'/>
<id>8d22bd7590c3487df96f8dc3972173236c66de87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T13:03:10+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T18:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=336743475664829a64d13bbd70a2c97a58375d0c'/>
<id>336743475664829a64d13bbd70a2c97a58375d0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldsm-dialog: don't use deprecated GTK_STOCK</title>
<updated>2017-04-25T21:10:38+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-04-25T20:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=6846316036fac06132404e9eedad8891948b56f8'/>
<id>6846316036fac06132404e9eedad8891948b56f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldsm-dialog: set max width chars for labels</title>
<updated>2017-04-25T21:10:23+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-04-25T20:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=3b2871ad76afd2a31ba1f15cdb843f236c220b5e'/>
<id>3b2871ad76afd2a31ba1f15cdb843f236c220b5e</id>
<content type='text'>
This reduce the width of the dialog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduce the width of the dialog
</pre>
</div>
</content>
</entry>
</feed>
