lp:ubuntu/saucy/ubuntu-ui-toolkit

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy/ubuntu-ui-toolkit
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

64. By PS Jenkins bot

[ 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

63. By PS Jenkins bot

[ 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.

[ <email address hidden> ]
* 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

62. By Łukasz Zemczak

Cherry pick changes from the ap-test-fixes-for-updated-autopilot branch
to fix working with the newer autopilot

61. By PS Jenkins bot

[ 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

60. By PS Jenkins bot

[ 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

59. By PS Jenkins bot

[ 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

58. By PS Jenkins bot

[ 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)

[ <email address hidden> ]
* 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

57. By PS Jenkins bot

[ 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.

[ <email address hidden> ]
* 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

56. By PS Jenkins bot

[ Olivier Tilloy ]
* Fix a typo in Panel.qml. (LP: #1218331)

[ Ubuntu daily release ]
* Automatic snapshot from revision 727

55. By PS Jenkins bot

[ 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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers