--- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/changelog +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/changelog @@ -0,0 +1,2802 @@ +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 --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/compat +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/control +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/control @@ -0,0 +1,147 @@ +Source: ubuntu-ui-toolkit +Priority: optional +Section: libs +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9.0.0), + devscripts, + libgles2-mesa-dev, + libglib2.0-dev, + python3:any, + python:any, + qml-module-qtgraphicaleffects | libqt5qml-graphicaleffects, + qt5-default, + qtbase5-dev, + qtbase5-private-dev, + qttools5-dev-tools, + qtbase5-dev-tools, + libqt5sql5-sqlite, + qtdeclarative5-dev-tools, + qtdeclarative5-private-dev, + qml-module-qtquick2 | qtdeclarative5-qtquick2-plugin, + qml-module-qttest | qtdeclarative5-test-plugin, + qml-module-qtquick-window2 | qtdeclarative5-window-plugin, + qtdeclarative5-qtfeedback-plugin, + qtdeclarative5-unity-action-plugin (>= 1.1.0), + qml-module-qtquick-localstorage | qtdeclarative5-localstorage-plugin, + qtdeclarative5-doc-html, + qtwebkit5-doc-html, + qtsvg5-doc-html, + qtscript5-doc-html, + qtmultimedia5-doc-html, + unity-action-doc, + devscripts, + libqt5organizer5, + qtpim5-dev, + language-pack-en-base, + libthumbnailer-dev, + libdbus-1-dev, + libnih-dbus-dev, + xvfb, + libgl1-mesa-dri, + locales, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/ubuntu-ui-toolkit +# If you aren't a member of ~ubuntu-sdk-team but need to upload packaging +# changes, just go ahead. ~ubuntu-sdk-team will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk + +Package: qtdeclarative5-ubuntu-ui-toolkit-plugin +Architecture: any +Multi-Arch: same +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Depends: qml-module-qtgraphicaleffects | libqt5qml-graphicaleffects, + libqt5svg5, + qml-module-qtquick2 | qtdeclarative5-qtquick2-plugin, + qml-module-qtquick-window2 | qtdeclarative5-window-plugin, + qtdeclarative5-qtfeedback-plugin, + qtdeclarative5-unity-action-plugin (>= 1.1.0), + suru-icon-theme, + ttf-ubuntu-font-family, + ubuntu-ui-toolkit-theme, + ${misc:Depends}, + ${shlibs:Depends}, +Conflicts: qt-components-ubuntu +Replaces: qt-components-ubuntu +Provides: qt-components-ubuntu +Description: Qt Components for Ubuntu - QML plugin + Qt Components for Ubuntu offers a set of reusable user interface + components for Qt Quick 2 / QML. + . + This package contains the Ubuntu Components QML plugin. + +Package: ubuntu-ui-toolkit-theme +Architecture: any +Multi-Arch: foreign +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Replaces: qt-components-ubuntu +Description: Qt Components for Ubuntu - Ubuntu Theme + Qt Components for Ubuntu offers a set of reusable user interface + components for Qt Quick 2 / QML. + . + This package contains the Ambiance theme for Qt Ubuntu Components. + +Package: ubuntu-ui-toolkit-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-doc-html, + qtwebkit5-doc-html, + qtsvg5-doc-html, + qtscript5-doc-html, + qtmultimedia5-doc-html, + unity-action-doc, +Conflicts: qt-components-ubuntu-doc +Replaces: qt-components-ubuntu-doc +Provides: qt-components-ubuntu-doc +Description: Qt Components for Ubuntu - documentation + Qt Components for Ubuntu offers a set of reusable user interface + components for Qt Quick 2 / QML. + . + This package contains developer documentation. + +Package: ubuntu-ui-toolkit-examples +Section: devel +Architecture: any +Depends: qmlscene, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ubuntu-ui-toolkit-theme, + qml-module-qtquick-xmllistmodel | qtdeclarative5-xmllistmodel-plugin, + qml-module-qt-labs-folderlistmodel, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: libqt5multimedia5-plugins, ubuntu-ui-toolkit-doc +Conflicts: qt-components-ubuntu-examples, qt-components-ubuntu-demos +Replaces: qt-components-ubuntu-examples, qt-components-ubuntu-demos +Provides: qt-components-ubuntu-examples, qt-components-ubuntu-demos +Description: Qt Components for Ubuntu - demos and examples + Qt Components for Ubuntu offers a set of reusable user interface + components for Qt Quick 2 / QML. + . + This package contains the component demos and example applications. + +Package: ubuntu-ui-toolkit-autopilot +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libautopilot-qt, + dpkg-dev, + libqt5test5, + libqt5widgets5, + python-autopilot (>= 1.4), + python-fixtures, + python-mock, + python-testscenarios, + python-testtools, + python3-fixtures, + python3-testscenarios, + python3-testtools, + python3-autopilot (>= 1.4), + ubuntu-ui-toolkit-examples (>= ${source:Version}), +Description: Test package for Ubuntu UI Toolkit + Autopilot tests for the ubuntu-ui-toolkit package --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/copyright +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/copyright @@ -0,0 +1,336 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: ubuntu-ui-toolkit +Source: https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk + +Files: * +Copyright: 2012-2013 Canonical Ltd. +License: LGPL-3.0 + +Files: modules/Ubuntu/Components/Themes/Ambiance/artwork/* +Files: modules/Ubuntu/Components/artwork/* +Files: modules/Ubuntu/Components/ListItems/artwork/* +Copyright: 2004-2013, Canonical Ltd. +License: CC-BY-SA-3.0 + Unless otherwise indicated, artwork is available under the Creative + Commons Attribution Share-alike license v3.0 or any later version. To + view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to + Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. See below for the full text of the license. + . + Some Rights Reserved: + . + The rights in the trademarks, logos, service marks of Canonical Ltd, + as well as the look and feel of Ubuntu, are not licensed under the + Creative Commons license and are subject to the Canonical Trademark + Policy at http://www.ubuntu.com/ubuntu/TrademarkPolicy + . + License: + . + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + . + License + . + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS + CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS + PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE + WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW + IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND + AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU + THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH + TERMS AND CONDITIONS. + . + 1. Definitions + . + 1. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are + assembled into a collective whole. A work that constitutes a + Collective Work will not be considered a Derivative Work + (as defined below) for the purposes of this License. + 2. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture + version, sound recording, art reproduction, abridgment, + condensation, or any other form in which the Work may be recast, + transformed, or adapted, except that a work that constitutes a + Collective Work will not be considered a Derivative Work for the + purpose of this License. For the avoidance of doubt, where the Work + is a musical composition or sound recording, the synchronization of + the Work in timed-relation with a moving image ("synching") will be + considered a Derivative Work for the purpose of this License. + 3. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + 4. "Original Author" means the individual or entity who created the + Work. + 5. "Work" means the copyrightable work of authorship offered under + the terms of this License. + 6. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + 7. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of + this License: Attribution, ShareAlike. + . + 2. Fair Use Rights. Nothing in this license is intended to reduce, + limit, or restrict any rights arising from fair use, first sale or + other limitations on the exclusive rights of the copyright owner under + copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + 1. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + 2. to create and reproduce Derivative Works; + 3. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission the Work including as incorporated in Collective Works; + 4. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission Derivative Works. + 5. + . + For the avoidance of doubt, where the work is a musical + composition: + 1. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually + or via a performance rights society (e.g. ASCAP, BMI, SESAC), + royalties for the public performance or public digital + performance (e.g. webcast) of the Work. + 2. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a + music rights society or designated agent (e.g. Harry Fox + Agency), royalties for any phonorecord You create from the + Work ("cover version") and distribute, subject to the + compulsory license created by 17 USC Section 115 of the US + Copyright Act (or the equivalent in other jurisdictions). + 6. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to + the compulsory license created by 17 USC Section 114 of the US + Copyright Act (or the equivalent in other jurisdictions). + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights + in other media and formats. All rights not expressly granted by + Licensor are hereby reserved. + . + 4. Restrictions.The license granted in Section 3 above is expressly + made subject to and limited by the following restrictions: + . + 1. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the + Work You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License + and to the disclaimer of warranties. You may not distribute, + publicly display, publicly perform, or publicly digitally perform + the Work with any technological measures that control access or use + of the Work in a manner inconsistent with the terms of this License + Agreement. The above applies to the Work as incorporated in a + Collective Work, but this does not require the Collective Work apart + from the Work itself to be made subject to the terms of this + License. If You create a Collective Work, upon notice from any + Licensor You must, to the extent practicable, remove from the + Collective Work any credit as required by clause 4(c), as requested. + If You create a Derivative Work, upon notice from any Licensor You + must, to the extent practicable, remove from the Derivative Work + any credit as required by clause 4(c), as requested. + 2. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms + of this License, a later version of this License with the same + License Elements as this License, or a Creative Commons iCommons + license that contains the same License Elements as this License + (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, + or the Uniform Resource Identifier for, this License or other + license specified in the previous sentence with every copy or + phonorecord of each Derivative Work You distribute, publicly + display, publicly perform, or publicly digitally perform. You may + not offer or impose any terms on the Derivative Works that alter or + restrict the terms of this License or the recipients' exercise of + the rights granted hereunder, and You must keep intact all notices + that refer to this License and to the disclaimer of warranties. + You may not distribute, publicly display, publicly perform, or + publicly digitally perform the Derivative Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. + The above applies to the Derivative Work as incorporated in a + Collective Work, but this does not require the Collective Work + apart from the Derivative Work itself to be made subject to the + terms of this License. + 3. If you distribute, publicly display, publicly perform, or + publicly digitally perform the Work or any Derivative Works or + Collective Works, You must keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are + utilizing: (i) the name of the Original Author (or pseudonym, if + applicable) if supplied, and/or (ii) if the Original Author and/or + Licensor designate another party or parties (e.g. a sponsor + institute, publishing entity, journal) for attribution in Licensor's + copyright notice, terms of service or by other reasonable means, the + name of such party or parties; the title of the Work if supplied; to + the extent reasonably practicable, the Uniform Resource Identifier, + if any, that Licensor specifies to be associated with the Work, + unless such URI does not refer to the copyright notice or licensing + information for the Work; and in the case of a Derivative Work, a + credit identifying the use of the Work in the Derivative Work (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). Such credit may be + implemented in any reasonable manner; provided, however, that in the + case of a Derivative Work or Collective Work, at a minimum such + credit will appear where any other comparable authorship credit + appears and in a manner at least as prominent as such other + comparable authorship credit. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS + THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND + CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF + ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW + THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY + TO YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR + HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or + Collective Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities + remain in full compliance with those licenses. Sections 1, 2, 5, 6, + 7, and 8 will survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in + the Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + . + 8. Miscellaneous + . + 1. Each time You distribute or publicly digitally perform the Work + or a Collective Work, the Licensor offers to the recipient a license + to the Work on the same terms and conditions as the license granted + to You under this License. + 2. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license + granted to You under this License. + 3. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 4. No term or provision of this License shall be deemed waived and + no breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + 5. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + . + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, + it shall have all rights and obligations of Licensor. + . + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, neither party will use the trademark + "Creative Commons" or any related trademark or logo of Creative Commons + without the prior written consent of Creative Commons. Any permitted + use will be in compliance with Creative Commons' then-current trademark + usage guidelines, as may be published on its website or otherwise made + available upon request from time to time. + . + Creative Commons may be contacted at http://creativecommons.org/ + +License: LGPL-3.0 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-3". + +Files: documentation/css/reset.css +Copyright: 2010, Yahoo! Inc. +License: BSD-3-clause + +License: BSD-3-clause + Redistribution and use of this software in source and binary forms, + with or without modification, are permitted provided that the following + conditions are met: + . + Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + Neither the name of Yahoo! Inc. nor the names of YUI's contributors may + be used to endorse or promote products derived from this software + without specific prior written permission of Yahoo! Inc. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/docs +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/qtdeclarative5-ubuntu-ui-toolkit-plugin.install +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/qtdeclarative5-ubuntu-ui-toolkit-plugin.install @@ -0,0 +1,26 @@ +usr/lib/*/qt5/qml/Ubuntu/PerformanceMetrics/*.qml +usr/lib/*/qt5/qml/Ubuntu/PerformanceMetrics/qmldir +usr/lib/*/qt5/qml/Ubuntu/PerformanceMetrics/plugins.qmltypes +usr/lib/*/qt5/qml/Ubuntu/PerformanceMetrics/libUbuntuPerformanceMetrics.so +usr/lib/*/qt5/qml/Ubuntu/Layouts/qmldir +usr/lib/*/qt5/qml/Ubuntu/Layouts/plugins.qmltypes +usr/lib/*/qt5/qml/Ubuntu/Layouts/libUbuntuLayouts.so +usr/lib/*/qt5/qml/Ubuntu/Components/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/*.js +usr/lib/*/qt5/qml/Ubuntu/Components/qmldir +usr/lib/*/qt5/qml/Ubuntu/Components/plugins.qmltypes +usr/lib/*/qt5/qml/Ubuntu/Components/libUbuntuComponents.so +usr/lib/*/qt5/qml/Ubuntu/Components/artwork +usr/lib/*/qt5/qml/Ubuntu/Components/ListItems/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/ListItems/qmldir +usr/lib/*/qt5/qml/Ubuntu/Components/ListItems/artwork +usr/lib/*/qt5/qml/Ubuntu/Components/Popups/qmldir +usr/lib/*/qt5/qml/Ubuntu/Components/Popups/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/Popups/*.js +usr/lib/*/qt5/qml/Ubuntu/Components/Pickers/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/Pickers/qmldir +usr/lib/*/qt5/qml/Ubuntu/Components/Colors/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/Styles/*.qml +usr/lib/*/qt5/qml/Ubuntu/Components/Styles/qmldir +usr/lib/*/qt5/qml/Ubuntu/Test +usr/share/locale/*/LC_MESSAGES/ubuntu-ui-toolkit.mo --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/qtdeclarative5-ubuntu-ui-toolkit-plugin.lintian-overrides +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/qtdeclarative5-ubuntu-ui-toolkit-plugin.lintian-overrides @@ -0,0 +1 @@ +qtdeclarative5-ubuntu-ui-toolkit-plugin: image-file-in-usr-lib --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/rules +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/rules @@ -0,0 +1,32 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 +DEB_HOST_MULTI_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +# Skip tests on the archs they are known to be flaky with current configuration +testskip_architectures := powerpc arm64 + +%: + dh $@ --fail-missing + +override_dh_auto_test: +ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures))) +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + mkdir -p debian/tmp/home/run + chmod +x tests/xvfb.sh + tests/xvfb.sh dh_auto_test || exit $? +endif +endif + +override_dh_build: + dh_auto_build + dh_auto_build -- docs + +override_dh_install: + mkdir -p debian/tmp/`qmake -query QT_INSTALL_DOCS`/qch + mkdir -p debian/tmp/usr/share/ubuntu-ui-toolkit/doc + cp -r $(CURDIR)/documentation/*qch debian/tmp/`qmake -query QT_INSTALL_DOCS`/qch + dh_install --fail-missing --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/ubuntu-ui-toolkit-autopilot.install +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/ubuntu-ui-toolkit-autopilot.install @@ -0,0 +1,3 @@ +usr/lib/python3 +usr/lib/*/ubuntu-ui-toolkit/launcher +usr/lib/python2.7 --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/ubuntu-ui-toolkit-doc.install +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/ubuntu-ui-toolkit-doc.install @@ -0,0 +1,2 @@ +usr/share/ubuntu-ui-toolkit/doc +usr/share/qt5/doc/qch/ubuntuuserinterfacetoolkit.qch --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/ubuntu-ui-toolkit-examples.install +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/ubuntu-ui-toolkit-examples.install @@ -0,0 +1,3 @@ +usr/lib/ubuntu-ui-toolkit/examples +usr/share/applications +usr/share/locale/*/LC_MESSAGES/ubuntu-ui-toolkit-gallery.mo --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/ubuntu-ui-toolkit-examples.lintian-overrides +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/ubuntu-ui-toolkit-examples.lintian-overrides @@ -0,0 +1 @@ +ubuntu-ui-toolkit-examples: image-file-in-usr-lib --- ubuntu-ui-toolkit-0.1.48+14.10.20140707.orig/debian/ubuntu-ui-toolkit-theme.install +++ ubuntu-ui-toolkit-0.1.48+14.10.20140707/debian/ubuntu-ui-toolkit-theme.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml/Ubuntu/Components/Themes