lp:~zsombi/ubuntu-ui-toolkit/alarm-regression-fix

Created by Zsombor Egri and last modified
Get this branch:
bzr branch lp:~zsombi/ubuntu-ui-toolkit/alarm-regression-fix
Only Zsombor Egri can upload to this branch. If you are Zsombor Egri please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zsombor Egri
Project:
Ubuntu UI Toolkit
Status:
Merged

Recent revisions

1420. By Zsombor Egri

Use UCAlarm as cached element instead of just caching QOrganizerTodo events, as we need to provide separate object for each 'model' role and for the objects returned by the AlarmModel::get() function

1419. By Zsombor Egri

alarm cache update

1418. By Tim Peeters

Enable PageStack header animations for MainView 1.2.

Approved by PS Jenkins bot, Christian Dywan.

1417. By Tim Peeters

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: https://bugs.launchpad.net/bugs/1424635.

Approved by PS Jenkins bot, Zsombor Egri.

1416. By Sebastien Bacher

document that MainView's applicationName is used to set the gettext domain. Fixes: https://bugs.launchpad.net/bugs/1421661.

Approved by PS Jenkins bot, Christian Dywan.

1415. By Albert Astals Cid

IconProvider: Make sure icons fit in the given size

Unless one of the sizes is <= 0 which means "give me the size you want".

Approved by PS Jenkins bot, Zsombor Egri.

1414. By Albert Astals Cid

Fix infinite icon size grow when asked for a non square icon

Without this patch we could end up in loops like
requested icon "battery-080-charging" QSize(24, 24)
returned QSize(37, 24)
requested icon "battery-080-charging" QSize(37, 24)
returned QSize(57, 37)
requested icon "battery-080-charging" QSize(57, 24)
returned QSize(88, 57)
requested icon "battery-080-charging" QSize(57, 37)
returned QSize(88, 57)
. Fixes: https://bugs.launchpad.net/bugs/1422835.

Approved by PS Jenkins bot, Lars Uebernickel, Zsombor Egri, Sebastien Bacher.

1413. By Zsombor Egri

Introducing select/multiselect mode in ListItem.

Approved by PS Jenkins bot, Christian Dywan.

1412. By Zsombor Egri

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, UCListItemAttached and UCActionPanel classes removed.
Panel swiping overshoot made elastic. Snapping animation transformed into SmoothedAnimation, uses velocity of 60GU/second.

Approved by PS Jenkins bot, Tim Peeters.

1411. By Zsombor Egri

Turning warnings to be reported in the error property. SHOW_SERVICEPROPERTIES_WARNINGS environment variable set will display them in the console. Fixes: https://bugs.launchpad.net/bugs/1423203.

Approved by PS Jenkins bot.

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
This branch contains Public information 
Everyone can see this information.

Subscribers