lp://staging/~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-019
- Get this branch:
- bzr branch lp://staging/~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-019
Branch merges
Related bugs
Bug #1184810: [i18n] Confused about using plural forms | Medium | Fix Released | |
Bug #1540240: Automatic Header height adjustment should be optional | Medium | Fix Released | |
Bug #1588172: qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError: Cannot read property 'header' of null | High | Fix Released | |
Bug #1594400: Wrong statement about "persistentSelection" property of TextArea | Medium | Fix Released | |
Bug #1595461: API file uses namespace inconsistently | High | Fix Released | |
Bug #1596536: fatal error: TimeSource: No such file or directory | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1342. By CI Train Bot Account
-
* Make qml-module-
ubuntu- components- gles depend on
qml-module-ubuntu- performancemetr ics-gles.
* Set default for TextArea.persistentSelec tion and correct type.
Fixes LP: #1594400
* Add version suffix to all unit tests in visual.
* Stop using macros for namespaces in headers. Fixes LP: #1596536.
* More robust list and namespace handling in apicheck. Fixes LP: #1595461
* Separate plugin for Ubuntu.Components. Labs.
* Create separate plugin for Ubuntu.Components. Styles.
* Move C++ components into UbuntuToolkit library.
* Remove fw-headers from UbuntuGestures and UbuntuToolkit. We are no longer
supporting them as public C++ API.
* Break unity8 with lower version 8.13.
* Improve the i18n documentation for plurals. Fixes LP: #1184810
* Don't get APL subheader colors from MainView AppHeader when there is no
MainView. Fixes LP: #1588172
* Add Header.automaticHeight property. Fixes LP: #1540240
* UbuntuShape - Use reference counting to handle shape textures.
The current shape textures handling system requires to search for the
textures associated to the current graphics context by doing a search in an
array for each item at each updatePaintNode() call. It also deletes the
textures on OpenGLContext::aboutToBeDestr oyed() signal emission, which
appears in some cases to not have any OpenGL context bound.
We propose an alternative to create and destroy shape textures per material
creation and destruction with a reference counting mechanism to minimise
costly calls. We search for the shape textures (hash lookup with an OpenGL
context pointer as the key) only when a texture material is created or
deleted, which is much more occasional compared to updatePaintNode() calls.
That also ensures textures are deleted with the proper OpenGL context bound.
The only drawback is that shape textures are deleted when there is no shape
items anymore in a scene and recreated when there is a new one appearing.
These operations being quite uncommon and relatively fast, the advantages
seem to be higher than the drawbacks.
* Expansion of LD_LIBRARY_PATH is broken since it doesn't include a ":", which
means PerformanceMetrics path, which is at the end, is actually not
available, nor the current content of LD_LIBRARY_PATH.
That fixes it using the proper shell expansion syntax.
* Fix packaging sorting bzr hook to work on bzr branches that are local only.
* Disable documentation building for GLES builds
* ProgressionVisual: do not load the icon until the progression is made
visible.
* Scrollbar: do not load the stepper icon until it is visible.
* Scrollbar: load stepper icon asynchronously.
* Icon: only load when completed and therefore avoids multiple reloads caused
by size changes. - 1340. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
- 1339. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
- 1338. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
- 1337. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
- 1336. By Launchpad Translations on behalf of ubuntu-sdk-team
-
Launchpad automatic translations update.
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