aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-07-061-2/+9
* in LiveTimezones, pass the primary timezone to it on construction. We used to...Charles Kerr2021-07-061-3/+2
* in TimedatedTimezone, take a GDBusConnection argument in the ctor to simplify...Charles Kerr2021-07-061-1/+3
* update test-live-actions to last commit's TimedatedFixture changesCharles Kerr2021-07-061-8/+0
* pull the timezone from timedate1 regardless of whether it appears on the bus ...Charles Kerr2021-07-052-4/+44
* Include the correct header for set.Renato Araujo Oliveira Filho2021-07-051-1/+1
* Update code as requested by reviewer.Renato Araujo Oliveira Filho2021-07-052-6/+6
* Remove type property from Alarm.Renato Araujo Oliveira Filho2021-07-051-9/+2
* Update tests.Renato Araujo Oliveira Filho2021-07-051-4/+4
* Remove constructors from Alarm.Renato Araujo Oliveira Filho2021-07-051-8/+1
* Create a constructor for Alarm class.Renato Araujo Oliveira Filho2021-07-051-1/+8
* Only play a sound alert if the event contains a SOUND reminder.Renato Araujo Oliveira Filho2021-07-051-0/+6
* Ignore alarms for events marked as not attending.Renato Araujo Oliveira Filho2021-07-052-1/+62
* Drop myself.[h|cpp]Robert Tari2021-07-051-62/+0
* Make sure that the ocurrence time is used to build the url to launch external...Renato Araujo Oliveira Filho2021-07-052-4/+4
* get event selection up-to-date with the spec, including showing in-progress e...Charles Kerr2021-07-052-0/+8
* in LiveSettings, add gschema support for notification app blacklistingCharles Kerr2021-06-302-2/+9
* don't show calendar event notifications if com.ubuntu.calendar's notification...Charles Kerr2021-06-301-0/+1
* Various tests fixesNicholas Guriev2021-05-051-1/+2
* gsettings: Drop the 'show-clock' setting. Always show the clock.Robert Tari2020-09-053-3/+0
* Partially revert fab51b4. Only rename those x-canonical attributes to x-ayata...Mike Gabriel2020-08-111-4/+4
* Replace x-canonical attributesRobert Tari2020-08-111-4/+4
* Fix calendar going into update loopRobert Tari2020-07-261-1/+1
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-173-1/+69
* URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit t...Mike Gabriel2018-03-281-2/+0
* honor gsettings for calendar eventsCharles Kerr2018-03-263-0/+3
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-263-6/+0
* include/datetime/snap.h: Don't guard snap.h by HAS_UT_ACCTSERVICE_SYSTEMSOUND...Mike Gabriel2017-12-081-4/+0
* include/datetime/snap.h: Fix macro name (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETT...Mike Gabriel2017-12-081-2/+2
* include/datetime/settings-shared.h: Namespace fix for SETTINGS_INTERFACE macro.Mike Gabriel2017-12-081-1/+1
* README.md: Add some manual line breaks.Mike Gabriel2017-12-0812-16/+16
* include/datetime/dbus-shared.h: Fix namespace of BUS_DATETIME_*.Mike Gabriel2017-12-081-2/+2
* rebase C++ namespaceMike Gabriel2017-12-081-1/+1
* Indicator namespace adaptations.Mike Gabriel2017-12-081-1/+1
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur...Mike Gabriel2017-12-084-1/+15
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-1739-90/+90
* Avoid nested GMainLoops by reading from the file on startupIain Lane2015-09-031-1/+3
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-012-11/+11
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-312-2/+2
* in DateTime class, make it harder to accidentally mix local and nonlocal time...Charles Kerr2015-04-061-1/+2
* remove some new bits that turned out to be unneeded after allCharles Kerr2015-04-051-2/+0
* fix misuse of ECalComponentAlarmInstance's fields.Charles Kerr2015-04-051-1/+0
* add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-034-15/+11
* add override keyword to Clock classCharles Kerr2015-04-032-2/+2
* add override keyword to WakeupTimerCharles Kerr2015-04-033-5/+5
* add an Alarm class to represent ical valarm components; change the Appointmen...Charles Kerr2015-03-312-5/+24
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-2/+6
* in DateTime::is_set(), include timezone testCharles Kerr2015-03-161-1/+1
* Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,...Charles Kerr2015-03-141-3/+7
* require an explicit role for the sound so that we can differentiate between e...Charles Kerr2015-01-211-1/+1