aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* when building the potfile, include .cc, .cpp, and .cxx files.Charles Kerr2014-08-071-11/+7
|
* Releasing 13.10.0+14.10.20140730-0ubuntu1CI bot2014-07-301-0/+8
|
* Activate the phone's screen when an alarm is displayed. Fixes: 1340329Charles Kerr2014-07-307-89/+523
|\ | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| * add 'confirm that the screen comes on' to relevant manual testsCharles Kerr2014-07-241-0/+2
| |
| * add tests to confirm that sleep gets inhibited, and the screen gets forced ↵Charles Kerr2014-07-241-33/+257
| | | | | | | | on, while a notification is shown.
| * when a Snap object is destructed, delete any active Popups that it owns. ↵Charles Kerr2014-07-242-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 Kerr2014-07-234-21/+32
| | | | | | | | dbus-shared
| * remove tracer g_messages() that were used during developmentCharles Kerr2014-07-231-10/+4
| |
| * handle Screen.keepDisplayOn() returning a cookie whose value is '0'Charles Kerr2014-07-231-4/+9
| |
| * when an alarm is being shown, inhibit sleep and force the screen on.Charles Kerr2014-07-231-2/+187
| |
* | Releasing 13.10.0+14.10.20140725-0ubuntu1CI bot2014-07-251-0/+8
| |
* | Make use of the x-canonical-non-shaped-icon hint to suppress masking the ↵Mirco Müller2014-07-251-0/+3
|\ \ | | | | | | | | | | | | | | | symbolic icon with an UbuntuShape. Fixes: 1346925 Approved by: Charles Kerr, PS Jenkins bot
| * | 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.
* | Releasing 13.10.0+14.10.20140718-0ubuntu1CI bot2014-07-181-0/+7
| |
* | make the gcc version explicit in debian/control and debian/rules. Charles Kerr2014-07-182-1/+9
|\ \ | |/ |/| | | Approved by: PS Jenkins bot
| * omit unnecessary whitespaceCharles Kerr2014-06-251-1/+0
| |
| * make g++ 4.9 explicitCharles Kerr2014-06-252-1/+10
| |
* | Releasing 13.10.0+14.10.20140716-0ubuntu1CI bot2014-07-161-0/+8
| |
* | Set a x-canonical-snap-decisions-timeout hint for the alarm snap decisions. ↵Charles Kerr2014-07-164-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 Kerr2014-07-152-2/+220
| | | | | | | | | | | | correct timeout interval.
| * | Pair notify_init() with a shutdown call to notify_uninit() when the last ↵Charles Kerr2014-07-151-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 Kerr2014-07-151-2/+3
| | |
| * | x-canonical-snap-decisions-timeout is int32 millisecondsCharles Kerr2014-07-141-2/+2
| | |
| * | in debian/control, change Build-Depends to allow for different en-base ↵Charles Kerr2014-07-141-1/+1
| | | | | | | | | | | | language packs
| * | add x-canonical-snap-decisions-timeout hint.Charles Kerr2014-07-141-5/+13
| | |
| * | remove use of deprecated API notify_notification_set_hint_string()Charles Kerr2014-07-141-6/+6
| | |
| * | add a visual hint that the next unit test isn't stuck, it's just slow.Charles Kerr2014-07-141-0/+1
|/ /
* | Releasing 13.10.0+14.10.20140714.1-0ubuntu1CI bot2014-07-141-0/+8
| |
* | Use GStreamer's API directly to play sound instead of using libcanberra. ↵Charles Kerr2014-07-145-139/+108
|\ \ | | | | | | | | | | | | | | | Fixes: 1283065, 1337348 Approved by: Ted Gould, PS Jenkins bot
| * | silence dead store assignment found by clang static analyzerCharles Kerr2014-07-131-1/+0
| | |
| * | in snap.cpp, use std::call_once() as suggested by tedgCharles Kerr2014-07-071-17/+10
| | |
| * | copyedit the new manual test for clarity.Charles Kerr2014-07-071-2/+2
| | |
| * | use GStreamer's full volume range.Charles Kerr2014-07-071-2/+9
| | |
| * | add manual testCharles Kerr2014-07-031-0/+10
| | |
| * | use the libgstreamer API instead of libcanberra to play audio sounds.Charles Kerr2014-07-033-127/+87
|/ /
* | Releasing 13.10.0+14.10.20140701-0ubuntu1CI bot2014-07-011-0/+8
| |
* | Expose the new alarm settings as DBus properties. Fixes: 1318997Charles Kerr2014-07-0119-271/+512
|\ \
| * | Format the manual tests properly. Update the submitter/reviewer checklist.Charles Kerr2014-06-302-31/+44
| | |
| * | use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-277-43/+45
| | |
| * | use intltool-merge to generate com.canonical.indicator.datetime.gschema.xmlCharles Kerr2014-06-272-53/+59
| | |
| * | Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-269-91/+46
| | | | | | | | | | | | AlarmVolume enum and replace it with an int range.
| * | Expose the alarm settings via dbus properties.Charles Kerr2014-06-267-16/+261
| | |
| * | fix test-menus.cpp build failure in clang++Charles Kerr2014-06-261-1/+1
| | |
| * | fix clang++ warning about unused private field in snap.cpp's Sound classCharles Kerr2014-06-261-2/+0
| | |
| * | fix clang++ warning about an unused private field in EdsEngineCharles Kerr2014-06-261-4/+2
| | |
| * | Add Exporter's implementation to an Impl file because I'm about to shovel ↵Charles Kerr2014-06-264-88/+112
| | | | | | | | | | | | more methods and fields in there.
* | | Add the ability to have per-alarm custom sounds. Fixes: 1318997Charles Kerr2014-07-0112-190/+577
|\| | | |/ |/|
| * make get_gain_level() a little easier to read.Charles Kerr2014-06-251-1/+1
| |
| * in snap.cpp, replace Sound::Properties with a SoundBuilder class to make the ↵Charles Kerr2014-06-251-34/+60
| | | | | | | | pattern use better.
| * copyedit the new snap decision: fix linewraps, give some variables/methods ↵Charles Kerr2014-06-241-107/+103
| | | | | | | | clearer names, better grouping of related methods, etc.