[Vivid][Regression] Alarms times are incorrectly saved when editing an alarm
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | ubuntu-ui-toolkit (Ubuntu) |
Critical
|
Zsombor Egri | ||
| | Vivid |
Undecided
|
Unassigned | ||
Bug Description
In Vivid, the clock app cannot edit alarm correctly since the alarm times chosen is not taken into account due to timezone management by the Ubuntu SDK Alarms Backend.
Steps to reproduce:
1. In the latest vivid images, open the clock app
2. Create a new alarm to ring in the next few minutes and save it.
3. Edit the alarm and change the time.
4. save the alarm
What happens:
The alarm is not updated with the new alarm time chosen in step 3
What should happen
The newly changed alarm time should be used.
Related branches
- PS Jenkins bot: Approve (continuous-integration) on 2015-02-26
- Christian Dywan: Pending requested 2015-02-26
-
Diff: 627 lines (+185/-91)10 files modifiedmodules/Ubuntu/Components/plugin/adapters/alarmsadapter_organizer.cpp (+19/-15)
modules/Ubuntu/Components/plugin/adapters/alarmsadapter_p.h (+33/-12)
modules/Ubuntu/Components/plugin/alarmmanager_p.cpp (+7/-8)
modules/Ubuntu/Components/plugin/alarmmanager_p.h (+1/-1)
modules/Ubuntu/Components/plugin/alarmmanager_p_p.h (+1/-3)
modules/Ubuntu/Components/plugin/ucalarm.cpp (+2/-0)
modules/Ubuntu/Components/plugin/ucalarmmodel.cpp (+3/-2)
tests/resources/alarm/AlarmDays.qml (+4/-4)
tests/resources/alarm/Alarms.qml (+55/-43)
tests/unit_x11/tst_components/tst_alarms.qml (+60/-3)
| description: | updated |
| summary: |
- [Vivid][Regression] Alarms times is incorrectly saved when editing an + [Vivid][Regression] Alarms times are incorrectly saved when editing an alarm |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| assignee: | nobody → Zsombor Egri (zsombi) |
| importance: | Undecided → High |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| importance: | High → Critical |
| Launchpad Janitor (janitor) wrote : | #1 |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| status: | New → Confirmed |
| tags: | added: qa-promotion touch |
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| status: | Confirmed → In Progress |
| Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package ubuntu-ui-toolkit - 1.2.1433+
---------------
ubuntu-ui-toolkit (1.2.1433+
[ Albert Astals Cid ]
* Fix infinite icon size grow when asked for a non square icon
Fixes: LP: #1422835
* IconProvider: Make sure icons fit in the given size
[ Christian Dywan ]
* Skip select_
Fixes: LP: #1401140
* Support for multiple devices with push_to_phone.sh.
* Take OrientationHelper y coordinate from real parent height.
Fixes: LP: #1413194
* Update popover position upon pointer movement.
Fixes: LP: #1199502, LP: #1415532
* Change <code> to be inline-block. Fixes LP: #1427534
* Set right anchor on tab overflow buttons. Fixes LP: #1425433
* Add tst_listitems_
no longer fatal for unit test.
[ Sebastien Bacher ]
* document that MainView's applicationName is used to set the gettext
domain. Fixes: LP: #1421661.
[ Tiago Salem Herrmann ]
* Drop cache once properties are successfully restored.
[ Timo Jyrinki ]
* Add dist-upgrade option to the UITK Test Plan script. Output the
selected parameters in the beginning.
[ Tim Peeters ]
* Add MainView 1.2 which removes the deprecated toolbar support.
* Enable PageStack header animations for MainView 1.2.
* Fix the size and anchors of a Page that is loaded inside a Loader.
This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635
* Fix UITK gallery content page width.
Fixes: LP: #1424635, LP: #1425470
* Set objectName for MainView int est_textinput.
scenarios in test_textinput.py
[ Zsombor Egri ]
* Alarm services regression fix. Fixes: LP: #1401883
* Implement ListItem dragging support in ListView.
Fixes: LP: #119535
* Introducing select/multiselect mode in ListItem.
* Moving the tst_focus.qml under exceptions till we fix DatePicker
binding loops.
* RTL (Right To Left) support in ListItem.
* RTM branch diff merge. Fixes: LP: #1358610.
* Second stage of simplification - divider group property is an item,
simplifying the anchoring of the contentItem. PropertyChange does
not backup the property binding, uses QQmlPropertyPri
with parameter to keep bindings. ListItemAnimator uses behavior to
animate snapping. Styling got "styledItem" context property to obey
general styling rules. clicked() and pressAndHold() emission fix
when content is swiped.
* Transferring the ListItem attached properties to ListItemStyle API.
Most of the style API became redundant, and removed. Few API from
ListItem were also removed as not needed. ListItemAnimator,
UCListItemA
Panel swiping overshoot made elastic. Snapping animation transformed
into SmoothedAnimation, uses velocity of 60GU/second. Turning
warnings to be reported in the error property.
SHOW_
display them in the console. Fixes: LP: #1423203.
* Updating documentation and imports for 1.2 & Vivid (Qt 5.4).
...
| Changed in ubuntu-ui-toolkit (Ubuntu): | |
| status: | In Progress → Fix Released |


Status changed to 'Confirmed' because the bug affects multiple users.