← Back to team overview

ubuntu-phone team mailing list archive

SDK team status - 16.05.2014

 

Hi all,

I have decided to wait few days with the status report so you can hear about some fresh good news :)

SDK Tools - QtCreator plugins

* Go-QML support in the QtCreator (`sudo apt-get install qtcreator-plugin-go` on Utopic) * Support of multi arch emulator (Yes it means you can create super fast x86 emulators from QtC)
* The Emulator handling is final. The emulators are just like any device.
* Move the UITK examples to recommended packages
* Add a script to wait for the started emulator and return the serial number
* Move the UITK examples to recommended packages
* Fallback to local policy detection if no device is detected Do not hardcode policy version
* Add tab.js dependency to the html5 template
* Rename AppArmor tab to Security profile
* Implement editor for device displayName, shows on doubleclick
* Integrate the device_wait_for_shell script into the device detection process.
* New script to wait for Unity8 shell on the given device

UI Toolkit

* Take visibility of actions into account when determining whether an overflow is needed in header. Fixes: https://bugs.launchpad.net/bugs/1316631 * Improve automatic setting of the active property of Pages, Tabs, PageStack. Pages defined as children of PageStack are now not active by default until they are pushed on the stack, and inactive pages are not visible. Fixes: https://bugs.launchpad.net/bugs/1225079, https://bugs.launchpad.net/bugs/1260116, https://bugs.launchpad.net/bugs/1317902
* Elide titles in the header that are too long to fit.
* Add documentation and print a warning when apps put PageStack/Tabs/Page inside a Page. * Add a Theme section to the Icon section in the gallery. Fixes: https://bugs.launchpad.net/bugs/1312710
* Right selection caret positioning fix.
* Block wheel events to items below PopupBase.qml Fixes: https://bugs.launchpad.net/bugs/1315775. * Improve the haptics button feedback to be more like other on mobile architectures (less rattling, more realistic). Fixes: https://bugs.launchpad.net/bugs/1290201. * Make it possible to replace the title in the header with a custom Item. Fixes: https://bugs.launchpad.net/bugs/1314948 * Use selectedIndex of the tabs model instead of the TabBar everywhere in TabBarStyle to fix a bug that uses Tabs on a PageStack. Fixes: https://bugs.launchpad.net/bugs/1316736 * Fix the positioning of a popover pointer on a small screen in portrait mode. Fixes: https://bugs.launchpad.net/bugs/1208833
* Export to load modules from source and allow arguments.
* linearSecondsPicker check it's not resetting and count is correct
* Text input caret positioning fix for the cases when TextField has overlay primary items and when RTL is enabled.
* Export to load modules from source and allow arguments.
* linearSecondsPicker check it's not resetting and count is correct
* Add a section for the ThinDivider to the gallery. Fixes: https://bugs.launchpad.net/bugs/1312716. * Use locale format specifier in textfield_numbers. Fixes: https://bugs.launchpad.net/bugs/1311907. * PageUp/PageDown fix in text inputs. Fixes: https://bugs.launchpad.net/bugs/1180188. * Text input caret handler visuals and functionality. Fixes: https://bugs.launchpad.net/bugs/1183257.
* Introducing Ubuntu.Components.Styles 1.1 module.
* Add the possibility to override the back button in the header. Fixes: https://bugs.launchpad.net/bugs/1314945. * Simplify code by setting header and toolbar properties in MainView instead of Page. * Move toolbar tools that were defined using an Action to header Fixes: https://bugs.launchpad.net/bugs/1273185. * 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. * Currently there is no animation of the listItem when cancelItemRemoval() is called, which causes a 'jump' in the listItem, this allows for the animation to occur. * Deprecated the ubuntuuitoolkit.emulators namespace. Split the autopilot helpers in smaller files.

cheers,

Zoltán Balogh