~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-zesty-2335

« back to all changes in this revision

Viewing changes to .bazaar/plugins/packaging_sorting.py

  • Committer: Bileto Bot
  • Date: 2016-12-23 14:52:23 UTC
  • mfrom: (1000.1090.11 Landing-2016-12)
  • Revision ID: ci-train-bot@canonical.com-20161223145223-5v8kz0mzx41al0y7
* Enable mouse, touchpad and keyboard detection in UITK. Fixes LP: #1536669
* Colors revisited.
* Qt5.7 related fix for theming - by Glen Whitney.
* parent = Q_NULLPTR instead of 0. Fixes LP: #1642617
* More blank lines. Fixes LP: #1642622
* Drop tst_pickerpanel.11.qml (deprecated).
* Include OSK input in TextArea.displayText. Fixes LP: #1595910
* Drop questionable color tests from tst_textarea.11.qml. Fixes LP: #1624342
* Fix slider progress rect with RTL languages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    subprocess.call(["rm", "-rf", "debian-packaging-wraptest-temporary"])
54
54
 
 
55
 
55
56
branch.Branch.hooks.install_named_hook("pre_commit",
56
57
                                       pre_commit_hook,
57
58
                                       "Check packaging sorting")