lp://staging/~zsombi/ubuntu-ui-toolkit/textinput-text-selection
Created by
Zsombor Egri
and last modified
- Get this branch:
- bzr branch lp://staging/~zsombi/ubuntu-ui-toolkit/textinput-text-selection
Only
Zsombor Egri
can upload to this branch. If you are
Zsombor Egri
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- PS Jenkins bot: Approve (continuous-integration)
- Cris Dywan: Approve
-
Diff: 2236 lines (+1257/-431)12 files modifiedcomponents.api (+0/-2)
modules/Ubuntu/Components/InputHandler.qml (+305/-0)
modules/Ubuntu/Components/TextArea.qml (+45/-130)
modules/Ubuntu/Components/TextField.qml (+81/-133)
modules/Ubuntu/Components/Themes/Ambiance/TextAreaStyle.qml (+5/-5)
modules/Ubuntu/Components/qmldir (+1/-0)
modules/Ubuntu/Test/UbuntuTestCase.qml (+1/-0)
tests/resources/inputs/TextInputs.qml (+85/-0)
tests/unit_x11/tst_components/tst_textarea.qml (+318/-60)
tests/unit_x11/tst_components/tst_textarea_in_flickable.qml (+64/-38)
tests/unit_x11/tst_components/tst_textfield.qml (+314/-63)
tests/unit_x11/tst_mousefilters/HoverEvent.qml.moved (+38/-0)
Superseded
for merging
into
lp://staging/ubuntu-ui-toolkit
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Cris Dywan: Needs Fixing
-
Diff: 2647 lines (+1489/-457)19 files modifiedcomponents.api (+2/-2)
modules/Ubuntu/Components/InputHandler.qml (+297/-0)
modules/Ubuntu/Components/TextArea.qml (+42/-130)
modules/Ubuntu/Components/TextCursor.qml (+1/-1)
modules/Ubuntu/Components/TextField.qml (+80/-133)
modules/Ubuntu/Components/Themes/Ambiance/TextAreaStyle.qml (+5/-5)
modules/Ubuntu/Components/plugin/ucmousefilters.cpp (+13/-3)
modules/Ubuntu/Components/qmldir (+1/-0)
modules/Ubuntu/Test/UbuntuTestCase.qml (+69/-1)
modules/Ubuntu/Test/deployment.pri (+6/-1)
tests/resources/inputs/TextInputs.qml (+85/-0)
tests/unit/runtest.sh (+1/-1)
tests/unit_x11/tst_components/tst_textarea.qml (+286/-60)
tests/unit_x11/tst_components/tst_textarea_in_flickable.qml (+58/-37)
tests/unit_x11/tst_components/tst_textfield.qml (+282/-63)
tests/unit_x11/tst_mousefilters/HoverEvent.qml (+38/-0)
tests/unit_x11/tst_mousefilters/tst_mousefilters.pro (+2/-1)
tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp (+118/-4)
tests/unit_x11/tst_test/tst_ubuntutestcase.qml (+103/-15)
Related bugs
Bug #1168914: TextArea should allow mouse selections if mouse present | Critical | Fix Released | |
Bug #1183255: [text inputs] Revisit text selection in TextField and TextArea | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
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