~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubuntu-ui-toolkit (1.3.1778+16.04-0ubuntu1) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Andrea Bernabei ]
 
4
  * Rework Scrollbars and add ScrollView component.
 
5
 
 
6
  [ Zsombor Egri ]
 
7
  * Refactor UCSwipeAreaPrivate to use QQuickItemPrivate instead of being
 
8
    a QObject.
 
9
 
 
10
  [ Tim Peeters ]
 
11
  * Reduce toolbar height on phone in landscape orientation. 
 
12
    Fixes LP: #1336793.
 
13
  * Introduce the new Toolbar component for the header edit mode. 
 
14
  * Reduce the PageHeader height by 1 GU on phone in landscape orientation. 
 
15
    Fixes LP: #1336793
 
16
  * Fix AppHeader 1.2 to use the new MathUtils. This fixes a failing autopilot
 
17
    CPO test.
 
18
 
 
19
  [ Zoltan Balogh ]
 
20
  * Do not wipe when provisioning for normal use and improve 
 
21
    regression detection.
 
22
  * Try to link Gestures more explicitely. (kudos to xnox).
 
23
 
 
24
  [ Christian Dywan ]
 
25
  * Proper keyboard navigation and focus visuals for buttons. 
 
26
    Fixes LP: #1225139, LP: #1514850
 
27
  * Escape should close popover. Fixes LP: #1523828
 
28
  * Surround state overloading message with static boolean. Fixes LP: #1523399
 
29
  * Don't exit, return 1 from export_modules_dir.sh.
 
30
 
 
31
  [ Michael Sheldon ]
 
32
  * Set the activeFocus on the input component when a text input area receive
 
33
    focus. Fixes LP: #1518352
 
34
 
 
35
  [ Benjamin Zeller ]
 
36
  * Move PageTreeNode to C++.
 
37
  * Custom property flag needs to be set always even when the value itself does not change.
 
38
 
 
39
  [ Albert Astals Cid ]
 
40
  * Make some more members slots
 
41
    This way we can use them in unity8 to make the drag areas more easily 
 
42
    testable by making the times to recognize the gestures longer.
 
43
 
 
44
 -- Zoltán Balogh <zoltan@bakter.hu>  Wed, 16 Dec 2015 19:02:56 +0200
 
45
 
1
46
ubuntu-ui-toolkit (1.3.1761+16.04.20151216.1-0ubuntu1) xenial; urgency=medium
2
47
 
3
48
  [ Zoltán Balogh ]