aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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
|\ | | | | | | Approved by: Charles Kerr, Sebastien Bacher, PS Jenkins bot
| * Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
| | | | | | | | | | | | Launchpad's xgettext seems too old to properly transform the escaped characters. It passes literal characters right through.
* | 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
|\ | | | | | | | | | | time format string. Fixes: 1364374 Approved by: Pete Woods, PS Jenkins bot
| * 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
|\ \ | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| * | 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 ↵Charles Kerr2014-08-081-18/+26
| | | | until we need them.
* in notifications.cpp, register for the 'closed' signal before calling ↵Charles Kerr2014-08-081-27/+24
| | | | notification_notify().
* sync with prerequisite branch ↵Charles Kerr2014-08-011-13/+14
|\ | | | | | | lp:~charlesk/indicator-datetime/notification-refactor
| * 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
| | | | | | | | a DBus property; sync exporter tests
* | configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵Charles Kerr2014-07-311-1/+4
| | | | | | | | popping up notifications; sync notification tests
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵Charles Kerr2014-07-311-0/+14
| | | | | | | | GSettings schema and to our Settings object
* | in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-311-14/+43
| |
* | drop the ubuntu-application-api middleman and call usensorsd directly: ↵Charles Kerr2014-07-311-23/+57
| | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls.
* | 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 ↵Mirco Müller2014-07-221-0/+3
| | | | | | | | | | | | symbolic icon with an UbuntuShape.
* | | in haptic.cpp, make sure to enable the sensor by calling ↵Charles Kerr2014-07-301-3/+11
| | | | | | | | | | | | ua_sensors_haptic_enable()
* | | 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 ↵Charles Kerr2014-07-271-18/+8
| | | | | | | | do if the call fails? What's the point?
* | 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
| |