-
ubuntu-ui-toolkit (1.1.1279+14.10.20141007-0ubuntu1) 14.09; urgency=medium
[ Michael Sheldon ]
* Removes the keyboard anchor animation as this is now implemented
in the keyboard.
[ Tim Peeters ]
* PageStack push returns the pushed page. Fixes LP: #1361919
* Add selection mode as a preset to the header configuration.
Fixes LP: #1370146.
[ Zsombor Egri ]
* Fix Dialog foreground sizing. Fixes LP: #1337555, LP: #1337556.
* Workaround for StateSaver to fall back to use qgetenv() when
QStandardPaths fails to return XDG_RUNTIME_DIR path.
Fixes LP: #1363112.
[ Christian Dywan ]
* Add unit tests for MathUtils API.
Fixes LP: #1244685.
* Text field hint should use the same font as the editor.
Fixes LP: #1237400.
* Read-only text fields mustn't have a clear button.
Fixes LP: #1337257.
* autopilot package should source-depend on QML plugin.
Fixes LP: #1236085.
[ CI bot ]
* Resync trunk
-- Ubuntu daily release <email address hidden> Tue, 07 Oct 2014 12:09:39 +0000
-
ubuntu-ui-toolkit (1.1.1262+14.10.20140922.2-0ubuntu1) utopic; urgency=medium
[ Leo Arias ]
* Add logging to the textfield autopilot helpers Fixes LP: #1361750
[ Zsombor Egri ]
* Sheet header button space reservation made button presence
dependent. Fixes: LP: #1356636
* Tweaks for ListItem dividers. Header margins and font weight
updated.
* Exclude UbuntuColors dumped erroneously by qmlplugindump as it
would be a C++ type.
* Organizer audible reminder wasn't updated when Alarm sound
changed.
* Fix for a wrong Action reference
* Removing dependency towards Unity.Action, ActionContext and
ActionManager QML API transferred to UI Toolkit.
Fixes LP: #1234339, LP: #1294298.
* Fixing wrong path used in saving state file. Fixes LP: #1363112
[ Loïc Molinari ]
* Fixed parallel build, tests/unit_x11 had no rules.
Fixes LP: #1367850
[ Zoltán Balogh ]
* Updated test plan execution for RTM images and for new phablet
tools.
* New test plan script
[ Christian Dywan ]
* Specify /sbin when calling initctl just like autopilot does.
* Change gallery to use launcher to allow -touch argument.
* Overflow panel button 0.5 opacity if disabled Fixes LP: #1369640
* Open text context menu when pressing Menu key.
* Do not open context menu when dragging.
* Hide text input handlers while typing. Fixes LP: #1343821
[ Albert Astals ]
* Make the scaling provider respect requestedSizes with one of the
values 0
[ Leo Arias ]
* On autopilot tests launched by upstart, use the local modules
if running from a branch.
[ Christian Dywan ]
* Change gallery to use launcher to allow -touch argument.
-- Ubuntu daily release <email address hidden> Mon, 22 Sep 2014 15:52:55 +0000
-
ubuntu-ui-toolkit (1.1.1239+14.10.20140908-0ubuntu1) utopic; urgency=medium
[ Zsombor Egri ]
* Use proper QML Singleton structure introduced in Qt 5.2.
* Move to use QQmlExtensionPlugin::baseUrl(), remove workaround.
Prerequisite for transitioning to proper QML singleton use and
new ListItem.
* Focus should not be taken by a component if disabled. Complete
child filtering properly.
* Organizer audible reminder was not updated when Alarm sound
changed
* Exclude UbuntuColors dumped erroneously by qmlplugindump as it
would be a C++ type.
[ Christian Dywan ]
* Handle singleton in qmldir and explicitly skip unknown keywords.
[ Tim Peeters ]
* Revert Icon10 change from header animations MR to fix coloring
of icons.
* Update tabs AP tests. By moving the qml code in separate files,
it is easier to modify them individually and to execute them with
qmlscene for testing.
* Ensure active and current pages are always updated in the same
order in PageStack.
* Update qml files in tests/resources.
[ Lars Uebernickel ]
* unitythemeiconprovider: manually load icons
Previously, UnityThemeIconProvider used QIcon::fromTheme() to
lookup and load icons. That function uses fdo's default icon
lookup algorithm: it looks at the current theme and all parent
themes for each icon in turn. We'd prefer a breadth-first search,
where all icon names are looked up in the current theme before
falling back to the parent themes. This change implements fdo's
FindBestIcon() algorithm, which behaves like that.
It also now properly support rectangular icons and always returns
an icon with the requested size (adjusted for preserving the
aspect ratio).
As a result, the Icon component is much simpler and only requires
height to be set for rectangular icons. Fixes LP: #1324184
[ Ubuntu daily release ]
* New rebuild forced
-- Ubuntu daily release <email address hidden> Mon, 08 Sep 2014 17:53:18 +0000
-
ubuntu-ui-toolkit (1.1.1227+14.10.20140904-0ubuntu1) utopic; urgency=medium
[ Zsombor Egri ]
* Thin divider adjustments.
* Dialog title is wrapped into maximum two lines, then elides.
Fixes LP: #1354376
[Florian Boucault ]
* Page: only compile and load ToolbarItems if strictly necessary.
* Fixed usage of images across the board:
- Made images as small as possible:
- ListItemDivider6px.png
- bubble_shadow*.png
- header_overflow_dropshadow.png
* Removed direct references to @GU in OptionSelector
* Button's stroke_button.png now loaded only when necessary,
asynchronously and not cached.
* Removed unused ListItemDivider24px.png.
[ Ugo Riboni ]
* Disable the mousearea on top of the content when using the new
header, as it is useless and it interferes with other input
elements in the content area. Fixes LP: #1358327
[ Christian Dywan ]
* Update caret visuals and position.
* Use iconSource for actions in the overflow panel.
Fixes LP: #1354036, LP: #1354811
* Replace off white with pure white. Fixes LP: #1354077
* Push Python3 dist-packages to Phone in addition to Python2.7
* Fix wrong sheet labels and pick up dtr strings. Fixes LP: #1354485
[ Tim Peeters ]
* Fix header test
[ CI bot ]
* Resync trunk
[ Ubuntu daily release ]
* New rebuild forced
-- Ubuntu daily release <email address hidden> Thu, 04 Sep 2014 07:57:06 +0000
-
ubuntu-ui-toolkit (1.1.1214+14.10.20140826-0ubuntu1) utopic; urgency=medium
[ Tim Peeters ]
* Push modules/Ubuntu/Components/qmldir in push_to_phone.sh.
* Add PageStack tests that use the new header.
* Add tabs unit tests using the new header.
[ Leo Arias ]
* On autopilot helpers, take into account that text areas can have
multiple lines when deleting the text. Fixes LP: #1359167
* Fixed the four failing autopilot open page tests.
* Added an autopilot custom proxy for QQuickGridView.
Fixes LP: #1351670
* Fixed the autopilot helper to search elements on lists, that
failed when the element searched is on the first page of the list.
Fixes LP: #1342521
* On the autopilot scrollbar tests, we should not assume that the
window is on the top left.
[ Benjamin Zeller ]
* Add a more stable regression test for bug LP: #1338602
[ Zsombor Egri ]
* Introducing Ubuntu Components FocusScope which extends QtQuick
FocusScope with the ability to focus by mouse clicks.
* Slider blocks Flickable while sliding. Fixes LP: #1353966
* Save alarms data into JSON format. Affects test environments
using fallback memory manager. Does not affect EDS backend
functionality. Prerequisite for further alarm changes.
* Focus handling on components. Fixes LP: #1234982
* Fixing alarm disabling issue. Change organiser item fields
only if those were marked as changed. Fixes LP: #1360101
* AlamrModel is no longer reset when individual alarm is changed.
This avoids UI flickering in Clock app. Fixes LP: #1359112
[ Florian Boucault ]
* Publish palettes of the themes.
* Removed workaround that forced relayout when layout mirroring was
enabled since bug was fixed in Qt. Fixes LP: #1353863
* Visual feedback upon press for Header.
* Better visual feedback upon press for List Items.
Fixes LP: #1354036
* Three startup optimisations that lead to saving 160ms
MainView: load background asynchronously and do not cache it.
MainView: delay popover menus creation until when necessary.
Page: removed useless instantiation of ToolbarItems.
[ Christian Dywan ]
* Set organizationDomain which Qt.labs.settings uses.
Fixes LP: #1241424 and LP: #1354321
* Allow context menu buttons to grow wider for non-English locales
to fit.
[ Zoltán Balogh ]
* Add a script to execute the test plan on a device.
* Fix the desktop file for the UITK Gallery
Fixes LP: #1357205 and LP: #1176918
[ Martin Pitt ]
* The autopilot-qt was split into Qt4 and Qt5 packages2. The
libautopilot-qt used to pull qt4 packages. Avoid pulling qt4
packages by depending on the Qt5 specific packages only.
[ Nicholas Skaggs ]
* Fix the warning for the emulators module. The warning will now
only appear if you use the module directly. Fixes LP: #134169
[ Ubuntu daily release ]
* New rebuild forced
-- Ubuntu daily release <email address hidden> Tue, 26 Aug 2014 16:59:18 +0000
-
ubuntu-ui-toolkit (1.1.1188+14.10.20140813.4-0ubuntu1) utopic; urgency=medium
[ Tim Peeters ]
* Document the default anchors of PageStack. LP: #1349366
[ Leo Arias ]
* Made public the swipe methods in the flickable autopilot helper
[Michael Zanetti ]
* Properly parent UCAlarm objects. LP: #1337405
[ Zsombor Egri ]
* Alarm sounds lost during fetch fix. LP: #1338697
* TextField clear button size changed to 2.5 GU, artwork mosified
to use "clear-search" from icon-theme. LP: #1350797
[ CI bot ]
* Resync trunk
-- Ubuntu daily release <email address hidden> Wed, 13 Aug 2014 11:31:54 +0000
-
ubuntu-ui-toolkit (1.1.1181+14.10.20140806-0ubuntu1) utopic; urgency=medium
[ Florian Boucault ]
* Ubuntu Shape: store geometry before redrawing can occur so that
the geometry is more reliably respected.
Fixes: https://bugs.launchpad.net/bugs/1353493
[ Christian Dywan ]
* Square overflow panel style for header pop overs.
Fixes: https://bugs.launchpad.net/bugs/1336789
-- Ubuntu daily release <email address hidden> Wed, 06 Aug 2014 16:37:33 +0000
-
ubuntu-ui-toolkit (1.1.1179+14.10.20140804-0ubuntu1) utopic; urgency=medium
[ Florian Boucault ]
* UbuntuShape: removed QML proxy.
[ Loïc Molinari ]
* [UbuntuShape] Implemented QSGMaterial::compare() methods so that
Ubuntu shapes can be batched.
Fixes: https://bugs.launchpad.net/bugs/1350863.
* Disconnected from old texture provider signals (Ubuntushape)
[ Tim Peeters ]
* Make header text color configurable, and always match the header
icon colors to the header text color.
Fixes: https://bugs.launchpad.net/bugs/1315884
https://bugs.launchpad.net/bugs/1317816.
[ Christian Dywan ]
* Move QSKIP for test_updateAlarm_Repeating one line up.
[ Zsombor Egri ]
* Text input context menu facelift.
[ Michał Sawicz ]
* Add "source" property to the Icon component.
Fixes: https://bugs.launchpad.net/bugs/1284233
-- Ubuntu daily release <email address hidden> Mon, 04 Aug 2014 16:00:56 +0000
-
ubuntu-ui-toolkit (0.1.51+14.10.20140731.1-0ubuntu1) utopic; urgency=medium
[ Michał Sawicz ]
* Add "source" property to the Icon component.
[ Tim Peeters ]
* Reduce header height by 0.5 grid units.
* Visual updates: colors, icon sizes, semi-transparent buttons.
* Allow app developers to disable the back button by setting an
invisible back action for the page.
* Fix icon loading problems.
Fixes: https://bugs.launchpad.net/bugs/1349769
* New visuals for sections in the header divider.
[ Christian Dywan ]
* Implement optional strokeColor in AbstractButton.
Fixes: https://bugs.launchpad.net/bugs/1332580
[ Florian Boucault]
* StateSaver: also save the type of each property along with its
value so that we can convert them back to the right type during
state restoration. This makes some problematic cases such as
enumeration to work.
[ Albert Astals ]
* Placeholder is also shown on focus
[ Martin Pitt ]
* Fix installability of ubuntu-ui-toolkit-examples with
qtdeclarative5-ubuntu-ui-toolkit-plugin-gles.
Fixes: https://bugs.launchpad.net/bugs/1346650
[ Omer Akram ]
* Add helper methods for TextArea. There is a separate 'clear'
method because the one that exists in TextField class checks
the property hasClearButton which TextArea does not have.
Fixes: https://bugs.launchpad.net/bugs/1327354
-- Ubuntu daily release <email address hidden> Thu, 31 Jul 2014 11:12:39 +0000
-
ubuntu-ui-toolkit (0.1.50+14.10.20140724.2-0ubuntu1) utopic; urgency=medium
[ Christian Dywan ]
* Wrap tempfile.NamedTemporaryFile to discard underscored
filenames
* Print errors and help to sys.stderr
* Fixes false positives where buttons say for example Anrufen
as opposed to Call depending on the local
* Use memory alarm backend for API/ deployment and don't warn
about it
* Update selection and cursor to blue
* Suppress error output from dpkg-architecture.
[ Tim Peeters ]
* New sizes for icons and touch areas in header.
* Workaround for large-timestamp autopilot bug
* Push modules/Ubuntu/Components/qmldir in push_to_phone.sh
* Various design tweaks:
- Update CheckBox/Switch colors
- Use new header by default in UITK gallery
- Add margins for left and rightmost buttons in header
* Updateed font sizes
* Don't automatically close a Panel when the user presses next
to it, and update Panel position when its height changes.
* Support sections in header divider.
* Add new colors to UbuntuColors.
Fixes: https://bugs.launchpad.net/bugs/1335826.
[ Renato Filho ]
* Reset item state if the cancelItemRemoval() function was
called after the item be removed.
[ Zeller Benjamin ]
* Work around LP: #1338602, RotationAnimator crashes application
[ Michael Zanetti ]
* Add typeString to UbuntuTestCase
[ Ugo Riboni ]
* Add a boolean property to allow hiding the ProgressBar label.
Fixes: https://bugs.launchpad.net/bugs/1317377.
[ Nekhelesh Ramananthan ]
* Adds examples to Actions, backAction and fixed the contents
example in the PageHeadConfiguration.
[ Leo Arias ]
* Simulate the supported devices on gallery autopilot tests.
* Remove the hiding of the toolbar on the option selector
gallery autopilot tests.
-- Ubuntu daily release <email address hidden> Thu, 24 Jul 2014 14:45:50 +0000
-
ubuntu-ui-toolkit (0.1.49+14.10.20140715-0ubuntu1) utopic; urgency=low
[ Dimitri John Ledkov ]
* Build in parallel by default.
-- Ubuntu daily release <email address hidden> Tue, 15 Jul 2014 11:41:34 +0000
-
ubuntu-ui-toolkit (0.1.49+14.10.20140710-0ubuntu1) utopic; urgency=low
[ Florian Boucault ]
* Move keyboard anchoring logic of OrientationHelper from MainView to
OrientationHelper itself. (LP: #1339616)
-- Ubuntu daily release <email address hidden> Thu, 10 Jul 2014 12:26:37 +0000
-
ubuntu-ui-toolkit (0.1.49+14.10.20140709-0ubuntu1) utopic; urgency=low
[ Zoltán Balogh ]
* Match the theme package version with the plugin's binary-package
version
-- Ubuntu daily release <email address hidden> Wed, 09 Jul 2014 17:49:05 +0000
-
ubuntu-ui-toolkit (0.1.49+14.10.20140707-0ubuntu1) utopic; urgency=medium
* Increase upstream version to 0.1.49 due to API additions in previous
release, which did not make it to utopic release.
-- Iain Lane <email address hidden> Tue, 08 Jul 2014 14:41:49 +0100
-
ubuntu-ui-toolkit (0.1.48+14.10.20140707-0ubuntu1) utopic; urgency=medium
[ Tim Peeters ]
* Fix API doc links in UITK gallery.
* Allow the developer to specify custom header contents.
Fixes: https://bugs.launchpad.net/bugs/1324084.
* Close actions popover when pushing new page using the new API.
* Add tests for new header API.
* Get rid of an unneeded deprecation warning.
* Expose PageHeadStyle.
* Expose PageHeadConfiguration.
* New header API. Fixes: https://bugs.launchpad.net/bugs/1316676.
* Print a warning when using deprecated Header component.
* Fix empty toolbar bug with Qt 5.3.
Fixes: https://bugs.launchpad.net/bugs/1327189.
* Use icons from the new suru icon theme only
* Add PageHeadState component.
[ Christian Dywan ]
* Use orange and no translucency for links in the gallery.
* Commit input changes on focus change in text components.
Fixes: https://bugs.launchpad.net/bugs/1324955.
* Add a section for the Toolbar to the gallery.
Fixes: https://bugs.launchpad.net/bugs/1312713.
* Add a page Tweaks to change theme and header style in the
gallery. Fixes: https://bugs.launchpad.net/bugs/1211382.
* Multi-arch aware alternative launcher.
[ Andrea Cimitan ]
* Add "fadeStyle" property to the CrossFadeImage component.
[ Leo Arias ]
* Deprecate the swipe to delete from r2l on the autopilot helpers.
Fixes: https://bugs.launchpad.net/bugs/1330352.
* Moved the regression autopilot test for the actions popover to
the components module.
[ Zsombor Egri ]
* PullToRefresh component that can be used in Flickable and all
its derivates to initiate model refresh.
* Text input UX updates Changes:
- text cursor carets (handlers) are shown only in touch
environment
- long press handling
- long tap selects the word under pressed area (if not
previously selected) and opens context menu - same as
right mouse click
- long tap does not focus the non-focused component
- long mouse press with left button does not do anything
- tap and drag scrolls the content
- left mouse button press and drag selects the text
- text can be scrolled with mouse wheel and scrollbar only
beside the touchAndDrag
NOTE: text caret tests are skipped when XVFB, as the
activeFocusItem is not set on that environment, which
causes text cursor not to be created.
Fixes: https://bugs.launchpad.net/bugs/1276176.
* Exposing touch functions to QML test.
* Default font for the toolkit: Ubuntu, medium sized and light
weight. Fixes: https://bugs.launchpad.net/bugs/1263963.
* Extend launcher to convert mouse to touch events.
MouseTouchAdaptor taken from unity8 launcher.
[ Michał Sawicz ]
* Prefer new package names for QML modules. This fixes
cross-building of dependants.
[ Florian Boucault]
* OrientationHelper: made rotation animation visually smoother.
* Icon: remove warning when Icon.visible is set to false:
* ShaderEffect: Property 'source' is not assigned a valid texture
provider (QQuickImage*).
* OrientationHelper: prevent unnecessary changes of width and
height with a workaround.
[ CI bot ]
* Resync trunk
-- Ubuntu daily release <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Wed, 18 Jun 2014 17:10:43 +0000
-
ubuntu-ui-toolkit (0.1.46+14.10.20140602-0ubuntu1) utopic; urgency=low
[ Tarmac ]
* [ Christian Dywan ] * Tweak API parsing to include the Button.font
property. (LP: #1322169, #1322630, #1317881)
[ Zoltán Balogh ]
* [ Christian Dywan ] * Tweak API parsing to include the Button.font
property. (LP: #1322169, #1322630, #1317881)
-- Ubuntu daily release <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Fri, 16 May 2014 11:58:25 +0000
-
ubuntu-ui-toolkit (0.1.46+14.10.20140512-0ubuntu1) utopic; urgency=low
[ Tarmac ]
* [ Tim Peeters ] Make it possible to replace the title in the header
with a. custom Item. (LP: #1316736, #1208833, #1314948)
-- Ubuntu daily release <email address hidden> Mon, 12 May 2014 12:27:41 +0000
-
ubuntu-ui-toolkit (0.1.46+14.10.20140508-0ubuntu1) utopic; urgency=low
[ Tarmac ]
* [ 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. . (LP:
#1314945, #1311907, #1273185, #1312716, #1183257, #1180188)
-- Ubuntu daily release <email address hidden> Thu, 08 May 2014 10:54:32 +0000
-
ubuntu-ui-toolkit (0.1.46+14.10.20140502.6-0ubuntu1) utopic; urgency=low
[ Tarmac ]
* [ Zoltán Balogh] * Skip tests only for powerpc [ Christian Dywan
] * Use locale format specifier in textfield_numbers. (LP:
#1311907, #1283236, #1285958, #1124071, #1256424, #1276172,
#1228042, #1183255, #1283212, #1168914, #1273187, #1276821,
#1308086, #1288937, #1292601)
[ Zoltán Balogh ]
* [ Zoltán Balogh] * Skip tests only for powerpc [ Christian Dywan
] * Use locale format specifier in textfield_numbers. (LP:
#1311907, #1283236, #1285958, #1124071, #1256424, #1276172,
#1228042, #1183255, #1283212, #1168914, #1273187, #1276821,
#1308086, #1288937, #1292601)
[ tpeeters ]
* [ Zoltán Balogh] * Skip tests only for powerpc [ Christian Dywan
] * Use locale format specifier in textfield_numbers. (LP:
#1311907, #1283236, #1285958, #1124071, #1256424, #1276172,
#1228042, #1183255, #1283212, #1168914, #1273187, #1276821,
#1308086, #1288937, #1292601)
-- Ubuntu daily release <email address hidden> 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 <email address hidden> Tue, 08 Apr 2014 14:47:06 +0000