← Back to team overview

ubuntu-phone team mailing list archive

SDK team status - 05.05.2014

 

Hi all,

We have busy two weeks behind as. Several long pending fixes and improvements are landed on the recent image and the IDE has few exciting improvements.

SDK Tools - QtCreator plugins

 Done:
  * Added new QML (UI Toolkit) based devices mode.
* Reworked backend that handles devices and emulators and put it into QAbstractListModel derived classes to control them from QML * Fixed a bug with starting applications on the device that don't use a launcher * Switched to the RemoteLinux configuration widget , it provides better informations about the device state in the options dialog * Easy creation of Kits for devices that are not assigned (Autocreate Kit)
  * Minor fixes for scope preview template.
* Update webapp template to account for the latest & most up to date changes (LP: #1313889) * Re-enable launching HTML5 apps on the device after the recent interface change. (LP: #1311692)

 Next
  * Go-QML support in the QtCreator
* Improved Click Package installation and execution from QtC (needs UAC debug support)
  * Store integration

UI Toolkit

 Done:
  * Run unit tests only for i386, amd64 and armhf
  * Use locale format specifier in textfield_numbers. Fixes: (LP: #1311907)
* Resolve QList<QQmlError> warnings by porting to UbuntuTestCase.warnings.
  * Animation of the listItem when cancelItemRemoval() is called
  * Introducing Ubuntu.Components.Styles 1.1 module.
* Text inputs show context menu when right-clicked on desktop. Fixes: (LP: #1276821) * Fixes TextField and TextArea selection and scrolling behaviors. Fixes: (LP: #1168914), (LP: #1183255)
  * Dismiss Popovers when any of the mouse buttons is pressed.
  * ComboButton component. Fixes: (LP: #1276172)
* QuickUtils::rootItem() to return the actual root object in case the internal root item is reached.
  * Moving to import version 1.0, which is the same as version 0.1.
* Fix for alarm dates to occur in the same time in all timezones. Fixes: (LP: #1283236)
  * Mouse filters forwarding fix to proxy items.
  * Fix for arm64 test failure. Fixes: (LP: #1308086)
* Fix alarm fetching order and interval. Fixes: (LP: #1283212, (LP: #1285958) * Flick and mouse long press simulation added to UbuntuTestCase. Fixes: (LP: #1288937) * Remove already inherited properties from OptionSelectorDelegate, ValueSelector, Subtitled, Standard and Base list item components. * Change parent of OptionSelectorDelegate from Standard to Empty, because it effectively disabled all the visuals of Standard.
  * Back button in new header. Fixes: (LP: #1256424)
* First version of the tabs in a drawer. Fixes: (LP: #1228042), (LP: #1273187) * Put the TabBar inside of the HeaderStyle instead of directly in the style. Fixes: (LP: #1292601)
  * Make the panel draggable again instead of opening completely on press.
* Create a new entry in CHANGES to record the changes for Ubuntu.Components 1.1.
  * Move the property to keep track of the selected tab to the tabs model.
* Deprecated the ubuntuuitoolkit.emulators namespace. Split the autopilot helpers in smaller files.
  * autopilot emulator for OptionSelector.

Next:
  * New header design API
  * Initial steps for toolbar to header transition done
  * Existing convergence related fixes done
* Prerequisite made to include design guidelines into component API documentation

cheers,

Zoltán Balogh