ubuntu-ui-toolkit (1.3.2190+17.04.20170327ubuntu1) artful; urgency=medium * Drop upstart dependency from ubuntu-ui-toolkit-autopilot, as it is going away. -- Dimitri John Ledkov Mon, 24 Apr 2017 10:32:45 +0100 ubuntu-ui-toolkit (1.3.2190+17.04.20170327) zesty; urgency=medium [ Christian Dywan ] * Make AdaptivePageLayout handle layoutDirection out of the box. * Change layoutDirection from gallery (via UCApplication). Fixes LP: #1666869 * Use layoutDirection to select icon for Back button. Fixes LP: #1665938 * Ellipsize subtitle in the PageHeader. Fixes LP: #1660390 [ Albert Astals Cid ] * Fix regression that broke BorderImage. Fixes LP: #1671449 -- Zoltán Balogh Mon, 27 Mar 2017 09:27:32 +0000 ubuntu-ui-toolkit (1.3.2184+17.04.20170306) zesty; urgency=medium [ Adnane Belmadiaf ] * Add support for CheckBox label when set * Add more tests for checkbox. Fixes LP: #1333228, LP: #1442851. * Make sure we resets partial text input from the input method. Fixes LP: #1630872. * Fix ListItem title/subtitle alignment & elide in RTL mode. Fixes LP: #1665944. * Fix PageHeader title alignment & elide in RTL mode. Fixes LP: #1665942. * Fix UbuntuListView docs. Fixes LP: #1486940. * Add count prop to OptionSelector. Fixes LP: #1341559. * Replace the hardcoded color with a theme color. Fixes LP: #1664758. * Fix the import statement for Menu, MenuBar and MenuGroup. Fixes LP: #1660604. [ Albert Astals Cid ] * Fix memory leak in UCStyleHints * ThinDivider: Anchors can't be null, set to undefined * No need to call UCUnits::resolveResource to learn we just need to load it normally because the fact that we already loaded it normally means we need to load it normally. Fixes LP: #1558663. * Fix conditional jump or move depends on uninitialised value(s) [ Christian Dywan ] * Initialize UCApplication with no side effects. Fixes LP: #1662868. * Unit test case insensitive FilterBehavior.pattern. Fixes LP: #1663924. * ListItemPopover delegate should (in)visible as per action Bug 1662220: [ListItem] Popupmenu shows traces of disabled actions [ Olivier Tilloy ] * Check that window is not null before accessing its activeFocusItem property. Fixes LP: #1664620. [ Lukáš Tinkl ] * Unbreak the startup race between unity8/qtmir and UITK trying talk to content-hub. Fixes LP: #1663106. -- Zoltán Balogh Mon, 06 Mar 2017 16:04:56 +0000 ubuntu-ui-toolkit (1.3.2166+17.04.20170130) zesty; urgency=medium [ Andrea Bernabei ] * ListItemLayout documentation: fix typo in color usage of a code example. Fixes LP: #1561861 [ Zsombor Egri ] * Get tst_listitem_focus_13 back alive. Fixes LP: #1624331. [ Arthur Mello ] * Add support for interacting with Content Hub Clipboard UI via DBus calls. Fixes LP: #1563440. [ Daniel d'Andrada ] * If GRID_UNIT_PX set, always use it. It should override scaling information from the QPA. [ Adnane Belmadiaf ] * Expose append method in TextArea. Fixes LP: #1658121. [ Tim Peeters ] * Toolbar visual refresh to scroll the icons instead of using an overflow panel. Fixes LP: #1558018. * Add missing dependency for the UITK gallery. Fixes lLP: #1640135 [ Sergio Cazzolato ] * This change is done to remove the dependencies with upstart in the tests. To start apps with env vars is gonna be used the launch_test_application method provided by autopilot in its test base class which is a wrapper for the ubuntu-app-launch tools (API). This change removes all the dependencies with upstart, so all the projects which are using the initctl api and fixtures will be impacted. An update in the documentation or in the blog is gonna be done also to communicate this change to the developers. [ Christian Dywan ] * Add visualRoot property to MainWindow. Fixes LP: #1504551, LP: #1656857. * Add python3-debian to control.gles and harden package-sorting.sh. * Add organizationName property to MainWindow * Add MainWindow to Ubuntu.Components.Labs. Fixes LP: #1573118, LP: #1587431, LP: #1647415 [ Albert Astals Cid ] * Labs is at 1.0. * You can't save the focus after the popup/dialog has been created, at that stage the dialog has focus already, you need to do it before creating it. -- Zoltán Balogh Mon, 30 Jan 2017 11:30:03 +0000 ubuntu-ui-toolkit (1.3.2151+17.04.20161223build1~3) zesty; urgency=medium * No change rebuild -- Timo Jyrinki Wed, 04 Jan 2017 08:54:59 +0200 ubuntu-ui-toolkit (1.3.2151+17.04.20161223) zesty; urgency=medium [ Zsombor Egri ] * Enable mouse, touchpad and keyboard detection in UITK. Fixes LP: #1536669 * Colors revisited. * Qt5.7 related fix for theming - by Glen Whitney. [ Timo Jyrinki ] * parent = Q_NULLPTR instead of 0. Fixes LP: #1642617 * More blank lines. Fixes LP: #1642622 * Drop tst_pickerpanel.11.qml (deprecated). [ Christian Dywan ] * Include OSK input in TextArea.displayText. Fixes LP: #1595910 * Drop questionable color tests from tst_textarea.11.qml. Fixes LP: #1624342 [ Lukáš Tinkl ] * Fix slider progress rect with RTL languages. -- Marco Trevisan (Treviño) Fri, 23 Dec 2016 14:52:55 +0000 ubuntu-ui-toolkit (1.3.2141+16.10.20161013.5) yakkety; urgency=medium [ Zsombor Egri ] * Do not show focus frame on ListItem when clicked. Fixes LP: #1628855 * Fix color used to test ListItem.highlighted. Fixes LP: #1624328 [ Christian Dywan ] * Don't skip the entirety of tst_textfield.11.qml. Fixes LP: #1624340 [ Andrea Bernabei ] * SlotsLayout: do not set mainSlot's implicitSize, set its real size instead Fixes LP: #1630167. [ Tim Peeters ] * Enable proper focus handling in the scrolling ActionBar. Fixes LP: #1575893 -- Zoltán Balogh Thu, 13 Oct 2016 17:16:31 +0000 ubuntu-ui-toolkit (1.3.2135+16.10.20161003.1) yakkety; urgency=medium [ Christian Dywan ] * Fix warning about using implicit char* to QString conversion. * __styleInstance may be null, when doesn't handle that. Fixes LP: #1586013 * Focus ring, arrow keys and space to expand OptionSelector. Fixes LP: #1514860 * Use QStringLiteral with QString.replace. Fixes LP: #1625507 * Use displayText to determine if the clear button should show. Fixes LP: #1461571 * && escapes an ampersand used in a mnemonic label. Fixes LP: #1587580 * Try harder to pass an item to QuickUtils.rootItem. Fixes LP: #1586013 [ Timo Jyrinki ] * Enable arm64 unit tests on xenial and newer. Fixes LP: #1580172. * Add initial snapcraft.yaml [ Marco Trevisan ] * UCSlotsLayout: update the size of the element when top/bottom paddings change. Fixes LP: #1628161 [ Tim Peeters ] * Ensure that the model in TabBarStyle is a list and not null. Fixes LP: #1622577. * Initialize the 'window' context property with null and add MainView 1.3 unit tests. Fixes LP: #1610231, LP: #1621509, LP: #1625993. * Fix libpng sRGB profile warnings on Yakkety. Fixes LP: #1625137. * Disable layouts unit test to work around bug 1625137 on Yakkety. [ Zsombor Egri ] * Fix AdaptivePageLayout behavior on Qt5.6. Fixes LP: #1585996. * Fix property binding restore on theme palette values. Fixes LP: #1570478. * Move activeFocusOnTab from style into components. Fixes LP: #1590005. [ Loïc Molinari ] * Added public headers extra robustness checks. Made use of the qmake headersclean feature to check the robustness of our public headers. * Excluded LTTng features from non-Linux builds. * Moved common C++ configs to ubuntu_common.prf. The common config file doesn't add -Werror directly to QMAKE_CXXFLAGS anymore, it sets the warnings_are_errors variable so that it is correctly handled by different compilers (not just GCC). That allows to remove the -Werror=deprecated-declarations flag since warnings_are_errors defines it for us. Removed the DEFINES += QT_USE_QSTRINGBUILDER lines since it's already handled by qt_module.prf. Set the -Wsuggest-override warning to QMAKE_CXXFLAGS_WARN_ON instead of QMAKE_CXXFLAGS directly. * Cleaned up qmake Ubuntu packaging variables. The qtbase packaging for Ubuntu exports the CFLAGS, CXXFLAGS and LFLAGS variables in the environment before running configure so that the qtbase shared libraries can be compiled with the required distribution defined compiler flags. That is fine (though I guess that could be handled better at the qtbase packaging level with maybe a dedicated prf) but it results in qt_build_config.prf defining the QMAKE_CFLAGS, QMAKE_CXXFLAGS and QMAKE_LFLAGS variables with these distribution specific flags. Since we load this prf, these variables end up being defined when building the toolkit for development purpose. This is problematic because -O2 and -g are always defined (whatever the debug or release config chosen by the developer), also these are GCC specific flags which makes our build break with other compilers. This is also ugly because preprocessor defines are directly set in the QMAKE_C*FLAGS. In order to workaround these issues, we unset these variables and set the different flags apart from -g and -O2 in the right qmake variables. This allows to keep compiling with the Debian flags but in a more flexible way. For the Debian packaging, we keep the former behaviour by simply passing the debian_build config. * Optimised QString code gen for ASCII strings known at compile-time. That allows the compiler to optimise our code better by putting all these QStrings known at compile time in the .rodata section of the binary as well as preventing a bunch of useless processing on them. That also allows us to remove "DEFINES -= QT_ASCII_CAST_WARNINGS" from the UbuntuToolkit pro file. [ Zoltán Balogh ] * Explicit include of cstdio. [ Andrea Bernabei ] * Qt5.6: Fix expandablescolumn.11 and expandables.11 unit tests * Qt5.6 fixes QTBUG-41686 and requires x/y to be explicitly passed. Fixes LP: #1610230. * Qt5.6: fix Scrollbar unit tests * Qt5.6: fix ubuntulistview.10 unit test -- Zoltán Balogh Mon, 03 Oct 2016 11:39:58 +0000 ubuntu-ui-toolkit (1.3.2104+16.10.20160929) yakkety; urgency=medium * Enable arm64 unit tests on xenial and newer. (LP: #1580172) -- Timo Jyrinki Thu, 29 Sep 2016 10:00:20 +0000 ubuntu-ui-toolkit (1.3.2104+16.10.20160919.3) yakkety; urgency=medium [ Andrea Bernabei ] * Scrollbar: more hover related bugfixes and unit tests. Fixes: LP: #1616868, LP: #1616926 [ Christian Dywan ] * QuickUtils.rootObject() needs to handle QQuickWindow. Fixes: LP: #1617745 * Correctly test and fix trigger override of ComboButton. Fixes: LP: #1614045 [ Zoltan Balogh ] Increase the top marging when scrolling upwards. Fixes LP: 1618581 [ Timo Jyrinki ] * Temporarily skip unit tests on xenial while not all MPs to fix Qt 5.6 issues have landed yet. [ Michael Terry ] * Make ActivityIndicator spinner blue instead of orange. Fixes: LP: #1577828. [ Loïc Molinari ] * Changed src/ directory layout. Made the source directory layout consistent with Qt libs. The C++ libraries have been moved to src/ and the QML modules to src/imports/. That also makes it easier to differentiate between modules and libraries since we have a bunch of them now. * Moved internal tools meant to generate code for the toolkit lib from the QML module directory to the lib directory where it makes more sense. * Fixed the build as a Qt submodule. * Fixed, cleaned up and standardised header inclusions. Apart from the clean up and the readability improvements, this fixes a bunch of broken private header inclusions (#include "foo_p.h" in private headers instead of "private/foo_p.h" or better ), now all the private headers of the UITK can be included by the users withour compilation issues. It also removes a bunch of direct includes from sources and a few INCLUDEPATHs hacks.See the CODING file for more details. * Cleaned up ubuntu_qt_module.prf and the libs using it. 1/ Moved the common config options from the pro files to the prf file to avoid duplications and simplify the files. 2/ Removed the useless "TEMPLATE=lib" and "load(qt_build_config)" lines from the pro files since it's done for us by qt_module.prf. 3/ Use QT= instead of QT*= since it's well defined that by default its content is "core gui". 4/ Prefixed headers and sources by $$PWD/ and sorted the lines alphabetically. 5/ Merged the SOURCES declarations in UbuntuToolkit.pro. 6/ Removed the useless "DEFINES += QT_USE_QSTRINGBUILDER" line from UbuntuToolkit.pro since it's done for us by qt_module.prf. 7/ Removed the useless "QMAKE_CXXFLAGS -= -Werror=deprecated-declarations" and "DEFINES -= QT_DEPRECATED_WARNINGS" lines from UbuntuToolkit.pro since it's already done in ubuntu_qt_module.prf. 8/ Added a few comments. * Made use of Qt builtin to check GCC version. [ Tim Peeters ] * Improve the initialization of Action when it gets both iconName and iconSource from an external component when iconSource is undefined. This fixes the some times missing overflow button in the ActionBar with Qt 5.6. I also removed action: modelData from the OverflowPanel because this is already set automatically in ActionSelectionPopover after everything is initialized. That fixes a ReferenceError in OverflowPanel with Qt 5.6. Fixes: LP: #1616858. * Use the new arrow icons from the suru-icon-theme in the scrolling ActionBar. * Do not skip Xenial and Yakkety series for running unit tests. Individual unit tests that fail with Qt 5.6 have been disabled, and bugs are reported here: http://goo.gl/stAe43 [ Zsombor Egri ] * New visuals for ProgressBar. Fixes: LP: #1587176. * Fix regression on ActionList API. Fixes: bugs 1623841. * Do not show focus frame on disabled items. Fixes: bugs 1611327. -- Zoltán Balogh Mon, 19 Sep 2016 11:52:07 +0000 ubuntu-ui-toolkit (1.3.2085+16.10.20160915) yakkety; urgency=medium [ Zsombor Egri ] * Fix ActionList API break. (LP: #1623841) -- Zoltán Balogh Thu, 15 Sep 2016 15:17:27 +0000 ubuntu-ui-toolkit (1.3.2085+16.10.20160831.4) yakkety; urgency=medium [ Zoltan Balogh ] * Remove the *.la files from the -dev package; they have been obsolete for many years, cause dependency trouble. * Fix the sscanf and roundf incompatiblity for Yaketty builds [ Nick Dedekind ] * API for MenuBar, Menus, MenuItem & MenuSeparator. * Introduced Action states & ExclusiveGroup action list [ Tim Peeters ] * Add ScrollingActionBarStyle. [ Zsombor Egri ] * SplitView to Ubuntu.Components.Labs. * Get rid of pragma warning, use standard way to mark an argument unused; fix build failure related to static const used in qMin(), happening with Qt5.5.1 [ Florian Boucault ] * ActivityIndicatorStyle: set default size on component instead of style. [ Morgan ] * Update Popover and ListItem code examples to use the new ListItem and ListItemLayout components. -- Zoltán Balogh Wed, 31 Aug 2016 16:45:18 +0000 ubuntu-ui-toolkit (1.3.2073+16.10.20160824) yakkety; urgency=medium [ Zsombor Egri ] * No need to check the setting anymore when vibrate. Fixes LP: #1433590. [ Albert Astals Cid ] * AbstractButton: Bind mouse area signals earlier. Otherwise it can happen that someone clicks on button and the binding is still not done, i.e. 22911213 . Fixes LP: #1610165. [ Christian Dywan ] * Fix build warnings. * Remove unused Q_Q(UCAbtractButton) declaration. [ Larry Price ] * Address documentation issue in UbuntuListView - pullToRefresh has "enabled" property. Fixes LP: #1387679 [ Loïc Molinari ] * Added new C++ UbuntuMetrics library. This library allows the monitoring of various metrics in QtQuick 2 applications. It allows the logging of different metrics as well as overlaying these metrics on top of each QtQuick windows. * Added LTTng support to UbuntuMetrics. * Added support for logging generic events. Made use of it to log predefined ApplicationMonitor events. Predefined events only define UserInterfaceReady for now, as it's needed to track start-up time. * Wrapped libUbuntuMetrics to QML. [ Florian Boucault ] * Icon, Switch and ProgressBar: enable use of texture atlas. * ActivityIndicator: do not load the image until the ActivityIndicator is made visible. Load it asynchronously. [ Tim Peeters ] * Remove unused CHANGES, CHANGES.syntax and NEWS files. -- Zoltán Balogh Wed, 24 Aug 2016 11:35:29 +0000 ubuntu-ui-toolkit (1.3.2060+16.10.20160814) yakkety; urgency=medium [ Zoltan Balogh ] * Fix OptionSelectorTestCase tests. * Fix more OptionSelector autopilot tests [ Timo Jyrinki ] * Disable documentation building for GLES builds. Fixes LP: #1606222. * Replace abs with qFabs due to GCC6 breakage. Fixes LP: #1610943. * Limit s390x dependencies more due to upstart/s390x problems and removed packages in archives. Fixes LP: #1610951 [ Andrea Bernabei ] * ListItemLayout doc: add elide mode change example and add section about labels default properties values. Fixes LP: #1603450. * ListItemLayout doc: add explicit note about the need to bind ListItem's height to layout's height. * More Scrollbar optimizations: 20% faster creation time. Fixes LP: #1606451 * Scrollbar: fix wrong thumb color on tap/mouse release and increase coverage of hover states unit tests. Fixes LP: #1608897 [ Zsombor Egri ] * Fix null pointer property initializer used with 1.3 PageWrapper. Fixes LP: #1604780. * Fix BottomEdge content URL preloading. Fixes LP: #1604509. [Albert Astals Cid ] * UCUnits::resolveResource: Prefer image path if it exists. This saves searching the disk for @gu images, which is a big speedup. According to callgrind loading 100 images from a folder that contains 380 images goes from around 3 million instructions per UCUnits::resolveResource call down to around 10 thousand. This optimization is ok since it is not correct to ship both image.png and image@20.png. You either have to ship gu-enabled files or not, but mixing them is not allowed. Searched for cases in which that may be happening in my phone and found none. Fixes LP: #1604029. [ Tim Peeters ] * Configure colors of the buttons in the ActionBar and PageHeader through their Styles. Fixes LP: #1597774. * Fix assigning of constant values to a grouped property in StyleHints. Fixes LP: #1602836. * Fix list view keyboard navigation for RightToLeft and BottomToTop directions. Fixes LP: #1605634 * Use external QML files instead of embedded QML strings for autopilot tests. Fixes LP: #1578319 * Fix failing autopilot header tests. * Fix ActionSelectionPopover Autopilot CPO tests. [Christian Dywan ] * Include indexes in "offline" docs and filter out link errors. Fixes LP: #1603937. * Increase focus ring thickness from 1dp to 2dp. Fixes LP: #1602690. * Add a snippet about tests to the toplevel README * Enter/Return to trigger, Space to expand ComboButton. Fixes LP: #1523817. * Initialize engine variable before using it in the _engine case. * Use Qt.rgba instead of #0000 checking ListItem default color. Fixes LP: #1560004 * Don't use a different .desktop file in the gallery tests. Fixes LP: #1578319 * Update scaling docs, set QT_SCALE_FACTOR and unset GRID_UNIT_PX. Fixes LP: #1610208 [ Florian Boucault ] * Sections: load Icons asynchronously. -- Zoltán Balogh Sun, 14 Aug 2016 09:06:46 +0000 ubuntu-ui-toolkit (1.3.2030+16.10.20160726.15) yakkety; urgency=medium * More s390x dependencies workarounding until upstart is really fixed. * Replace abs with qFabs due to GCC6 breakage (LP: #1610943) -- Timo Jyrinki Mon, 08 Aug 2016 13:26:34 +0300 ubuntu-ui-toolkit (1.3.2030+16.10.20160726.2) yakkety; urgency=medium [ William Hua ] * Make qml-module-ubuntu-components-gles depend on qml-module-ubuntu-performancemetrics-gles. [ Christian Dywan ] * Set default for TextArea.persistentSelection and correct type. Fixes LP: #1594400 * Add version suffix to all unit tests in visual. * Stop using macros for namespaces in headers. Fixes LP: #1596536. * More robust list and namespace handling in apicheck. Fixes LP: #1595461 [ Zsombor Egri ] * Separate plugin for Ubuntu.Components.Labs. * Create separate plugin for Ubuntu.Components.Styles. * Move C++ components into UbuntuToolkit library. * Remove fw-headers from UbuntuGestures and UbuntuToolkit. We are no longer supporting them as public C++ API. [ Zoltán Balogh ] * Break unity8 with lower version 8.13. [ Tim Peeters ] * Improve the i18n documentation for plurals. Fixes LP: #1184810 * Don't get APL subheader colors from MainView AppHeader when there is no MainView. Fixes LP: #1588172 * Add Header.automaticHeight property. Fixes LP: #1540240 [ Loïc Molinari ] * UbuntuShape - Use reference counting to handle shape textures. The current shape textures handling system requires to search for the textures associated to the current graphics context by doing a search in an array for each item at each updatePaintNode() call. It also deletes the textures on OpenGLContext::aboutToBeDestroyed() signal emission, which appears in some cases to not have any OpenGL context bound. We propose an alternative to create and destroy shape textures per material creation and destruction with a reference counting mechanism to minimise costly calls. We search for the shape textures (hash lookup with an OpenGL context pointer as the key) only when a texture material is created or deleted, which is much more occasional compared to updatePaintNode() calls. That also ensures textures are deleted with the proper OpenGL context bound. The only drawback is that shape textures are deleted when there is no shape items anymore in a scene and recreated when there is a new one appearing. These operations being quite uncommon and relatively fast, the advantages seem to be higher than the drawbacks. * Expansion of LD_LIBRARY_PATH is broken since it doesn't include a ":", which means PerformanceMetrics path, which is at the end, is actually not available, nor the current content of LD_LIBRARY_PATH. That fixes it using the proper shell expansion syntax. [ Timo Jyrinki ] * Fix packaging sorting bzr hook to work on bzr branches that are local only. * Disable documentation building for GLES builds [ Florian Boucault ] * ProgressionVisual: do not load the icon until the progression is made visible. * Scrollbar: do not load the stepper icon until it is visible. * Scrollbar: load stepper icon asynchronously. * Icon: only load when completed and therefore avoids multiple reloads caused by size changes. -- Zoltán Balogh Tue, 26 Jul 2016 08:40:14 +0000 ubuntu-ui-toolkit (1.3.2009+16.10.20160615.3build1~1) yakkety; urgency=medium * Rebuild against Qt 5.6. -- Timo Jyrinki Wed, 20 Jul 2016 15:20:21 +0300 ubuntu-ui-toolkit (1.3.2009+16.10.20160615.3) yakkety; urgency=medium [ Tim Peeters ] * Introduce Styles.SectionsStyle. Fixes LP: #1585548 * Update header contents only after its style was initialized. Fixes LP: #1588837 * Update export_qml_dir.qml to work inside a lxd container. * Draw a red outline around the subheader in AdaptivePageLayout to warn that the old header is deprecated. Fixes LP: #1583636 [ Christian Dywan ] * Select the current item before adding the test page. * Introduce gallery for browsing visual tests. * Put Scrollbar in ShaderEffectSource to blend with frame. Fixes LP: #1583543 * Correctly use build/src dir with unit tests. Fixes LP: #1589982 [ Florian Boucault ] * Do not initialize haptics at startup but only when used for the first time. * PageHeadButton: do not load the icon until the button is made visible. [ Albert Astals Cid ] * Prepend UC_ to performance env vars. * Using -1 as PERFORMANCE_MONITOR_WARNING_COUNT_THRESHOLD envvar disables the warning count threshold. * Add envvars to change the performance monitor variables. -- Zoltán Balogh Wed, 15 Jun 2016 18:32:29 +0000 ubuntu-ui-toolkit (1.3.1995+16.10.20160607.1) yakkety; urgency=medium [ Albert Astals Cid ] * Initialize two variables physicallyEnded in the dummy TouchInfo constructor m_nextTimeoutTime in the FakeTimer It's not really needed since it's only used in update() if start() has been called that then initializes m_nextTimeoutTime But it's always nice to initialize all members. [ Zsombor Egri ] * Move PropertyChange into UbuntuToolkit package. [ Christian Dywan ] * Merge tests/unit and tests/unit_x11. Fixes LP: #1273696 * UCListItem needs to handle click/trigger by keyboard. Fixes LP: #1581027 * Remove TARGET pointing at "gallery" script qmake can't tell that it's not a generated file. Fixes LP: #1523093. [ Zoltan Balogh ] * Skip unit tests only on Yakketi. Fixes LP: #1588598 [ Tarmac, Zoltán Balogh ] * OTA12-2016-06-07 landing -- Zoltán Balogh Tue, 07 Jun 2016 18:25:12 +0000 ubuntu-ui-toolkit (1.3.1988+16.10.20160601) yakkety; urgency=medium [ Christian Dywan ] * UCAbstractButton needs to accept key release events. Fixes LP: #1581026 [ Andrea Bernabei ] * Documentation: fix missing or outdated imports in QML modules (Popups, Pickers, Themes, ListItems), misuse of qdoc API and similar. Fixes LP: #1570156, LP: #1585557, LP: #1585585, LP: #1585591. * tst_slotslayout: tentative fix for a very rare CI failure. Fixes LP: #1571426 [ Tarmac, Zoltán Balogh ] * OTA12-2016-06-01 -- Zoltan Balogh Wed, 01 Jun 2016 11:52:35 +0000 ubuntu-ui-toolkit (1.3.1984+16.10.20160527.2) yakkety; urgency=medium [ Christian Dywan ] * Slimmer frame for TextFields: 0.5dp. Fixes LP: #1578190. [ Albert Astals Cid ] * Add override The override specifier (since C++11) specifies that a virtual function overrides another virtual function. In a member function declaration or definition, override ensures that the function is virtual and is overriding a virtual function from the base class. [ Tim Peeters ] * Fix reference error in PullToRefreshStyle. Fixes LP: #1582843 * Mark Tab, Tabs, TabBar, PageHeadConfiguration, PageHeadSections, PageHeadState, ToolbarButton, ToolbarItems as deprecated in the documentation. Fixes LP: #1566735, LP: #1566741. [ CI Train Bot ] * Resync trunk. -- Zoltan Balogh Fri, 27 May 2016 07:08:44 +0000 ubuntu-ui-toolkit (1.3.1979+16.04.20160517.4) yakkety; urgency=medium * Rebuild for arm64 gles switch. -- Timo Jyrinki Wed, 25 May 2016 06:59:29 +0000 ubuntu-ui-toolkit (1.3.1979+16.04.20160517.1) xenial; urgency=medium [ Tim Peeters ] * Fix flickable topMargin adjustments by PullToRefreshStyle. Fixes LP: #1578619 * Postpone setting MainPage.active to true until the components are loaded to avoid initialization problems. Fixes LP: #1570886 * Remove old code from Tabs example. Fixes LP: #1566736 [ Zsombor Egri ] * AdaptivePageLayout vertical divider occludes with ListItem's visuals. Fixes LP: #1575060 * Fix palette colors, add focused palette value set. Fixes LP: #1554473, LP: #1555245 * Fix section colors. Fixes LP: #1582339 [ Christian Dywan ] * TextField flickable mustn't have the height of the parent. Fixes LP: #1370557, LP: #1571576 * ToolbarButton example is specific to 1.3. Fixes LP: #1576463. * Size swipe area rectangles relative to the parent. * Verify control.gles which isn't picked up automatically. Fixes LP: #1576112 * Interactive Scrollbar in TextArea with spacing. Fixes LP: #1526726 [ Lukáš Tinkl ] * Fix some image scaling issues by reusing Qt code (QImage instead of QPixmap). Fixes LP: #1421293, LP: #1573532. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Tue, 17 May 2016 15:50:54 +0000 ubuntu-ui-toolkit (1.3.1960+16.04.20160511.4) xenial; urgency=medium [ Christian Dywan ] * Text input focus must always follow main component [ Tim Peeters ] * Remove unused dbus import in autopilot helper. [ Zsombor Egri ] * Fix regression introduced in ComboButton due to the binding loop bug on AbstractButton implicit sizes. (LP: #1580627) -- Zoltan Balogh Wed, 11 May 2016 19:46:58 +0000 ubuntu-ui-toolkit (1.3.1960+16.04.20160502) xenial; urgency=medium [ Albert Astals Cid, Gerry Boland, Michał Sawicz ] * Enable dynamic changing of grid units instigated by the shell (LP: #1573532) [ CI Train Bot ] * Resync trunk. [ Gerry Boland, Lukáš Tinkl, Michał Sawicz ] * Adjust the UnityThemeIconProvider to duplicate Qt's own image loading behaviour, fixes some image scaling issues (LP: #1573532, #1421293) -- Michał Sawicz Mon, 02 May 2016 13:29:08 +0000 ubuntu-ui-toolkit (1.3.1960+16.04.20160428.1) xenial; urgency=medium [ Andrea Bernabei ] * Scrollbar: new visual update for pressed/hovered states plus handling of restricted size corner cases (shrinking etc). Fixes LP: #1573355 [ Christian Dywan ] * Run pep8 as part of 'make check' unit test runs. The MR includes fixes to make pep8 pass on Jenkins as well as a regression in the test method introduced by the previous, larger pep8-related reformattings. Fixes LP: #1454322, LP: #1572981. * Use gu in expected position for test_popover_follows_pointerTarget. Fixes LP: #1569794. * XML test results all may not start with test_tst_. Fixes LP: #1573629 * Handle keyNavigationFocus in InputHandler. Fixes LP: #1522739 [ Zsombor Egri ] * Fix binding loops in AbstractButton. Fixes LP: #1553090 [ Gerry Boland ] * Enable dynamic changing of grid units instigated by the shell. Fixes LP: #1573532 [ Tim Peeters ] * Fix horizontal keyboard navigation in ListView. Fixes LP: #1572991 * Sections keyboard and focus handling. Fixes LP: #1523840 * Fix header screen orientation detection. Fixes LP: #1574663 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Thu, 28 Apr 2016 11:27:10 +0000 ubuntu-ui-toolkit (1.3.1949+16.04.20160421) xenial; urgency=medium [ Zoltan Balogh ] * Make pep8 happy with all the python scripts of the UITK project. Fixes LP: #1454322, LP: #1572981 [ Tim Peeters ] * Update Header.flickable docs. Fixes LP: #1572525 * Fix app freeze after closing Dialog/Popover. Fixes LP: #1568016. * Fix the tests for focus restoration in tst_focus.qml. Fixes LP: #1572983 * Update PageStack unit tests to use PageHeader. Fixes LP: #1572988 [ Pierre Bertet ] * Minor optimization on the palette values declaration. [ Christian Dywan ] * Allow SEGFAULTing tests to be flagged as exceptions. Fixes LP: #1572990 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Thu, 21 Apr 2016 12:06:31 +0000 ubuntu-ui-toolkit (1.3.1938+16.04.20160416) xenial; urgency=medium [ Zoltán Balogh ] * Install the apparmor file with the UITK showcase gallery example application -- Zoltan Balogh Sat, 16 Apr 2016 18:00:00 +0000 ubuntu-ui-toolkit (1.3.1938+16.04.20160414) xenial; urgency=medium [ Zoltán Balogh ] * Fix the toolkit examples for the case when they are used from the IDE -- Zoltan Balogh Thu, 14 Apr 2016 16:30:09 +0000 ubuntu-ui-toolkit (1.3.1938+16.04.20160412) xenial; urgency=medium [ Tim Peeters ] * Hide the PageStack back button when depth == 1. Fixes LP: #1565811 * Add header subtitle. Fixes LP: #1399289 * Reveal the header in gallery when changing the layout to two columns. Fixes LP: #1556860 * Set correct colors for disabled actions in the header. Fixes LP: #1393485 * Disable tst_datepicker.qml to unblock the staging.Fixes LP: #1567840 * Prevent invisible header from setting the flickable topMargin. Fixes LP: #1560419, LP: #1560458, LP: #1566231. [ Zsombor Egri ] * Move MouseTouchAdaptor into UbuntuToolkit library. Fix adaptor code for Xenial. Fixes LP: #1561436 [ Christian Dywan ] * Don't use a separate argument to distinguish touch events. If it's touch, it has our overloaded methods. Fixes LP: #1530802 * Use export_qml_dir.sh in qmlapicheck and runtest Also add Usage to runtest. Fixes LP: #1567286. * Summary style error results with sections. Fixes LP: #1568804 [ Andrea Bernabei ] * Mouse filter: check if mouse is inside the area on mouse moves and setHovered accordingly. Fixes LP: #1566378. [ Timo Jyrinki ] * Add latest changes for GLES. * Add back Provides: qtdeclarative5-ubuntu-ui-toolkit-plugin to resolve upgrade issue. Fixes LP: #1568817 * Fix wrapper script auto-generated by Qt that incorrectly tries to execute itself. Fixes LP: #1560000 * bileto_convert_to_gles: sort and add qml-module-ubuntu-performancemetrics-gles.install. Fixes LP: #1569217 * Add additional Breaks as requested by archive admin. * Add latest changes for GLES. [ Zolán Balogh ] * Fix the UITK test plan script. [ CI Train Bot ] * Resync trunk. added: examples/ubuntu-ui-toolkit-gallery/po/nb.po [ Robert Park ] * Inline GLES packaging. added: debian/bileto_convert_to_gles debian/control.gles debian/rules.gles -- Zoltan Balogh Tue, 12 Apr 2016 11:12:44 +0000 ubuntu-ui-toolkit (1.3.1918+16.04.20160404-0ubuntu1) xenial; urgency=medium [ Benjamin Zeller ] * Register expected warning messages in the tree testcase. * Add testsuite for Tree. Fixes LP: #1549171. * Compile with Qt 5.6. Fixes LP: #1540356 * More Qt 5.6 fixes. [ Michael Terry ] * Add grabGesture field to SwipeArea. * This field controls whether the SwipeArea takes ownership of the gestures it observes. Fixes LP: #1527387. [ Timo Jyrinki ] * Add additional Breaks as requested by archive admin. * Add a test for blocking if packaging not sorted and clean. * More package name transitioning, wrap and sort, fix debian/copyright syntax, update standards-version, fix devel package sections and add/fix lintian-overrides. [ Olivier Tilloy ] * Fix dependencies of the transitional dummy package qtdeclarative5-ubuntu-ui-toolkit-plugin. Fixes LP: #1553551. [ Christian Dywan ] * Rename qtdeclarative5-*-plugin to qml-module-*. Fixes LP: #1342031. * Require a qtdeclarative5 known to have the tab fence patch. * Reset previous theme version and use UbuntuTestCase in tst_animator. * BottomEdge(Hint) focus and close via keyboard. Fixes LP: #1523825 * Add 1.3 version of UbuntuTestCase. * No gdb when running unit tests on armv7l. * Build-depend on python3-debian for wrap-and-sort. [ XiaoGuo Liu ] * Fix AdaptivePageLayout documentation. [ Tim Peeters ] * Properly disable left/right arrows on sections when at the beginning/end of the list. Fixes LP: #1551356. * Sections and old AppHeader landscape mode. Fixes LP: #1551341. * Set the window color as soon as the window is available, to avoid a flickering background when it is updated later. Fixes LP: #1439133, LP: #1554897 * Add theme, style and styleName properties to Dialog and Popover. Fixes LP: #1555548 * Update the gallery script to use the new name of the export script. * Export the full list of library paths. * Prevent Page geometry changes in APL when changing Pages in a column. * Fix typo in DatePickerStyle. Fixes: LP #1561440. [ Zsombor Egri ] * ListItem focus navigation in ListView and other views. Fixes LP: #1523815, LP: #1536679, LP: #1549733, LP: #1549743 * BorromEdge.preloadContent. Fixes LP: #1540454. * Asynchronous loader (AsyncLoader) using incubator, prerequisite for BottomEdge preloading its content. Fixes LP: #1540454. * ListView proxy should not consume up/down key events. Fixes LP: #1554447 * Pick up the right style. Fixes LP: #1555797 * Label makes sure the color alteration is known by the theming. Fixes LP: #1555784 * Fix AsyncLoader tests so they create slightly less amount of elements. * AdaptivePageLayout removes all pages pushed to next columns when addPageToNextColumn() is called. Fixes LP: #1544745 * Fix BottomEdge content discarding. * Disconnect enabled signal in Label in destructor, so functor call will not be handled when QQuickItem triggers enabled change. Fixes LP: #1560044. [ Andrea Bernabei ] * UI Gallery: fix vertical alignment of labels in left panel list items. * ScrollView: add horizontalScrollbar and verticalScrollbar properties to allow custom properties and styling of scrollbars. * Change Scrollbar default top and bottom anchor margins. Tests included. [ Albert Astals Cid ] * Use "/" instead of QDir::separator for building paths that will be passed to Qt. * Some string optimizations in the icon searching code * Improve icon file searching. Leave searching in hicolor to the end. Do not search on icon themes we've already searched. [ Zoltán Balogh ] * Clean up examples. * Improve unit test plan tool [ Florian Boucault ] * Properly disable PerformanceMonitor for toolkit tests only. Re-enable it for everything else. [ Pierre Bertet ] * Fix the lists style in the offline documentation. Fixes LP: #1557472. * Make export_qml_dir.sh compatible with ZSH. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Mon, 04 Apr 2016 04:47:18 +0000 ubuntu-ui-toolkit (1.3.1872+16.04.20160330.2-0ubuntu1) xenial; urgency=medium [ Tim Peeters ] * Set the window color as soon as the window is available, to avoid a flickering background when it is updated later, plus fix runtest.sh to work for xenial on arm. (LP: #1554897, #1439133) -- Zoltan Balogh Wed, 30 Mar 2016 23:08:38 +0000 ubuntu-ui-toolkit (1.3.1872+16.04.20160314-0ubuntu1) xenial; urgency=medium [ Zoltán Balogh ] * land the appstart profiler renamed: app-launch-profiler/app-launch- profiler-lttng.py => app-launch-profiler/app-launch-profiler-lttng app-launch-profiler/appstart_profiling_test_plan.sh => app-launch- profiler/appstart_test -- Zoltan Balogh Mon, 14 Mar 2016 04:36:11 +0000 ubuntu-ui-toolkit (1.3.1872+16.04.20160308-0ubuntu1) xenial; urgency=medium [ Timo Jyrinki ] * Fix gles unit test skipping. * Add s390x to the unit test skipping architectures * UITK test plan - wily -> xenial. Fixes LP: #1544490 [ Christian Dywan ] * Print errors when QuickUtils fails to create a component. * unit tests shouldn't use deprecated Dialog.callera * Correctly count only test case results. The result= value is used in suites and results. * Skip tst_pagehead_visible flakes on non-arm. Fixes LP: #1534651 * Skip flaky tst_mousefilterTest::doubleClicked. Fixes LP: #1542215 * Suppress click signal if releasing outside of ListItem. Fixes LP: #1541148. * Use gdb in runtest.sh to produce backtraces. * Arrow keys change value of a Slider. Fixes LP: #1523824. * Only use Maliit when enabled explicitly in the environment [ Oliver Tilloy ] * Do not try to assign to non-existent property "activeFocusOnPress". Fixes LP: #1532953 * Bubble up ESC key press event if there is no popover to close. Fixes LP: #1546627 [ Loïc Molinari ] * Added private items and nodes for the new component styles. Fixes LP: #1523836 * Made use of new private Frame item for the focusing. * Fixed performance monitor crash because of a NULL timer pointer dereference. Fixes LP: #1546986 * Fixed performance monitor dangling pointer crash. Fixes LP: #1546984 * [ProportionalShape] Ensured width/height ratio is correct with default values. Fixes LP: #1546546 * Added a workaround to prevent a crash while changing the QPA scale factor. [ Florian Boucault ] * Always on performance monitor that logs frames that too long to render. * MainView: proceed to selecting the theme automatically at startup too. Fixes LP: #1535819 * MainView: when no gradient color is needed for the background, rely on QQuickWindow's GL clear color. Lessens overdraw considerably for most apps. Fixes LP: #1439133. * Panel: MathUtils used without import prefix was leading to undefined reference. * Label: use native rendering on low dpi screens (GRID_UNIT_PX <= 10) for sharper looking text. * Gallery: added palette browser to Colors page. [ Tim Peeters ] * Support scrolling in ListViews with horizontal orientation to the qquicklistview CPO. * Add background to AppHeader and remove contents clipping from MainView. Fixes LP: #1531016, LP: #1531457. * Hide AppHeader when using AdaptivePageLayout. Fixes bug 1531871. Fixes LP: #1531871. * Implement horizontal flicking in the flickable autopilot CPO. * Re-order to list of pages in the gallery to be alphabetical. * Fix the autopilot failures introduced with the horizontal scrolling in the Flickable CPO. * Update documentation for MainView, Page, AdaptivePageLayout to use the new PageHeader in all examples. Deprecate old properties. Fixes LP: #1540574 * Add 'animate' property to new internal AppHeaderBase, and do not show a header animation when starting an app without header. Fixes LP: #1518002, LP: #1524901. * Use the correct string for skipping tests on x86_64 . * Sections scrolling and keyboard navigation. Fixes LP: #1465048, LP: #1489591 * Fix autopilot color button failure. [ Zoltán Balogh ] * Create a click packaging project for the UITK Component Gallery. * Improve the test plan executor script. [ Andrea Bernabei ] * Refer to SlotsLayout.Last instead of SlotsLayout.End in SlotsLayout documentation. Fixes LP: #1536170. * Update "Import Statement:" in docs of Ubuntu.Components. Currently Developer's website shows "import Ubuntu.Components 1.2" and "since Ubuntu.Components 1.3" and that is confusing for all app developers. Fixes LP: #1531817. * Fix ListItemLayout multiline labels positioning and add docs about aliasing labels properties * UbuntuTestCase flick(): default events delay to 1. Fixes LP: #1549256. * Add Scrollbar and ScrollView tests plus implementation fixes. [ Benjamin Zeller ] * Fix Bug lp:1535241 "AdaptivePageLayout first example is badly broken". Fixes LP: #1535241. * The click project file is should not be part of the UITK project. * Move MainViewBase to C++. * Move tree.js to C++. * Do not leak the incubator pointer in case a QML engine never took care of it. Delete the object directly. * Move PageWrapper.qml to C++ for 1.3. * Add Ubuntu toolkit shared library * Move ColorUtils to UbuntuToolkit. * Fixes LP: #1540642 * Make sure objects are initialized with extra properties before they are instantiated in the QML engine. * Use QQmlProperty::write() instead of QObject::writeProperty() [ Zsombor Egri ] * Update Palette values for Ubuntu.Components 1.3 and apply the palette on components. First set of visual updates including ListItem, Text inputs, CheckBox, Switch, Slider, PageHeader, ActionBar and BottomEdge. Fixes LP: #1350915. * Contextual Actions - shortcut (and mnemonics) handling must obey active/inactive contexts, such as Page activation as well as Popups and Dialogs. Fixes LP: #1514856. * Attach default theme to the QML Engine it creates. Fixes LP: #1527546 * Palette fix. Update components to use the palette. Fixes LP: #1495477 * Disable rendering performance logs for the unit tests. * Specify message severity for the performance logging category. * Link singletons used as context properties in root context of the QML Engine to the engine instance. Fixes LP: #1539558. * Specify message severity for the performance logging category. * Expose Icon.asynchronous property to drive image loading of the icon. Fixes LP: #1535480. * Redo InverseMosueArea tests to not to use shared view for all the tests. Fixes LP: #1544455 * Get singletons report fatal error in case the parent is null upon first creation. Adjust failing test cases. Fixes LP: #1542309 * Deprecated Theme forces palette to be loaded from 1.2 themes. Fixes LP: #1549830 * Introduce AdaptivePageLayout.asynchronous to the API. Fixes LP: #1540449 * AbstractButton handles 4x4GU minimal sensing area, exposes sensingMargins to extend sensing area even further. Fixes LP:#1468645, LP: #1508114 [ Albert Astals Cid ] * Have a default pixelsPerInch value. Otherwise when running unity8 tests under xvfb we get the wrong parameters warning and tests fail. [ Robert Ancell ] * Fix documentation typo - Ubunut -> Ubuntu. * Use new QML package name for qml-module-qtfeedback, drop old QML package names. * Fix examples using OptionSelectorDelegate that place it in the Toolkit namespace but don't have the import to match. [ Colin Watson ] * Make src/Ubuntu/Test depend on src/Ubuntu/Components, to fix build with high parallelisation. [ Pierre Bertet on 2016-02-17 * ComboButton: not based on Button anymore + style update. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Tue, 08 Mar 2016 06:45:42 +0000 ubuntu-ui-toolkit (1.3.1795+16.04.20160106-0ubuntu1) xenial; urgency=medium [ Christian Dywan ] * Fix typo in runtest.sh: $? is the error code, not $*. * Document use of RegExpValidator for password/ PIN input. * Include filename derived QML class name in .api. Fixes LP: #1527138 * Use edit-clear for clear button instead of the invalid clear search. * No transparency in focus outline. * Give the original Toolbar its name back. * Fix typo in runtest.sh: $? is the error code, not $*. * Use resolved filename but add fragment. Fixes LP: #1401920 [ Zoltán Balogh ] * Use build root for the Gestures library instead of relative path. * Fix the tests for the gallery change [ Zsombor Egri ] * Add mnemonics support to Action. Fixes LP: #1527527 * Use original Image.source in image extension when no scaling is needed in order to keep the formatting which would be otherwise removed from a resolved file URL. Fixes LP: #1401920 * Move UbuntuListView 1.3 code into one single file. Fixes LP: #1523815 [ Albert Astals Cid ] * Add UCTestExtras::removeTimeConstraintsFromSwipeArea For that needed to move ucswipearea.cpp from UbuntuComponents to UbuntuGestures but made it in a private header so we don't have to care much for the API/ABI stability for now. [ Andrea Bernabei ] * make scrollbars tests more robust. [ Tim Peeters ] * Update font sizes. Fixes LP: #1528263 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Wed, 06 Jan 2016 04:27:02 +0000 ubuntu-ui-toolkit (1.3.1778+16.04.20151221-0ubuntu1) xenial; urgency=medium [ Tim Peeters ] * Fix issue with trigger() for ListItems.Standard. (LP: #1527811) -- Zoltan Balogh Mon, 21 Dec 2015 21:09:04 +0000 ubuntu-ui-toolkit (1.3.1778+16.04.20151217.1-0ubuntu1) xenial; urgency=medium [ Andrea Bernabei ] * Rework Scrollbars and add ScrollView component. [ Zsombor Egri ] * Refactor UCSwipeAreaPrivate to use QQuickItemPrivate instead of being a QObject. [ Tim Peeters ] * Reduce toolbar height on phone in landscape orientation. Fixes LP: #1336793. * Introduce the new Toolbar component for the header edit mode. * Reduce the PageHeader height by 1 GU on phone in landscape orientation. Fixes LP: #1336793 * Fix AppHeader 1.2 to use the new MathUtils. This fixes a failing autopilot CPO test. [ Zoltan Balogh ] * Do not wipe when provisioning for normal use and improve regression detection. * Try to link Gestures more explicitely. (kudos to xnox). [ Christian Dywan ] * Proper keyboard navigation and focus visuals for buttons. Fixes LP: #1225139, LP: #1514850 * Escape should close popover. Fixes LP: #1523828 * Surround state overloading message with static boolean. Fixes LP: #1523399 * Don't exit, return 1 from export_modules_dir.sh. [ Michael Sheldon ] * Set the activeFocus on the input component when a text input area receive focus. Fixes LP: #1518352 [ Benjamin Zeller ] * Move PageTreeNode to C++. * Custom property flag needs to be set always even when the value itself does not change. [ Albert Astals Cid ] * Make some more members slots This way we can use them in unity8 to make the drag areas more easily testable by making the times to recognize the gestures longer. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Thu, 17 Dec 2015 17:13:56 +0000 ubuntu-ui-toolkit (1.3.1761+16.04.20151216.1-0ubuntu1) xenial; urgency=medium [ Zoltán Balogh ] * Drop dependency on qtc plugin script and wait for the shell with a local function. [ Christian Dywan ] * runtest.sh needs to add subdirs to the libpath. Fixes: LP: #1524710. * Explicit click/ touch threshold beyond handler. * Enter/Return/Space should trigger() Button. Fixes: LP: #1523794. * Only set ppmm in SwipeArea if screen has valid dpi. Fixes: LP: #1525174. [ Tim Peeters ] * Implement header slot management for convergence: - Adapt the number of action slots to the width of the view. - When a new action appears, show a quick fade-in. - Reverse the order of the actions in the header. - Update icon width to 4GU. Fixes: LP: #1428757. * To prevent an invalid sectionIndex, reset the value of sectionIndex to -1 when the model of Sections is changed. Fixes: LP: #1513933. [ Loïc Molinari ] * UbuntuShape - Cleaned up includes. [ Albert Astals Cid ] * Simplify logic for emitting draggingChanged/pressedChanged No need for a switch that considers the possible cases, just store the status before and check after Fixes an issue in which the SwipeArea pressedChanged signal was not emitted if switching directly from WaitingForTouch to Recognized. * Fix memory leak in SwipeArea SwipeAreaPrivate is not deleted directly so make it part of the qobject hierarchy so it's auto deleted on parent destruction. [ Zsombor Egri ] * Add reset functionality to Action.shortcut property. Fixes: LP: #1518420. * Add contentWidth and contentHeight to Dialog so foreground can be resized. Fixes: LP: #1249325. * Fixing ListItem.selected and ListItem.selectMode bugs. Fixes: LP: #1493880, LP: #1493882, LP: #1514928. * Add private implementations to ActionItem, AbstractButton, BottomEdgeHint and BottomEdge. Fixes: LP: #1524234 * Close Popups.Dialog when Esc key is pressed. Fixes LP: #1523833 * Invoke the overridden trigger() function for Action and ActionItem derivates. Fixes LP: #1524234 * Fix BottomEdge assertion when the content is committed by clicking on the hint. Fixes LP: #1524407 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Wed, 16 Dec 2015 10:01:47 +0000 ubuntu-ui-toolkit (1.3.1742+16.04.20151209-0ubuntu1) xenial; urgency=medium [ Zoltán Balogh ] * Enable building the UITK tests in any case. * Remove Q_Q(UCStyledItemBase) because of unused variable warning. * Resolve Trusty specific compiler issue not resolving QPointer data on connections. * Use only the object name when selecting sections and labels in tests. [Zsombor Egri ] * Update BottomEdge with UI/UX agreed during the sprint. Fixes LP: #1368811. * BottomEdge component. Fixes LP: #1368811. * Remove build failure on Xenial caused by deprecated Qt functions. * Fix BottomEdgeHint consumes activeFocusOnPress handling. Fixes LP: #1517777 * Migrate DirectionalDragArea from Unity8, named as SwipeArea. Original code (from lp:unity8) by: Daniel d'Andrada . * Delete QQuickView when the application quits. Fixing segfault caused by the dangling objects in GestireDetector. * BottomEdgeHint API changes, deprecating state property, introducing locked property to drive visuals lock and click handling. * Fixing CheckBox and Switch getting checked property altered after clicked() signal is emitted. Fixes LP: #1510919. * Add ListItem.swipeEnabled property to block swiping when overlay MouseArea is used to drag content. Fixes swiping when leading/trailing actions list is empty. Fixes LP: #1500409, LP: #1500416. * Follow the new design in BottomEdgeHint. * Provide import version information for StyledItem and remove theme.version obsolete property. * Use QQuickItemChangeListener to listen parent changes, skipping the meta object model. Convert UCThemingExtension into a Q_INTERFACE so object_cast<> can work with it saving the need to memorise on an item whether it is an extended item or not. * Set mouseAttached to false to revert regression in UITK gallery. * Remove BottomEdgeHint from UITK gallery's MainPage.qml which occludes with the bottom-up dragging of the ListView. [ Benjamin Zeller ] * Avoid unnecessary updates for i18n strings. * "MathUtils.clamp, min value should not be bigger than the max value". Fixes LP: #1520557. * Move MathUtils to Cpp. [ Loïc Molinari ] * UbuntuShape - Fixed deprecation logging issues. * This fix prevents logging a deprecation warning for "image", "color" and "gradientColor" properties when the import version is less than 1.3. The logging of properties used internally (through the old image wrapper) have been removed too since the user might not even have used them. Fixes LP: #1519414. [ Christian Dywan ] * Enable gallery target in qmake. * Don't set activeFocusOnPress on TextField but on child only. Fixes LP: #1486274, LP: #1513897. * Make runtest.sh work out of the box again. * Explicitly handle keyboard anchoring in dialog foreground. Fixes LP: #1376763. * Remove GestureDetector in favor of SwipeArea in BottomEdgeHint. Also make possible to assign Action to the component. Fixes LP: #1517771, LP: #1517798 * Enforce !activeFocusOnPress on TextField primary/secondaryItem. Fixes LP: #1513897. * Only run ActivityIndicator if visible. Fixes LP: #1513450. * Use wait_select_single for _get_button in Popover CPO. * Include composite types in .api again. * More forgiving QML plugin/ version discovery. * Update toolkit and gallery po templates. Fixes LP: #1512924. * Improve handling of list types in apicheck. * Smaller handlers, entirely draggable caret. Fixes LP: #1450222. * Special-case leaked QQuickImageBase properties. Fixes LP: #1473890. * Don't use UniqueConnection in the image extension * Sync the height of the Page header with the other subheaders in the AdaptivePageLayout. [ Tim Peeters ] * Add extension property to PageHeader. * Don't set the header.moving property when flickable contents height changes but the header does not actually move. Fixes LP: #1514143. * Fix the icon color in the AppHeader. Fixes LP: #1515593. * Use PageHeader in the UITK gallery. * Ensure PageHeader style works properly with run-time theme changes. * Add a back action to the Page.header automatically in PageStack and AdaptivePageLayout. * Add a navigationActions property to PageHeader. * Fix links to Page in the documentation. * Fix several header CPO related issues. * Only select visible header label instance in checkPageHeader(). [ Florian Boucault ] * DraggingArea: import Ubuntu.Components so that MathUtils is available and no warning is output. [ Brendan Donegan ] * Account for presence of OSK in Flickable helpers and add a test for the same [ Andrea Bernabei ] * ListItemLayout: set QML context of the predefined labels. Fixes lp1514173. Fixes LP: #1514173. * Add the ignoreSynthesizedEvents property. When the property is enabled, the Mouse filter ignores any synthesized mouse event, such as those created by the touch-to-mouse events synthesis. Enabling this property makes it possible to only trigger the hovering logic ONLY when using a mouse, and not when using a touchscreen (as it happens when using MouseArea). [ Timo Jyrinki ] * Change HandlerType from int[2] to QVector to make it work with Qt 5.5 Fixes LP: #1484004, LP: #1450346 * Workaround 'emit' declaration in Qt 5.5 Fixes LP: #1507910 * Build depend on libxkbcommon-dev Fixes LP: #1508447 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Wed, 09 Dec 2015 14:44:07 +0000 ubuntu-ui-toolkit (1.3.1705+16.04.20151120.1-0ubuntu2) xenial; urgency=medium * Rebuild against Qt 5.5.1. * Cherry-pick required patches from staging branch: - externalimagetype.patch (LP: #1473890) - hack-qt55-int.patch (LP: #1484004) - workaround_emit.patch (LP: #1507910) -- Timo Jyrinki Fri, 20 Nov 2015 15:16:08 +0200 ubuntu-ui-toolkit (1.3.1705+16.04.20151120.1-0ubuntu1) xenial; urgency=medium [ Timo Jyrinki ] * Update toolkit and gallery po templates and fixes LP: #1517829 (LP: #1517829) [ Zoltán Balogh ] * Update toolkit and gallery po templates and fixes LP: #1517829 (LP: #1517829) -- Zoltan Balogh Fri, 20 Nov 2015 10:39:29 +0000 ubuntu-ui-toolkit (1.3.1705+16.04.20151118-0ubuntu1) xenial; urgency=medium [ Zoltán Balogh ] * Update toolkit and gallery po templates -- Zoltan Balogh Wed, 18 Nov 2015 06:13:32 +0000 ubuntu-ui-toolkit (1.3.1705+16.04.20151103-0ubuntu1) xenial; urgency=medium [ Zsombor Egri ] * Fix Sections sync with PageHeadSections selectedIndex changes. (LP: #1511839) -- Zoltan Balogh Tue, 03 Nov 2015 11:16:12 +0000 ubuntu-ui-toolkit (1.3.1705+16.04.20151031-0ubuntu1) xenial; urgency=medium [ CI Train Bot ] * Resync trunk. added: po/vi.po [ Christian Dywan ] * Smaller handlers, entirely draggable caret (LP: #1450222) [ Zsombor Egri ] * Switch and CheckBox fix when checked is not toggled when clicked() signal is emitted. (LP: #1510919) -- Zoltan Balogh Sat, 31 Oct 2015 04:59:31 +0000 ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium [ Tim Peeters ] * Add delegate property to ActionBar. * Introduce PageHeader component. * Add header property to Page. Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328 * Use the correct navigation overflow icon in PageHeader. [ Loïc Molinari ] * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It was working on the devices where this extension is available but not on the emulator. Fixes LP: #1505221. [ Christian Dywan ] * Handle incubateObject returning null in PageWrapperUtils. Fixes LP: #1505197 * Add module header to PageWrapperUtils. [ Zoltan Balogh ] * Improve test plan - Ad -q parameter to provision the device for normal use with a PPA - Fix up the camera and clock app on the device to acces services - Replace phablet tools with manual enabling writable image - Fix PPA pin up for staging and other regular PPAs. [ Zsombor Egri ] * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118. [ Timo Jyrinki ] * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192). [ Benjamon Zeller ] * Remove unused variables. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Sun, 18 Oct 2015 03:47:27 +0000 ubuntu-ui-toolkit (1.3.1676+15.10.20151008-0ubuntu1) wily; urgency=medium [ Zsombor Egri ] * Fix corner case on Label having styled item. (LP: #1503901) -- Zoltan Balogh Thu, 08 Oct 2015 10:57:10 +0000 ubuntu-ui-toolkit (1.3.1676+15.10.20151006.2-0ubuntu1) wily; urgency=medium [ Zsombor Egri ] * StyledItem does no longer fall back to 1.2 style loading on mixed import versions. * Make primaryPage and primaryPageSource replaceable after component completion. Fixes LP: #1500934 [ Christian Dywan ] * Merge open_page and _open_page in GalleryTestCase. [ CI Train Bot ] * Resync trunk. added: po/zh_HK.po -- Zoltan Balogh Tue, 06 Oct 2015 09:11:40 +0000 ubuntu-ui-toolkit (1.3.1672+15.10.20151002.1-0ubuntu1) wily; urgency=medium [ Tim Peeters ] * Use the new cpp Header in the internal AppHeader. * Don't use old Label type in AP tests for header. * Fix failing AP tests for actions and tabs overflow panels by using the ActionSelectionPopover CPO. * Don't assume Label in ActionBarTestCase is of type Label. * Animate hidden header on app focus. Fixes LP: #1500483 [ Zsombor Egri ] * AbstractButton.pressAndHold captured in Connection. Fixes LP: #1495554. * Introduce AdaptivePageLayout.primaryPageSource to load primary pages asynchronously. Fixes LP: #1499179. [ Andrea Bernabei ] * Remove REVISION 1 from textSize property of UCLabel and add test in ListItemLayout tests to avoid breaking textSize initialization again. Fixes LP: #1501673 [ Christian Dywan ] * Remove ' from ActionList - no separator here. * Accomodate gallery for moving to UbuntuListView and ListItem. [ Albert Astals Cid ] * Enable Efficient String Construction by default See http://blog.qt.io/blog/2011/06/13/string-concatenation-with-qstringbuilder/ [ Loïc Molinari ] * [UbuntuShape] Workaround Adreno 320's shader compiler bug. [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh Fri, 02 Oct 2015 16:32:27 +0000 ubuntu-ui-toolkit (1.3.1658+15.10.20151001-0ubuntu1) wily; urgency=medium [ Zsombor Egri ] * Boosting ListItem performance by removing the workaround brought in for 1.3 specific API. * Fix Picker's pathItemCount binding loops in 1.3. Fixes LP: #1419667 * Moving Label to cpp. * Separate theming from StyledItem to ease subtheming. Prerequisite for Label optimisations. * Add pages to columns in AdaptivePageLayout only when the page loading completes. Fixes LP: #1492343, LP: #1499178. * AdaptivePageLayout loads URL based Page Components asynchronously. Fixes: LP: #1499174. [ Andrea Bernabei ] * Add init() to UCLabel so that C++ class can create *and* initialize UCLabel. [ Zoltan Balogh ] * Integrated application startup time profiling tool. [ Christian Dywan ] * Implement RTL switch in toolkit gallery. Fixes LP: #1496913. * wait_select_single in checkPageHeader. The page is being loading asynchronously in an AdaptivePageLayout so it may not be instantly available. Fixes LP: #1498863. * checkPageHeader mustn't assume OrientationHelper in MainView. Fixes LP: #1498412. [ Ken VanDine] * Don't fail if AppHeader doesn't have a useDeprecatedToolbar property [ Loïc Molinari ] * [UbuntuShape] Added mipmap based anti-aliasing fallback Some OpenGL implementations not supporting standard derivatives (like the Ubuntu Touch emulator) need a fallback solution. This change implements that using mipmaps. It also implied a change in the way y coordinates are computed allowing to make the distance fields version perfectly anti-aliased under any rotation. Fixes LP: #1480199, LP: #1494272. [ Tim Peeters ] * New Header C++ component. [ CI Train Bot ] * New rebuild forced. * Resync trunk. added: examples/ubuntu-ui-toolkit-gallery/po/pt.po -- Zoltan Balogh Thu, 01 Oct 2015 19:52:41 +0000 ubuntu-ui-toolkit (1.3.1641+15.10.20150922-0ubuntu1) wily; urgency=medium [ Zsombor Egri ] * ActionItem visible and enabled internal bindings not broken when the property values are having new bindings or value assignments. Fixes LP: #1495408 * ListItem swipe over leading/trailing actions blocked. Fixes LP: #1486008, LP: #1496468, LP: #1497156 [ Christian Dywan ] * Use new launcher path in gallery script and .bzrignore. * FragmentShader of Icon shouldn't activate when unwanted. * Unit test that popovers block mouse clicks. Fixes LP: #1488540 * Install ubuntu-ui-toolkit-launcher under /usr/bin. * Register UCApplication and UCFontsUtils so they appear in .api. * Cope with different AbstractButton class name in 1.3. * Implement click_action_button in ActionSelectionPopover CPO. Fixes LP: #1205144 [ Albert Astals Cid ] * Make sure pageWrapper.incubator is set before manually calling incubatorStatusChanged * Bring back pageComponent.createObject for sync pages Fixes regression in unity8's unity8.settings_wizard.tests.test_settings_wizard. SkipThroughSettingsWizardTestCase.test_skipping_through_wizard autopilot [ Olivier Tilloy ] * Take custom key indexes into account in QSortFilterProxyModelQML::get(). Fixes LP: #1495641 [ Zoltan Balogh ] * Customize the UITK test plan and add silo pinning. * Disable crahsing gallery.test_gallery.OpenPagesTestCase.test_open_page [ CI Train Bot ] * No-change rebuild. -- Timo Jyrinki Tue, 22 Sep 2015 01:28:56 +0000 ubuntu-ui-toolkit (1.3.1627+15.10.20150908-0ubuntu1) wily; urgency=medium [ Zsombor Egri ] * Implement list item expansion. * Turn AdaptivePageLayout page creation to be asynchronous. * Fix ListItem swipe handling when gesture is initiated over an overlay MouseArea which does not accept pressed event. Fixes LP: #1484545 * AbstractButton to C++. Fixes LP: #1365471, LP: #1458028 * Haptics singleton moved to C++. * ActionItem moved to C++. * Making columns resizable in an AdaptivePageLayout. * Introducing column configuration into AdaptivePageLayout. [ Benjamin Zeller ] * Fix build inside qt and shadowbuild. [ Tim Peeters ] * Remove old and unused header-related files, and update unit test filenames. * Don't unset the subheader style when Page.head changes because that unsets the parent of Page.head.contents. Fixes LP: #1488922 * Fix the theming of the MainView. * Fix the background color of the overflow panel. [ Christian Dywan ] * Include change signals with arguments in .api. * A public QML type with no version is an error. Rather than silently breaking as QML does normally at least apicheck can make this fatal. * UbuntuShape shouldn't emit redundant deprecation warnings. Fixes LP: #1481791 * Update .bzrignore to new upstream style layout. Fixes LP: #1433308 * Revert unnecessary change of Popover minimumWidth. Fixes LP: #1483708 [ Ken VanDine ] * Fixed a few typos in the api docs for StateSaver. [ Olivier Tilloy ] * Take custom key indexes into account to allow sorting on custom roles. Fixes LP: #1485674 [ Albert Astals Cid ] * Properly free shapeTextures[index] The old code assumes that the UbuntuShape will still be around when the opengl context is destroyed, but that seldom happens so connect the signal to a lambda that will be there and does the cleanup properly. Without this patch testDirectionalDragArea from unity8 was hitting the qFatal because it ran out of space in shapeTextures. [ Richard Huddie ] * Remove all usage of the autopilot simulated keyboard when the OSK is being used. Fixes LP: 31483668 [ Gerry Boland ] * Compensate for Qt's device pixel ratio multiplier. Fixes: LP: #1207270, LP: #1275748, LP: #1468402 [ Nick Dedekind ] * Added relative date time i18n. [ CI Train Bot ] * Resync trunk. -- Zoltan Balogh Tue, 08 Sep 2015 04:10:50 +0000 ubuntu-ui-toolkit (1.3.1603+15.10.20150824.1-0ubuntu1) wily; urgency=medium [ CI Train Bot ] * Resync trunk. added: po/eo.po [ Christian Dywan ] * Make deprecation warnings from C++ opt-in (LP: #1467851) -- CI Train Bot Mon, 24 Aug 2015 20:49:45 +0000 ubuntu-ui-toolkit (1.3.1603+15.10.20150819.2-0ubuntu1) wily; urgency=medium [ CI Train Bot ] * Resync trunk. [ Tim Peeters ] * Do not use the GL_OES_standard_derivatives extension in the emulator (and other possible unsupported platforms). (LP: #1458694) -- CI Train Bot Wed, 19 Aug 2015 19:49:50 +0000 ubuntu-ui-toolkit (1.3.1603+15.10.20150812-0ubuntu1) wily; urgency=medium [ Tim Peeters ] * Use grid units in Icons in the showcase gallery. Fixes LP: #1481489 * Disable header buttons when the header is animating. Fixes LP: #1478147 * Add ActionBar examples to the gallery. * Make the default MainView background plain white. Fixes LP: #1481834 [ Zsombor Egri ] * Fixing swiping over active components. Fixes LP: #1479688. * Fixing broken BottomEdgeHint gallery page. [ Zoltán Balogh ] * Fix packaging question marks / issues. Fixes LP: #1481584 [ Loïc Molinari ] * UbuntuShape - Added support drop shadow aspect support to UbuntuShapeOverlay Fixes LP: #1480197. * UbuntuShape - Removed content orientation work around. The shape was using a workaround to make it render correctly when the content orientation was not the native one. This was perfect for the OrientationHelper shipped with the toolkit but now that the Shell implements the rotation, this is not needed anymore and causes some rendering issues. Note that the shape will still needs to support correct rendering when rotated using the rotation property of the Item, but that is a different issue. Fixes LP: #1466656. * UbuntuShape - Added a DropShadow aspect. Fixes LP: #1478129. * Renamed ShellIcon to ProportionalShape. * UbuntuShape - Added an ShellIcon item. Fixes LP: #1478130 [ Nick Dedekind ] * Added LiveTimer. [ Christian Dywan ] * Grab focus when Dialog is shown. * Set Qt.IBeamCursor on text component MouseArea's. Fixes LP: #1483823 * Make automaticOrientation on MainView a no-op. Fixes LP: #1470258 * Fix warnings on undefine theme.name in gallery examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml:48: TypeError: Cannot read property of null. [ Ken VanDine ] * Don't fail if MainView doesn't have a useDeprecatedToolbar property Fixes LP: #1451243 [ CI Train Bot ] * Resync trunk. added: examples/ubuntu-ui-toolkit-gallery/po/uk.po -- CI Train Bot Wed, 12 Aug 2015 17:31:20 +0000 ubuntu-ui-toolkit (1.3.1584+15.10.20150730-0ubuntu1) wily; urgency=medium [ Florian Boucault ] * New BottomEdgeHint component to represent extra features available from the bottom edge of an application. [ Loïc Molinari ] * [UbuntuShape] Added a big radius. * [UbuntuShape] Added relative radius support. Fixes LP: #1478124. * Ensured components, styles, examples and tests use the new UbuntuShape properties (not deprecated). Fixes LP: #1437412. [ Benjamin Zeller ] * Make use of the official qt build macros to blend into the Qt buildprocess. * Fix debug builds, optimization is always enabled by the system qt build. [ Richard Huddie ] * Fix for autopilot bug lp:1476715. Don't throw an exception if maliit-server is not found. Fixes LP: #1476715. [ Tim Peeters ] * Clean up the MainView docs. * Set theme version for Sections component. * Implement AdaptivePageLayout. [ Zsombor Egri ] * Fix width for trailing and leading actions of a ListItem. Fixes LP: #1465582. * Button and Haptics import wrong toolkit versions, thus they break style versioning. Moving Icon and ProgressBar to 1.0 and 1.1 version source folder. * SuruDark theme for ListItem style. Fixes LP: #1451225. * Swiping ListItem when no actions are defined for the gesture breaks selectMode. Fixes LP: #1468100. * Fixing selected connection with the ListItem's select mode checkbox state. Fixes LP: #1461501, LP: #1469471. [ Timo Jyrinki ] * Fix ucstylehints.cpp compilation with Qt 5.5. Fixes LP: #1473873. * Add PageHeadStyle 1.3 reference to fix install_plugins_qmltypes failure with Qt 5.5. Fixes LP: #1466484. [ Christian Dywan ] * Avoid hard-coded skipping of members by name "type" can be a property name regardless of also being a field in the JSON description of a property. * Add apicheck unit test for QML and Javascript. * Remove "do cleanup" comments. Fixes LP: #1369874. * Initialize defaultTypes later to avoid bogus types. * Implement Action.shortcut property. Fixes LP: #1202464. * Update text handler to 3gu assert. * Add a deprecated note to ListItems.ThinDivider. Fixes LP: #1470951. * Don't include overridden properties in API. * Clean-up API check wrapper scripts. * Track version members were introduced. * Implement ListItemPopover on right-click. Fixes LP: #1452676. * Move delegate's chevron into the row and size it explicitly. Fixes LP: #1474418. * Enable (Shift)Tab via activeFocusOnTab. Fixes LP: #1276797. * Only swipe with left button and block timer otherwise. Fixes LP: #1476300, LP: #1476310. * Include Javascript libraries in QML documentation. Fixes LP: #1466058. [ Albert Astals Cid ] * Fix warning if there's no __propagated * TypeError: Cannot call method 'hasOwnProperty' of null. -- CI Train Bot Thu, 30 Jul 2015 13:04:18 +0000 ubuntu-ui-toolkit (1.3.1549+15.10.20150710.1-0ubuntu1) wily; urgency=medium [ Timo Jyrinki ] * arch specific deps (LP: #1473035) (LP: #1473035) -- CI Train Bot Fri, 10 Jul 2015 06:31:57 +0000 ubuntu-ui-toolkit (1.3.1549+15.10.20150706-0ubuntu1) wily; urgency=medium [ Tim Peeters ] * Disable header animations to avoid bugs when popping a PageStack in a loop. Fixes LP: #1461729 * New header visuals, using the ActionBar and Sections components. * Introduce the new Sections component. * Fix initialization for hidden and locked header. [ Benjamin Zeller ] * Fixes LP: #1461042 Qthelp documentation (pressing in F1) has no style in qtcreator. [ Richard Huddie ] * Use the real OSK for keyboard input. [ Zsombor Egri ] * Fix AlamrModel segfault when updating elements. Fixes LP: #1463430 [ Vincent Ladeuil ] * In the initctl test fixture,add the option to unset an environment variable [ Christian Dywan ] * QQmlContextData.url is a method in 5.5.0. Fixes LP: #1461897. * OrientationHelper shouldn't move depending on availableHeight. The parentChanged/availableHeight change in OrientationHelper is the bug fix itself. The new property UbuntuApplication.inputMethod defaults to Qt.inputMethod and the unit test overrides it to reproduce the bug (fix) regardless of device and input method setup - the mock keyboard is NOT expected to be fully functional, buttons are but a placeholder irrelevant for the test case. I removed hideInputPanel() as it's not being used anywhere, not essential to the bug, but mainly unconfusing anyone working with the code as to what actually affects inputMethod visibility. Fixes LP: #1428206, LP: #1455406, LP: #1466222. * Use a custom sort function for type names. * Popover sizing should depend on whether it has a target. * Replace Styles page with a header action. [ Leo Arias ] * Updated the documentation of the autopilot click_element helpers. Fixes LP: #1451945 -- CI Train Bot Mon, 06 Jul 2015 18:24:30 +0000 ubuntu-ui-toolkit (1.3.1534+15.10.20150625-0ubuntu1) wily; urgency=medium [ Christian Dywan ] * Use TextField.write rather than keyboard.type. * Update normal.backgroundText in SuruDark to #5D5D5D. Fixes LP: #1413801. * Fix "runtest.sh: line 78: [: -eq: unary operator expected]". * Consider caret visibility to decide text menu anchor. Fixes LP: #1462419. * Remove text from header textinput AP test QML. Fixes LP: #1459632. * No deprecation notes for our own components. Fixes LP: #1457528. [ Leonardo Arias Fonseca ] * Add url protocols to the fake application. * Adds a dependency to url-dispatcher-tools in ubuntu-ui-toolkit-autopilot. * Use the test launcher for all the toolkit autopilot tests. [ Zsombor Egri ] * Remove property bindings before property write does it. Fixes LP: #1462738. * Introducing StyleHints to provide style specific property changes. * Remove ThemeSettings.createStyleComponent() and add styleName to StyledItem. Fixes LP: #1458845. [ Loïc Molinari ] * [UbuntuShape] Computed dfdt factors based on window content orientation. * Previous logic was based on screen orientation which is not in sync with OrientationHelper.qml. Fixes LP: #1455567. [ Timo Jyrinki ] * Change -html documentation runtime dependencies into Suggests only to limit ubuntu-sdk download size. We're switching to offering only .qch offline documentation in SDK (inside of it), and they're being added to the seed. Fixes LP: #1461034. * Licensecheck started complaining about a person name, change to Canonical. Fixes LP: #1464549 [ Andrea Bernabei ] * Modify ListItem.Caption label margins. Fixes LP: #1314672. [ Tim Peeters ] * Introduce IconButtonStyle. -- CI Train Bot Thu, 25 Jun 2015 04:37:52 +0000 ubuntu-ui-toolkit (1.3.1517+15.10.20150523-0ubuntu3) wily; urgency=medium * Rebuild against Qt 5.4.2 * debian/patches/fix_copyright.patch: - licensecheck started complaining about a person name, change to Canonical -- Timo Jyrinki Fri, 12 Jun 2015 07:48:37 +0000 ubuntu-ui-toolkit (1.3.1517+15.10.20150523-0ubuntu1) wily; urgency=medium [ Christian Dywan ] * Expose textDocument of TextField. Fixes LP: #1392276 * Unset GRID_UNIT_PX before checking default value. Fixes LP: #1457421 * No cutting and copying of passwords. Fixes LP: #1438976 * Implement new API tool based on qmlplugindump producing JSON. Fixes LP: #1187010 [ Leo Arias ] * Make explicit the dependency on upstart for the autopilot helpers. [ Timo Jyrinki ] * uitk_test_plan.sh: Switch to vivid-overlay & wily instead of rtm-14.09 & vivid. Fixes LP: #1457015. -- CI Train Bot Sat, 23 May 2015 17:24:43 +0000 ubuntu-ui-toolkit (1.3.1510+15.10.20150519-0ubuntu1) wily; urgency=medium [ Loïc Molinari ] * Set QSGNode debug description on the shape-based nodes to ease renderer debugging. Fixes LP: #1437270 * Ensured QSGLayer-based source textures (like ShaderEffectSource) are updated before rendering. Fixes LP: #1447495 [ Tim Peeters ] * Update sections test program. * Document the correct version when Page.head.visible and Page.head.locked were added. * Revert to use the old header in trunk. * Introduce the new ActionBar component. * Restore moving property on AppHeader 1.2. [ Zsombor Egri ] * Provide versioning for theme loading. Each toolkit must be released with a well defined system theme version, and theme modules must have the same version as the toolkit. Fixes LP: #1447113 * Fix import versions in entire UITK and examples. Move example code under 1.3 folder. Fixes LP: #1447113 * Separate 1.2 from 1.3 versions in all Ubuntu.Component modules. Fixes LP: #1447113 [ Zoltan Balogh ] * Fix header CPO for 1.2 without moving attribute. Let the header CPO try both old and new buttons. [ Christian Dywan ] * Add version subfolder to benchmark test paths. * Only show handlers if text isn't empty. Fixes LP: #1450213. * Only print unique deprecation notes. Fixes LP: #1454281. [ CI Train Bot ] * New rebuild forced. -- CI Train Bot Tue, 19 May 2015 10:47:09 +0000 ubuntu-ui-toolkit (1.2.1485+15.04.20150421-0ubuntu1) vivid; urgency=medium [ Christian Dywan ] * Christian Dywan's change: Ship generated HTML and JSON docs for Autopilot helpers (LP: #1446533) [ Loïc Molinari ] * Christian Dywan's change: Ship generated HTML and JSON docs for Autopilot helpers (LP: #1446533) [ Tim Peeters ] * Christian Dywan's change: Ship generated HTML and JSON docs for Autopilot helpers (LP: #1446533) [ Zoltán Balogh ] * Christian Dywan's change: Ship generated HTML and JSON docs for Autopilot helpers (LP: #1446533) -- CI Train Bot Tue, 21 Apr 2015 16:31:51 +0000 ubuntu-ui-toolkit (1.2.1485+15.04.20150417.1-0ubuntu1) vivid; urgency=medium [ Christian Dywan] * Use activeFocus rather than focus to determine that Text* has focus. Fixes LP: #1378231 [ Leo Arias ] * Added a grids unit helper for autopilot tests. * Make it possible to overwrite the bottom margin for the flickable autopilot helper. Fixes LP: #1401517. * Removed python2 support from autopilot tests and helpers. Fixes LP: #1429163 [ Loïc Molinari ] * Bumped matrix precision in vertex shaders. mediump, which should actually be enough, was interpreted as lowp on arale (PowerVR Rogue G6200). * Fixed build. * Synchronized license checking script with PBuilder Jenkins. Fixes LP: #1441580. * [UbuntuShape] Added support for resolution independent rendering. Fixes LP: #1427253. * Updated unknown Makefiles in .bzrignore. [ Sebastien Bacher ] * Change cursor when over the documentation urls to show they can be clicked. [ Timo Jyrinki ] * Clean up cruft from build dependencies. Fixes LP: #1441499. * uitk_test_plan.sh: Remove terminal app before trying to run the tests. Fixes LP: #1434537. [ Tim Peeters ] * Add UbuntuTestCase.waitForHeaderAnimation(). * Add visible and locked properties to Page.head. Fixes LP: #1402054, LP: #1424592. * Create Page 1.3. * Merge header tests in resources with header unit tests. * Move duplicate code for the overflows that was in PageHeadStyle twice (for Tabs and Actions overflows) into OverflowPanel. * New header visuals. * Re-introduce the panel color properties to Ambience PageHeadStyle. [ Zsombor Egri ] * Applying sub-theming on toolkit. * Introducing StyledItem.theme and ThemeSettings.parentTheme properties into v1.3. * Introducing ThemeSettings component, exported to UI Toolkit version 1.3. * Make ThemeSettings.palette writable to configure individual colors as well as Palette as a whole. * Separating Theme context property from theme engine, giving the possibility to use the theming engine by multiple instances. Preparations for deprecation. Theming unit tests fixed. Fixes LP: #1248982. * Theming tutorial * Remove extra StyledItem.qml layer for styled items, keep only UCStyledItemBase. -- CI Train Bot Fri, 17 Apr 2015 16:22:53 +0000 ubuntu-ui-toolkit (1.2.1458+15.04.20150422-0ubuntu1) vivid; urgency=medium [ Christian Dywan ] * Ship generated HTML and JSON docs for Autopilot helpers, and drop python-autopilot build dependency which is in universe. -- Martin Pitt Wed, 22 Apr 2015 09:57:40 +0100 ubuntu-ui-toolkit (1.2.1458+15.04.20150327-0ubuntu1) vivid; urgency=medium [ By Tim Peeters ] * Remove the deprecated toolbar example from the gallery. Fixes LP: #1430904 [ Nekhelesh Ramananthan ] * Fixes the slider bubble width to be dynamic and dependent on the label width. Fixes LP: #1228575 [ Leo Arias ] * Added a scenario for autopilot tests without live dragging. Fixes LP: #1435698 * Added a helper to reorder items in a list view. Fixes LP: #1435700 [ Christian Dywan ] * Add tests/autopilot to sys.path of sphinx config. * Build-depend on python-autopilot used by sphinx-build Fixes LP: #1431749 [ Zsombor Egri ] * Fixing crashes when AlarmModel::get() returned valid stock alarm ends up to be NULL in QML. Fixes LP: #1429273 [ CI Train Bot ] * New rebuild forced. -- CI Train Bot Fri, 27 Mar 2015 12:35:55 +0000 ubuntu-ui-toolkit (1.2.1450+15.04.20150318-0ubuntu1) vivid; urgency=medium [ Timo Jyrinki ] * Clean QML cache after updating package, before reboot. LP: #1431228 [ Zoltán Balogh ] * Improved test plan script. Fixes LP: #1430201 [ Christian Dywan ] * New text handler visuals and improved behavior. Fixes LP: #1391335, LP: #1407723, LP: #1415548 * Split off test verification and run it once only for 'make check'. Fixes LP: #1431698 * Tweak assert_discard_popover to work better with textfield in header. Fixes LP: #1432611 [ Tim Peeters ] * Make the filenames for header and navigation tests consistent and split up the big tabbed header.qml into multiple smaller test files. Fixes LP: #1429838 [ Loïc Molinari ] * Optimized Slider and ProgressBar components. Switched to the native UbuntuShapeOverlay instead of PartialColorizeUbuntuShape to render the progression in the Slider and ProgressBar components. The rendering is now faster since it removes an FBO indirection and enables batching by the QtQtuick renderer. Fixes LP: #1398370, LP: #1427169 * Added a dedicated overlay shape. Made use of the new UbuntuShape architecture to create an extended shape with efficient overlay rendering. Fixes LP: #1396170 * Removed misleading statement from UbuntuShape documentation. Fixes LP: #1430198 * Renamed the overlayGeometry property to overlayRect. The overlayGeometry being of type QRect, using overlayRect instead makes it more precise, less generic. Fixes LP: #1430278 * Converted sourceOpacity from float to qreal. Respect the same guideline QtQuick items use to expose floating-point properties. That doesn't break the QML API since there's no precision loss from single to double precision, the cast is implicit. Fixes LP: #1430267 * Fixed embedded QML code snippets indentation. Fixes LP: #1430274 [ Florian Boucault ] * CheckBox: apply clipping to the Ubuntu shape and not to the CheckBox itself so that the tick never overflows. Fixes LP: #1430191 [ Daniel Holbach ] * A number of links changed on design.ubuntu.com - let's make sure they're fixed in our docs. Fixes LP: #1428051 [ CI Train Bot ] * New rebuild forced. -- CI Train Bot Wed, 18 Mar 2015 12:23:35 +0000 ubuntu-ui-toolkit (1.2.1433+15.04.20150306-0ubuntu2) vivid; urgency=medium * No-change rebuild against Qt 5.4.1. -- Timo Jyrinki Wed, 11 Mar 2015 09:01:34 +0200 ubuntu-ui-toolkit (1.2.1433+15.04.20150306-0ubuntu1) vivid; urgency=medium [ Albert Astals Cid ] * Fix infinite icon size grow when asked for a non square icon Fixes: LP: #1422835 * IconProvider: Make sure icons fit in the given size [ Christian Dywan ] * Skip select_text_longtap_when_active under opengles2. Fixes: LP: #1401140 * Support for multiple devices with push_to_phone.sh. * Take OrientationHelper y coordinate from real parent height. Fixes: LP: #1413194 * Update popover position upon pointer movement. Fixes: LP: #1199502, LP: #1415532 * Change to be inline-block. Fixes LP: #1427534 * Set right anchor on tab overflow buttons. Fixes LP: #1425433 * Add tst_listitems_itemselector.qml to EXCEPTIONS. So warnings are no longer fatal for unit test. [ Sebastien Bacher ] * document that MainView's applicationName is used to set the gettext domain. Fixes: LP: #1421661. [ Tiago Salem Herrmann ] * Drop cache once properties are successfully restored. [ Timo Jyrinki ] * Add dist-upgrade option to the UITK Test Plan script. Output the selected parameters in the beginning. [ Tim Peeters ] * Add MainView 1.2 which removes the deprecated toolbar support. * Enable PageStack header animations for MainView 1.2. * Fix the size and anchors of a Page that is loaded inside a Loader. This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635 * Fix UITK gallery content page width. Fixes: LP: #1424635, LP: #1425470 * Set objectName for MainView int est_textinput.header.qml and fix scenarios in test_textinput.py [ Zsombor Egri ] * Alarm services regression fix. Fixes: LP: #1401883 * Implement ListItem dragging support in ListView. Fixes: LP: #119535 * Introducing select/multiselect mode in ListItem. * Moving the tst_focus.qml under exceptions till we fix DatePicker binding loops. * RTL (Right To Left) support in ListItem. * RTM branch diff merge. Fixes: LP: #1358610. * Second stage of simplification - divider group property is an item, simplifying the anchoring of the contentItem. PropertyChange does not backup the property binding, uses QQmlPropertyPrivate::write() with parameter to keep bindings. ListItemAnimator uses behavior to animate snapping. Styling got "styledItem" context property to obey general styling rules. clicked() and pressAndHold() emission fix when content is swiped. * Transferring the ListItem attached properties to ListItemStyle API. Most of the style API became redundant, and removed. Few API from ListItem were also removed as not needed. ListItemAnimator, UCListItemAttached and UCActionPanel classes removed. Panel swiping overshoot made elastic. Snapping animation transformed into SmoothedAnimation, uses velocity of 60GU/second. Turning warnings to be reported in the error property. SHOW_SERVICEPROPERTIES_WARNINGS environment variable set will display them in the console. Fixes: LP: #1423203. * Updating documentation and imports for 1.2 & Vivid (Qt 5.4). * Captions component dedicated to ListItem layouts, a ColumnLayout holding two Layouts pre-configurable for fixed or rest of content filling behavior. [ Loïc Molinari ] * Refactored UbuntuShape base component. The UbuntuShape needed a rework in order to propose more features while keeping efficiency high and maintenance easy. Fixes LP: #1396098, LP: #1396101, LP: #1396104, LP: #1396113, LP: #1396114, LP: #1396119, LP: #1396124, LP: #1396162, LP: #1396165, LP: #1396168, LP: #1396178 -- CI Train Bot Fri, 06 Mar 2015 08:23:35 +0000 ubuntu-ui-toolkit (1.1.1403+15.04.20150206-0ubuntu2) vivid; urgency=medium * No-change rebuild against Qt 5.4.0. -- Timo Jyrinki Mon, 09 Feb 2015 10:47:17 +0200 ubuntu-ui-toolkit (1.1.1403+15.04.20150206-0ubuntu1) vivid; urgency=medium [ Albert Astals Cid ] * Adapt to behaviour change in handling of QVariants from QML to C++ in Qt 5.4 * Don't use Qt::PopupFocusReason to change the focus Even if it is the correct reason QtQuick is since 5.4 ignoring focus changes due to PopupFocusReason. Fixes LP: #1395014. * Fix test failure with Qt 5.4 ExpandablesColumn::test_expandedItem() In Qt 5.4 an alias to a null variable is correctly null instead of undefined like it was in 5.3, since we still want 5.3 support i'm conveting it to a verify with == that uses JS loose comparison to accept both null and undefined. Fixes LP: #1395012. [ Alexandre Abreu ] * Remove the unecessary DBUS bindingi to global address org.freedesktop.Application by the UriHAndler. It actually fails for confined apps and the uri-dispatcher anyway does not work by directly calling into the exposed "well known names" exposed on the bus as TEd explains here LP: #1342129 but by directly calling into the process dbus connection. Fixes LP: #1378823. [ Benjamin Zeller ] * Fix scripts to work in shadowbuild mode. * Shadowbuild support for ubuntu-ui-toolkit. [ Christian Dywan ] * Abort export_modules_dir.sh and ergo run_tests.sh if binaries are absent. Fixes LP: #1415973. * Asterisk are needed for cp -R. * Ensure adb is running (and fallback arch if dpkg-dev is missing). Fixes LP: #1417997. * Get arch for push_to_phone.sh from device and handle adb refusal. * Implement and unit-test i18n.(c)tag. Fixes LP: #1417031. * Print component creation errors in popupUtils.open. Fixes LP: #1418507. * Use correct unfocussed text field color. Fixes LP: #1396062. [ Daniel d'Andrada ] * Refactor OrientationHelper Simplify animation code and make it more robust. It now survives changes in Screen.primaryOrientation and Screen.orientation happening one right after the other. [ Daniel Holbach ] * Fix broken link to developer site. [ Giulio Collura ] * This is a bugfix for bug LP: #1341814 and bug LP: #1400297. Essentially we have to force the removal of the previous 'contents' item by removing its parent. This way we ensure that the contents are correctly hidden, focused and removed, without destroying them. [ Loïc Molinari ] * Removed unused variables breaking debug builds. [ Michael Sheldon ] * Only use stableOrientationAngleTimer in the OrientationHelper when the orientationAngle has been set automatically. Fixes LP: #1409027. [ Niklas Wenzel ] * Fixes LP: #1395118 [ nskaggs ] * Re-add autopilot helper documentation and update. Fixes LP: #1409778, LP: #1410477. [ Tim Peeters ] * Add a preview of the new list items to the UITK component gallery. * Add performance test for MainView. * Clean python code to follow pep257 standards. * Fix incorrect header contents width when navigating back from a page with a lot of actions. Fixes LP: #1408481. * Split up MainView in MainView and MainViewBase. Move docs to MainView.qdoc. * Use objectName for the MainViews in our autopilot tests. [ Zoltán Balogh ] * Added Dialog CPO to test if OSK pushes up the the dialog. * Update the test plan and fix the PPA string in case it contains backslash. [ Zsombor Egri ] * CPOs * Include ServiceProperties component into the module and the missing test case - inclusion messed up due to broken mainline in the previous branch. Fixes LP: #1391877. * Introducing action property in ListItem. Fixes LP: #1362305, LP: #1369935. * Introducing pressAndHold signal into ListItem. * ListItem highlight is driven also by the connection of a slot to the clicked() signal. This will also be applied when pressAndHold signal will be introduced. Fixes LP: #1399025. * Small refactoring to follow upstream concept on naming attached properties. Panels visualising ListItemActions are owned by ListItem and not being shared by the ListItemActiomns. In this way the same ListItemActions instance can be used on both leading and trailing side. Fixes LP: #1403005. -- Ubuntu daily release Fri, 06 Feb 2015 11:33:33 +0000 ubuntu-ui-toolkit (1.1.1376+15.04.20150111-0ubuntu1) vivid; urgency=medium [ Tim Peeters ] * Add a preview of the new list items to the UITK component gallery. [ Zoltan Balogh ] * Update the test plan and fix the PPA string in case it contains backslash. * Added Dialog CPO to test if OSK pushes up the the dialog. [ Zsombor Egri ] * ListItem highlight is driven also by the connection of a slot to the clicked() signal. This will also be applied when pressAndHold signal will be introduced. Fixes LP: #1399025 [ Giulio Collura ] * Force the removal of the previous 'contents' item by removing its parent. This way we ensure that the contents are correctly hidden, focused and removed, without destroying them. Fixes LP: #1341814 LP: #1400297 -- Ubuntu daily release Sun, 11 Jan 2015 18:57:02 +0000 ubuntu-ui-toolkit (1.1.1370+15.04.20141217-0ubuntu1) vivid; urgency=medium [ Zoltán Balogh ] * fixing gles dependency for ubuntu-ui-toolkit-autopilot, so we can have functional tests on x86 emulator [ Christian Dywan ] * Asterisk are needed for cp -R. * Use correct unfocussed text field color. Fixes LP: #1396062 [ Zsombor Egri ] * CPOs [ Daniel d'Andrada ] * Refactor OrientationHelper Simplify animation code and make it more robust. It now survives changes in Screen.primaryOrientation and Screen.orientation happening one right after the other. [ CI Train Bot ] * Resync trunk * Resync trunk * Resync trunk * Resync trunk [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Wed, 17 Dec 2014 09:52:55 +0000 ubuntu-ui-toolkit (1.1.1364+15.04.20141209-0ubuntu1) vivid; urgency=medium [ Zsombor Egri ] * Theming fixes: application theming, binding loop fix, auto-theming moved into MainView and it is applicable only on Ambiance and SuruDark, SuruGradient is no longer auto-themed. Fixes: LP: #1213043, LP: #1277647, LP: #1330510, LP: #1356779, LP: #1389792. * ServiceProperties component to Ubuntu.Components 1.1. Fixes: LP: #1391877. * New ListItem component base. Support for leading/trailing actions. Exported in Ubuntu.Components 1.2 UNSTABLE release. Fixes: LP: #1097728, LP: #1372592, LP: #1383870. * removing failing ServiceProperties and app-theming branches * Application theming ant other theming related binding loop fixes * ServiceProperties DBus property watcher [ Christian Dywan ] * Do the default theme check properly: for non-debug and without build errors. * Don't activate the control in ListItem.Standard implicitly. Fixes: LP: #1372563. * Improve AutoPilot caret dragging test cases. * Use new qt_gl_set_global_share_context setter with Qt 5.4. Fixes: LP: #1397979. * Add sortCaseSensitivity to the SortFilterModel example. Fixes: LP: #1391034. * Change offending links into bold font. Fixes: LP: #1395011. [ Daniel d'Andrada ] * This is needed by unity8 for the "shell rotation" feature (ie shell does all the rotation work instead of apps rotating themselves). unity8's dialogs (like the power dialog when you long press the power button) should follow its parent item rotation and size, as one would expect, and not be sneakily reparented to the scene root item, in which case the shell UI would be rotated but its dialog would not. Related bug LP: #1394511. Fixes: LP: #1394511. [ Tim Peeters ] * Remove the old header separator style. Fixes: LP: #1372590. [ Loïc Molinari ] * Made the UCAlarmPrivate destructor private. [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Tue, 09 Dec 2014 11:47:33 +0000 ubuntu-ui-toolkit (1.1.1347+15.04.20141126-0ubuntu1) vivid; urgency=medium [ Zsombor Egri ] * Expose refresh() function in revision 1 (Ubuntu.Components 1.1). Fixes LP: #1380559 * Alarm adaptation refactored to support change granular model updates. Fixes LP: #1322558, LP: #1360359, LP: #1370649, LP: #1380553 * Fix Header thin divider margins, restored to original no-margins. Fixes LP: #1380766. [ Tim Peeters ] * Add ensure_visible() function to header AP helper. Fixes LP: #1363591 [ Albert Astals Cid ] * Add context support for i18n.tr calls. This allows to have strings like "All" translated to two different strings in the translated language if different contexts are given. Fixes LP: #1394904 -- Ubuntu daily release Wed, 26 Nov 2014 08:33:25 +0000 ubuntu-ui-toolkit (1.1.1341+15.04.20141124-0ubuntu1) vivid; urgency=medium [ Christian Dywan ] * Re-introduce NOTIFY to Image under a different name. Fixes LP: #1395690 LP: #1395793 [ Florian Boucault ] * TextArea/TextField: make sure that the copy/paste popup is far enough from the finger for it to be visible and legible. Fixes LP: #1384422 [ Zoltán Balogh ] * Updated test plan executer script -- Ubuntu daily release Mon, 24 Nov 2014 22:14:25 +0000 ubuntu-ui-toolkit (1.1.1338+15.04.20141121-0ubuntu1) vivid; urgency=medium [ Loïc Molinari ] * [UbuntuShape] Added detailed doc for borderSource. Fixes LP: #1354753 * [Gallery] Fixed bad object naming. Fixes LP: #1240555 [ Chris Gagnoni ] * fix compare string in ubuntuuitoolkit.tests.gallery.test_textinput.DisabledTextInputTestCase. Fixes LP: #1388896 [ Christian Dywan ] * autopilot package needs to depend on python-autopilot-trace. Fixes LP: #1385326 * Check if pressed is a property before using its value. Fixes LP: #1384376 * Fix toolkit gallery translation template. Ignore expected warnings in unit tests. Fixes LP: #1272431 * Make it clear that ToolbarItems is deprecated. * Always append QML2 import path regardless of QML2_IMPORT_PATH * Depend on dbus to ensure /etc/machine-id exists. * Allow manual execution of unit tests using Qt.Test. * Autopilot package needs to depend on QtTest [ Tim Peeters] * Add color properties to PageHeadStyle. * Fix the ItemSelector style for SuruDark and SuruGradient themes. Fixes LP: #1389112 * Fix the panel colors for the tabs and actions overflow in the header. Fixes LP: #1386208 * Fix the size of the highlight when clicking a section in the header divider. Fixes LP: #1372932. * Fix untranslated "In Progress" label. Fixes LP: #1391617 * Remove \preliminary tags and "under heavy development" text in docs. Fixes LP: #1389119. * Small fix in documentation for PageHeadConfiguration. * Update the CheckBox style: - Expose color and padding properties - Make icon themable - use theme icon by default - Update default size. Fixes LP: #1372582, LP: #1390440. * Various tweaks to SwitchStyle: - Scaling of icons when changing the size of the Switch, - Smaller default Switch size, Use icons from theme, - Make check/uncheck animation faster, Prevent animations on width change (during initialization), - Expose SwitchStyle in Themes.Ambience, Add all visualization parameters as properties to SwitchStyle. Fixes LP: #1211483, LP: #1332092, LP: #1368711, LP: #1372582, LP: #1381008 [ Zoltán Balogh ] * Use absolute path for the UITK Gallery icon. Fixes LP: #1304874 [ Zsombor Egri ] * Fixing typo in the Label test case. Refactoring tests to use data driven test. Fixes LP: #1076771. * Ignore QT_IM_MODULE values like ibus, none or compose. Fixes LP: #1382121. * Remove overloaded signal, we should use the default signals whenever we override a property. Fixes LP: #1194778. -- Ubuntu daily release Fri, 21 Nov 2014 13:13:53 +0000 ubuntu-ui-toolkit (1.1.1311+15.04.20141111-0ubuntu1) vivid; urgency=low [ Zsombor Egri ] * Zsombor Egri's "Ignore QT_IM_MODULE values like ibus, none or compose." for Qt 5.3.2 specific fix. [ Christian Dywan ] * Update po/ubuntu-ui-toolkit.pot -- Ubuntu daily release Tue, 11 Nov 2014 06:06:52 +0000 ubuntu-ui-toolkit (1.1.1311+15.04.20141102-0ubuntu1) vivid; urgency=medium [ Zoltán Balogh ] [ Christian Dywan ] * Explicitly use Orange in Slider and ProgressBar. Fixes: LP: #1372585. * Copy components correctly in push_to_phone.sh and make copy.sh more robust. * Make push_to_phone.sh use a temporary folder and sudo. [ Zoltán Balogh ] [ Zsombor Egri ] * ThinDivider margins rolled back to edge-to-edge. Divider colors adjusted with design. Fixes: LP: #1380766. [ Zoltán Balogh ] [ Tim Peeters ] * Add updated header divider to use rectangles instead of images, and to auto-detect its color. Fixes: LP: #1372590. * Add internal property to hide the header separator. Needed in Unity8. [ Zoltán Balogh ] [ Leonardo Arias Fonseca ] * Fixed the infinite loop when running flickable tests. Fixes: LP: #1384703. * Added an autopilot helper for expandable list items. Fixes: LP: #1340227. * The autopilot helpers to swipe to show more now get the flickable containers by default. Fixes: LP: #1365674. * Replaced the tabs for spaces in UbuntuTestCase. Fixes: LP: #1324469. Fixes: LP: #1324469. -- Ubuntu daily release Sun, 02 Nov 2014 13:01:56 +0000 ubuntu-ui-toolkit (1.1.1298+15.04.20150209~rtm-0ubuntu1) 14.09; urgency=medium [ Zsombor Egri ] * isHapticsFeedbackEnabled context property exposed to drive HapticsFeedback in AbstractButton. (LP: #1391877) * Haptics singleton component to provide toolkit wide default and custom feedback functionaity controlled by system settings. (LP: #1391877) -- Ubuntu daily release Mon, 09 Feb 2015 13:10:45 +0000 ubuntu-ui-toolkit (1.1.1298+15.04.20150202~rtm-0ubuntu1) 14.09; urgency=medium [ Tim Peeters ] * Port "In Progress" translation fix from staging to rtm. (LP: #1391617, #1081607) -- Ubuntu daily release Mon, 02 Feb 2015 09:11:21 +0000 ubuntu-ui-toolkit (1.1.1298+15.04.20150116~rtm-0ubuntu1) 14.09; urgency=low [ Florian Boucault ] * ActivityIndicator: make its animation rely solely on the rendering thread so that it does not stop spinning if the main thread is blocked. (LP: #1411376) -- Ubuntu daily release Fri, 16 Jan 2015 10:17:50 +0000 ubuntu-ui-toolkit (1.1.1298+15.04.20141111.2~rtm-0ubuntu1) 14.09; urgency=low [ Ubuntu daily release ] * New rebuild forced [ Florian Boucault ] * Many TextField/TextArea fixes improving user experience greatly and making it more in line with the design: [ Christian Dywan ] * Update po/ubuntu-ui-toolkit.pot -- Ubuntu daily release Tue, 11 Nov 2014 11:25:44 +0000 ubuntu-ui-toolkit (1.1.1298+15.04.20141107.2~rtm-0ubuntu1) 14.09; urgency=low [ Florian Boucault ] * TextField: make sure that a long press always works even when the field is empty by ensuring the TextInput's size is set properly. (LP: #1384403) [ Christian Dywan ] * Update po/ubuntu-ui-toolkit.pot -- Ubuntu daily release Fri, 07 Nov 2014 12:35:11 +0000 ubuntu-ui-toolkit (1.1.1298+14.10.20141030~rtm-0ubuntu1) 14.09; urgency=low [ CI bot ] * Resync trunk [ Timo Jyrinki ] * Modify test .desktop file (LP: #1382414) (LP: #1382414) -- Ubuntu daily release Thu, 30 Oct 2014 07:39:12 +0000 ubuntu-ui-toolkit (1.1.1298+14.10.20141016.1-0ubuntu1) 14.09; urgency=medium [ Jussi Pakkanen] * Remove the thumbnailer image provider here, because thumbnailer provides it by itself Fixes LP: #1368492 [ Lars Uebernickel ] * Icon: size correctly even if no or only one dimension is given [ Michael Sheldon] * Check that orientation changes are acceptable before applying new orientation based on active window change. Fixes LP: #1375306 [ Zoltán Balogh ] * Updated test plan executer [ Zeller Benjamin ] * RenderTimer includes EGL platform files in the rendertime header, which can cause problems when included after QDataStream. The EGL headers pull the XLib files which define the Symbol Status. * Preparing qmlapicheck to support out of source builds for the cmake migration [ Renato Filho ] * Save alarms in invalid time zone. Use invalid time zone to floating time alarms. [ Tim Peeters ] * Make icons from theme in showcase gallery scrollable. Fixes: LP: #1336279. * Fix width of header contents. Fixes LP: #1378261. [ Sebastien Bacher ] * Don't use simple quotes around translatable strings, xgetting ignore those. Fixes LP: #1378774. [ Zsombor Egri ] * Alarm update regression caused by EDS changes. Also fixes Tags update. Requires qtorganizer5-eds updates as well!. Fixes LP: #1364949. * Forgotten Interface declaration in objects. Fixes LP: #1378298 [ Christian Dywan ] * Make dialog contents scrollable. Fixes LP: #1376763 * Make mouseMoveSlowly work with a negative distance. Fixes LP: #1343334 * Read-only text entries don't blink or visibly take focus Fixes LP: #1370571 * Anchor overflow button labels to the right. Fixes LP: #1354812 LP: #1378247 * Don't allow inserting a line break into readOnly text areas. Fixes LP: #1334344 [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Thu, 16 Oct 2014 13:01:01 +0000 ubuntu-ui-toolkit (1.1.1286+14.10.20141007-0ubuntu2) UNRELEASED; urgency=medium [ Renato Filho ] * Save alarms in invalid time zone. Use invalid time zone to floating time alarms. [ Tim Peeters ] * Make icons from theme in showcase gallery scrollable. Fixes: LP: #1336279. * Fix width of header contents. Fixes LP: #1378261. [ Sebastien Bacher ] * Don't use simple quotes around translatable strings, xgetting ignore those. Fixes LP: #1378774. [ Zsombor Egri ] * Alarm update regression caused by EDS changes. Also fixes Tags update. Requires qtorganizer5-eds updates as well!. Fixes LP: #1364949. [ Christian Dywan ] * Make dialog contents scrollable. Fixes LP: #1376763 * Make mouseMoveSlowly work with a negative distance. Fixes LP: #1343334 -- Zoltán Balogh Fri, 10 Oct 2014 11:19:10 +0300 ubuntu-ui-toolkit (1.1.1279.1+14.10.20141014-0ubuntu1) 14.09; urgency=low [ Ubuntu daily release ] * New rebuild forced [ Tim Peeters ] * Fix margins in header contents. -- Ubuntu daily release Tue, 14 Oct 2014 14:40:58 +0000 ubuntu-ui-toolkit (1.1.1279+14.10.20141007-0ubuntu1) 14.09; urgency=medium [ 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 -- Ubuntu daily release Tue, 07 Oct 2014 12:09:39 +0000 ubuntu-ui-toolkit (1.1.1269+14.10.20141001-0ubuntu1) 14.09; urgency=medium [ Tim Peeters ] * Add Autopilot wait_for_animation() dummy function. * Implement header animations in PageHeadStyle and prepare PageStack for enabling the animations. [ Loïc Molinari ] * [UbuntuShape] Removed useless dirty flags. [ Zsombor Egri ] * Use tags as workaround for an alarm and an additional one for a disabled alarm. The alarm should always save the visual and audible reminder attachments no matter if disabled or not. Fixes LP: #1361702 [ Christian Dywan ] * Selection handler should be centered and not blinking. Fixes LP: #1371205 * Hide pop over when changing orientation. Fixes LP: #1369506 and LP: #1375837 [ CI bot ] * Resync trunk [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Wed, 01 Oct 2014 08:21:27 +0000 ubuntu-ui-toolkit (1.1.1262+14.10.20140922.2-0ubuntu1) utopic; urgency=medium [ 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. -- Ubuntu daily release Mon, 22 Sep 2014 15:52:55 +0000 ubuntu-ui-toolkit (1.1.1239+14.10.20140908-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Mon, 08 Sep 2014 17:53:18 +0000 ubuntu-ui-toolkit (1.1.1227+14.10.20140904-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Thu, 04 Sep 2014 07:57:06 +0000 ubuntu-ui-toolkit (1.1.1214+14.10.20140826-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Tue, 26 Aug 2014 16:59:18 +0000 ubuntu-ui-toolkit (1.1.1188+14.10.20140813.4-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Wed, 13 Aug 2014 11:31:54 +0000 ubuntu-ui-toolkit (1.1.1181+14.10.20140806-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Wed, 06 Aug 2014 16:37:33 +0000 ubuntu-ui-toolkit (1.1.1179+14.10.20140804-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Mon, 04 Aug 2014 16:00:56 +0000 ubuntu-ui-toolkit (0.1.51+14.10.20140731.1-0ubuntu1) utopic; urgency=medium [ 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 -- Ubuntu daily release Thu, 31 Jul 2014 11:12:39 +0000 ubuntu-ui-toolkit (0.1.50+14.10.20140724.2-0ubuntu1) utopic; urgency=medium [ 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. -- Ubuntu daily release Thu, 24 Jul 2014 14:45:50 +0000 ubuntu-ui-toolkit (0.1.49+14.10.20140715-0ubuntu1) utopic; urgency=low [ Dimitri John Ledkov ] * Build in parallel by default. -- Ubuntu daily release Tue, 15 Jul 2014 11:41:34 +0000 ubuntu-ui-toolkit (0.1.49+14.10.20140710-0ubuntu1) utopic; urgency=low [ Florian Boucault ] * Move keyboard anchoring logic of OrientationHelper from MainView to OrientationHelper itself. (LP: #1339616) -- Ubuntu daily release Thu, 10 Jul 2014 12:26:37 +0000 ubuntu-ui-toolkit (0.1.49+14.10.20140709-0ubuntu1) utopic; urgency=low [ Zoltán Balogh ] * Match the theme package version with the plugin's binary-package version -- Ubuntu daily release Wed, 09 Jul 2014 17:49:05 +0000 ubuntu-ui-toolkit (0.1.49+14.10.20140707-0ubuntu1) utopic; urgency=medium * Increase upstream version to 0.1.49 due to API additions in previous release, which did not make it to utopic release. -- Iain Lane Tue, 08 Jul 2014 14:41:49 +0100 ubuntu-ui-toolkit (0.1.48+14.10.20140707-0ubuntu1) utopic; urgency=medium [ Tim Peeters ] * Fix API doc links in UITK gallery. * Allow the developer to specify custom header contents. Fixes: https://bugs.launchpad.net/bugs/1324084. * Close actions popover when pushing new page using the new API. * Add tests for new header API. * Get rid of an unneeded deprecation warning. * Expose PageHeadStyle. * Expose PageHeadConfiguration. * New header API. Fixes: https://bugs.launchpad.net/bugs/1316676. * Print a warning when using deprecated Header component. * Fix empty toolbar bug with Qt 5.3. Fixes: https://bugs.launchpad.net/bugs/1327189. * Use icons from the new suru icon theme only * Add PageHeadState component. [ Christian Dywan ] * Use orange and no translucency for links in the gallery. * Commit input changes on focus change in text components. Fixes: https://bugs.launchpad.net/bugs/1324955. * Add a section for the Toolbar to the gallery. Fixes: https://bugs.launchpad.net/bugs/1312713. * Add a page Tweaks to change theme and header style in the gallery. Fixes: https://bugs.launchpad.net/bugs/1211382. * Multi-arch aware alternative launcher. [ Andrea Cimitan ] * Add "fadeStyle" property to the CrossFadeImage component. [ Leo Arias ] * Deprecate the swipe to delete from r2l on the autopilot helpers. Fixes: https://bugs.launchpad.net/bugs/1330352. * Moved the regression autopilot test for the actions popover to the components module. [ Zsombor Egri ] * PullToRefresh component that can be used in Flickable and all its derivates to initiate model refresh. * Text input UX updates Changes: - text cursor carets (handlers) are shown only in touch environment - long press handling - long tap selects the word under pressed area (if not previously selected) and opens context menu - same as right mouse click - long tap does not focus the non-focused component - long mouse press with left button does not do anything - tap and drag scrolls the content - left mouse button press and drag selects the text - text can be scrolled with mouse wheel and scrollbar only beside the touchAndDrag NOTE: text caret tests are skipped when XVFB, as the activeFocusItem is not set on that environment, which causes text cursor not to be created. Fixes: https://bugs.launchpad.net/bugs/1276176. * Exposing touch functions to QML test. * Default font for the toolkit: Ubuntu, medium sized and light weight. Fixes: https://bugs.launchpad.net/bugs/1263963. * Extend launcher to convert mouse to touch events. MouseTouchAdaptor taken from unity8 launcher. [ Michał Sawicz ] * Prefer new package names for QML modules. This fixes cross-building of dependants. [ Florian Boucault] * OrientationHelper: made rotation animation visually smoother. * Icon: remove warning when Icon.visible is set to false: * ShaderEffect: Property 'source' is not assigned a valid texture provider (QQuickImage*). * OrientationHelper: prevent unnecessary changes of width and height with a workaround. [ CI bot ] * Resync trunk -- Ubuntu daily release Mon, 07 Jul 2014 11:05:59 +0000 ubuntu-ui-toolkit (0.1.48+14.10.20140701.2-0ubuntu1) utopic; urgency=medium [ Michał Sawicz ] * Bump version to indicate requirement for new theme icons. * Change "not…in" to "…not in" in qmlapicheck.py. -- Ubuntu daily release Tue, 01 Jul 2014 15:47:29 +0000 ubuntu-ui-toolkit (0.1.47+14.10.20140619-0ubuntu1) utopic; urgency=low [ Ubuntu daily release ] * New rebuild forced [ Timo Jyrinki ] * Fix empty toolbar bug with Qt 5.3. -- Ubuntu daily release Thu, 19 Jun 2014 06:55:24 +0000 ubuntu-ui-toolkit (0.1.47+14.10.20140618-0ubuntu1) utopic; urgency=medium [Leo Arias ] * On the autopilot helper for the header, fix the swipe to show when hidden. * Added a fixture for autopilot tests to use a fake home directory. Fixes: https://bugs.launchpad.net/bugs/1317639 * Cleaned the containers in unity test using the alternate launcher. * Fixed the creation of the fake Xauthority file on mako for the fixture tests. Fixes: https://bugs.launchpad.net/bugs/1326072 * Fixed the swipe to delete on the list item autopilot helper. Fixes: https://bugs.launchpad.net/bugs/1311392. * clean ups to the autopilot tests for the widget gallery. [ Christian Dywan ]    * Add a launcher with a switch for the QQMLEngine. * The presence of a mouse enables the interactive thumb. Fixes: https://bugs.launchpad.net/bugs/1165173 * Initialize sort.order explicitly. Fixes: https://bugs.launchpad.net/bugs/1324087 * Swiping from Left to Right to Delete only. * Show explicit failure when test wasn't built yet. * Add push_to_phone script to push QML/ Python/ artwork. [ Tim Peeters ] * Anchor the internal PageTreeNode of PageStack to fill its parent. Fixes: https://bugs.launchpad.net/bugs/1322527 * Deprecate sheets. Fixes: https://bugs.launchpad.net/bugs/1304541 * Fix bug where header overflow action popover does not close when the associated action pushes a new page on the pagestack. Fixes: https://bugs.launchpad.net/bugs/1326963. [ Zsombor Egri] * Adding touch functions to UbuntuTestCase. * Qt5.3 related fixes. Fixes: https://bugs.launchpad.net/bugs/1324070, https://bugs.launchpad.net/bugs/1324088, https://bugs.launchpad.net/bugs/1324089. * Reverting InverseMouseAreaType updateArea() method to update(). Calling shadowed superclass' update() method. -- Ubuntu daily release Wed, 18 Jun 2014 17:10:43 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140602-0ubuntu1) utopic; urgency=low [ Christian Dywan ]    * Tweak API parsing to include the Button.font property. Fixes: https://bugs.launchpad.net/bugs/1322169 * Call bindtextdomain on /usr if APP_DIR is not defined. Fixes: https://bugs.launchpad.net/bugs/1322630 [ Tim Peeters ] * On the autopilot Header helper, do not assume that the top container will be a MainView * Make Header component internal as it was always documented. [ Zsombor Egri ] * Missing "default" keyword added to children property of Base, causing rendering and test case failures on Qt 5.3. Fixes: https://bugs.launchpad.net/bugs/1317881 [ Ugo Riboni ] * Allow requesting extra large thumbnails. [ Florian Boucault ] * AnimatedItem: deprecated as it was not used and still costly. [ Zoltán Balogh ] * Replace split with match to work around failing split() function usage. -- Ubuntu daily release Mon, 02 Jun 2014 11:33:42 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140527-0ubuntu1) utopic; urgency=medium [ Timo Jyrinki ] * Allow using the renamed QML packages. Allow also old names for eg. trusty backporting. For additional cross-building friendliness, add :any to python build dependencies. [ Leo Arias ] * Rewrite OptionSelector tests using new helpers. * Added autopilot helpers to pick a time from a date picker. * In autopilot select all text only if not already selected. Fixes: https://bugs.launchpad.net/bugs/1321222. [ Christian Dywan ] * Skip flaky test_updateAlarm_Repeating. * Skip test_ubuntushape which is flakey and add a FIXME. * Read ubuntu-ui-toolkit.ini from $XDG_CONFIG_HOME. * More unit tests and property corrections for SortFilterModel. [ Tim Peeters ] * Fix bug where header actions are painted in the middle of the page. Fixes: https://bugs.launchpad.net/bugs/1319861 * Add header demo program to the resources. * Show header if it was not visible before clicking header button in autopilot test. [ Florian Boucault ] * ActivityIndicator: do not rely on the main thread to animate by using an Animator. * ThinDivider: use a Rectangle instead of an Image. 5x faster creation. * Label: default font weight is now light. [ Zsombor Egri ] * Ubuntu Layouts reparents those default layout components which are not subject of layout instead of altering their visible and enabled properties. Fixes: https://bugs.launchpad.net/bugs/1204834 https://bugs.launchpad.net/bugs/1298886 https://bugs.launchpad.net/bugs/1300668. [ Alberto Mardegan ] * Keep a map of windows and associated textures. Fixes: https://bugs.launchpad.net/bugs/1296728. -- Ubuntu daily release Tue, 27 May 2014 07:51:29 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140520-0ubuntu1) utopic; urgency=medium [ Leo Arias ] * Added the swipe_into_view method to autopilot helpers. Fixed the name of the QQuickFlickable autopilot helper. Fixes: https://bugs.launchpad.net/bugs/1286479 https://bugs.launchpad.net/bugs/1314433. * On the autopilot helpers, find the top container starting from the flickable. Fixes: https://bugs.launchpad.net/bugs/1314390. [ Christian Dywan ] * Use i18n.dtr for toolkit-owned translations. Fixes: https://bugs.launchpad.net/bugs/1317539 * Introduce QML bindings for SortFilterModel. Fixes: https://bugs.launchpad.net/bugs/1266529 * Pick data path if .click is present. Fixes: https://bugs.launchpad.net/bugs/1317772 [ Tim Peeters ] * Quick fix for TabBarStyle.qml:119: TypeError: Cannot read property of null. [ Zsombor Egri ] * One time alarms omit dayOfWeek value changes. Fixes: https://bugs.launchpad.net/bugs/1319401 [ CI bot ] * Resync trunk -- Ubuntu daily release Tue, 20 May 2014 08:35:48 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140516-0ubuntu1) utopic; urgency=medium [ Tim Peeters ] * 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. [ Christian Dywan ] * Add a Theme section to the Icon section in the gallery. Fixes: https://bugs.launchpad.net/bugs/1312710 [ Zsombor Egri ] * Right selection caret positioning fix. [ Andrew Hayzen ] * Block wheel events to items below PopupBase.qml Fixes: https://bugs.launchpad.net/bugs/1315775. [ Oliver Grawert ] * Improve the haptics button feedback to be more like other on mobile architectures (less rattling, more realistic). Fixes: https://bugs.launchpad.net/bugs/1290201. -- Ubuntu daily release Fri, 16 May 2014 11:58:25 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140512-0ubuntu1) utopic; urgency=low [ Tim Peeters ] * 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 [ Christian Dywan ] * Export to load modules from source and allow arguments. * linearSecondsPicker check it's not resetting and count is correct [ Zsombor Egri ] * Text input caret positioning fix for the cases when TextField has overlay primary items and when RTL is enabled. -- Ubuntu daily release Mon, 12 May 2014 12:27:41 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140508-0ubuntu1) utopic; urgency=low [ Christian Dywan ] * 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. [ Zsombor Egri ] * 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. [ Tim Peeters ] * 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. [ Andrew Hayzen ] * 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. [ Leo Arias ] * Deprecated the ubuntuuitoolkit.emulators namespace. Split the autopilot helpers in smaller files. -- Ubuntu daily release Thu, 08 May 2014 10:54:32 +0000 ubuntu-ui-toolkit (0.1.46+14.10.20140502.6-0ubuntu1) utopic; urgency=low [ Zoltán Balogh] * Skip tests only for powerpc [ Christian Dywan ] * Use locale format specifier in textfield_numbers. Fixes: (LP: #1311907) * Resolve QList warnings by porting to UbuntuTestCase.warnings. [Andrew Hayzen] * Animation of the listItem when cancelItemRemoval() is called [ Zsombor Egri ] * 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) [ Tim Peeters ] * 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. [ Leo Arias ] * Deprecated the ubuntuuitoolkit.emulators namespace. Split the autopilot helpers in smaller files. [ Chris Gagnon ] * autopilot emulator for OptionSelector. -- Ubuntu daily release Fri, 02 May 2014 16:31:41 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140408.1-0ubuntu1) trusty; urgency=low [ Zoltán Balogh ] * Change Ubuntu API links in the docs (LP: #1303535) (LP: #1303535) [ Leo Arias ] * Improve the check of tab selection mode by moving to it first. * On the autopilot helpers to click a toolbar button, check that the toolbar is opened first. (LP: #1302706) [ tpeeters ] * Improve toolbar handling on desktop by opening it on mouse hover. (LP: #1182734) * If a Page is inside a Tab and has no title set, get it automatically from the Tab. (LP: #1289695) -- Ubuntu daily release Tue, 08 Apr 2014 14:47:06 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140404.1.is.0.1.46+14.04.20140404-0ubuntu1) trusty; urgency=medium * Revert to previous version as it's making gallery-app AP tests failing on the CI dashboard -- Didier Roche Tue, 08 Apr 2014 13:34:12 +0200 ubuntu-ui-toolkit (0.1.46+14.04.20140404.1-0ubuntu1) trusty; urgency=low [ tpeeters ] * Move the property to keep track of the selected tab to the tabs model. (LP: #1290121) -- Ubuntu daily release Fri, 04 Apr 2014 15:08:22 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140404-0ubuntu1) trusty; urgency=low [ Michael Zanetti ] * fix collapseOnClick in combination with UbuntuListView (LP: #1293996) [ Leo Arias ] * Added a helper for autopilot tests to override the values of initctl vars during tests. * Take into account the visibility of the container when making list elements visible on the autopilot helpers. (LP: #1275060) [ Christian Dywan ] * Set the window title based on the Header title (LP: #1289695) -- Ubuntu daily release Fri, 04 Apr 2014 11:03:59 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140331-0ubuntu1) trusty; urgency=low [ Zoltán Balogh ] * Separate the online and offline documentation and install the QtC help file [ Zsombor Egri ] * Move state data file to temp folder (LP: #1276760) * StateSaver does cleanup if the app is closed due to SIGTERM. This is needed as upstart sends this signal when the application is closed from app scope. SIGINT saves the state. (LP: #1259498) * MainView binding loop fix when backgroundColor is changed runtime. (LP: #1204453) [ Loïc Molinari ] * [Perf metrics] Considered number of CPU cores for CPU usage. [ tpeeters ] * Add useDeprecatedToolbar property to MainView which can be used to disable the current toolbar. Unsetting that property will in future also enable new features in the header. (LP: #1273184) * Close panel on contents press instead of click, so that composed events are not eaten by the InverseMouseArea of the Panel. (LP: #1295720) [ Christian Dywan ] * Treat QML warnings as fatal except for explicitly listed tests -- Ubuntu daily release Mon, 31 Mar 2014 18:26:59 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140321.1-0ubuntu1) trusty; urgency=low [ Bartosz Kosiorek ] * Fix selection and coping text from TextFields (LP: 1130369) (LP: #1130369) * "Cut" operation do not shows for "ReadOnly's" TextField and TextArea (LP: 1293149) (LP: #1293149, #1267821) [ Zsombor Egri ] * InverseMouseArea not getting mouse events converted from touch when set as topmost item. (LP: #1288876) [ Michael Zanetti ] * drop BottomBarVisiblityCommunicator as it has gone from unity8 - no more HUD from the lower edge [ Christian Dywan ] * Introduce UbuntuTestCase API for C++ (LP: #1261396) -- Ubuntu daily release Fri, 21 Mar 2014 11:29:53 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140317-0ubuntu1) trusty; urgency=low [ Didier Roche ] * remove the doc generation for UITK autopilot emulator. Autopilot is in universe for now, it needs MIRing first -- Ubuntu daily release Mon, 17 Mar 2014 09:03:08 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140314-0ubuntu1) trusty; urgency=low [ CI bot ] * Resync trunk [ Colin Watson ] * With Qt 5.2, QtDeclarative now supports all architectures, at least in principle. Switch back to trying to build everywhere, since ubuntu-ui-toolkit has no intrinsic reason to be non-portable. -- Ubuntu daily release Fri, 14 Mar 2014 15:07:46 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140306.1-0ubuntu1) trusty; urgency=low [ Zsombor Egri ] * DatePicker flaky test fix. (LP: #1287009) [ Ubuntu daily release ] * New rebuild forced [ Michael Zanetti ] * Make the UbuntuListView tests more stable (LP: #1288597) -- Ubuntu daily release Thu, 06 Mar 2014 12:46:50 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140304-0ubuntu1) trusty; urgency=low [ CI bot ] * Ship python3 autopilot emulators/tests. [ Florian Boucault ] * More compact visual style for a few widgets: Button: switched default color to plain instead of gradient. Height from 5gu to 4gu. OptionSelector: row height from 6gu to 5gu. Slider: much thinner visual style. Switch: size from 10gu x 5gu to 8gu x 4gu. CheckBox: size from 4.25gu x 4gu to 3.25gu x 3gu. smaller 'x-large' font size. (LP: #1276173) [ tpeeters ] * Expose a position property in Panel to make it more useful for implementing new bottom-edge behavior. [ Christian Dywan ] * The wrapper is intended to make API test more visible in the output regardless of failure or success. A semi-related fix increases coverage so that UbuntuTestCase and Layouts are also checked. -- Ubuntu daily release Tue, 04 Mar 2014 13:01:40 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140301-0ubuntu1) trusty; urgency=low [ Zsombor Egri ] * StateSaver does no longer save the component states upon destruction. State is saved when the application is deactivated (looses focus) and cleaned once the application gets re-activated (gains focus). Discards saved states when the application closes properly. Ignores state saving when the app is launched thru content pickers. (LP: #1276174) [ Ugo Riboni ] * Allow appending query strings (which are then ignored) to the image id to allow a workaround for QT's inability to selectively clean the image cache. [ Leo Arias ] * Add a common autopilot test to try load pages in gallery (LP: #1231265) [ Michael Zanetti ] * Introduce the almighty UbuntuListView. So far not /that/ mighty tho. Can only deal with Expandables. (LP: #1169258) [ CI bot ] * On the autopilot listview emulator, scroll to the bottom to try to find elements not yet created. (LP: #1270200) [ tpeeters ] * Always use the ubuntu-mobile icon theme in UITK apps. (LP: #1284218) * Fix autopilot and unit tests for TabBar. [ Christian Dywan ] * Look for locale folder in the same prefix as the app data (LP: #1259540) * Remove activeFocus hack for OSK from QuickUtils (LP: #1259476) * Add a common autopilot test to try load pages in gallery (LP: #1231265) * Use PIPESTATUS to avoid getting the wrong return value (LP: #1284699) -- Ubuntu daily release Sat, 01 Mar 2014 12:53:03 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140224-0ubuntu1) trusty; urgency=low [ Renato Araujo Oliveira Filho ] * [alarms] Filter only alarms of the current week. This is necessary because query for events without a valid date interval will return all events on the database, including the recurrence ones. Ex. A alarm that recurs every day, will be returned infinite times. (LP: #1282129) -- Ubuntu daily release Mon, 24 Feb 2014 21:54:01 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140220-0ubuntu1) trusty; urgency=low [ Michael Zanetti ] * use data instead of children In ListItems.Base to allow having QtObjects as childs. In findChild() to be able to find invisible things like QtObject and Animations. Changes the return value from undefined to null as that's more correct. * Fix some issues in DatePicker's docs [ CI bot ] * Resync trunk [ Iain Lane ] * Support building with DEB_BUILD_OPTIONS=nocheck to skip the testsuite, per Debian policy. [ Leo Arias ] * Refactor the fake application used by the autopilot emulator tests to make a fixture that can be reused by other projects. [ Zsombor Egri ] * Mouse filters attacheable to mouse handling primitives. * Item instances set as property values were excluded from layouting, causing segfaults when re-layouting was performed or when the component got deleted due to or during re-layouting. (LP: #1280359) * ItemSelector regression fix. (LP: #1275861) -- Ubuntu daily release Thu, 20 Feb 2014 10:04:25 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20140212-0ubuntu1) trusty; urgency=low [ Andrew Hayzen ] * Fixed text not aligned at vertical centre if the listitem height has changed dynamically. Fixed no removeItemAnimation if the listitem height has been set. (LP: #1263688, #1263682) [ CI bot ] * Trunk as is, for CI Train release. [ William Hua ] * Also update LANGUAGE when setLanguage is called for dynamic translation. (LP: #1263163). (LP: #1263163) [ Timo Jyrinki ] * A qtdeclarative5-private-dev packaging change adding a dependency on libqt5v8-5-private-dev has been backported to all Ubuntu versions now, so this workaround can now be dropped - building both against Qt 5.2 and 5.0.2 works. * Add #include for QDebug to fix Qt 5.2 build. [ Christian Dywan ] * Split build and install steps in debian/rules. * Use integer Date constructor in date picker tests for Qt 5.2. * Run unit_x11 test cases via Xvfb and address failures. (LP: #1258017, #1237812, #1242646) * Don't redirect output of the input file in itself. * Don't try to deploy non-existing qml and js files. (LP: #1259228) * Assert textField focus, button visibility and pressed after tapping clear. * Split documentation for previously group properties. (LP: #1266842) * Suppress errors to work-around font error messages. (LP: #1256999) * ListItems.Empty's default property needs to be data not children. (LP: #1190509) [ Pete Woods ] * Handle the unity-action-api quit signal. (LP: #1269409) [ Zsombor Egri ] * Date picker component. Provides full date and month only picking functionality. * DatePicker test case fix, setting the minimum limit to value that is earlier than the date value set. (LP: #1266515) * Fixing state restoration when nested dynamic component properties are restored. (LP: #1267039) * Removing obsolete functionality from QuickUtils. (LP: #1266707) * StateSaver failure with Repeater fixed. Indirectly fixes StateSaver with ListView and GridView. (LP: #1267900) * TabBar test case failure fix for Qt5.2. (LP: #1256930) * InverseMouseArea API test removed, being a duplicate of the other InverseMouseArea tests. Connecting to th eproper enabledChanged signal in InverseMouseArea resolves the warning in Qt5.2 stating enabledChanged was overwritten in QQuickMouseArea. (LP: #1266707) * Panel implementation for DatePicker. Presents the DatePicker either in a panel covering the OSK area or in a Popover, depending on the form factor and presence of input method provider. * Layout tests now wait for the currentLayout change completion. (LP: #1266707) * Extra QQmlEngine instance removed from plugin, which seemed to cause some race conditions with Qt5.2. As result UbuntuColors got transferred from context property into singleton object, Theme's palette creation delayed till its first access. (LP: #1266707) * DateUtils test failure fix. (LP: #1273893) [ Florian Boucault ] * Ubuntu UI Toolkit Gallery: reimplemented in a cleaner way the responsiveness of the UI. That will allow for working right-to-left support. (LP: #1172652, #1182599) * Added Right-to-Left languages support to most widgets and to the UI Toolkit Gallery. The following widgets now behave properly in RTL environments: - List Items - Popups - Slider - TextArea - TextField - Button - ProgressBar - Toolbar - Header - Switch Tabs still need to be reversed. Relayout issues had to be workarounded (QTBUG 35095) for Label and Row. . (LP: #1181740, #35095) [ Leo Arias ] * Added an autopilot emulator for list views, with tests. * Added the TextField autopilot emulator. * Use the autopilot text field helper in the gallery test cases. (LP: #1274240, #1259476) [ Andrea Cimitan ] * Use integer Date constructor in date picker tests for Qt 5.2. [ tpeeters ] * Date picker component. Provides full date and month only picking functionality. * Fix the positioning of a flickable in a Page which has a parent that is not a PageTreeNode. (LP: #1261907) * Fix the height of a Page in case its parent is a Loader. (LP: #1259917) -- Ubuntu daily release Wed, 12 Feb 2014 10:56:52 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131216-0ubuntu1) trusty; urgency=low [ Zsombor Egri ] * Layouting fails with Qt5.2 if the tests and components are not rendered upon testing. Layout unit tests have been transferred to X11 unit tests and tests on layout changes all wait till the layout change completes. Tested with Qt 5.0.2 and Qt 5.2 RC1. (LP: #1256235) * Picker visuals facelift, prepared for Date- and TimePicker components. * Picker selectedIndex miss-behavior fix when model is cleared/cropped/reset. [ Florian Boucault ] * List item progression: use appropriate icon (same as Tabs' arrow) and fixes the issue of it being the wrong color in Dark and Gradient themes. (LP: #1236777) [ Albert Astals ] * tst_arguments: Do not use QTEST_MAIN QTEST_MAIN is 99.99% of the times what you want when running a Qt testcase but it creates a Q*Application and in this case that is not wanted since we are creating and destroying them as part of the test and Qt doesn't like when there's more than one Q*Application at the same time, so do without creating a Q*Application in main. This can of course have some implications but it seems that for this testcase all is fine. (LP: #1254747) * Make the model a var and not a ListModel ListModel is bound specifically to QQuickListModel By using a var we can use other QAbstractItemModel subclasses in the model. [ Nic ] * Removed stop animation on text every time an expansion/collapse is made. Fixes bug #1231939. (LP: #1231939) * Fixed scrolling in selector when parent widget's height is less than the selector's ListView height. Fixes bug #1256356. (LP: #1256356) [ Timo Jyrinki ] * Require either Qt 5.2 or libqt5v8-5-private-dev. [ tpeeters ] * Reset hide timer when user interacts with toolbar or toolbar buttons. (LP: #1249031) * Improve detection of tab bar interaction. Now using the new TabBar.pressed property instead of TabBar.selectionMode property, because selectionMode may be changed without user interaction (for example, when resuming an app in a following MR), and then the toolbar should not automatically hide. * Open the toolbar and tabbar (without animating) when the app is resumed. (LP: #1246790) [ Christian Dywan ] * Accept qmldir files in qmlapicheck and skip internal components. (LP: #1256045) * Suppress qdoc warnings coming from upstream API. * Conditionally define doc folder containing resources. (LP: #1256779) * Move doc commands to shellscript and add success output lines. * Use Eventually when checking that the textfield is empty There's always a delay so we can't just compare it. (LP: #1259476) [ Ubuntu daily release ] * Automatic snapshot from revision 892 -- Ubuntu daily release Mon, 16 Dec 2013 08:17:31 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131129-0ubuntu1) trusty; urgency=low [ Zsombor Egri ] * Tabs to react on model changes when a Repeater is used to populate with Tab components. . (LP: #1255544) [ Leo Arias ] * Added a ComposerSheet autopilot emulator. (LP: #1248740) [ Nic ] * Made currentlyExpanded property writeable. Fixed up comments for incorrectly documented properties. Added a positionViewAtIndex to refocus the list on the first index when it's externally collapsed. (LP: #1252718) [ Nicolas d'Offay ] * Made currentlyExpanded property writeable. Fixed up comments for incorrectly documented properties. Added a positionViewAtIndex to refocus the list on the first index when it's externally collapsed. (LP: #1252718) [ tpeeters ] * Detect interaction with contents (in order to close toolbar/tabbar) from Page to MainView. * Close the toolbar when user activates tabbar. (LP: #1223600) * Close tabbar on toolbar interaction. (LP: #1223606) * Disable header animations at app startup. (LP: #1246792) [ Christian Dywan ] * Elaborate on why OrientationHelper's internal must be Item. [ Ubuntu daily release ] * Automatic snapshot from revision 872 -- Ubuntu daily release Fri, 29 Nov 2013 20:24:58 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131126.1-0ubuntu1) trusty; urgency=low [ Nic ] * Renamed state assignment to correct "expanded" instead of "alwaysExpanded". (LP: #1252717) [ Nicolas d'Offay ] * Renamed state assignment to correct "expanded" instead of "alwaysExpanded". (LP: #1252717) [ Christian Dywan ] * Merge stateWrapper and internal so Screen isn't used in an Object. (LP: #1254888) [ Ubuntu daily release ] * Automatic snapshot from revision 862 -- Ubuntu daily release Tue, 26 Nov 2013 22:25:55 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131126-0ubuntu1) trusty; urgency=low [ Loïc Molinari ] * [UbuntuShape] Informed renderer of index and vertex data patterns. * [UbuntuShape] Transformed coordinates of textures packed in atlases. (LP: #1252736) [ Jani Monoses ] * Avoid reference errors in OrientationHelper. (LP: #1244631) [ Albert Astals ] * Do not include the QtQml catch-all include header Include the headers we need instead . * Compile properly with make -j10 Otherwise tries to compile the tests before the components.so is there and fails. [ Christian Dywan ] * Only inspect left hand for keywords and omit identifier. (LP: #1250653) * Merge pot update scripts and tweak 'make pot'. (LP: #1186250) * Add dependencies and indexes to link Qt5 and Ubuntu.Unity.Action docs. (LP: #1202561) * Implement BUILTINS in qmlapicheck to exclude built-in types. * Move ubuntu-ui-toolkit-doc dep from -examples to Recommends This way it's possible to run autopilot tests without docs. [ Zsombor Egri ] * Tabs are controlled independently by TabBar from Tabs component. (LP: #1246758) [ Florian Boucault ] * Conditionally disable v8-private dependency if Qt's version >= 5.2. * TextArea: added missing MathUtils import. (LP: #1248731) * Homogenized the icon related APIs. Everywhere where an icon can be set 2 properties are defined: url iconSource: url of any image file that can be used as the icon. string iconName: name of the icon in the theme. Redundant APIs are now deprecated. Action, ActionItem, OptionSelectorDelegate, ListItems.Base and ListItems.Standard have been modified. (LP: #1191054) [ Leo Arias ] * Add the .py files to the qtcreator project. (LP: #1244615) * Added logging for all the public methods on the autopilot emulators. [ Robert Bruce Park ] * Fix indicator tabs ordering. [ Michael Zanetti ] * fix typo in ListItems.Empty doc string. [ tpeeters ] * Align ListView header with MainView header. (LP: #1202403, #1202277) * Support initial value of selectionMode that is not equal to false. (LP: #1250194) [ Ubuntu daily release ] * Automatic snapshot from revision 859 -- Ubuntu daily release Tue, 26 Nov 2013 01:11:34 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131118-0ubuntu1) trusty; urgency=low [ Zsombor Egri ] * Support for dynamically inserting/moving/removing tabs in Tabs. . (LP: #1124071) [ Leo Arias ] * Fixes for swipe_to_delete on autopilot list items emulator: Take into account items without confirmation. Take into account items that are destroyed on removal. (LP: #1245651, #1249221) [ Albert Astals ] * InverseMouseArea: Do not filter events if disabled. [ Robert Bruce Park ] * Support both Python 2 and 3 in the autopilot tests. [ Christian Dywan ] * Track magic window with a property signal instead of defining it. (LP: #1251436) [ Ubuntu daily release ] * Automatic snapshot from revision 837 -- Ubuntu daily release Mon, 18 Nov 2013 17:13:33 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131108.4-0ubuntu1) trusty; urgency=low [ Robert Bruce Park ] * (no message) [ Ubuntu daily release ] * Automatic snapshot from revision 830 -- Ubuntu daily release Fri, 08 Nov 2013 23:11:13 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131108.3-0ubuntu1) trusty; urgency=low [ Leo Arias ] * Add a check for the autopilot version on the emulator init. (LP: #1248570) * Ensure the toolbar is opened when clicking a toolbar in autopilot tests. (LP: #1248487) [ Nicolas d'Offay ] * Reverted API break on the selectors. (LP: #1248646) [ tpeeters ] * Ensure the toolbar is opened when clicking a toolbar in autopilot tests. (LP: #1248487) * before fixing the actual bug, the test gives me these errors: QWARN : tst_MainView::testNoWarnings_bug186065() unity::action::ActionManager::ActionManager(QObject*): Could not determine application identifier. HUD will not work properly. Provide your application identifier in $APP_ID environment variable. QWARN : tst_MainView::testNoWarnings_bug186065() file:///home/tim/dev/ubuntu-ui- toolkit/fix1244660/modules/Ubuntu/Components/MainView.qml:257: TypeError: Cannot call method 'hasOwnProperty' of null ** (process:27191): CRITICAL **: Unable to get session bus: Operation was cancelled QWARN : tst_MainView::testNoWarnings_bug186065() Don't know how to handle 'QList', use qRegisterMetaType to register it. PASS : tst_MainView::testNoWarnings_bug186065() PASS : tst_MainView::cleanupTestCase() Totals: 8 passed, 0 failed, 0 skipped ********* Finished testing of tst_MainView ********* I get the same when I execute unit_x11/tst_orientation/tst_orientation: QWARN : tst_OrientationTest::test_defaults() Don't know how to handle 'QList', use qRegisterMetaType to register it. PASS : tst_OrientationTest::test_defaults() Should I execute the tests in a different way?. (LP: #186065, #1244660) [ Robert Bruce Park ] * (no message) [ Ubuntu daily release ] * Automatic snapshot from revision 828 -- Ubuntu daily release Fri, 08 Nov 2013 22:02:57 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131106-0ubuntu1) trusty; urgency=low [ Leo Arias ] * Update the tests to work with autopilot 1.4. [ Ubuntu daily release ] * Automatic snapshot from revision 822 -- Ubuntu daily release Wed, 06 Nov 2013 05:08:45 +0000 ubuntu-ui-toolkit (0.1.46+14.04.20131105.1-0ubuntu1) trusty; urgency=low [ Albert Astals ] * Minor optimzations Add const & to foreach to save copies of "complex" types Remove initializations of QStrings to "" since they do nothing Return QString instead of "" since its faster Pass "complex" types as const & instead of copy to functions Not an optimization: Added const qualifier to two functions . [ Lars Uebernickel ] * Remove GIconProvider Use urls for file and data icons and the theme image provider (image://theme/) for themed icons. [ Kaleo ] * [visual design] Updated tabs chevron asset. [ Christian Dywan ] * Install translations for UI toolkit and gallery. (LP: #1239627) * Support checkbox used with an action. * Install autopilot modules in qmake not debian packaging. * Drop the $$ from system calls where output isn't needed. * Look for locale folder as per XDG basedir spec and rewrite test The new test case covers the whole range of changing languages, checking the strings from both QML and C++ and binding to a folder. (LP: #1175726, #1233071) * Define window within OrientationHelper to avoid a race condition. (LP: #1239760) [ Zsombor Egri ] * Support for taking themes from XDG_DATA_DIRS as well as from ~/.local/share. These paths are also added as import paths. UBUNTU_UI_TOOLKIT_THEMES_PATH overrules these import paths, and can have more than one path specified, each separated with column. (LP: #1221813) * Warnings treated as errors in all types of builds (debug or release). (LP: #1246290) * Introducing topmostItem property to drive whether InverseMouseArea should filter sensingArea events or to stay in the normal z- order/stack order of its parent. (LP: #1240460) [ Leo Arias ] * Added the go back method to the autopilot emulators. (LP: #1239751) * On the autopilot emulator, drag the toolbar to its full height. (LP: #1235060) * Initially show toolbar, but automatically hide after timeout. (LP: #1207369) * Added the change_state method to the CheckBox autopilot emulator. Cleaned up the autopilot gallery toggles tests. * Added the objectNames to the ComposerSheet buttons. (LP: #1244518) [ tpeeters ] * Update CrossFadeImage API so that sourceSize can be set by the applications. CHANGED in CrossFadeImage: readonly property size sourceSize TO property size sourceSize. (LP: #1227783) * Initially show toolbar, but automatically hide after timeout. (LP: #1207369) * Put tab bar in selection mode when apps are launched. (LP: #1223597) * Close tabbar and toolbar when user interacts with app contents. (LP: #1223604) [ Nicolas d'Offay ] * Added multiSelection bool and supporting code to OptionSelector and ItemSelector. This turns either component into a multiple choice selector. Fixed linked bugs. (LP: #1231936) [ Renato Araujo Oliveira Filho ] * Implemented emulator for swipe to remove. (LP: #1236464) [ Ubuntu daily release ] * Automatic snapshot from revision 820 -- Ubuntu daily release Tue, 05 Nov 2013 16:51:13 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20131011.2-0ubuntu2) UNRELEASED; urgency=low * add sphinx documentation -- Nicholas Skaggs Tue, 29 Oct 2013 17:28:30 -0400 ubuntu-ui-toolkit (0.1.46+13.10.20131011.2-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * Tests proving component state saving added, minor fix disabling state saving when attachee ID is not specified or absolute ID cannot be computed. * Member initialization order fixed. This causes build error when built with QtCreator 2.8.1, as that one builds with -Werror parameter. It is highly recommended to all to use QtCreator when developing for Touch. [ Jussi Pakkanen ] * Return a default image if thumbnailing does not work. [ Leo Arias ] * Added a public function to get the command to launch qmlscene from autopilot tests. [ Ubuntu daily release ] * Automatic snapshot from revision 792 -- Ubuntu daily release Fri, 11 Oct 2013 17:18:50 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20131007-0ubuntu1) saucy; urgency=low [ Zoltán Balogh ] * Add default tools (LP: #1233709). (LP: #1233709) [ Loïc Molinari ] * Added URI handler support. * Fixed UbuntuShape warnings when using a ShaderEffectSource as an image. [ iftikhar.ahmad@canonical.com ] * Added test cases for text field testing. * Minor change to make the OptionSelector more testable by adding objectName property to uniquely identify the object. (LP: #1234020) [ Christian Dywan ] * Set offline storage path and add a unit test. (LP: #1231863) * Emit domainChanged from bindtextdomain to trigger updates. (LP: #1220395) * Support TextArea used with an action. * Support option selector used with an action. * Add haptic feedback to AbstractButton. (LP: #1189537) [ Zsombor Egri ] * Fix Picker module deployment. * index property added to Tab to be able to reference the Tab number. Fixes bug #1233402. (LP: #1233402) [ Jussi Pakkanen ] * Adds thumbnailer image provider. [ Christopher Lee ] * Preparing autopilot tests for an upcoming update in autopilot 1.3. [ Andrea Cimitan ] * Export a position value of the toolbar through dbus, setting the value of the dbus service created by the shell. (LP: #1224480) [ Guenter Schwann ] * Better handle the case of dismissing the OSK and focusing the text again fixes LP: #1228155. (LP: #1228155) [ Renato Araujo Oliveira Filho ] * Added "confirmRemoval" in ListItem.Empty This will ask for confirmation before remove the item. (LP: #1213046) * Disabled confirmation on swipe to delete as default. [ Leo Arias ] * index property added to Tab to be able to reference the Tab number. Fixes bug #1233402. (LP: #1233402) [ Ubuntu daily release ] * Automatic snapshot from revision 786 -- Ubuntu daily release Mon, 07 Oct 2013 04:36:33 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130925.1-0ubuntu2) saucy; urgency=low * Cherry pick changes from the ap-test-fixes-for-updated-autopilot branch to fix working with the newer autopilot -- Łukasz 'sil2100' Zemczak Thu, 03 Oct 2013 11:38:44 +0200 ubuntu-ui-toolkit (0.1.46+13.10.20130925.1-0ubuntu1) saucy; urgency=low [ Timo Jyrinki ] * Temporarily disable the jokes example in order to not have qtmultimedia dependency from examples that is not used otherwise. This lessens the dependency chains of packages. It can be added back after Ubuntu 13.10. * Fix regression in qmlscene usage (LP: #1229541). (LP: #1229541) [ Christian Dywan ] * Set QCoreApplication::applicationName based on MainView. (LP: #1197056, #1197051, #1224126) * Include subfolders of Components in api check. [ Zsombor Egri ] * Organizer EDS (Evolution Data Server) integration. * StateSaver attached component. * Fix alarm status reporting, updating documentation on asynchronous behavior of save and cancel operations. Alarm status notification reports the operation the status refers to. (LP: #1226516) * Dialer + DialerHand components required for TimePicker. . [ Leo Arias ] * Added UbuntuUIToolkitAppTestCase as a base test case for the autopilot tests. (LP: #1227355) * Added the autopilot emulator for toggles. [ Nick Dedekind ] * Added clipping to tab bar. (LP: #1226104) [ Alberto Mardegan ] * Support re-attaching to a different QQuickView Make the plugin correctly handle the case when the QQuickView is destroyed and a new one is created: this is done by avoiding using static variables, and instead binding the data to the QQmlEngine, QQmlContext or QWindow as appropriate. . (LP: #1221707) [ Dennis O'Flaherty ] * Reword the description for easier reading. [ tpeeters ] * Fix warnings when running gallery-app autopilot tests. (LP: #1223329, #1223326) * Smarter automatic updating of Panel's opened property. Panel.open() and Panel.close() should be used to open/close a Panel, or when using a toolbar with ToolbarItems from a Page, set Page.tools.opened to open/close the toolbar. No API or behavior changes since the panel-open-close branch. Toolbar behavior changes will be done in a following MR. [ Ubuntu daily release ] * Automatic snapshot from revision 765 -- Ubuntu daily release Wed, 25 Sep 2013 07:08:56 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130916-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * Picker component, a tumbler style value selector. [ Leo Arias ] * Do not duplicate the pointer instantiation on the autopilot emulators. (LP: #1220346) [ Nicolas d'Offay ] * Fixed bug in the selectors that happened with the "nudging" behaviour which occurred when the selector was scrolled. It used to nudge past boundaries and if the same index was selected. This has been fixed. Fixed SuruDark and SuruGradient ListItemSelector themes. [ tpeeters ] * Add Panel.open() and Panel.close() functions so that applications can be adapted to use those instead of setting Panel.opened. The behavior of the panel was not changed, this will be done in a following MR. Also note that applications with a Toolbar do not need to use Panel.open()/close()/opened directly, they can use the opened property of the Page.tools, so they should not be affected by the upcoming changes. [ Lars Uebernickel ] * giconprovider: warn about image://gicon being deprecated. [ Ubuntu daily release ] * Automatic snapshot from revision 748 -- Ubuntu daily release Mon, 16 Sep 2013 11:35:05 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130903.4-0ubuntu1) saucy; urgency=low [ Nicolas d'Offay ] * Hide header label if no label is input. Fix for: OptionSelector.qml:205: ReferenceError: UbuntuAnimation is not defined Fixed containerHeight affecting the entire Selector's height even if the contentHeight was less. (LP: #1220130) [ Guenter Schwann ] * Fixes tab switching with open toolbar fixes https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1220064. (LP: #1220064) [ Ubuntu daily release ] * Automatic snapshot from revision 741 -- Ubuntu daily release Tue, 03 Sep 2013 15:16:50 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130903.3-0ubuntu1) saucy; urgency=low [ Zoltán Balogh ] * Reverse cherrypicking rev734. [ Zsombor Egri ] * Branch 734 removed, causing Unity test failures. [ Nicolas d'Offay ] * Added ItemSelector. Extend OptionSelector and fixed various bugs. Added tests for both OptionSelector and ItemSelector. (LP: #1169258, #1218250, #1218247) [ tpeeters ] * New toolbar reveal/hide behavior, as specified by design. (LP: #1207369) [ iftikhar.ahmad@canonical.com ] * This MP contains some fixes to autopilot test cases. Two test cases are commented for now as they were giving inconsistent results on phone. . [ Ubuntu daily release ] * Automatic snapshot from revision 738 -- Ubuntu daily release Tue, 03 Sep 2013 11:46:19 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130830.1-0ubuntu1) saucy; urgency=low [ tpeeters ] * Quick fix, completely untested. Might mess up apps with list items that do not use popovers. Have a look to see if you can use this code and it doesn't break anything. (LP: #1205094) * Clean toolbar code by removing deprecated properties and updating tests. [ iftikhar.ahmad@canonical.com ] * ajusted the buttons laytout to make it fit to phone screen size. https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1218749 . (LP: #1218749) [ Ubuntu daily release ] * Automatic snapshot from revision 731 -- Ubuntu daily release Fri, 30 Aug 2013 12:44:49 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130829.2-0ubuntu1) saucy; urgency=low [ Olivier Tilloy ] * Fix a typo in Panel.qml. (LP: #1218331) [ Ubuntu daily release ] * Automatic snapshot from revision 727 -- Ubuntu daily release Thu, 29 Aug 2013 15:22:45 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130829.1-0ubuntu1) saucy; urgency=low [ Michal Hruby ] * Add UnityThemeIconProvider - A QQuickImageProvider that loads icons from the current icon theme, following the xdg icon spec. [ Zsombor Egri ] * Tick artwork reverted into Ambiance theme breaking Switch and CheckBox components. . [ Antti Kaijanmäki ] * Add UnityThemeIconProvider - A QQuickImageProvider that loads icons from the current icon theme, following the xdg icon spec. [ Nick Dedekind ] * Add UnityThemeIconProvider - A QQuickImageProvider that loads icons from the current icon theme, following the xdg icon spec. [ Lars Uebernickel ] * Add UnityThemeIconProvider - A QQuickImageProvider that loads icons from the current icon theme, following the xdg icon spec. [ Ubuntu daily release ] * Automatic snapshot from revision 725 -- Ubuntu daily release Thu, 29 Aug 2013 11:09:48 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130829-0ubuntu1) saucy; urgency=low [ Nicolas d'Offay ] * Fixed output issue: CrossFadeImage.qml:39: Unable to assign QSize to QSizeF. (LP: #1217848) * Themed UbuntuShape OptionSelector. (LP: #1202170) [ Ubuntu daily release ] * Automatic snapshot from revision 722 -- Ubuntu daily release Thu, 29 Aug 2013 02:45:45 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130828.1-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * add a test for PopoverForegroundStyle. [ Ubuntu daily release ] * Automatic snapshot from revision 719 -- Ubuntu daily release Wed, 28 Aug 2013 11:16:47 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130828-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 717 -- Ubuntu daily release Wed, 28 Aug 2013 08:19:49 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130827-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Themed UbuntuShape OptionSelector. (LP: #1202170) [ Omer Akram ] * Themed UbuntuShape OptionSelector. (LP: #1202170) [ Nicolas d'Offay ] * Themed UbuntuShape OptionSelector. (LP: #1202170) [ Ubuntu daily release ] * Automatic snapshot from revision 714 -- Ubuntu daily release Tue, 27 Aug 2013 19:11:59 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130826.1-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * Alarm backend turned to asynchronous implementation. Status enum and corresponding property added to Alarm element to reflect the pending operation status. [ Ubuntu daily release ] * Automatic snapshot from revision 712 -- Ubuntu daily release Mon, 26 Aug 2013 18:34:52 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130823-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * AlarmModel got a role named model to solve ambiguous role accessing situations. Test application added. [ Ubuntu daily release ] * Automatic snapshot from revision 710 -- Ubuntu daily release Fri, 23 Aug 2013 10:10:02 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130822.1-0ubuntu1) saucy; urgency=low [ Alexandre Abreu ] * Add an actionmanager property that let clients be more flexible with their actions at runtime. (LP: #1207804) [ tpeeters ] * Do not trigger a ToolbarButton that is not enabled. (LP: #1202245) [ Ubuntu daily release ] * Automatic snapshot from revision 707 -- Ubuntu daily release Thu, 22 Aug 2013 18:55:49 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130821-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Make Popover themable and allow inheriting Popover's default style. [ Omer Akram ] * make the input device detection logic inside autopilot emulators actually work. * first step for autopilot tests to run on touch devices. [ Ubuntu daily release ] * Automatic snapshot from revision 703 -- Ubuntu daily release Wed, 21 Aug 2013 16:19:11 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130819.3-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * Alarm management QML API. [ Ubuntu daily release ] * Automatic snapshot from revision 699 -- Ubuntu daily release Mon, 19 Aug 2013 18:37:52 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130819-0ubuntu1) saucy; urgency=low [ tpeeters ] * Add a drag threshold to Panel (and Toolbar) so that unintentional movements while clicking are not detected as a drag to open/close the panel. (LP: #1179569) [ Ubuntu daily release ] * Automatic snapshot from revision 697 -- Ubuntu daily release Mon, 19 Aug 2013 02:11:54 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130815.1-0ubuntu1) saucy; urgency=low [ Leo Arias ] * Added a safeguard to prevent the tabs autopilot emulator to loop for ever. (LP: #1211619) [ tpeeters ] * Fix bug 1209403 where Tabs header does not become invisible when another page is pushed on the PageStack and a gradient background is used. (LP: #1209403) [ Ubuntu daily release ] * Automatic snapshot from revision 695 -- Ubuntu daily release Thu, 15 Aug 2013 06:33:50 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130812-0ubuntu1) saucy; urgency=low [ Timo Jyrinki ] * Depend on ttf-ubuntu-font-family from the qtdeclarative5-ubuntu-ui- toolkit-plugin (LP: #1181176) qtdeclarative5-ubuntu-ui-toolkit- plugin has Label.qml which uses Ubuntu font directly. (LP: #1181176) [ Ubuntu daily release ] * Automatic snapshot from revision 691 -- Ubuntu daily release Mon, 12 Aug 2013 06:46:52 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130809.2-0ubuntu1) saucy; urgency=low [ Kaleo ] * Updated visual design of ActivityIndicator. * Switch: implemented new version of visual design. * Slider: animate thumb movement when pressing the slider. * ProgressBar: design tweaks to indeterminate mode. [ Leo Arias ] * Added the objectName property to the top header. (LP: #1209405) * Moved the ActionSelectionPopover autopilot emulator from the filemanager app. Added tests. (LP: #1205205) [ Ubuntu daily release ] * Automatic snapshot from revision 689 -- Ubuntu daily release Fri, 09 Aug 2013 15:36:16 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130808.2-0ubuntu1) saucy; urgency=low * New rebuild forced * Automatic snapshot from revision 682 -- Ubuntu daily release Thu, 08 Aug 2013 10:00:11 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130808.1-0ubuntu1) saucy; urgency=low [ Leo Arias ] * Fixed the opening of tabs on the autopilot test Emulators. (LP: #1206251) [ Ubuntu daily release ] * Automatic snapshot from revision 681 -- Ubuntu daily release Thu, 08 Aug 2013 06:05:03 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130807-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * InverseMouseArea derives now from MouseArea being in this way kept in sync with the MouseArea behavior. No API change other than base class and the extra API it brings occured. (LP: #1207426) [ Ubuntu daily release ] * Automatic snapshot from revision 678 -- Ubuntu daily release Wed, 07 Aug 2013 04:02:21 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130806-0ubuntu1) saucy; urgency=low [ Guenter Schwann ] * During tests, make sure the toolbar does not move before opening it. [ Ubuntu daily release ] * Automatic snapshot from revision 676 -- Ubuntu daily release Tue, 06 Aug 2013 07:38:20 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130805-0ubuntu1) saucy; urgency=low [ Kaleo ] * Popover: updated show/hide animations to match design. Slider's bubble: added show/hide animations. * ProgressBar: new visual design. Indeterminate progress bar's design is not worked out yet. Simple placeholder animation for now. (LP: #1195866) [ Ubuntu daily release ] * Automatic snapshot from revision 674 -- Ubuntu daily release Mon, 05 Aug 2013 04:02:18 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130802-0ubuntu1) saucy; urgency=low [ tpeeters ] * Restructure tab bar code and improve autopilot tests: - Split up NewTabBar into TabBar (Components) and TabBarStyle (Themes). - Expose tabBar property in Tabs - Make Header.contents an Item instead of Component - Improve autopilot tests not to rely on arbitrary sleep times The goal of this change is to prepare for additional properties that will be added to TabBar in a following MR in order to support behavior that is needed for the indicators. * Add bool properties alwaysSelectionMode and animate to TabBar for greater control of its behavior. (LP: #1204121, #1203685) [ Ubuntu daily release ] * Automatic snapshot from revision 671 -- Ubuntu daily release Fri, 02 Aug 2013 04:02:19 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130731-0ubuntu1) saucy; urgency=low [ Ugo Riboni ] * Make InverseMouseArea and MouseArea behave the same way when the mouse is moved between a click and release event, i.e. they both generate a click. (LP: #1189825) [ Timo Jyrinki ] * Add Yahoo copyright on the CSS file, fix the "*" section to be first one (latter ones override). [ Christian Dywan ] * Ignore generated qml.xml files. [ Ubuntu daily release ] * Automatic snapshot from revision 668 -- Ubuntu daily release Wed, 31 Jul 2013 04:02:34 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130730-0ubuntu1) saucy; urgency=low [ Kaleo ] * OrientationHelper: report the current orientation of the application via QWindow::contentOrientation. This is a remerge of a previous merge that was reverted because of a segfault. The segfault has been fixed by ensuring that setWindowContextProperty is called in the same thread (the main thread). (LP: #1187321, #1205556) [ Ubuntu daily release ] * Automatic snapshot from revision 663 -- Ubuntu daily release Tue, 30 Jul 2013 04:02:22 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130729-0ubuntu1) saucy; urgency=low [ Kaleo ] * OrientationHelper: report the current orientation of the application via QWindow::contentOrientation. (LP: #1187321) * Reverted revision 658 introducing reporting of content orientation. Was causing crashes on x86. (LP: #1205615) [ Thomas Moenicke ] * OrientationHelper: report the current orientation of the application via QWindow::contentOrientation. (LP: #1187321) [ Michał Sawicz ] * Depend on devscripts for licensecheck. [ Ubuntu daily release ] * Automatic snapshot from revision 661 -- Ubuntu daily release Mon, 29 Jul 2013 04:02:12 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130726.1-0ubuntu1) saucy; urgency=low [ Zoltán Balogh ] * The UI Toolkit has theme with artworks what should be under creative common license. [ Leo Arias ] * Renamed the UbuntuUiToolkit python package to ubuntuuitoolkit. (LP: #1204281) [ Juhapekka Piiroinen ] * Added Ubuntu Test module which contains UbuntuTestCase. * Use qmltestrunner for qml tests. * Adds missing dependency to devscripts which is required for the make license which uses licensecheck. (LP: #1205259) [ Luke Yelavich ] * Ship the components required for the calculator example. [ tpeeters ] * Allow combination of Tabs and PageStack: - Fix header behavior for Tabs inside PageStack - Add test for Tabs inside PageStack header bug - Replace deprecated components in PageStack tests - Add test program that combines PageStack and Tabs - Update Tabs documentation. (LP: #1187850) [ Christian Dywan ] * Refactor checklicense and include CSS files This also makes the test work on precise. (LP: #1195250) [ Ubuntu daily release ] * Automatic snapshot from revision 657 -- Ubuntu daily release Fri, 26 Jul 2013 12:23:40 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130725-0ubuntu1) saucy; urgency=low [ Leo Arias ] * Added fixes for the static errors detected by pyflakes, to the branch by Juhapekka that fixes the remaining pep8 errors. (LP: #1204674) [ Juhapekka Piiroinen ] * Added fixes for the static errors detected by pyflakes, to the branch by Juhapekka that fixes the remaining pep8 errors. (LP: #1204674) [ Ubuntu daily release ] * Automatic snapshot from revision 648 -- Ubuntu daily release Thu, 25 Jul 2013 06:01:15 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130722-0ubuntu1) saucy; urgency=low [ Kaleo ] * Popover rendering improvements: - created a reusable component used in Popover's style and later in the Slider - replaced dynamic shadow with a 9-patch bitmap - moved pointer rendering inside the BubbleShape - removed now unused Pointer, PointerStyle and associated artwork. * Refreshed Slider: - removed unused commented code - removed deprecated FIXMEs - removed deprecated documentation - do not inherit from AbstractButton anymore - greatly simplified computations by making better use of property bindings - implemented new design of Slider (in SliderStyle.qml) using BubbleShape Improved slider page layout in widgets gallery. (LP: #1202683) [ Leo Arias ] * Replaced the MainWindow emulator for autopilot tests with a MainView emulator that the uses the custom emulator features of autopilot. * Added the Toolbar Autopilot emulator. * Added the Tabs autopilot emulator. [ tpeeters ] * Fix a bug where contentY of a flickable was reset when the title of the header is unset and set again. (LP: #1201452) [ Christian Dywan ] * Ignore test results, executables and mo files. [ Ubuntu daily release ] * Automatic snapshot from revision 645 -- Ubuntu daily release Mon, 22 Jul 2013 04:03:04 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130719-0ubuntu1) saucy; urgency=low [ Kaleo ] * [Theme] Accept relative paths in UBUNTU_UI_TOOLKIT_THEMES_PATH. (LP: #1201842) [ Leo Arias ] * Isolated and cleaned the button tests. (LP: #1201822) [ Ubuntu daily release ] * Automatic snapshot from revision 637 -- Ubuntu daily release Fri, 19 Jul 2013 05:26:49 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130718-0ubuntu1) saucy; urgency=low [ Kaleo ] * Popover: added manual test program. * Popover simplifications: - simplified pointer positioning by only computing the position of the tip; it's up to the pointer to rotate/translate adequately. - fixed implementation of Popover.callerMargin and set default value to 0. - removed unused parameter 'pointerMargin' from InternalPopupUtils.CallerPositioning. [ tpeeters ] * Fix bug where toolbarActions.opened was not properly updated when the user swipes to show/hide the toolbar. (LP: #1192673) * Improve code examples in documentation. * Use UnityActions to make Actions available to HUD: - Action now inherits UnityActions.Action - Added "actions" property to MainView to contain global actions that are available in HUD as long as the app is running. - Added "actions" property to Page to contain local actions that are available in HUD when the Page is active. (LP: #1187869) [ Renato Araujo Oliveira Filho ] * Make sure that the keyboard does not obscure the contents of main window. (LP: #1131249) [ Ubuntu daily release ] * Automatic snapshot from revision 633 -- Ubuntu daily release Thu, 18 Jul 2013 06:07:54 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130716-0ubuntu1) saucy; urgency=low [ Kaleo ] * Dialog: removed clipping that not clipping anything. * Removed unused PointerStyleShader. [ Ubuntu daily release ] * Automatic snapshot from revision 626 -- Ubuntu daily release Tue, 16 Jul 2013 04:01:54 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130714-0ubuntu1) saucy; urgency=low [ Kaleo ] * MainView: new API to choose the background colors. That requires: - HeaderStyle: removed background. - MainView: clip the contents when necessary. - PageTreeNode: new properties 'isLeaf' and 'activeLeafNode'. [ Leo Arias ] * Fixed the pep8 errors and copyright notices. [ Didier Roche ] * fix icon -> iconSource for toolbar doc. [ tpeeters ] * Fix bug where Header did not get linked to the new Flickable when Page.flickable is automatically detected. (LP: #1200642, #1192591) [ Ubuntu daily release ] * Automatic snapshot from revision 623 -- Ubuntu daily release Sun, 14 Jul 2013 04:02:43 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130712-0ubuntu1) saucy; urgency=low [ Kaleo ] * Removed unused artwork. * Added experimental dark & gradient themes. * Reverted standard easings to Quad because it seems QEasingCurve::BezierSpline does not ensure the target value is always reached. (LP: #1199662) [ Loïc Molinari ] * [UbuntuShape] Prevented dangling nodes in the scene graph. (LP: #1180794) [ Ubuntu daily release ] * Automatic snapshot from revision 618 -- Ubuntu daily release Fri, 12 Jul 2013 04:02:24 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130711-0ubuntu1) saucy; urgency=low [ Kaleo ] * Introduce new theme color palette API centralising the definition of the colors used by the widgets to draw themselves. Adapted most widgets to use the theme color palette. The color palette defined in the Ambiance theme is the one from the new visual design. (LP: #1186968, #1197853) * Switch: refresh to match new visual design. * Tabs: more robust binding of the header component. * CheckBox: refresh to match new visual design. [ Loïc Molinari ] * Added support for -Werror flagged debug builds and fixed warnings. * [UbuntuShape] Fixed alignment support. [ tpeeters ] * Add API tests for MainView. [ Ubuntu daily release ] * Automatic snapshot from revision 613 -- Ubuntu daily release Thu, 11 Jul 2013 04:02:09 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130710.1-0ubuntu1) saucy; urgency=low [ Kaleo ] * ListItems Base & Standard: prevent the icon from going taller than 5GU. . (LP: #1187128) [ Timo Jyrinki ] * Remove qmlrunner. On saucy, the less complicated way is to just use qmlscene with either environment variable set or with a command line parameter. [ Ubuntu daily release ] * Automatic snapshot from revision 605 -- Ubuntu daily release Wed, 10 Jul 2013 12:48:26 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130710-0ubuntu1) saucy; urgency=low [ Kaleo ] * Add a CrossFadeImage component which crossfades when its source is updated. * Standard animation durations adapted for new design: - SnapDuration goes from 125ms to 100ms - FastDuration goes from 250ms to 165ms - new BriskDuration is introduced at 333ms. * GIconProvider: avoid using QPixmap which is not re-entrant. Fixes crashes. (LP: #1197784) * Fine tuned UbuntuAnimation.StandardEasing to match design. Introduced new standard Ubuntu easing UbuntuAnimation.StandardEasingReverse. * Panel.animating: do not rely on comparing real values that sometimes have rounding errors. (LP: #1199550) [ Iain Lane ] * Add a CrossFadeImage component which crossfades when its source is updated. [ Loïc Molinari ] * [UbuntuShape] Moved content flagging before implicit sizing to prevent assertion. [ Ubuntu daily release ] * Automatic snapshot from revision 602 -- Ubuntu daily release Wed, 10 Jul 2013 06:23:17 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130709-0ubuntu1) saucy; urgency=low [ Kaleo ] * Pass import paths from main QQmlEngine to QQuickUtils' QQmlEngine. Fixes case where qmlscene is passed import paths via the -I argument. [ Ubuntu daily release ] * Automatic snapshot from revision 593 -- Ubuntu daily release Tue, 09 Jul 2013 04:02:55 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130705.3-0ubuntu1) saucy; urgency=low [ Kaleo ] * Latest fix in ButtonStyle had 3 typos. Fixing them. . * ListItem.SingleControl: Ensure that there is always enough vertical padding around the control. (LP: #1198116) [ Christian Dywan ] * Include alias types in qmlapicheck. (LP: #1192540) [ Ubuntu daily release ] * Automatic snapshot from revision 589 -- Ubuntu daily release Fri, 05 Jul 2013 18:09:33 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130705-0ubuntu1) saucy; urgency=low [ Kaleo ] * Reintroduced QML proxy for ShapeItem C++ class in order to workaround CPU hog when no image was set to ShapeItem. (LP: #1197801) [ Loïc Molinari ] * Added workaround for QML buggy support for color props in ternary ops. (LP: #1197802) [ Ubuntu daily release ] * Automatic snapshot from revision 584 -- Ubuntu daily release Fri, 05 Jul 2013 04:01:41 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130703.1-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * Fix for re-parenting items that are anchor filled to an item in default layout. * TextField API extended with API left out from TextInput. wrapMode is not inlcuded as does not make sense to be used in single line input. (LP: #1183265) * Calculator example which turns from simple calculator (phone portrait mode) into scientific one (phone landscape mode) reflecting the use of Ubuntu.Layouts. . * Removing common.pri from Layouts.pro and Layouts\plugin.pro causing qmake warnings when Ubuntu UI toolkit project is opened in QtCreator. [ Leo Arias ] * Replaced the MainWindow emulator for autopilot tests with a MainView emulator that the uses the custom emulator features of autopilot. * Added the Toolbar Autopilot emulator. (LP: #1177341) [ Juhapekka Piiroinen ] * Fixed broken ubuntu-ui-toolkit-gallery.qmlproject file, which had an invalid value in mainFile field. [ tpeeters ] * Update header behavior: - Do not automatically hide the header when scrolling in a flickable that is not anchored to the top of the page. - Automatically show the header when flickable's contentHeight becomes less than flickable.height. - Update documentation for Page.flickable. (LP: #1156573, #1160175) [ Kaleo ] * Removed common.pri and coverage.pri files that were cluttering QtCreator making it harder to understand the real structure of the project. coverage.pri has been transformed into a feature file (coverage.prf) which works the same way as before. * Removed antiquated TextCustom class. * Removed unused old-style tabs delegate. * Removed UbuntuShape.qml and transferred code & documentation to shapeitem.cpp ShapeItem: renamed baseColor property into color. * UbuntuShape: simplified gradient implementation; gradientColor is now the same as color by default. . * Simplified theming infrastructure. There are no stylesheets anymore (.qmltheme file), only delegates remain. A theme is a QML module containing delegates whose names are standardized. The default theme is called 'Ambiance' and available from QML through 'import Ubuntu.Components.Themes.Ambiance 0.1'. The name of the current theme is set in ~/.config/ubuntu-ui-toolkit/theme.ini Writing a new theme is done by creating a QML module and adding it in the Ubuntu/Components/Themes folder. A theme inherits from another theme by containing a text file name 'parent_theme' whose first and only line is the name of the parent theme. * Moved themes/ directory to Ubuntu/Components/Themes so that themes are importable. * Simplified ThemeEngine and ThemeSettings class, removed the rest of the theming infrastructure (ItemStyle, Style, QmlThemeLoader, Selector, StyleCache). * Adapted all widgets to use the simplified theming technique: - new StyledItem class that has a 'style' Component property representing the delegate - all widgets that have delegates inherit from StyledItem - all widgets set the 'style' property to the corresponding delegate in the current theme by using Theme.createStyleComponent() - Ambiance's stylesheet property/values have been moved to where they are used (mostly to the delegates) - TextAreaDelegate: exposed background as Component property - Added a delegate specific to TextField: TextFieldDelegate - Renamed delegates so that they match their widget's name (e.g. EditorCursorDelegate.qml renamed to TextCursorDelegate.qml since it's the delegate of TextCursor.qml) * Renamed UITK_THEME_PATH into UBUNTU_UI_TOOLKIT_THEMES_PATH. (LP: #1152160, #1152161, #1152162, #1185950, #1081038, #1167998, #1137210, #1152154, #1152158) * New UbuntuColors singleton defining the standard Ubuntu color palette. (LP: #1098209) * debian/control: specify same architecture for ubuntu-ui-toolkit- theme as for qtdeclarative5-ubuntu-ui-toolkit-plugin so that the files end up in the same folder. (LP: #1197164) * Button: - implementation clean up - updated visual design - new 'gradient' property. * When looking up the plugin's directory (UbuntuComponentsPlugin::baseUrl), a case was omitted: if another Ubuntu/Components directory exists and is present in the QML2_IMPORT_PATH then the lookup failed. This fix is temporary until Qt 5.1. (LP: #1197293) * Reverted revisions 562 & 569 that broke the autopilot tests. Fixed button related autopilot test. (LP: #1197355) [ Ubuntu daily release ] * Automatic snapshot from revision 580 -- Ubuntu daily release Wed, 03 Jul 2013 19:53:27 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130628-0ubuntu1) saucy; urgency=low [ Kaleo ] * Button: do not display a background when the color set is fully transparent. * TextField: new clear icon imported from the icon theme (lp:ubuntu- themes). [ Christian Dywan ] * Implement bread crumbs in API docs. (LP: #1168026) [ Ubuntu daily release ] * Automatic snapshot from revision 560 -- Ubuntu daily release Fri, 28 Jun 2013 04:01:36 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130627-0ubuntu1) saucy; urgency=low [ Sebastien Bacher ] * List.Item.Standard: set the height and verticalCenter of the control. (LP: #1190196) [ Ubuntu daily release ] * Automatic snapshot from revision 555 -- Ubuntu daily release Thu, 27 Jun 2013 04:01:22 +0000 ubuntu-ui-toolkit (0.1.46+13.10.20130626-0ubuntu1) saucy; urgency=low [ Zsombor Egri ] * [layouts] Layout factoring. [ Ubuntu daily release ] * Automatic snapshot from revision 552 -- Ubuntu daily release Wed, 26 Jun 2013 04:01:25 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.20-0ubuntu1) saucy; urgency=low [ tpeeters ] * Replace ToolbarActions by ToolbarItems and use ActionItem as a visual representation of Actions. (LP: #1177123) [ Ubuntu daily release ] * Automatic snapshot from revision 550 -- Ubuntu daily release Thu, 20 Jun 2013 04:01:27 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.19-0ubuntu1) saucy; urgency=low [ Sebastien Bacher ] * ListItem.Standard: use the correct import in the example. [ Ubuntu daily release ] * Automatic snapshot from revision 548 -- Ubuntu daily release Wed, 19 Jun 2013 04:01:25 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.18-0ubuntu1) saucy; urgency=low [ Nicolas d'Offay ] * Added alias to expose animation running and exposed orientationAngle in OrientationHelper.qml. [ Ubuntu daily release ] * Automatic snapshot from revision 545 -- Ubuntu daily release Tue, 18 Jun 2013 04:01:14 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.17-0ubuntu1) saucy; urgency=low [ tpeeters ] * Add ActionItem component that copies the Action API, but adds a visual representation of the Action. [ Ubuntu daily release ] * Automatic snapshot from revision 542 -- Ubuntu daily release Mon, 17 Jun 2013 04:02:19 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.14-0ubuntu1) saucy; urgency=low [ tpeeters ] * Tools are now Items: - Make ToolbarActions a subclass of Item - Move the visualization of Actions in Toolbar from Toolbar to ToolbarActions - Allow the tools properties of Toolbar and Page to be any Item. [ Ubuntu daily release ] * Automatic snapshot from revision 540 -- Ubuntu daily release Fri, 14 Jun 2013 04:02:15 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.05.1-0ubuntu1) saucy; urgency=low [ Zoltán Balogh ] * update the example app for the latest UI Toolkit. * A simple app to check few locales. * Add qttools5-dev-tools to build dependencies to provide qhelpgenerator for creating QtC help files from documentation. * Build documentation and publish the qch file. * Offer symlinks for qmlscene via 'qmlrunner' package. See package description for usage instructions. (LP: #1155634). (LP: #1155634) [ Loïc Molinari ] * [UbuntuShape] Correctly stored the current material. (LP: #1132771) * [UbuntuShape] Ensured the texture is available in updatePaintNode(). (LP: #1171437) [ Kaleo ] * QML_IMPORT_PATH is deprecated for QtQuick 2.0. Switch to QML2_IMPORT_PATH. * Added syntax description for CHANGES file in CHANGES.syntax. * UCScalingImageProvider: respect 'requestedSize' parameter. That ensures that the 'sourceSize' property of Image is respected even when the toolkit automatically scales the asset for the device. (LP: #1130120) * Added documentation for bitmap suffixes in the resolution independence page. (LP: #1092051) * Revamped component showcase now called 'Ubuntu UI Toolkit Gallery'. Works on Ubuntu Touch. (LP: #1130603) * Benchmarks for time critical components. * Added ListItem.ValueSelector example. Fixed incorrect 'Multi value' label. (LP: #1172663) * Toolkit Gallery: added examples for Sheets. * Automatic rotation of applications depending on the device orientation. For applications that are using MainView, they opt-in by setting 'automaticOrientation' to true. New component OrientationHelper for applications that do not use MainView but still need an easy way to automatically rotate. * UbuntuShape: fix slight distortion of image when set. This distortion was quite disturbing when the content has text in it, as it is often the case in Popups and Popovers. (LP: #1170878) * Use standard animation ubuntu snap beat for popups fade in. * Removed unnecessary clipping from Tabs, Popover, Dialog and MainView. * All ListItems: set default contents right and left margins to 2 gu. ListItems Base, Standard and ValueSelector: deprecated private properties __leftIconMargin and __rightIconMargin IconVisual (private): removed properties leftIconMargin and rightIconMargin Standard: removed ugly progression highlight background when there is no split. * ListItems: constrain size of the icon by default. Deprecated private properties __iconWidth and __iconHeight. * Ubuntu UI Toolkit Gallery tweaks: - Made window wider and left column the width of the phone: 40gu. - Removed 'slider.' from Slider example's labels. - Renamed 'Switches' into 'Toggles'. Renamed 'Progress Bars' into 'Progress and activity'. - Use resolution independence for navigation example screenshots. * Support source with quotes in .sci files. (LP: #1080719) * Reverted unjustified changes to ubuntu-ui-toolkit-gallery.desktop. * Popover: simplified computation of height: - contentHeight to be the height of the content not of the delegate - delegate to always be the height of the Popover. (LP: #1178227) * New UbuntuAnimation durations and easing constants. New UbuntuNumberAnimation. * Document type for alias properties of the following classes: - TextArea - TextField - ListItems.Empty - ListItems.SingleValue - Popups.Dialog - Popups.Popover - Popups.SheetBase. (LP: #1169919) * Added new API to retrieve command line arguments: Arguments. * Reduced size of the x-large font size per design. [ Timo Jyrinki ] * Fix autopilot tests and add autopilot package. (LP: #1169556) (LP: #1170659) This branch makes the five autopilot tests to run again with newest autopilot packages, and adds a ubuntu-ui-toolkit- autopilot package to install for CI or other purposes. The tests are runnable both from an installed package or source directory. (LP: #1170659, #1169556) * autopilot: Switch mouse -> pointing_device for phablet-test-run (LP: #1175363). (LP: #1175363) * Remove one old rename transition, add a new one, add the split plugins dependency. The split multimedia plugins only as recommends to be on the safe side during the transition period to 5.0.2. * Port to autopilot 1.3 and update test content to match UI. * Depend on dpkg-dev from ubuntu-ui-toolkit-autopilot, as long as dpkg-architecture is used. * Offer symlinks for qmlscene via 'qmlrunner' package. See package description for usage instructions. (LP: #1155634). (LP: #1155634) * qmlrunner for archs amd64 i386 armhf instead of any. * Add python dependency and use the python command explicitly to fix FTBFS. (LP: #1183198). (LP: #1183198) * Use dpkg-architecture instead of '*' for qmlrunner's symlinks. Something has broken the latter recently and dpkg-architecture is more trustworthy anyway. [ Christian Dywan ] * Add a base URL to qdocconf file. (LP: #1175389) * Introduce QML API check; if API changes, check components.api.new. * Refer checkbox docs to design guide. (LP: #1174958) * Use offline documentation as a basis for online docs. (LP: #1183013) * Save qdoc error log and fail if it's not empty. (LP: #1185402) [ Zsombor Egri ] * Workaround for TextArea and TextField removing OSK when active focus is transferred from one instance to another using focus property. . (LP: #1163371) * Fixing disabled text input delegate background color theming when userValue is set to TextField or TextArea color property. (LP: #1169601) * Fix for text inputs staying disabled after being re-enabled. The previous workaround for removing input panel was blocking re- enabling a previously enabled input. (LP: #1164634) * Fix for auto expanding TextArea eating flick events from Flickables. (LP: #1144077) * Benchmarks for time critical components. * Memory leak fixes lost from a previous MR. * [theming] Building selector for a styled item moved into Selector class. Previous functionality present in ItemStyleAttachedPrivate::updateStyleSelector() was moved into Selector class, class being responsible of building up the selectors from different sources. A selector can now be built up from a QQuickItem, in which case the item becomes the owner of the selector. Any additional update on the selector made by calling update() method will fetch the latest information from the owner and update the last node of the selector. * [theming] Style update optimization. - updateCurrentStyle() renamed to updateTheme() - resetStyle() ad resetDelegate() removed from updateStyle() and updateDelegate() respectively to avoid unnecessary calls on reset - updateTheme() checks whether the style rule has been changed, and compares whether style objects are different in the new style rule (this second part is more like prerequisite for an upcomming delegate detection MR) - setName() and setStyleClass() doe snot update the entire styleSelector - setName() and setStyleClass() apply styling changes on children - updateStyleSelector() became redundant, removed. * Fixing crash on custom style objects previously owned by other styled items. (LP: #1168006) * Unit converter example updated to use the latest UITK components. * [theming] Cache delegates separately from style objects and store the style object and the delegate type string in the style rule. In this way the theme engine can sort out unnecessary re-creation of delegates on a styled item when the style rule on the styled item gets changed and the previous and the new style rules share the same delegate component. * [theming] ItemStyle attached object detects now the time when the first styled item's attached component gets completed. In this way first time style object and delegate creation can be moved from re- parenting to completion. * Fix for crash in theme engine when loading application specific theme file in an app having a Popover instantiated. (LP: #1175394) * [theming] Removing deprecated functionality. * [theming] Changing stateful libraries to stateless to decrease time spent each time Ubuntu.Components module is imported. (LP: #1170638) * [theming] FontUtils converted from stateful JS library to native module due to its dependency to "units" context property. * [inversemaousearea] Fixing sensingArea not updated on phablet. (LP: #1166127) * InverseMouseArea sensingArea and Popovers' dismissArea works now when included in Window. (LP: #1182673) * [inversemousearea] Default sensing area not set on the proper time. (LP: #1185397) [ Juhapekka Piiroinen ] * Added missing QML2_IMPORT_PATH to unit test runner script. * Add a new Panel component that can be swiped in and out from an edge of the window by the user. As opposed to the default toolbar (which inherits from the Panel), a Panel can be attached to any edge of the screen, and the developer is free to define its contents. For standard cases, the automatic toolbar from the MainView and Page can still be used. API changes: * CHANGED IN Toolbar: property bool active TO property bool opened * CHANGED IN Toolbar: property bool lock TO property bool locked * CHANGED IN ToolbarActions: property bool active TO property bool opened * CHANGED IN ToolbarActions: property bool lock TO property bool locked. (LP: #1131209, #1116578, #1163395) * Adds Help file for Qt Creator usage. After this you can access documentation using F1. * Fix rules for qch files. * Build qch on qmake execution. * Fixes bug #1176132 [i18n] Set up the translation domain automatically Sets i18n.domain = applicationName on MainView::onApplicationNameChanged. (LP: #1176132) * Added depends for the docs install target. (LP: #1187006) * Improving autopilot tests. * Fix runtest.sh, it was missing xml argument on fallback execution. Removed testparser execution Added README file for unit tests. Added new targets: make test-performance <= runs performance tests make test-components <= runs functional tests for components make test- api <= runs api tests for components. * Fix failing textarea autopilot test by commenting out textarea tests for now. [ Olivier Tilloy ] * Added property TextField.inputMethodHints. (LP: #1185392) * When the clear button is not visible, ensure the text can use its space. (LP: #1186247) [ Michael Zanetti ] * enable horizontalAlignment for TextField and make the hint text follow its properties . [ tpeeters ] * Disable swiping to switch tabs by default. This is a preparation for the complete removal of the swipe-to-switch-tabs functionality cf. https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1166709. * Disable events on disabled controls inside list items. (LP: #1166982) * Add a new Panel component that can be swiped in and out from an edge of the window by the user. As opposed to the default toolbar (which inherits from the Panel), a Panel can be attached to any edge of the screen, and the developer is free to define its contents. For standard cases, the automatic toolbar from the MainView and Page can still be used. API changes: * CHANGED IN Toolbar: property bool active TO property bool opened * CHANGED IN Toolbar: property bool lock TO property bool locked * CHANGED IN ToolbarActions: property bool active TO property bool opened * CHANGED IN ToolbarActions: property bool lock TO property bool locked. (LP: #1131209, #1116578, #1163395) * Remove Toolbars.qml.THIS which was added by unintentionally. * Add a new Panel component that can be swiped in and out from an edge of the window by the user. As opposed to the default toolbar (which inherits from the Panel), a Panel can be attached to any edge of the screen, and the developer is free to define its contents. For standard cases, the automatic toolbar from the MainView and Page can still be used. API changes: * CHANGED IN Toolbar: property bool active TO property bool opened * CHANGED IN Toolbar: property bool lock TO property bool locked * CHANGED IN ToolbarActions: property bool active TO property bool opened * CHANGED IN ToolbarActions: property bool lock TO property bool locked. (LP: #1131209, #1116578, #1163395) * Update remaining components to use new component properties instead of deprecated properties. * Fix small documentation errors. (LP: #1174985) * Remove VisualItemModel from Tabs internals, and make it work with a Repeater to define the tabs. (LP: #1167568, #1096969, #1166709, #1124065) * Extend ActionList API so that Actions can be re-used by toolbars on multiple Pages. (LP: #1122864) * fix error in documentation of Action. * Combine the propagated properties of PageTreeNode in a single property propagated that contains all the other properties. * documentation fix. * Remove preliminary and deprecated HUD integration. Internal __hud property removed from MainView. (LP: #1129966) * Generate documentation for i18n. (LP: #1078631) * Add a test program that shows panels on different edges of the application view to tests/resources/toolbar. Like the other test programs in resources, this will come in handy for testing changes to the components. * revert changes to PageWrapperUtils.jp from revision 501 because it breaks phone-app. (LP: #1183456) * Properly internalize PageTreeNode's propagated property and tweak header behavior so that propagated.header does not need to be used by any of the apps: - CHANGED IN PageTreeNode: propagated TO __propagated - CHANGED IN Tabs: Automatically show the header when the title of the active tab changes - CHANGED IN Page/MainView: Only enable auto-hide behavior of header when the Page's flickable can be flicked vertically, so that manual setting of anchors is no longer needed for flickables that only flick horizontally (calendar-app). * comment on pragma library in PageWrapperUtils.js. * Add action property to AbstractButton, and use it in the toolbar. (LP: #1167232) * Enable UI Toolkit translations in Launchpad. (LP: #1175724) [ Ubuntu daily release ] * Automatic snapshot from revision 537 -- Ubuntu daily release Wed, 05 Jun 2013 09:06:50 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.04ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Kaleo ] * Reduced size of the x-large font size per design. [ Olivier Tilloy ] * When the clear button is not visible, ensure the text can use its space. (LP: #1186247) [ Ubuntu daily release ] * Automatic snapshot from revision 531 (ubuntu-unity/next) -- Ubuntu daily release Tue, 04 Jun 2013 04:02:44 +0000 ubuntu-ui-toolkit (0.1.46daily13.06.02ubuntu.unity.next-0ubuntu1) raring; urgency=low [ tpeeters ] * Enable UI Toolkit translations in Launchpad. (LP: #1175724) [ Ubuntu daily release ] * Automatic snapshot from revision 528 (ubuntu-unity/next) -- Ubuntu daily release Sun, 02 Jun 2013 04:02:42 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Olivier Tilloy ] * Added property TextField.inputMethodHints. (LP: #1185392) [ Ubuntu daily release ] * Automatic snapshot from revision 525 (ubuntu-unity/next) -- Ubuntu daily release Fri, 31 May 2013 04:02:58 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.29.1ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * [inversemousearea] Default sensing area not set on the proper time. (LP: #1185397) [ Timo Jyrinki ] * Use dpkg-architecture instead of '*' for qmlrunner's symlinks. Something has broken the latter recently and dpkg-architecture is more trustworthy anyway. [ Christian Dywan ] * Save qdoc error log and fail if it's not empty. (LP: #1185402) [ Ubuntu daily release ] * Automatic snapshot from revision 523 (ubuntu-unity/next) -- Ubuntu daily release Wed, 29 May 2013 19:55:27 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.29ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * [inversemaousearea] Fixing sensingArea not updated on phablet. (LP: #1166127) * InverseMouseArea sensingArea and Popovers' dismissArea works now when included in Window. (LP: #1182673) [ Christian Dywan ] * Refer checkbox docs to design guide. (LP: #1174958) * Use offline documentation as a basis for online docs. (LP: #1183013) [ tpeeters ] * comment on pragma library in PageWrapperUtils.js. * Add action property to AbstractButton, and use it in the toolbar. (LP: #1167232) [ Kaleo ] * Added new API to retrieve command line arguments: Arguments. [ Ubuntu daily release ] * Automatic snapshot from revision 519 (ubuntu-unity/next) -- Ubuntu daily release Wed, 29 May 2013 04:02:36 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.24ubuntu.unity.next-0ubuntu1) raring; urgency=low [ tpeeters ] * revert changes to PageWrapperUtils.jp from revision 501 because it breaks phone-app. (LP: #1183456) * Properly internalize PageTreeNode's propagated property and tweak header behavior so that propagated.header does not need to be used by any of the apps: - CHANGED IN PageTreeNode: propagated TO __propagated - CHANGED IN Tabs: Automatically show the header when the title of the active tab changes - CHANGED IN Page/MainView: Only enable auto-hide behavior of header when the Page's flickable can be flicked vertically, so that manual setting of anchors is no longer needed for flickables that only flick horizontally (calendar-app). [ Ubuntu daily release ] * Automatic snapshot from revision 511 (ubuntu-unity/next) -- Ubuntu daily release Fri, 24 May 2013 04:02:24 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.23.2ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zoltán Balogh ] * Offer symlinks for qmlscene via 'qmlrunner' package. See package description for usage instructions. (LP: #1155634). (LP: #1155634) [ Zsombor Egri ] * Fix for crash in theme engine when loading application specific theme file in an app having a Popover instantiated. (LP: #1175394) * [theming] Removing deprecated functionality. * [theming] Changing stateful libraries to stateless to decrease time spent each time Ubuntu.Components module is imported. (LP: #1170638) * [theming] FontUtils converted from stateful JS library to native module due to its dependency to "units" context property. [ Michael Zanetti ] * enable horizontalAlignment for TextField and make the hint text follow its properties . [ Kaleo ] * New UbuntuAnimation durations and easing constants. New UbuntuNumberAnimation. * Document type for alias properties of the following classes: - TextArea - TextField - ListItems.Empty - ListItems.SingleValue - Popups.Dialog - Popups.Popover - Popups.SheetBase. (LP: #1169919) [ Timo Jyrinki ] * Depend on dpkg-dev from ubuntu-ui-toolkit-autopilot, as long as dpkg-architecture is used. * Offer symlinks for qmlscene via 'qmlrunner' package. See package description for usage instructions. (LP: #1155634). (LP: #1155634) * qmlrunner for archs amd64 i386 armhf instead of any. * Add python dependency and use the python command explicitly to fix FTBFS. (LP: #1183198). (LP: #1183198) [ tpeeters ] * fix error in documentation of Action. * Combine the propagated properties of PageTreeNode in a single property propagated that contains all the other properties. * documentation fix. * Remove preliminary and deprecated HUD integration. Internal __hud property removed from MainView. (LP: #1129966) * Generate documentation for i18n. (LP: #1078631) * Add a test program that shows panels on different edges of the application view to tests/resources/toolbar. Like the other test programs in resources, this will come in handy for testing changes to the components. [ Christian Dywan ] * Introduce QML API check; if API changes, check components.api.new. [ Ubuntu daily release ] * Automatic snapshot from revision 508 (ubuntu-unity/next) -- Ubuntu daily release Thu, 23 May 2013 10:56:50 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.14ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * [Theming] custom styling objects which are owned by other styled items should be detached from their previous owners (LP: #1168006) [ Juhapekka Piiroinen ] * [i18n] Set up the translation domain automatically (LP: #1176132) [ Kaleo ] * Visual glitch in the popover when contentHeight changes (LP: #1178227) * [ResIndep] BorderImage source error using double-quotes and various grid unit sizes (LP: #1080719) [ Timo Jyrinki ] * autopilot tests should use pointing_device instead of mouse (LP: #1175363) [ tpeeters ] * ListItem.Standard requires a Button control (LP: #1174985) * [actions] Actions in Page's tools property cannot be re-used in other Pages (LP: #1122864) * [toolbar] Provide abstract component for edge swipe (LP: #1163395) * [tabs] Slider does not work in tab with swipeToSwitchTabs enabled (LP: #1096969) * [toolbar] Need a more generic toolbar component (LP: #1131209) * [tabs] Can't create Tabs from a ListModel (LP: #1167568) * [tabs] WebView as a Tab child does not work reliably and sometimes crashes (LP: #1124065) * [toolbar] GenericToolbar does not support dragable components (LP: #1116578) * [tabs] Tabs should only be navigated by swiping or tapping on the header area (LP: #1166709) [ Christian Dywan ] * Docs need a base URL in qdocconf file (LP: #1175389) [ Ubuntu daily release ] * Automatic snapshot from revision 487 (ubuntu-unity/next) -- Ubuntu daily release Tue, 14 May 2013 04:02:02 +0000 ubuntu-ui-toolkit (0.1.46daily13.05.01ubuntu.unity.next-0ubuntu1) raring; urgency=low [Zoltan Balogh] * Component gallery app is moved to examples * All examples made QtC compliant [ Florian Boucault ] * New release [ Zsombor Egri ] * ItemStyle.path is (null) on start, gets reevaluated on theme change (LP: #1081038) [ Loïc Molinari ] * [UbuntuShape] Image's fillMode works only first time (LP: #1171437) * [UbuntuShape] after first unloading of Image, UbuntuShape is black (LP: #1132771) [ tpeeters , Juhapekka Piiroinen ] * [toolbar] GenericToolbar does not support dragable components (LP: #1116578) * [toolbar] Provide abstract component for edge swipe (LP: #1163395) * [toolbar] Need a more generic toolbar component (LP: #1131209) [ Kaleo ] * remove phone component showcase demo (LP: #1130603) * Missing list item examples in new gallery (LP: #1172663) * [UbuntuShape] image content is slightly distorted by the shape (LP: #1170878) [ Timo Jyrinki ] * autopilot package needed for CI (LP: #1170659) * 5 autopilot tests fail (LP: #1169556) [ tpeeters ] * Disabling the control in a ListItem should also disable clicks on the ListItem itself (LP: #1166982) * [toolbar] GenericToolbar does not support dragable components (LP: #1116578) * [toolbar] Provide abstract component for edge swipe (LP: #1163395) * [toolbar] Need a more generic toolbar component (LP: #1131209) [ Ubuntu daily release ] * Automatic snapshot from revision 459 (ubuntu-unity/next) -- Ubuntu daily release Wed, 01 May 2013 07:51:21 +0000 ubuntu-ui-toolkit (0.1.45) raring; urgency=low * New release -- Florian Boucault Fri, 26 Apr 2013 10:05:09 -0300 ubuntu-ui-toolkit (0.1.44) raring; urgency=low * New release -- Tim Peeters Tue, 23 Apr 2013 16:33:20 +0200 ubuntu-ui-toolkit (0.1.43daily13.04.23ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Kaleo ] * [ubuntu-ui-toolkit] Image.sourceSize does not work for images using the @px notation (LP: #1130120) * Resolution independence docs don't mention the @size suffix (LP: #1092051) [ Ubuntu daily release ] * Automatic snapshot from revision 436 (ubuntu-unity/next) -- Ubuntu daily release Tue, 23 Apr 2013 04:03:26 +0000 ubuntu-ui-toolkit (0.1.43daily13.04.22ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * Auto expanding TextArea should not eat flick events (LP: #1144077) [ Ubuntu daily release ] * Automatic snapshot from revision 433 (ubuntu-unity/next) -- Ubuntu daily release Mon, 22 Apr 2013 04:01:54 +0000 ubuntu-ui-toolkit (0.1.43daily13.04.19ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * [TextArea] setting color property disables styling (LP: #1169601) * Re-enabling a TextField doesn't work (LP: #1164634) [ Ubuntu daily release ] * Automatic snapshot from revision 430 (ubuntu-unity/next) -- Ubuntu daily release Fri, 19 Apr 2013 04:09:00 +0000 ubuntu-ui-toolkit (0.1.43) raring; urgency=low * Fix for text inputs staying disabled after being re-enabled. The previous workaround for removing input panel was blocking re-enabling a previously enabled input. (LP: #1164634) * Fixing disabled text input delegate background color theming when userValue is set to TextField or TextArea color property. (LP: #1169601) * Workaround for TextArea and TextField removing OSK when active focus is transferred from one instance to another using focus property (LP: #1163371) * Fix for TextArea Enter/Return keys being stolen when embedded in ListItems.Empty. (LP: #1166840) -- Ken VanDine Thu, 18 Apr 2013 10:18:52 -0400 ubuntu-ui-toolkit (0.1.42daily13.04.18ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Zsombor Egri ] * [textarea] TextArea focus is not handled correctly (LP: #1163371) [ Ubuntu daily release ] * Automatic snapshot from revision 426 (ubuntu-unity/next) -- Ubuntu daily release Thu, 18 Apr 2013 05:25:55 +0000 ubuntu-ui-toolkit (0.1.42daily13.04.17ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Timo Jyrinki ] * Automatic snapshot from revision 421 (bootstrap) - The Empty list item conflicts with TextArea handling of enter key (LP: #1166840) - Slide to delete behaviour should use SDK component (LP: #1099455) - Memory leaks (LP: #1152151) [ Ubuntu daily release ] * Automatic snapshot from revision 422 (ubuntu-unity/next) -- Ubuntu daily release Wed, 17 Apr 2013 04:01:52 +0000 ubuntu-ui-toolkit (0.1.42) raring; urgency=low [ Loïc Minier ] * Drop ubuntu-sdk package; now generated from sdk ubuntu-touch seed in ubuntu-touch-meta package. [ Timo Jyrinki ] * Sync with raring packaging, separate meta also in the PPA again * New upstream snapshot - Update documentation html styles - Fix the clamping of sheet width on narrow screens. - Added "make license" target - Added online and offline API documentation configurations, both with Ubuntu styling. [ Tim Peeters ] * Rewrite of theming engine. See CHANGES for details and deprecated APIs. -- Tim Peeters Fri, 12 Apr 2013 13:58:19 +0200 ubuntu-ui-toolkit (0.1.41) raring; urgency=low * Update documentation html styles * Automatic license checking for source files * Fix clamping bug for sheets on narrow screens -- Tim Peeters Wed, 10 Apr 2013 19:16:52 +0200 ubuntu-ui-toolkit (0.1.40) raring; urgency=low * Improve header and toolbar documentation for MainView/Page/PageStack/Tabs. * Fix bug in header (hide it when the header is empty) -- Tim Peeters Fri, 05 Apr 2013 15:12:25 +0200 ubuntu-ui-toolkit (0.1.39) quantal; urgency=low * New Icon component that displays icons from the icon theme. * Added libqt5svg5 as a dependency thus allowing use of SVGs in icon themes. * Fix bug in list items. -- Florian Boucault Mon, 01 Apr 2013 10:03:49 -0300 ubuntu-ui-toolkit (0.1.38) raring; urgency=low * Drop ubuntu-sdk package; now generated from sdk ubuntu-touch seed in ubuntu-touch-meta package. -- Loïc Minier Thu, 21 Mar 2013 03:07:40 +0100 ubuntu-ui-toolkit (0.1.37) raring; urgency=low * Compatibility Breaks - Page, PageStack and Tabs automatically determine their anchors and height inside a MainView, so there is no need to set them explicitly. - It is now recommended to always use Pages inside Tabs or PageStack. Non-Page items can still be used, but their margins will not automatically be set-up to align with the header of the MainView. * API Changes (LP: #1157191) - Property tools was deprecated for MainView, Tabs and PageStack. Pages now automatically update MainView.toolbar.tools when they become active. - Property page of Tab can no longer be a URL, but must be an Item (Page recommended). Use a Loader if you were using a URL first. -- Tim Peeters Wed, 20 Mar 2013 19:15:08 +0100 ubuntu-ui-toolkit (0.1.36.2-0ubuntu2) raring; urgency=low * debian/control - libqt5v8-5-dev only supports amd64, i386 and armhf so setting Architecture to just those -- Ken VanDine Wed, 20 Mar 2013 12:44:41 -0400 ubuntu-ui-toolkit (0.1.36.2-0ubuntu1) raring; urgency=low * New snapshot release (LP: #1157191) * Add more recommended packages * Co-exist better with PPAs -- Timo Jyrinki Wed, 13 Mar 2013 11:21:06 +0200 ubuntu-ui-toolkit (0.1.36.1-0ubuntu1) raring; urgency=low * debian/control: - drop qtpim5-dev dep on the metapackage, not supported upstream and not in distro -- Didier Roche Wed, 27 Feb 2013 10:19:43 +0100 ubuntu-ui-toolkit (0.1.36-0ubuntu1) raring; urgency=low * Initial release -- Timo Jyrinki Tue, 26 Feb 2013 09:52:05 +0200