lp:~zsombi/ubuntu-ui-toolkit/expose-alarm-id
Created by
Zsombor Egri
on
2015-02-27
and last modified on
2015-07-27
- Get this branch:
- bzr branch lp:~zsombi/ubuntu-ui-toolkit/expose-alarm-id
Only
Zsombor Egri
can upload to this branch. If you are
Zsombor Egri
please log in for upload directions.
Branch merges
Propose for merging
- Christian Dywan (community): Needs Information on 2015-10-08
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-07-27
- Nekhelesh Ramananthan: Pending requested 2015-04-01
-
Diff: 639 lines (+268/-31)14 files modifiedcomponents.api (+5/-3)
src/Ubuntu/Components/plugin/adapters/alarmsadapter_organizer.cpp (+149/-18)
src/Ubuntu/Components/plugin/adapters/alarmsadapter_p.h (+19/-0)
src/Ubuntu/Components/plugin/alarmmanager_p.cpp (+5/-0)
src/Ubuntu/Components/plugin/alarmmanager_p.h (+2/-0)
src/Ubuntu/Components/plugin/alarmmanager_p_p.h (+1/-0)
src/Ubuntu/Components/plugin/plugin.cpp (+2/-0)
src/Ubuntu/Components/plugin/ucalarm.cpp (+12/-1)
src/Ubuntu/Components/plugin/ucalarm.h (+3/-0)
src/Ubuntu/Components/plugin/ucalarm_p.h (+2/-0)
src/Ubuntu/Components/plugin/ucalarmmodel.cpp (+25/-9)
src/Ubuntu/Components/plugin/ucalarmmodel.h (+4/-0)
tests/resources/alarm/Alarms.qml (+2/-0)
tests/unit/tst_alarms/tst_alarms.cpp (+37/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1432. By Zsombor Egri on 2015-04-01
-
alarms returned by get() and find() invokables are hashed to avoid OOM situation
- 1430. By Zsombor Egri on 2015-03-26
-
move JSON conversions into AlarmDataAdapter; data version handling added
- 1428. By Zsombor Egri on 2015-03-26
-
store alarm ID as separate extended detail from activation URL; use private getter fro identifier, should be applied for the entire property set to simplify the code
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-ui-toolkit