~nskaggs/ubuntu-ui-toolkit/add-popover-object-support

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI bot
  • Author(s): Zsombor Egri, Tarmac, Zoltán Balogh
  • Date: 2014-06-18 17:10:31 UTC
  • mfrom: (1000.76.9 landing_04-06)
  • Revision ID: ps-jenkins@lists.canonical.com-20140618171031-1s026ulaxymh2e9f
  [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.

  [ Christian Dywan ]   
  * Add a launcher with a switch for the QQMLEngine.

  [ Tim Peeters ]
  * Anchor the internal PageTreeNode of PageStack to fill its parent.
    Fixes: https://bugs.launchpad.net/bugs/1322527
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubuntu-ui-toolkit (0.1.46+14.10.20140602-0ubuntu2) UNRELEASED; urgency=medium
 
2
 
 
3
  [Leo Arias ]
 
4
  * On the autopilot helper for the header, fix the swipe to show 
 
5
    when hidden.
 
6
  * Added a fixture for autopilot tests to use a fake home directory.
 
7
    Fixes: https://bugs.launchpad.net/bugs/1317639
 
8
  * Cleaned the containers in unity test using the alternate 
 
9
    launcher.
 
10
  * Fixed the creation of the fake Xauthority file on mako for the 
 
11
    fixture tests. Fixes: https://bugs.launchpad.net/bugs/1326072
 
12
  * Fixed the swipe to delete on the list item autopilot helper.
 
13
    Fixes: https://bugs.launchpad.net/bugs/1311392.
 
14
  * clean ups to the autopilot tests for the widget gallery.
 
15
 
 
16
  [ Christian Dywan ]   
 
17
  * Add a launcher with a switch for the QQMLEngine.
 
18
  * The presence of a mouse enables the interactive thumb. 
 
19
    Fixes: https://bugs.launchpad.net/bugs/1165173
 
20
  * Initialize sort.order explicitly. 
 
21
    Fixes: https://bugs.launchpad.net/bugs/1324087
 
22
  * Swiping from Left to Right to Delete only.
 
23
  * Show explicit failure when test wasn't built yet.
 
24
  * Add push_to_phone script to push QML/ Python/ artwork.
 
25
 
 
26
 
 
27
  [ Tim Peeters ]
 
28
  * Anchor the internal PageTreeNode of PageStack to fill its parent. 
 
29
    Fixes: https://bugs.launchpad.net/bugs/1322527
 
30
  * Deprecate sheets. Fixes: https://bugs.launchpad.net/bugs/1304541
 
31
  * Fix bug where header overflow action popover does not close when 
 
32
    the associated action pushes a new page on the pagestack. 
 
33
    Fixes: https://bugs.launchpad.net/bugs/1326963.
 
34
 
 
35
  [ Zsombor Egri]
 
36
  * Adding touch functions to UbuntuTestCase.
 
37
  * Qt5.3 related fixes. Fixes: 
 
38
    https://bugs.launchpad.net/bugs/1324070, 
 
39
    https://bugs.launchpad.net/bugs/1324088, 
 
40
    https://bugs.launchpad.net/bugs/1324089.
 
41
  * Reverting InverseMouseAreaType updateArea() method to update(). 
 
42
    Calling shadowed superclass' update() method.
 
43
 
 
44
 
 
45
 -- Zoltán Balogh <zoltan@bakter.hu>  Wed, 04 Jun 2014 09:40:11 +0200
 
46
 
1
47
ubuntu-ui-toolkit (0.1.46+14.10.20140602-0ubuntu1) utopic; urgency=low
2
48
 
3
49
  [ Christian Dywan ]