lp:ubuntu/utopic/ubuntu-ui-toolkit

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic/ubuntu-ui-toolkit
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

112. By PS Jenkins bot

[ Michael Sheldon ]
* Removes the keyboard anchor animation as this is now implemented
  in the keyboard.

[ Tim Peeters ]
* PageStack push returns the pushed page. Fixes LP: #1361919
* Add selection mode as a preset to the header configuration.
  Fixes LP: #1370146.

[ Zsombor Egri ]
* Fix Dialog foreground sizing. Fixes LP: #1337555, LP: #1337556.
* Workaround for StateSaver to fall back to use qgetenv() when
  QStandardPaths fails to return XDG_RUNTIME_DIR path.
  Fixes LP: #1363112.

[ Christian Dywan ]
* Add unit tests for MathUtils API.
  Fixes LP: #1244685.
* Text field hint should use the same font as the editor.
  Fixes LP: #1237400.
* Read-only text fields mustn't have a clear button.
  Fixes LP: #1337257.
* autopilot package should source-depend on QML plugin.
  Fixes LP: #1236085.

[ CI bot ]
* Resync trunk

111. By PS Jenkins bot

[ Leo Arias ]
* Add logging to the textfield autopilot helpers Fixes LP: #1361750

[ Zsombor Egri ]
* Sheet header button space reservation made button presence
  dependent. Fixes: LP: #1356636
* Tweaks for ListItem dividers. Header margins and font weight
  updated.
* Exclude UbuntuColors dumped erroneously by qmlplugindump as it
  would be a C++ type.
* Organizer audible reminder wasn't updated when Alarm sound
  changed.
* Fix for a wrong Action reference
* Removing dependency towards Unity.Action, ActionContext and
  ActionManager QML API transferred to UI Toolkit.
  Fixes LP: #1234339, LP: #1294298.
* Fixing wrong path used in saving state file. Fixes LP: #1363112

[ Loïc Molinari ]
* Fixed parallel build, tests/unit_x11 had no rules.
  Fixes LP: #1367850

[ Zoltán Balogh ]
* Updated test plan execution for RTM images and for new phablet
  tools.
* New test plan script

[ Christian Dywan ]
* Specify /sbin when calling initctl just like autopilot does.
* Change gallery to use launcher to allow -touch argument.
* Overflow panel button 0.5 opacity if disabled Fixes LP: #1369640
* Open text context menu when pressing Menu key.
* Do not open context menu when dragging.
* Hide text input handlers while typing. Fixes LP: #1343821

[ Albert Astals ]
* Make the scaling provider respect requestedSizes with one of the
  values 0

[ Leo Arias ]
* On autopilot tests launched by upstart, use the local modules
  if running from a branch.

[ Christian Dywan ]
* Change gallery to use launcher to allow -touch argument.

110. By PS Jenkins bot

[ Zsombor Egri ]
* Use proper QML Singleton structure introduced in Qt 5.2.
* Move to use QQmlExtensionPlugin::baseUrl(), remove workaround.
  Prerequisite for transitioning to proper QML singleton use and
  new ListItem.
* Focus should not be taken by a component if disabled. Complete
  child filtering properly.
* Organizer audible reminder was not updated when Alarm sound
  changed
* Exclude UbuntuColors dumped erroneously by qmlplugindump as it
  would be a C++ type.

[ Christian Dywan ]
* Handle singleton in qmldir and explicitly skip unknown keywords.

[ Tim Peeters ]
* Revert Icon10 change from header animations MR to fix coloring
  of icons.
* Update tabs AP tests. By moving the qml code in separate files,
  it is easier to modify them individually and to execute them with
  qmlscene for testing.
* Ensure active and current pages are always updated in the same
  order in PageStack.
* Update qml files in tests/resources.

[ Lars Uebernickel ]
* unitythemeiconprovider: manually load icons
  Previously, UnityThemeIconProvider used QIcon::fromTheme() to
  lookup and load icons. That function uses fdo's default icon
  lookup algorithm: it looks at the current theme and all parent
  themes for each icon in turn. We'd prefer a breadth-first search,
  where all icon names are looked up in the current theme before
  falling back to the parent themes. This change implements fdo's
  FindBestIcon() algorithm, which behaves like that.
  It also now properly support rectangular icons and always returns
  an icon with the requested size (adjusted for preserving the
  aspect ratio).
  As a result, the Icon component is much simpler and only requires
  height to be set for rectangular icons. Fixes LP: #1324184

[ Ubuntu daily release ]
* New rebuild forced

109. By PS Jenkins bot

