| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Alar... | Charles Kerr | 2014-06-26 | 9 | -91/+46 |
| * | 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 mor... | Charles Kerr | 2014-06-26 | 4 | -88/+112 |
* | | 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 |
| * | copyedit the new snap decision: fix linewraps, give some variables/methods cl... | Charles Kerr | 2014-06-24 | 1 | -107/+103 |
| * | 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 E_CAL_COMPONENT_ALAR... | Charles Kerr | 2014-06-23 | 3 | -26/+82 |
| * | 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 |
|/ |
|
* | 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. use... | Charles Kerr | 2014-06-11 | 21 | -184/+925 |
|\ |
|
| * | 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. D... | Charles Kerr | 2014-06-10 | 4 | -30/+49 |
| * | in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ... | Charles Kerr | 2014-06-10 | 1 | -1/+0 |
| * | 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 c... | Charles Kerr | 2014-06-10 | 2 | -7/+19 |
| * | in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib ... | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| * | in wakeup-timer-uha, sync with platform-api changes and add a safeguard to en... | Charles Kerr | 2014-06-10 | 1 | -8/+16 |
| * | in wakeup-timer-uha, set idle wakeup to 1 day from now rather than 1 year fro... | Charles Kerr | 2014-06-10 | 1 | -2/+2 |
| * | in engine-eds, add debug messages | Charles Kerr | 2014-06-10 | 1 | -2/+10 |
| * | in alarm-queue-simple, call requeue() if time skew is detected. | Charles Kerr | 2014-06-10 | 2 | -4/+4 |
| * | in wakeup-timer-mainloop, don't just cast to uint without checking sign. (h/t... | Charles Kerr | 2014-06-10 | 1 | -1/+3 |
| * | in date-time.h, remove unnecessary get() call. (h/t ted) | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| * | in debianl/control, add libplatform-hardware-api pieces to Depends and Build-... | Charles Kerr | 2014-06-10 | 1 | -0/+3 |
| * | prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. use... | Charles Kerr | 2014-04-24 | 18 | -155/+829 |
| |\ |
|
| | * | hw alarms | Charles Kerr | 2014-04-24 | 17 | -141/+815 |
| | * | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in... | Charles Kerr | 2014-04-24 | 6 | -31/+31 |
| |/ |
|
* | | Use the Suru Arpeggio as the default alarm sound. Fixes: 1309063 | Charles Kerr | 2014-06-11 | 2 | -17/+2 |
|\ \ |
|
| * | | add ubuntu-touch-sounds to Recommends: b/c that provides 'Suru arpeggio.ogg' | Charles Kerr | 2014-05-28 | 1 | -0/+1 |
| * | | don't ca_context_cache() the default alarm sound, since we don't use it on de... | Charles Kerr | 2014-05-28 | 1 | -16/+0 |
| * | | use the Suru arpeggio as the default alarm sound. | Charles Kerr | 2014-05-28 | 1 | -1/+1 |
| |/ |
|