lp://staging/~zsombi/ubuntu-ui-toolkit/app-theming
- Get this branch:
- bzr branch lp://staging/~zsombi/ubuntu-ui-toolkit/app-theming
Branch merges
- Tim Peeters: Approve (quick look)
- Cris Dywan: Approve
-
Diff: 529 lines (+370/-21)16 files modifiedexamples/customtheme/customtheme.apparmor (+8/-0)
examples/customtheme/customtheme.desktop (+8/-0)
examples/customtheme/customtheme.qmlproject (+59/-0)
examples/customtheme/main.qml (+103/-0)
examples/customtheme/manifest.json (+15/-0)
examples/customtheme/theme/Palette.qml (+24/-0)
examples/customtheme/theme/parent_theme (+1/-0)
modules/Ubuntu/Components/MainView.qml (+16/-0)
modules/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml (+0/-17)
modules/Ubuntu/Components/plugin/uctheme.cpp (+4/-2)
tests/unit_x11/tst_components/tst_theming.qml (+60/-0)
tests/unit_x11/tst_theme_engine/AppTheme/Palette.qml (+24/-0)
tests/unit_x11/tst_theme_engine/AppTheme/parent_theme (+1/-0)
tests/unit_x11/tst_theme_engine/TestApp.qml (+29/-0)
tests/unit_x11/tst_theme_engine/tst_theme_engine.pro (+3/-1)
tests/unit_x11/tst_theme_engine/tst_theme_enginetest.cpp (+15/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1132. By Zsombor Egri
-
fixing application theme loading; automatic theme change from style transferred to MainView and made system theme dependent, fixed binding loops and ones detected by Valgrind, also causing application themes to be discarded.
- 1131. By Zoltan Balogh
-
Fixed unit test tst_components:
:tst_textinput_ touch:: test_longtap_ when_empty: do not cause a double tap before the long press. - 1125. By Zoltan Balogh
-
Many TextField/TextArea fixes improving user experience greatly and making it more in line with the design: handle much easier to drag by making its touch area 4 grid units wide and centered around the cursor; double tapping anywhere (even around the handle) selects the word and opens the contextual menu; long pressing anywhere (even around the handle) selects the word and opens the contextual menu; make sure that when there is a selection the contextual menu is shown and shown above the cursor at the beginning of the selection; do not prevent other UI elements from receiving mouse/touch events when the contextual menu is shown
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