<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-datetime/src, 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:40:31+00:00</updated>
<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>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>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>
<entry>
<title>simplify the code by removing special handling for geo_location and current_location, and adding them to the same 'locations' list that we use when pruning duplicates from the user-specified list of locations</title>
<updated>2012-03-02T21:02:31+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-02T21:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=ad8b10b4665dbab7a58f0272de9cb3009d0c74b0'/>
<id>urn:sha1:ad8b10b4665dbab7a58f0272de9cb3009d0c74b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use g_return_if_fail() instead of g_assert() in the new code</title>
<updated>2012-03-02T20:13:18+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-02T20:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=25994587f9c072e3243a44ca4786339085aa02e5'/>
<id>urn:sha1:25994587f9c072e3243a44ca4786339085aa02e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove duplicate timezone entries</title>
<updated>2012-03-02T20:12:20+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-02T20:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-datetime/commit/?id=ece0242ddfa2e79eebdc70a1c494a82640ee7fdc'/>
<id>urn:sha1:ece0242ddfa2e79eebdc70a1c494a82640ee7fdc</id>
<content type='text'>
</content>
</entry>
</feed>
