| Commit message (Expand) | Author | Age | Files | Lines |
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 3 | -6/+0 |
* | include/datetime/snap.h: Don't guard snap.h by HAS_UT_ACCTSERVICE_SYSTEMSOUND... | Mike Gabriel | 2017-12-08 | 1 | -4/+0 |
* | include/datetime/snap.h: Fix macro name (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETT... | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
* | include/datetime/settings-shared.h: Namespace fix for SETTINGS_INTERFACE macro. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 12 | -16/+16 |
* | include/datetime/dbus-shared.h: Fix namespace of BUS_DATETIME_*. | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
* | rebase C++ namespace | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | Indicator namespace adaptations. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur... | Mike Gabriel | 2017-12-08 | 4 | -1/+15 |
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 39 | -90/+90 |
* | Avoid nested GMainLoops by reading from the file on startup | Iain Lane | 2015-09-03 | 1 | -1/+3 |
* | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 2 | -11/+11 |
* | Use timedated's Timezone property instead of watching /etc/timezone | Iain Lane | 2015-08-31 | 2 | -2/+2 |
* | in DateTime class, make it harder to accidentally mix local and nonlocal time... | Charles Kerr | 2015-04-06 | 1 | -1/+2 |
* | remove some new bits that turned out to be unneeded after all | Charles Kerr | 2015-04-05 | 1 | -2/+0 |
* | fix misuse of ECalComponentAlarmInstance's fields. | Charles Kerr | 2015-04-05 | 1 | -1/+0 |
* | add the new Alarm class as an argument to the alarm queue class | Charles Kerr | 2015-04-03 | 4 | -15/+11 |
* | add override keyword to Clock class | Charles Kerr | 2015-04-03 | 2 | -2/+2 |
* | add override keyword to WakeupTimer | Charles Kerr | 2015-04-03 | 3 | -5/+5 |
* | add an Alarm class to represent ical valarm components; change the Appointmen... | Charles Kerr | 2015-03-31 | 2 | -5/+24 |
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -2/+6 |
* | in DateTime::is_set(), include timezone test | Charles Kerr | 2015-03-16 | 1 | -1/+1 |
* | Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,... | Charles Kerr | 2015-03-14 | 1 | -3/+7 |
* | require an explicit role for the sound so that we can differentiate between e... | Charles Kerr | 2015-01-21 | 1 | -1/+1 |
* | disable one-time alarms after their notifications are shown. | Charles Kerr | 2014-12-07 | 3 | -4/+9 |
* | ensure that disabled alarms aren't shown in indicator-datetime and that notif... | Charles Kerr | 2014-12-07 | 1 | -1/+4 |
* | Make alarm notifications icons and button color match Design's specs. Fixes: ... | Charles Kerr | 2014-09-19 | 1 | -2/+3 |
|\ |
|
| * | use the new x-canonical-private-affirmative-tint key. | Charles Kerr | 2014-09-17 | 1 | -2/+3 |
* | | Fix flint++ warnings | Charles Kerr | 2014-09-19 | 15 | -35/+35 |
|\ \ |
|
| * | | fix flint++ warnings | Charles Kerr | 2014-09-17 | 15 | -35/+35 |
| |/ |
|
* | | Move timezone code behind a private Impl class | Charles Kerr | 2014-09-19 | 3 | -34/+7 |
|\ \ |
|
| * | | hide the implementation detials of FileTimezone and GeoclueTimezone behind Im... | Charles Kerr | 2014-09-13 | 3 | -34/+7 |
* | | | sync with trunk | Charles Kerr | 2014-09-16 | 3 | -8/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | add unit tests for the powerd monitor | Charles Kerr | 2014-09-15 | 1 | -2/+10 |
| |/ |
|
| * | update the time string when a powerd.Wakeup signal is seen. | Charles Kerr | 2014-09-13 | 1 | -0/+5 |
| * | hide Clock's implementation details into an Impl class. | Charles Kerr | 2014-09-13 | 1 | -6/+3 |
* | | LiveClock only needs one Timezone, so give it that instead of a Timezones object | Charles Kerr | 2014-09-16 | 1 | -2/+2 |
|/ |
|
* | remove the new code that we're not using yet | Charles Kerr | 2014-09-02 | 1 | -1/+0 |
* | use the 'override' keyword in the new planner class declarations | Charles Kerr | 2014-09-02 | 2 | -2/+2 |
* | update Snap Decisions to include snooze | Charles Kerr | 2014-09-02 | 1 | -2/+2 |
* | add planner.cpp to the build | Charles Kerr | 2014-09-02 | 1 | -3/+2 |
* | add snooze properties to our schema; export it on the bus; add tests | Charles Kerr | 2014-09-02 | 3 | -0/+3 |
* | add SnoozePlanner, AggregatePlanner | Charles Kerr | 2014-09-02 | 3 | -0/+111 |
* | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 1 | -12/+10 |
* | sync with prerequisite branch lp:~charlesk/indicator-datetime/notification-re... | Charles Kerr | 2014-08-01 | 1 | -2/+0 |
|\ |
|
| * | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 1 | -2/+0 |
* | | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
* | | configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSetti... | Charles Kerr | 2014-07-31 | 3 | -0/+3 |
* | | drop the ubuntu-application-api middleman and call usensorsd directly: ua_sen... | Charles Kerr | 2014-07-31 | 1 | -0/+4 |
* | | in indicator::noficiations::Haptic, better naming of the Mode enum | Charles Kerr | 2014-07-31 | 1 | -2/+5 |