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

Created by Zsombor Egri and last modified
Get this branch:
bzr branch lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/ucLabs
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

2022. By Cris Dywan

Wrap and sort the control{,.gles} files

2021. By Zsombor Egri

adding package and install

2020. By Zsombor Egri

labs module skeleton

2019. By Zsombor Egri

staging sync

2018. By Zsombor Egri

Move C++ components into UbuntuToolkit library.

Approved by ubuntu-sdk-build-bot, Benjamin Zeller.

2017. By Tim Peeters

Improve the i18n documentation for plurals. Fixes: https://bugs.launchpad.net/bugs/1184810.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

2016. By Zoltan Balogh

Sync with trunk

2015. By Tim Peeters

Don't get APL subheader colors from MainView AppHeader when there is no MainView. Fixes: https://bugs.launchpad.net/bugs/1588172.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

2014. By Loïc Molinari

[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::aboutToBeDestroyed() 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.

Approved by ubuntu-sdk-build-bot, Tim Peeters.

2013. By Cris Dywan

Add version suffix to all unit tests in visual.

Approved by ubuntu-sdk-build-bot, Tim Peeters.

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