~chris.gagnon/ubuntu-ui-toolkit/fix-bug-1388896

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI bot
  • Author(s): Zsombor Egri, Michael Sheldon, Zoltán Balogh, Christian Dywan, Tim Peeters
  • Date: 2014-10-07 12:09:27 UTC
  • mfrom: (1000.249.11 landing-0711)
  • Revision ID: ps-jenkins@lists.canonical.com-20141007120927-ucysonqxn60vu8gz
  [ 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.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubuntu-ui-toolkit (1.1.1279+14.10.20141001-0ubuntu2) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Michael Sheldon ]
 
4
  * Removes the keyboard anchor animation as this is now implemented
 
5
    in the keyboard.
 
6
 
 
7
  [ Tim Peeters ]
 
8
  * PageStack push returns the pushed page. Fixes LP: #1361919
 
9
  * Add selection mode as a preset to the header configuration. 
 
10
    Fixes LP: #1370146.
 
11
 
 
12
  [ Zsombor Egri ]
 
13
  * Fix Dialog foreground sizing. Fixes LP: #1337555, LP: #1337556.
 
14
  * Workaround for StateSaver to fall back to use qgetenv() when 
 
15
    QStandardPaths fails to return XDG_RUNTIME_DIR path. 
 
16
    Fixes LP: #1363112.
 
17
 
 
18
  [ Christian Dywan ]
 
19
  * Add unit tests for MathUtils API. 
 
20
    Fixes LP: #1244685.
 
21
  * Text field hint should use the same font as the editor. 
 
22
    Fixes LP: #1237400.
 
23
  * Read-only text fields mustn't have a clear button. 
 
24
    Fixes LP: #1337257.
 
25
  * autopilot package should source-depend on QML plugin. 
 
26
    Fixes LP: #1236085.
 
27
 
 
28
 -- Zoltán Balogh <zoltan@bakter.hu>  Tue, 07 Oct 2014 14:44:24 +0300
 
29
 
1
30
ubuntu-ui-toolkit (1.1.1269+14.10.20141001-0ubuntu1) 14.09; urgency=medium
2
31
 
3
32
  [ Tim Peeters ]