lp:~michael-sheldon/ubuntu-ui-toolkit/fix-1416040

Created by Michael Sheldon and last modified
Get this branch:
bzr branch lp:~michael-sheldon/ubuntu-ui-toolkit/fix-1416040
Only Michael Sheldon can upload to this branch. If you are Michael Sheldon please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Sheldon
Project:
Ubuntu UI Toolkit
Status:
Development

Recent revisions

1416. By Michael Sheldon

Commit any text currently in pre-edit when pressing to allow for correct cursor repositioning

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.

1409. By Tim Peeters

Add MainView 1.2 which removes the deprecated toolbar support.

Approved by PS Jenkins bot, Christian Dywan.

1408. By Cris Dywan

Take OrientationHelper y coordinate from real parent height. Fixes: https://bugs.launchpad.net/bugs/1413194.

Approved by PS Jenkins bot, Tim Peeters.

1407. By Zsombor Egri

RTM branch diff merge. Fixes: https://bugs.launchpad.net/bugs/1358610.

Approved by PS Jenkins bot, Zoltan Balogh.

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