aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make alarm notifications icons and button color match Design's specs. Fixes: ...Charles Kerr2014-09-192-3/+3
|\
| * fix tyop from previous commitCharles Kerr2014-09-171-1/+1
| * use the new x-canonical-private-affirmative-tint key.Charles Kerr2014-09-171-1/+1
| * work around a notifications bug that can't handle boolean hintsCharles Kerr2014-09-171-1/+1
* | Fix flint++ warnings Charles Kerr2014-09-194-8/+8
|\ \
| * | fix flint++ warningsCharles Kerr2014-09-174-8/+8
| |/
* | Move timezone code behind a private Impl class Charles Kerr2014-09-193-246/+322
|\ \
| * | hide the implementation detials of FileTimezone and GeoclueTimezone behind Im...Charles Kerr2014-09-133-246/+322
* | | copyediting: move line to remove unnecessary diff from trunkCharles Kerr2014-09-161-1/+1
* | | in SimpleRangePlanner, re-query the engine for appointments when the local ti...Charles Kerr2014-09-161-1/+6
* | | in main.cpp, reuse the existing FileTimezone so that we don't have an unnecce...Charles Kerr2014-09-161-7/+6
* | | sync with trunkCharles Kerr2014-09-162-42/+190
|\ \ \ | | |/ | |/|
| * | listen to powerd SysPowerStateChange instead of WakeupCharles Kerr2014-09-151-10/+10
| * | add translator comments for the date format string in snap.cppCharles Kerr2014-09-151-1/+10
| * | fooCharles Kerr2014-09-131-41/+180
| |\|
| | * update the time string when a powerd.Wakeup signal is seen.Charles Kerr2014-09-131-12/+67
| | * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-41/+97
| |/
* / LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-162-17/+19
|/
* Use unicode characters directly instead of escaping them. Fixes: 1350544Lars Uebernickel2014-09-081-20/+26
|\
| * Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
* | change header from 'Upcoming' to 'Upcoming events'Charles Kerr2014-09-081-1/+1
|/
* In the alarm's popup notifications' titlebars, don't show the seconds in the ...Charles Kerr2014-09-051-2/+5
|\
| * remove the seconds from the alarms' snap decisions.Charles Kerr2014-09-021-2/+5
* | Add the snooze feature Fixes: 1354400Charles Kerr2014-09-058-29/+318
|\ \
| * | minor copyediting: rename a variable for better clarityCharles Kerr2014-09-021-3/+3
| * | remove the new code that we're not using yetCharles Kerr2014-09-021-38/+0
| * | reverse OK/snooze button orderCharles Kerr2014-09-021-1/+1
| * | update Snap Decisions to include snoozeCharles Kerr2014-09-022-29/+27
| * | add planner.cpp to the buildCharles Kerr2014-09-022-3/+8
| * | add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-023-0/+15
| * | add SnoozePlanner, AggregatePlannerCharles Kerr2014-09-023-0/+309
| |/
* | sound: check for audio_sink and also unref after using the objectRicardo Salveti de Araujo2014-09-041-7/+11
* | sound: adding media role (alarm) when sink is pulsesinkRicardo Salveti de Araujo2014-09-041-0/+15
|/
* use powerd for hardware wakeupsCharles Kerr2014-08-184-199/+308
|\
| * use powerd for hw alarm wakeupsCharles Kerr2014-08-184-199/+308
|/
* in notifications, don't ask the notification server for its capabilities unti...Charles Kerr2014-08-081-18/+26
* in notifications.cpp, register for the 'closed' signal before calling notific...Charles Kerr2014-08-081-27/+24
* sync with prerequisite branch lp:~charlesk/indicator-datetime/notification-re...Charles Kerr2014-08-011-13/+14
|\
| * refactor changes based on Antti's feedbackCharles Kerr2014-08-011-13/+14
* | in Haptic, make the looping logic easier to read.Charles Kerr2014-07-311-24/+27
* | configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ...Charles Kerr2014-07-311-0/+1
* | configurable haptic mode, part 2 of 3: use the new haptic mode setting when p...Charles Kerr2014-07-311-1/+4
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSetti...Charles Kerr2014-07-311-0/+14
* | in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-311-14/+43
* | drop the ubuntu-application-api middleman and call usensorsd directly: ua_sen...Charles Kerr2014-07-311-23/+57
* | in haptic.cpp, better commentsCharles Kerr2014-07-311-0/+3
* | in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t AnttiCharles Kerr2014-07-311-1/+1
* | in haptic.cpp, start vibrating immediatelyCharles Kerr2014-07-311-0/+1
* | remove testing stub used by developmentCharles Kerr2014-07-311-1/+1
* | sync with lp:~charlesk/indicator-datetime/notification-refactorCharles Kerr2014-07-312-1/+2
|\|