<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-datetime, branch 0.3.91</title>
<subtitle>Ayatana Indicator Date &amp; Time Applet
</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-datetime/atom?h=0.3.91</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/atom?h=0.3.91'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/'/>
<updated>2012-03-08T22:42:33+00:00</updated>
<entry>
<title>0.3.91</title>
<updated>2012-03-08T22:42:33+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-08T22:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=4d71bb4b4270c4f15d3ba6aaf0bda7b78307f61f'/>
<id>urn:sha1:4d71bb4b4270c4f15d3ba6aaf0bda7b78307f61f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change GSetting bindings to be read only</title>
<updated>2012-03-08T22:40:31+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=7a2e7cc2ff4e1adbc56860d2ab563b60228299a7'/>
<id>urn:sha1:7a2e7cc2ff4e1adbc56860d2ab563b60228299a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify types explicitly to GVariantBuilder</title>
<updated>2012-03-08T22:39:52+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-08T22:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=918e8e3722239cb033425e671d04a5b78ff92668'/>
<id>urn:sha1:918e8e3722239cb033425e671d04a5b78ff92668</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Establish read-only bindings to GSettings from the indicator</title>
<updated>2012-03-07T20:49:58+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2012-03-07T20:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=562575c97ba29a47cd64c85c20725267b79d593b'/>
<id>urn:sha1:562575c97ba29a47cd64c85c20725267b79d593b</id>
<content type='text'>
The bindings to GSettings are established in the GTypeInstance _init
function of the indicator.  During this time, the property notify queue
is frozen.  After the construction completes, the queue thaws and the
rush of property change notifications causes GSettings writes to occur.

We can fix this by switching to using readonly bindings.

</content>
</entry>
<entry>
<title>more GVariantBuilder vs. G_VARIANT_TYPE_ARRAY fixes</title>
<updated>2012-03-07T20:36:07+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2012-03-07T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=79e0a6fd12022fb939a8061b1f4b7b3310f5da00'/>
<id>urn:sha1:79e0a6fd12022fb939a8061b1f4b7b3310f5da00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge lp:~charlesk/indicator-datetime/fix-943747 to silence the Coverity warning reported in bug #943747</title>
<updated>2012-03-05T21:52:28+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-05T21:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=82434d1e1ddd26453c888d336df170e6a76da2d6'/>
<id>urn:sha1:82434d1e1ddd26453c888d336df170e6a76da2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge lp:~charlesk/indicator-datetime/lp-943746 to fix the warning that Coverity reported in bug #943746</title>
<updated>2012-03-05T21:06:24+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-05T21:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=cf0bf58d243dcecd3cbb16d2681f3d5172e49ab4'/>
<id>urn:sha1:cf0bf58d243dcecd3cbb16d2681f3d5172e49ab4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In Bug #943747, Coverity reported that use of sscanf() needed to be inspected by a human to verify there aren't buffer overruns. This commit adds /* coverity[secure_coding] */ to the lines before the calls to tell Coverity that they've been checked.</title>
<updated>2012-03-04T00:46:53+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-04T00:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=daa799fac5b81b221247c581bdeadcebffcab8f3'/>
<id>urn:sha1:daa799fac5b81b221247c581bdeadcebffcab8f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused code in populate_appointment_instances().</title>
<updated>2012-03-03T19:45:25+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-03T19:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=ad84560f1707955a11fd77f55716ea3f7a4f358c'/>
<id>urn:sha1:ad84560f1707955a11fd77f55716ea3f7a4f358c</id>
<content type='text'>
It looks like the local variables 'datetime', 'appointment_zone', and 'current_zone' were used in earlier revisions of the code, but this was removed in &lt;http://bazaar.launchpad.net/~indicator-applet-developers/indicator-datetime/trunk.0.4/revision/57&gt;. They're currently leftover code, and removing them should fix Bug #943746.

</content>
</entry>
<entry>
<title>merging lp:~charlesk/indicator-datetime/fix-833337 and lp:~charlesk/indicator-datetime/fix-leaks</title>
<updated>2012-03-03T16:23:06+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-03T16:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=a7ffebd9859ded9e44ec6a5b5dca9fb771eac209'/>
<id>urn:sha1:a7ffebd9859ded9e44ec6a5b5dca9fb771eac209</id>
<content type='text'>
</content>
</entry>
</feed>
