Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | 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 | 4 | -88/+112 |
| | | | | | | | | more methods and fields in there. | ||||
* | | Add the ability to have per-alarm custom sounds. Fixes: 1318997 | Charles Kerr | 2014-07-01 | 12 | -190/+577 |
|\| | |||||
| * | 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. | ||||
| * | copyedit the new snap decision: fix linewraps, give some variables/methods ↵ | Charles Kerr | 2014-06-24 | 1 | -107/+103 |
| | | | | | | | | clearer names, better grouping of related methods, etc. | ||||
| * | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 4 | -47/+88 |
| | | |||||
| * | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 6 | -2/+28 |
| | | |||||
| * | add support for per-alarm ringtone sounds set in EDS via ↵ | Charles Kerr | 2014-06-23 | 3 | -26/+82 |
| | | | | | | | | E_CAL_COMPONENT_ALARM_AUDIO | ||||
| * | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 4 | -186/+314 |
| | | |||||
| * | add GSettings support for specifying a default alarm sound and default alarm ↵ | Charles Kerr | 2014-06-23 | 6 | -0/+114 |
|/ | | | | volume. | ||||
* | releasing package indicator-datetime version 13.10.0+14.10.20140611-0ubuntu3 | Ricardo Salveti de Araujo | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Migrading to Platform V2 | Ricardo Salveti de Araujo | 2014-06-12 | 1 | -0/+6 |
| | |||||
* | Migrate to platform-api v2 | Ricardo Salveti de Araujo | 2014-06-12 | 1 | -2/+2 |
| | |||||
* | releasing package indicator-datetime version 13.10.0+14.10.20140611-0ubuntu2 | Ricardo Salveti de Araujo | 2014-06-12 | 1 | -0/+6 |
| | |||||
* | Releasing 13.10.0+14.10.20140611-0ubuntu1 | CI bot | 2014-06-11 | 1 | -0/+16 |
| | |||||
* | Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵ | Charles Kerr | 2014-06-11 | 21 | -184/+925 |
|\ | | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. Fixes: 1299916 | ||||
| * | remove a pair of #warning tracers | Charles Kerr | 2014-06-10 | 1 | -3/+0 |
| | | |||||
| * | Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵ | Charles Kerr | 2014-06-10 | 4 | -30/+49 |
| | | | | | | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64. | ||||
| * | in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+0 |
| | | | | | | | | ted's suggestion | ||||
| * | in MERGE-REVIEW, outline the steps needed to run hw alarm wakeup tests | Charles Kerr | 2014-06-10 | 1 | -5/+30 |
| | | |||||
| * | remove some debug tracers that shouldn't've been committed | Charles Kerr | 2014-06-10 | 1 | -10/+4 |
| | | |||||
| * | in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be ↵ | Charles Kerr | 2014-06-10 | 2 | -7/+19 |
| | | | | | | | | composed of uid + timestamp. Keying off of only timestamp doesn't work because UIDs can be recycled as users edit and reuse alarms. | ||||
| * | in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | idle callback. |