ubuntu-ui-toolkit 0.1.46daily13.06.05.1-0ubuntu1 source package in Ubuntu

Changelog

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-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-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-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-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-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-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-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-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-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 <email address hidden>, 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-ui-toolkit (0.1.45) raring; urgency=low

  * New release

ubuntu-ui-toolkit (0.1.44) raring; urgency=low

  * New release

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-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-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 <email address hidden>   Wed, 05 Jun 2013 09:06:50 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
amd64 i386 armhf all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ubuntu-ui-toolkit_0.1.46daily13.06.05.1.orig.tar.gz 980.2 KiB 7f5bd6aeb2690b697251b59d1a122bf8a55ab029a90ddd6043d6180efd142b08
ubuntu-ui-toolkit_0.1.46daily13.06.05.1-0ubuntu1.diff.gz 10.3 KiB ce8d17e38ef9154760dc9fef321de2adf77e8d436b70c20d2c232c40f6cbd250
ubuntu-ui-toolkit_0.1.46daily13.06.05.1-0ubuntu1.dsc 2.7 KiB fd362bfd0e7b0eda66c63e95d930fc2602e21c42264a0e0b3e3121e5ec281572

View changes file

Binary packages built by this source

qmlrunner: No summary available for qmlrunner in ubuntu saucy.

No description available for qmlrunner in ubuntu saucy.

qtdeclarative5-ubuntu-ui-toolkit-plugin: No summary available for qtdeclarative5-ubuntu-ui-toolkit-plugin in ubuntu saucy.

No description available for qtdeclarative5-ubuntu-ui-toolkit-plugin in ubuntu saucy.

ubuntu-ui-toolkit-autopilot: No summary available for ubuntu-ui-toolkit-autopilot in ubuntu saucy.

No description available for ubuntu-ui-toolkit-autopilot in ubuntu saucy.

ubuntu-ui-toolkit-doc: No summary available for ubuntu-ui-toolkit-doc in ubuntu saucy.

No description available for ubuntu-ui-toolkit-doc in ubuntu saucy.

ubuntu-ui-toolkit-examples: No summary available for ubuntu-ui-toolkit-examples in ubuntu saucy.

No description available for ubuntu-ui-toolkit-examples in ubuntu saucy.

ubuntu-ui-toolkit-theme: No summary available for ubuntu-ui-toolkit-theme in ubuntu saucy.

No description available for ubuntu-ui-toolkit-theme in ubuntu saucy.