lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/letGoAnchor

Created by Cris Dywan and last modified
Get this branch:
bzr branch lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/letGoAnchor
Members of Ubuntu SDK team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu SDK team
Project:
Ubuntu UI Toolkit
Status:
Merged

Recent revisions

1419. By Cris Dywan

Set right anchor on tab overflow buttons

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.

1410. By Zsombor Egri

Moving the tst_focus.qml under exceptions till we fix DatePicker binding loops.

Approved by PS Jenkins bot, Christian Dywan.

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