| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build failure on Ubuntu 20.04 | Robert Tari | 2021-08-31 | 1 | -1/+1 |
* | In main.cpp and tests where Snap is instantiated, provide the system_bus to S... | Charles Kerr | 2021-08-29 | 1 | -2/+2 |
* | add a new Snap::Response enum for more flexible handling of snap decisions | Charles Kerr | 2021-08-29 | 1 | -7/+14 |
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
* | Small fixes requeted by charles during the review. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+0 |
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+4 |
* | in TimedatedTimezone, take a GDBusConnection argument in the ctor to simplify... | Charles Kerr | 2021-08-29 | 1 | -2/+12 |
* | Update code as requested by reviewer. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+2 |
* | Various tests fixes | Nicholas Guriev | 2021-05-05 | 1 | -2/+1 |
* | -Made GCC 10.1.0 friendly | Robert Tari | 2020-07-17 | 1 | -1/+2 |
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur... | Mike Gabriel | 2017-12-08 | 1 | -1/+7 |
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -1/+1 |
* | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 1 | -2/+2 |
* | Use timedated's Timezone property instead of watching /etc/timezone | Iain Lane | 2015-08-31 | 1 | -2/+2 |
* | add the new Alarm class as an argument to the alarm queue class | Charles Kerr | 2015-04-03 | 1 | -4/+4 |
* | add an Alarm class to represent ical valarm components; change the Appointmen... | Charles Kerr | 2015-03-31 | 1 | -5/+7 |
* | prevent deadlocking when registering G_TYPE_DBUS_PROXY | Charles Kerr | 2015-02-28 | 1 | -3/+3 |
* | bump to re-run CI. clumsy, but jenkins' rebuild button isn't working | Charles Kerr | 2015-01-21 | 1 | -0/+1 |
* | disable one-time alarms after their notifications are shown. | Charles Kerr | 2014-12-07 | 1 | -1/+4 |
* | copyediting: move line to remove unnecessary diff from trunk | Charles Kerr | 2014-09-16 | 1 | -1/+1 |
* | in main.cpp, reuse the existing FileTimezone so that we don't have an unnecce... | Charles Kerr | 2014-09-16 | 1 | -7/+6 |
* | LiveClock only needs one Timezone, so give it that instead of a Timezones object | Charles Kerr | 2014-09-16 | 1 | -2/+3 |
* | update Snap Decisions to include snooze | Charles Kerr | 2014-09-02 | 1 | -16/+16 |
* | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 1 | -20/+2 |
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 1 | -2/+7 |
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
* | Add Exporter's implementation to an Impl file because I'm about to shovel mor... | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+1 |
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -1/+1 |
* | remove a pair of #warning tracers | Charles Kerr | 2014-06-10 | 1 | -3/+0 |
* | Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. D... | Charles Kerr | 2014-06-10 | 1 | -1/+9 |
* | hw alarms | Charles Kerr | 2014-04-24 | 1 | -27/+83 |
* | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in... | Charles Kerr | 2014-04-24 | 1 | -3/+3 |
* | don't connect to EDS when running in the greeter. | Charles Kerr | 2014-03-09 | 1 | -5/+13 |
* | decouple the planner's states; need three separate sets: upcoming-now (for al... | Charles Kerr | 2014-03-09 | 1 | -3/+8 |
* | in EdsPlanner, use a Timezone instead of Timezones object | Charles Kerr | 2014-03-09 | 1 | -1/+3 |
* | use the timezones object to set the ECalComponent's default timezone. This is... | Charles Kerr | 2014-02-26 | 1 | -1/+1 |
* | revert r400; we can't block alarms by UID because that would hide recurring a... | Charles Kerr | 2014-02-05 | 1 | -5/+3 |
* | if an alarm doesn't have a URL associated with it, use 'appid://com.ubuntu.cl... | Charles Kerr | 2014-02-05 | 1 | -1/+8 |
* | remove alarms from the menu once they've been shown in a snap decision. | Charles Kerr | 2014-02-05 | 1 | -3/+5 |
* | copyediting: make the Snap lambdas a little easier to read. | Charles Kerr | 2014-02-05 | 1 | -3/+3 |
* | Add audio notitication when the alarm is triggered. Add a manual test to test... | Charles Kerr | 2014-02-04 | 1 | -9/+6 |
* | use the appointment's beginning time in the title of the alarm Snap Decision | Charles Kerr | 2014-02-04 | 1 | -1/+1 |
* | pin the planner's upcoming appointments to the live clock time, rather than t... | Charles Kerr | 2014-02-04 | 1 | -1/+1 |
* | from alarm dev branch: snap decision handler | Charles Kerr | 2014-02-03 | 1 | -0/+9 |
* | as per review, make explicit the dependency injection that was implicit in ma... | Charles Kerr | 2014-01-30 | 1 | -3/+18 |
* | plug in the greeter menus | Charles Kerr | 2014-01-22 | 1 | -1/+2 |
* | copyediting: rename Service as Exporter & tweak comments | Charles Kerr | 2014-01-22 | 1 | -3/+3 |