Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use powerd for hardware wakeups | Charles Kerr | 2014-08-18 | 4 | -199/+308 |
|\ | |||||
| * | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 4 | -199/+308 |
|/ | |||||
* | in notifications, don't ask the notification server for its capabilities ↵ | Charles Kerr | 2014-08-08 | 1 | -18/+26 |
| | | | | until we need them. | ||||
* | in notifications.cpp, register for the 'closed' signal before calling ↵ | Charles Kerr | 2014-08-08 | 1 | -27/+24 |
| | | | | notification_notify(). | ||||
* | sync with prerequisite branch ↵ | Charles Kerr | 2014-08-01 | 1 | -13/+14 |
|\ | | | | | | | lp:~charlesk/indicator-datetime/notification-refactor | ||||
| * | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 1 | -13/+14 |
| | | |||||
* | | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 1 | -24/+27 |
| | | |||||
* | | configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | | | | | | | | a DBus property; sync exporter tests | ||||
* | | configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵ | Charles Kerr | 2014-07-31 | 1 | -1/+4 |
| | | | | | | | | popping up notifications; sync notification tests | ||||
* | | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+14 |
| | | | | | | | | GSettings schema and to our Settings object | ||||
* | | in haptic.cpp, better support for vibration patterns | Charles Kerr | 2014-07-31 | 1 | -14/+43 |
| | | |||||
* | | drop the ubuntu-application-api middleman and call usensorsd directly: ↵ | Charles Kerr | 2014-07-31 | 1 | -23/+57 |
| | | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. | ||||
* | | in haptic.cpp, better comments | Charles Kerr | 2014-07-31 | 1 | -0/+3 |
| | | |||||
* | | in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t Antti | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | |||||
* | | in haptic.cpp, start vibrating immediately | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | | |||||
* | | remove testing stub used by development | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | |||||
* | | sync with lp:~charlesk/indicator-datetime/notification-refactor | Charles Kerr | 2014-07-31 | 2 | -1/+2 |
|\| | |||||
| * | in sound.cpp, fix tab damage | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | |||||
| * | sync with trunk | Charles Kerr | 2014-07-30 | 1 | -0/+1 |
| |\ | |||||
| | * | Make use of the x-canonical-non-shaped-icon hint to suppress masking the ↵ | Mirco Müller | 2014-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | symbolic icon with an UbuntuShape. | ||||
* | | | in haptic.cpp, make sure to enable the sensor by calling ↵ | Charles Kerr | 2014-07-30 | 1 | -3/+11 |
| | | | | | | | | | | | | ua_sensors_haptic_enable() | ||||
* | | | initial draft of haptic feedback when alarms play | Charles Kerr | 2014-07-30 | 4 | -3/+100 |
|/ / | |||||
* | | move Snap's guts into an Impl class | Charles Kerr | 2014-07-30 | 1 | -80/+105 |
| | | |||||
* | | remove testing stub | Charles Kerr | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 4 | -38/+39 |
| | | |||||
* | | make close return void instead of bool, because after all what more can you ↵ | Charles Kerr | 2014-07-27 | 1 | -18/+8 |
| | | | | | | | | do if the call fails? What's the point? | ||||
* | | in sound.cpp, check the return value of gst_init_check() | Charles Kerr | 2014-07-27 | 1 | -2/+1 |
| | | |||||
* | | copyediting | Charles Kerr | 2014-07-27 | 2 | -17/+14 |
| | | |||||
* | | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 6 | -576/+841 |
| | | |||||
* | | when a Snap object is destructed, delete any active Popups that it owns. ↵ | Charles Kerr | 2014-07-24 | 1 | -43/+51 |
| | | | | | | | | This cleaner shutdown doesn't have any effect in production, but is needed to shut down the bus cleanly in the tests. | ||||
* | | move the powerd and screen bus name, path, and interface strings into ↵ | Charles Kerr | 2014-07-23 | 2 | -16/+17 |
| | | | | | | | | dbus-shared | ||||
* | | remove tracer g_messages() that were used during development | Charles Kerr | 2014-07-23 | 1 | -10/+4 |
| | | |||||
* | | handle Screen.keepDisplayOn() returning a cookie whose value is '0' | Charles Kerr | 2014-07-23 | 1 | -4/+9 |
| | | |||||
* | | when an alarm is being shown, inhibit sleep and force the screen on. | Charles Kerr | 2014-07-23 | 1 | -2/+187 |
|/ | |||||
* | Pair notify_init() with a shutdown call to notify_uninit() when the last ↵ | Charles Kerr | 2014-07-15 | 1 | -8/+6 |
| | | | | | | | | | Snap Decision is closed. This is needed in the dbusmock tests because libnotify's bus proxy needs to be closed. For production, this doesn't make much change: only that notify_uninit() is called once when the local Snap object goes out of scope in main(). | ||||
* | use std::chrono to get the milliseconds for notify_notification_set_hint() | Charles Kerr | 2014-07-15 | 1 | -2/+3 |
| | |||||
* | x-canonical-snap-decisions-timeout is int32 milliseconds | Charles Kerr | 2014-07-14 | 1 | -2/+2 |
| | |||||
* | add x-canonical-snap-decisions-timeout hint. | Charles Kerr | 2014-07-14 | 1 | -5/+13 |
| | |||||
* | remove use of deprecated API notify_notification_set_hint_string() | Charles Kerr | 2014-07-14 | 1 | -6/+6 |
| | |||||
* | in snap.cpp, use std::call_once() as suggested by tedg | Charles Kerr | 2014-07-07 | 1 | -17/+10 |
| | |||||
* | use GStreamer's full volume range. | Charles Kerr | 2014-07-07 | 1 | -2/+9 |
| | |||||
* | use the libgstreamer API instead of libcanberra to play audio sounds. | Charles Kerr | 2014-07-03 | 1 | -125/+85 |
| | |||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 3 | -26/+28 |
| | |||||
* | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 3 | -43/+18 |
| | | | | AlarmVolume enum and replace it with an int range. | ||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 3 | -14/+134 |
| | |||||
* | fix clang++ warning about unused private field in snap.cpp's Sound class | Charles Kerr | 2014-06-26 | 1 | -2/+0 |
| | |||||
* | fix clang++ warning about an unused private field in EdsEngine | Charles Kerr | 2014-06-26 | 1 | -4/+2 |
| | |||||
* | Add Exporter's implementation to an Impl file because I'm about to shovel ↵ | Charles Kerr | 2014-06-26 | 2 | -68/+104 |
| | | | | more methods and fields in there. | ||||
* | make get_gain_level() a little easier to read. | Charles Kerr | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | in snap.cpp, replace Sound::Properties with a SoundBuilder class to make the ↵ | Charles Kerr | 2014-06-25 | 1 | -34/+60 |
| | | | | pattern use better. |