lp://staging/~fboucault/ubuntu-ui-toolkit/faster_label
- Get this branch:
- bzr branch lp://staging/~fboucault/ubuntu-ui-toolkit/faster_label
Branch merges
- Tim Peeters: Needs Fixing
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 11 lines (+0/-1)1 file modifiedmodules/Ubuntu/Components/Label.qml (+0/-1)
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu SDK team: Pending requested
-
Diff: 1598 lines (+1050/-69)32 files modifiedcomponents.api (+49/-0)
examples/ubuntu-ui-toolkit-gallery/ListItems.qml (+11/-2)
modules/Ubuntu/Components/Label.qml (+0/-1)
modules/Ubuntu/Components/ListItems/Empty.qml (+1/-1)
modules/Ubuntu/Components/TextInputPopover.qml (+7/-7)
modules/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml (+2/-2)
modules/Ubuntu/Components/ToolbarItems.qml (+1/-1)
modules/Ubuntu/Components/plugin/filterbehavior.cpp (+47/-0)
modules/Ubuntu/Components/plugin/filterbehavior.h (+46/-0)
modules/Ubuntu/Components/plugin/i18n.cpp (+6/-10)
modules/Ubuntu/Components/plugin/plugin.cpp (+10/-1)
modules/Ubuntu/Components/plugin/plugin.pro (+6/-0)
modules/Ubuntu/Components/plugin/sortbehavior.cpp (+47/-0)
modules/Ubuntu/Components/plugin/sortbehavior.h (+46/-0)
modules/Ubuntu/Components/plugin/sortfiltermodel.cpp (+250/-0)
modules/Ubuntu/Components/plugin/sortfiltermodel.h (+66/-0)
modules/Ubuntu/Components/plugin/ucalarm.cpp (+15/-4)
tests/autopilot/ubuntuuitoolkit/__init__.py (+2/-2)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/__init__.py (+2/-2)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_common.py (+45/-1)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py (+24/-11)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_mainview.py (+1/-1)
tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_qquicklistview.py (+1/-1)
tests/autopilot/ubuntuuitoolkit/emulators.py (+2/-2)
tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_flickable.py (+201/-0)
tests/autopilot/ubuntuuitoolkit/tests/test_emulators.py (+1/-1)
tests/resources/alarm/Alarms.qml (+1/-1)
tests/unit/tst_alarms/tst_alarms.cpp (+45/-0)
tests/unit/tst_components/tst_sortfiltermodel.qml (+108/-0)
tests/unit/tst_i18n/localizedApp/.click/status (+1/-0)
tests/unit/tst_i18n/src/tst_i18n.cpp (+5/-17)
tests/unit/tst_i18n/tst_i18n.pro (+1/-1)
Branch information
Recent revisions
- 1060. By Leo Arias
-
Added the swipe_into_view method to autopilot helpers.
Fixed the name of the QQuickFlickable autopilot helper. Fixes: https://bugs.launchpad .net/bugs/ 1286479, https:/ /bugs.launchpad .net/bugs/ 1314433. Approved by PS Jenkins bot, Tim Peeters, Christian Dywan.
- 1059. By Cris Dywan
-
Use i18n.dtr for toolkit-owned translations. Fixes: https:/
/bugs.launchpad .net/bugs/ 1317539. Approved by PS Jenkins bot, Tim Peeters.
- 1057. By Leo Arias
-
On the autopilot helpers, find the top container starting from the flickable. Fixes: https:/
/bugs.launchpad .net/bugs/ 1314390. Approved by PS Jenkins bot, Tim Peeters, Allan LeSage.
- 1056. By Cris Dywan
-
Introduce QML bindings for SortFilterModel. Fixes: https:/
/bugs.launchpad .net/bugs/ 1266529. Approved by PS Jenkins bot, Tim Peeters.
- 1055. By Tim Peeters
-
Quick fix for TabBarStyle.
qml:119: TypeError: Cannot read property of null. Approved by Christian Dywan, PS Jenkins bot.
- 1054. By Zsombor Egri
-
One time alarms omit dayOfWeek value changes. Fixes: https:/
/bugs.launchpad .net/bugs/ 1319401. Approved by PS Jenkins bot, Christian Dywan, Nekhelesh Ramananthan.
- 1053. By Cris Dywan
-
Pick data path if .click is present. Fixes: https:/
/bugs.launchpad .net/bugs/ 1317772. Approved by David Planella, Tim Peeters, PS Jenkins bot.
- 1052. By Tim Peeters
-
Elide titles in the header that are too long to fit. Fixes: https:/
/bugs.launchpad .net/bugs/ 1317903. Approved by Christian Dywan, 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://staging/ubuntu-ui-toolkit