lp://staging/~ken-vandine/ubuntu-ui-toolkit/raring.0.1.43
- Get this branch:
- bzr branch lp://staging/~ken-vandine/ubuntu-ui-toolkit/raring.0.1.43
Branch merges
- Timo Jyrinki: Approve
-
Diff: 552 lines (+312/-55)9 files modifieddebian/changelog (+14/-0)
demos/ListItems.qml (+9/-0)
modules/Ubuntu/Components/TextArea.qml (+17/-10)
modules/Ubuntu/Components/TextField.qml (+0/-10)
modules/Ubuntu/Components/plugin/quickutils.cpp (+28/-0)
modules/Ubuntu/Components/plugin/quickutils.h (+5/-0)
tests/unit/tst_components/tst_textarea.qml (+125/-3)
tests/unit/tst_components/tst_textfield.qml (+90/-13)
themes/Ambiance/qmltheme/TextAreaDelegate.qml (+24/-19)
Related bugs
Bug #1163371: [textarea] TextArea focus is not handled correctly | Critical | Fix Released | |
Bug #1164634: Re-enabling a TextField doesn't work | Critical | Fix Released | |
Bug #1166840: The Empty list item conflicts with TextArea handling of enter key | Critical | Fix Released | |
Bug #1169601: [TextArea] setting color property disables styling | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 422. By Ken VanDine
-
* Fix for text inputs staying disabled after being re-enabled. The previous
workaround for removing input panel was blocking re-enabling a
previously enabled input. (LP: #1164634)
* Fixing disabled text input delegate background color theming when userValue
is set to TextField or TextArea color property. (LP: #1169601)
* Workaround for TextArea and TextField removing OSK when active focus is
transferred from one instance to another using focus property (LP: #1163371)
* Fix for TextArea Enter/Return keys being stolen when embedded in
ListItems.Empty. (LP: #1166840) - 421. By Ken VanDine
-
Fix for text inputs staying disabled after being re-enabled. The previous workaround for removing input panel was blocking re-enabling a previously enabled input. Fixes: https:/
/bugs.launchpad .net/bugs/ 116
4634. - 420. By Ken VanDine
-
Fixing disabled text input delegate background color theming when userValue is set to TextField or TextArea color property. Fixes: https:/
/bugs.launchpad .net/bugs/ 1169601. - 419. By Ken VanDine
-
Workaround for TextArea and TextField removing OSK when active focus is transferred from one instance to another using focus property. . Fixes: https:/
/bugs.launchpad .net/bugs/ 1163371. - 418. By Ken VanDine
-
Fix for TextArea Enter/Return keys being stolen when embedded in ListItems Empty. Fixes: https:/
/bugs.launchpad .net/bugs/ 1166840. - 416. By Tim Peeters
-
Fix documentation. Fixes: https:/
/bugs.launchpad .net/bugs/ 1081767, https:/ /bugs.launchpad .net/bugs/ 1154415, https:/ /bugs.launchpad .net/bugs/ 1168028. Approved by PS Jenkins bot.
- 415. By Florian Boucault
-
Icon: for icon colorization, change color that is being replaced from #bebebe to #7f7f7f.
Approved by Tim Peeters, PS Jenkins bot.
- 414. By Florian Boucault
-
Applying property styling without explicitly binding to ItemStyle.style properties.
* ComponentUtils and StyleUtils made deprecated.
* Style types made deprecated and removed from selector type mappings.
* Styled components updated
* itemStyle context property should not be used anymore
* Style type must be set as base type for custom style properties.
* Style objects are all built now having Style as base type instead of QtObject.Concept:
The criteria is to have identical property names for style object, the styled item and its delegate.
The styling is applied first on styled item properties and the leftover of the style properties on its delegate.Unit tests for theme engine privates updated:
* modules folder added to engine's import path, required due to introducing Style as base type for all style objects, replacing the previously used QtObject. Fixes: https://bugs.launchpad .net/bugs/ 1080622, https:/ /bugs.launchpad .net/bugs/ 1152147, https:/ /bugs.launchpad .net/bugs/ 1152152. Approved by PS Jenkins bot.
- 413. By Timo Jyrinki
-
Sync ubuntu-ui-toolkit packaging with raring (LP: #1167197)
Means we can again do raring (and s) releases from trunk properly, in addition to PPA releases. Fixes: https:/
/bugs.launchpad .net/bugs/ 1167197. Approved by 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