[ Zsombor Egri ]
* Thin divider adjustments.
* Dialog title is wrapped into maximum two lines, then elides.
  Fixes LP: #1354376

[Florian Boucault ]
* Page: only compile and load ToolbarItems if strictly necessary.
* Fixed usage of images across the board:
  - Made images as small as possible:
    - ListItemDivider6px.png
    - bubble_shadow*.png
    - header_overflow_dropshadow.png
* Removed direct references to @GU in OptionSelector
* Button's stroke_button.png now loaded only when necessary,
  asynchronously and not cached.
* Removed unused ListItemDivider24px.png.

[ Ugo Riboni ]
* Disable the mousearea on top of the content when using the new
  header, as it is useless and it interferes with other input
  elements in the content area. Fixes LP: #1358327

[ Christian Dywan ]
* Update caret visuals and position.
* Use iconSource for actions in the overflow panel.
  Fixes LP: #1354036, LP: #1354811
* Replace off white with pure white. Fixes LP: #1354077
* Push Python3 dist-packages to Phone in addition to Python2.7
* Fix wrong sheet labels and pick up dtr strings. Fixes LP: #1354485

[ Tim Peeters ]
* Fix header test

[ CI bot ]
* Resync trunk

[ Ubuntu daily release ]
* New rebuild forced

108. By PS Jenkins bot

[ Tim Peeters ]
* Push modules/Ubuntu/Components/qmldir in push_to_phone.sh.
* Add PageStack tests that use the new header.
* Add tabs unit tests using the new header.

[ Leo Arias ]
* On autopilot helpers, take into account that text areas can have
  multiple lines when deleting the text. Fixes LP: #1359167
* Fixed the four failing autopilot open page tests.
* Added an autopilot custom proxy for QQuickGridView.
  Fixes LP: #1351670
* Fixed the autopilot helper to search elements on lists, that
  failed when the element searched is on the first page of the list.
  Fixes LP: #1342521
* On the autopilot scrollbar tests, we should not assume that the
  window is on the top left.

[ Benjamin Zeller ]
* Add a more stable regression test for bug LP: #1338602

[ Zsombor Egri ]
* Introducing Ubuntu Components FocusScope which extends QtQuick
  FocusScope with the ability to focus by mouse clicks.
* Slider blocks Flickable while sliding. Fixes LP: #1353966
* Save alarms data into JSON format. Affects test environments
  using fallback memory manager. Does not affect EDS backend
  functionality. Prerequisite for further alarm changes.
* Focus handling on components. Fixes LP: #1234982
* Fixing alarm disabling issue. Change organiser item fields
  only if those were marked as changed. Fixes LP: #1360101
* AlamrModel is no longer reset when individual alarm is changed.
  This avoids UI flickering in Clock app. Fixes LP: #1359112

[ Florian Boucault ]
* Publish palettes of the themes.
* Removed workaround that forced relayout when layout mirroring was
  enabled since bug was fixed in Qt. Fixes LP: #1353863
* Visual feedback upon press for Header.
* Better visual feedback upon press for List Items.
  Fixes LP: #1354036
* Three startup optimisations that lead to saving 160ms
    MainView: load background asynchronously and do not cache it.
    MainView: delay popover menus creation until when necessary.
    Page: removed useless instantiation of ToolbarItems.

[ Christian Dywan ]
* Set organizationDomain which Qt.labs.settings uses.
  Fixes LP: #1241424 and LP: #1354321
* Allow context menu buttons to grow wider for non-English locales
  to fit.

[ Zoltán Balogh ]
* Add a script to execute the test plan on a device.
* Fix the desktop file for the UITK Gallery
  Fixes LP: #1357205 and LP: #1176918

[ Martin Pitt ]
* The autopilot-qt was split into Qt4 and Qt5 packages2. The
  libautopilot-qt used to pull qt4 packages. Avoid pulling qt4
  packages by depending on the Qt5 specific packages only.

[ Nicholas Skaggs ]
* Fix the warning for the emulators module. The warning will now
  only appear if you use the module directly. Fixes LP: #134169

[ Ubuntu daily release ]
* New rebuild forced

107. By PS Jenkins bot

[ Tim Peeters ]
* Document the default anchors of PageStack. LP: #1349366

[ Leo Arias ]
* Made public the swipe methods in the flickable autopilot helper

[Michael Zanetti ]
* Properly parent UCAlarm objects. LP: #1337405

[ Zsombor Egri ]
* Alarm sounds lost during fetch fix. LP: #1338697
* TextField clear button size changed to 2.5 GU, artwork mosified
  to use "clear-search" from icon-theme. LP: #1350797

