<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-datetime/include/datetime/date-time.h, branch 24.1.0</title>
<subtitle>Ayatana Indicator Date &amp; Time Applet
</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-datetime/atom?h=24.1.0</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-datetime/atom?h=24.1.0'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/'/>
<updated>2021-08-29T12:37:39+00:00</updated>
<entry>
<title>get event selection up-to-date with the spec, including showing in-progress events. add unit tests to cover event priority and display order.</title>
<updated>2021-08-29T12:37:39+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2016-03-18T15:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=a8ea3ba0548c30696245f74ed701ca9105f7ce5b'/>
<id>urn:sha1:a8ea3ba0548c30696245f74ed701ca9105f7ce5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.</title>
<updated>2017-05-17T08:36:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-17T08:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=4afa2b50b31e21cba18eba26c12329af62804fae'/>
<id>urn:sha1:4afa2b50b31e21cba18eba26c12329af62804fae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in DateTime class, make it harder to accidentally mix local and nonlocal timezones by replacing DateTime::DateTime(time_t) with two methods, DateTime::Local(time_t) and DateTime(GTimeZone*, time_t)</title>
<updated>2015-04-06T18:16:24+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2015-04-06T18:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=4438c3a50d4c10d7516d736cb31ded01c57c791e'/>
<id>urn:sha1:4438c3a50d4c10d7516d736cb31ded01c57c791e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add the new Alarm class as an argument to the alarm queue class</title>
<updated>2015-04-03T18:11:39+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2015-04-03T18:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=8c7daeeb87abd0be1b96169da18baf018c4859c9'/>
<id>urn:sha1:8c7daeeb87abd0be1b96169da18baf018c4859c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.</title>
<updated>2015-03-16T20:07:54+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2015-03-16T20:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=273c3b3829c9a3e853d0b6b0a32ae87cc3c6852b'/>
<id>urn:sha1:273c3b3829c9a3e853d0b6b0a32ae87cc3c6852b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in DateTime::is_set(), include timezone test</title>
<updated>2015-03-16T17:22:33+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2015-03-16T17:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=67510bd5a582762648a96d7b42024c4f181ece8e'/>
<id>urn:sha1:67510bd5a582762648a96d7b42024c4f181ece8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick, which doesn't work on days when DST changes.</title>
<updated>2015-03-15T02:20:30+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2015-03-15T02:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=db5b700c7c116c73283019b3fbf823a23639a405'/>
<id>urn:sha1:db5b700c7c116c73283019b3fbf823a23639a405</id>
<content type='text'>
Implementing this requires DateTime objects to keep their own GTimeZone pointer, since the one inside GDateTime is private and can't be used for DateTime::start_of_day()'s call to g_date_time_new(). As a result the public API of DateTime changes, since we'll need a GTimeZone when constructing or assigning from a GDateTime pointer.

</content>
</entry>
<entry>
<title>in date-time.h, remove unnecessary get() call. (h/t ted)</title>
<updated>2014-06-10T13:57:36+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-06-10T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=9213d97f8f7b743f5f59a18c5a71fc96f4dcaed6'/>
<id>urn:sha1:9213d97f8f7b743f5f59a18c5a71fc96f4dcaed6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw alarms</title>
<updated>2014-04-25T03:34:42+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-04-25T03:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=a396e6af3cd16530202f6cbecbd45c7a3f6ac893'/>
<id>urn:sha1:a396e6af3cd16530202f6cbecbd45c7a3f6ac893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>decouple the planner's states; need three separate sets: upcoming-now (for alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).</title>
<updated>2014-03-10T02:08:47+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2014-03-10T02:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-datetime/commit/?id=3f4d409f21bbb1f79f149a5ee66dcddaa505ddb1'/>
<id>urn:sha1:3f4d409f21bbb1f79f149a5ee66dcddaa505ddb1</id>
<content type='text'>
</content>
</entry>
</feed>
