aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix flint++ warningsCharles Kerr2014-09-174-8/+8
* 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
|/
* 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
|\|
| * in sound.cpp, fix tab damageCharles Kerr2014-07-311-1/+1
| * sync with trunkCharles Kerr2014-07-301-0/+1
| |\
| | * Make use of the x-canonical-non-shaped-icon hint to suppress masking the symb...Mirco Müller2014-07-221-0/+3
* | | in haptic.cpp, make sure to enable the sensor by calling ua_sensors_haptic_en...Charles Kerr2014-07-301-3/+11
* | | initial draft of haptic feedback when alarms playCharles Kerr2014-07-304-3/+100
|/ /
* | move Snap's guts into an Impl classCharles Kerr2014-07-301-80/+105
* | remove testing stubCharles Kerr2014-07-301-1/+1
* | copyediting: comments, use anonymous namespaceCharles Kerr2014-07-274-38/+39
* | make close return void instead of bool, because after all what more can you d...Charles Kerr2014-07-271-18/+8
* | in sound.cpp, check the return value of gst_init_check()Charles Kerr2014-07-271-2/+1
* | copyeditingCharles Kerr2014-07-272-17/+14
* | refactor the Notifications / sound / awake codeCharles Kerr2014-07-266-576/+841