Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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. | |||||
* | | | | | Releasing 13.10.0+14.10.20140718-0ubuntu1 | CI bot | 2014-07-18 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | make the gcc version explicit in debian/control and debian/rules. | Charles Kerr | 2014-07-18 | 2 | -1/+9 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Approved by: PS Jenkins bot | |||||
| * | | | | omit unnecessary whitespace | Charles Kerr | 2014-06-25 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | make g++ 4.9 explicit | Charles Kerr | 2014-06-25 | 2 | -1/+10 | |
| | | | | | ||||||
| | | | * | fix doxygen comments | Charles Kerr | 2014-07-30 | 1 | -5/+3 | |
| | | | | | ||||||
| | | * | | add haptic feedback to the manual tests | Charles Kerr | 2014-07-30 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | 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 | 7 | -4/+160 | |
| | | |/ | ||||||
| | | * | move Snap's guts into an Impl class | Charles Kerr | 2014-07-30 | 2 | -84/+107 | |
| | | | | ||||||
| | | * | remove testing stub | Charles Kerr | 2014-07-30 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 5 | -40/+42 | |
| | | | | ||||||
| | | * | make close return void instead of bool, because after all what more can you ↵ | Charles Kerr | 2014-07-27 | 2 | -20/+10 | |
| | | | | | | | | | | | | | | | | 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 | 16 | -626/+1168 | |
| | |/ | ||||||
| | * | add 'confirm that the screen comes on' to relevant manual tests | Charles Kerr | 2014-07-24 | 1 | -0/+2 | |
| | | | ||||||
| | * | add tests to confirm that sleep gets inhibited, and the screen gets forced ↵ | Charles Kerr | 2014-07-24 | 1 | -33/+257 | |
| | | | | | | | | | | | | on, while a notification is shown. | |||||
| | * | when a Snap object is destructed, delete any active Popups that it owns. ↵ | Charles Kerr | 2014-07-24 | 2 | -44/+57 | |
| | | | | | | | | | | | | 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 | 4 | -21/+32 | |
| | | | | | | | | | | | | 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 | |
| |/ |/| | ||||||
* | | Releasing 13.10.0+14.10.20140716-0ubuntu1 | CI bot | 2014-07-16 | 1 | -0/+8 | |
| | | ||||||
* | | Set a x-canonical-snap-decisions-timeout hint for the alarm snap decisions. ↵ | Charles Kerr | 2014-07-16 | 4 | -18/+244 | |
|\ \ | | | | | | | | | | | | | | | | Fixes: 1324580 Approved by: Sebastien Bacher, PS Jenkins bot, Ted Gould | |||||
| * | | add a dbustest1 test to confirm that the snap decision's hint has the ↵ | Charles Kerr | 2014-07-15 | 2 | -2/+220 | |
| | | | | | | | | | | | | correct timeout interval. | |||||
| * | | 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 | |
| | | | ||||||
| * | | in debian/control, change Build-Depends to allow for different en-base ↵ | Charles Kerr | 2014-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | language packs | |||||
| * | | 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 | |
| | | | ||||||
| * | | add a visual hint that the next unit test isn't stuck, it's just slow. | Charles Kerr | 2014-07-14 | 1 | -0/+1 | |
|/ / | ||||||
* | | Releasing 13.10.0+14.10.20140714.1-0ubuntu1 | CI bot | 2014-07-14 | 1 | -0/+8 | |
| | | ||||||
* | | Use GStreamer's API directly to play sound instead of using libcanberra. ↵ | Charles Kerr | 2014-07-14 | 5 | -139/+108 | |
|\ \ | | | | | | | | | | | | | | | | Fixes: 1283065, 1337348 Approved by: Ted Gould, PS Jenkins bot | |||||
| * | | silence dead store assignment found by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -1/+0 | |
| | | | ||||||
| * | | in snap.cpp, use std::call_once() as suggested by tedg | Charles Kerr | 2014-07-07 | 1 | -17/+10 | |
| | | | ||||||
| * | | copyedit the new manual test for clarity. | Charles Kerr | 2014-07-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | use GStreamer's full volume range. | Charles Kerr | 2014-07-07 | 1 | -2/+9 | |
| | | | ||||||
| * | | add manual test | Charles Kerr | 2014-07-03 | 1 | -0/+10 | |
| | | | ||||||
| * | | use the libgstreamer API instead of libcanberra to play audio sounds. | Charles Kerr | 2014-07-03 | 3 | -127/+87 | |
|/ / | ||||||
* | | Releasing 13.10.0+14.10.20140701-0ubuntu1 | CI bot | 2014-07-01 | 1 | -0/+8 | |
| | | ||||||
* | | Expose the new alarm settings as DBus properties. Fixes: 1318997 | Charles Kerr | 2014-07-01 | 19 | -271/+512 | |
|\ \ | ||||||
| * | | Format the manual tests properly. Update the submitter/reviewer checklist. | Charles Kerr | 2014-06-30 | 2 | -31/+44 | |
| | | | ||||||
| * | | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 7 | -43/+45 | |
| | | | ||||||
| * | | use intltool-merge to generate com.canonical.indicator.datetime.gschema.xml | Charles Kerr | 2014-06-27 | 2 | -53/+59 | |
| | | | ||||||
| * | | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 9 | -91/+46 | |
| | | | | | | | | | | | | AlarmVolume enum and replace it with an int range. | |||||
| * | | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 7 | -16/+261 | |
| | | | ||||||
| * | | fix test-menus.cpp build failure in clang++ | Charles Kerr | 2014-06-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix clang++ warning about unused private field in snap.cpp's Sound class | Charles Kerr | 2014-06-26 | 1 | -2/+0 | |
| | | |