aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-6/+0
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-3/+3
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-251-3/+3
* Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-3/+3
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-1/+3
* Fix build failure on Ubuntu 20.04Robert Tari2021-08-311-1/+1
* In main.cpp and tests where Snap is instantiated, provide the system_bus to S...Charles Kerr2021-08-291-2/+2
* add a new Snap::Response enum for more flexible handling of snap decisionsCharles Kerr2021-08-291-7/+14
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-08-291-1/+1
* Small fixes requeted by charles during the review.Renato Araujo Oliveira Filho2021-08-291-1/+0
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-1/+4
* in TimedatedTimezone, take a GDBusConnection argument in the ctor to simplify...Charles Kerr2021-08-291-2/+12
* Update code as requested by reviewer.Renato Araujo Oliveira Filho2021-08-291-1/+2
* Various tests fixesNicholas Guriev2021-05-051-2/+1
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-1/+2
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur...Mike Gabriel2017-12-081-1/+7
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-1/+1
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-011-2/+2
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-311-2/+2
* add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-031-4/+4
* add an Alarm class to represent ical valarm components; change the Appointmen...Charles Kerr2015-03-311-5/+7
* prevent deadlocking when registering G_TYPE_DBUS_PROXYCharles Kerr2015-02-281-3/+3
* bump to re-run CI. clumsy, but jenkins' rebuild button isn't workingCharles Kerr2015-01-211-0/+1
* disable one-time alarms after their notifications are shown.Charles Kerr2014-12-071-1/+4
* copyediting: move line to remove unnecessary diff from trunkCharles Kerr2014-09-161-1/+1
* in main.cpp, reuse the existing FileTimezone so that we don't have an unnecce...Charles Kerr2014-09-161-7/+6
* LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-2/+3
* update Snap Decisions to include snoozeCharles Kerr2014-09-021-16/+16
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-20/+2
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-261-2/+7
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-1/+1
* Add Exporter's implementation to an Impl file because I'm about to shovel mor...Charles Kerr2014-06-261-1/+1
* in the snap decision code, handle sound custom loop durationsCharles Kerr2014-06-241-1/+1
* in the snap decision code, handle custom sounds and volume levels.Charles Kerr2014-06-231-1/+1
* remove a pair of #warning tracersCharles Kerr2014-06-101-3/+0
* Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. D...Charles Kerr2014-06-101-1/+9
* hw alarmsCharles Kerr2014-04-241-27/+83
* rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in...Charles Kerr2014-04-241-3/+3
* don't connect to EDS when running in the greeter.Charles Kerr2014-03-091-5/+13
* decouple the planner's states; need three separate sets: upcoming-now (for al...Charles Kerr2014-03-091-3/+8
* in EdsPlanner, use a Timezone instead of Timezones objectCharles Kerr2014-03-091-1/+3
* use the timezones object to set the ECalComponent's default timezone. This is...Charles Kerr2014-02-261-1/+1
* revert r400; we can't block alarms by UID because that would hide recurring a...Charles Kerr2014-02-051-5/+3
* if an alarm doesn't have a URL associated with it, use 'appid://com.ubuntu.cl...Charles Kerr2014-02-051-1/+8
* remove alarms from the menu once they've been shown in a snap decision.Charles Kerr2014-02-051-3/+5
* copyediting: make the Snap lambdas a little easier to read.Charles Kerr2014-02-051-3/+3
* Add audio notitication when the alarm is triggered. Add a manual test to test...Charles Kerr2014-02-041-9/+6
* use the appointment's beginning time in the title of the alarm Snap DecisionCharles Kerr2014-02-041-1/+1