[ CI bot ]
* Resync trunk

106. By PS Jenkins bot

[ Florian Boucault ]
* Ubuntu Shape: store geometry before redrawing can occur so that
  the geometry is more reliably respected.
  Fixes: https://bugs.launchpad.net/bugs/1353493

[ Christian Dywan ]
* Square overflow panel style for header pop overs.
  Fixes: https://bugs.launchpad.net/bugs/1336789

105. By PS Jenkins bot

[ Florian Boucault ]
* UbuntuShape: removed QML proxy.

[ Loïc Molinari ]
* [UbuntuShape] Implemented QSGMaterial::compare() methods so that
  Ubuntu shapes can be batched.
  Fixes: https://bugs.launchpad.net/bugs/1350863.
* Disconnected from old texture provider signals (Ubuntushape)

[ Tim Peeters ]
* Make header text color configurable, and always match the header
  icon colors to the header text color.
  Fixes: https://bugs.launchpad.net/bugs/1315884
         https://bugs.launchpad.net/bugs/1317816.

[ Christian Dywan ]
* Move QSKIP for test_updateAlarm_Repeating one line up.

[ Zsombor Egri ]
* Text input context menu facelift.

[ Michał Sawicz ]
 * Add "source" property to the Icon component.
   Fixes: https://bugs.launchpad.net/bugs/1284233

104. By PS Jenkins bot

[ Michał Sawicz ]
* Add "source" property to the Icon component.

[ Tim Peeters ]
* Reduce header height by 0.5 grid units.
* Visual updates: colors, icon sizes, semi-transparent buttons.
* Allow app developers to disable the back button by setting an
  invisible back action for the page.
* Fix icon loading problems.
  Fixes: https://bugs.launchpad.net/bugs/1349769
* New visuals for sections in the header divider.

[ Christian Dywan ]
* Implement optional strokeColor in AbstractButton.
  Fixes: https://bugs.launchpad.net/bugs/1332580

[ Florian Boucault]
* StateSaver: also save the type of each property along with its
  value so that we can convert them back to the right type during
  state restoration. This makes some problematic cases such as
  enumeration to work.

[ Albert Astals ]
* Placeholder is also shown on focus

[ Martin Pitt ]
* Fix installability of ubuntu-ui-toolkit-examples with
  qtdeclarative5-ubuntu-ui-toolkit-plugin-gles.
  Fixes: https://bugs.launchpad.net/bugs/1346650

[ Omer Akram ]
* Add helper methods for TextArea. There is a separate 'clear'
  method because the one that exists in TextField class checks
  the property hasClearButton which TextArea does not have.
  Fixes: https://bugs.launchpad.net/bugs/1327354

103. By PS Jenkins bot

[ Christian Dywan ]
* Wrap tempfile.NamedTemporaryFile to discard underscored
  filenames
* Print errors and help to sys.stderr
* Fixes false positives where buttons say for example Anrufen
  as opposed to Call depending on the local
* Use memory alarm backend for API/ deployment and don't warn
  about it
* Update selection and cursor to blue
* Suppress error output from dpkg-architecture.

[ Tim Peeters ]
* New sizes for icons and touch areas in header.
* Workaround for large-timestamp autopilot bug
* Push modules/Ubuntu/Components/qmldir in push_to_phone.sh
* Various design tweaks:
  - Update CheckBox/Switch colors
  - Use new header by default in UITK gallery
  - Add margins for left and rightmost buttons in header
* Updateed font sizes
* Don't automatically close a Panel when the user presses next
  to it, and update Panel position when its height changes.
* Support sections in header divider.
* Add new colors to UbuntuColors.
  Fixes: https://bugs.launchpad.net/bugs/1335826.

[ Renato Filho ]
* Reset item state if the cancelItemRemoval() function was
  called after the item be removed.

[ Zeller Benjamin ]
* Work around LP: #1338602, RotationAnimator crashes application

[ Michael Zanetti ]
* Add typeString to UbuntuTestCase

[ Ugo Riboni ]
* Add a boolean property to allow hiding the ProgressBar label.
  Fixes: https://bugs.launchpad.net/bugs/1317377.

[ Nekhelesh Ramananthan ]
* Adds examples to Actions, backAction and fixed the contents
  example in the PageHeadConfiguration.

[ Leo Arias ]
* Simulate the supported devices on gallery autopilot tests.
* Remove the hiding of the toolbar on the option selector
  gallery autopilot tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/ubuntu-ui-toolkit
This branch contains Public information 
Everyone can see this information.

Subscribers