~fboucault/ubuntu-ui-toolkit/dpr_rebase_qt_5.1

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Florian Boucault
  • Date: 2014-02-28 11:37:44 UTC
  • mfrom: (742.1.208 ubuntu-ui-toolkit)
  • Revision ID: florian.boucault@canonical.com-20140228113744-jziyyfkxtv907xl1
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubuntu-ui-toolkit (0.1.46+14.04.20140224-0ubuntu1) trusty; urgency=low
 
2
 
 
3
  [ Renato Araujo Oliveira Filho ]
 
4
  * [alarms] Filter only alarms of the current week. This is necessary
 
5
    because query for events without a valid date interval will return
 
6
    all events on the database, including the recurrence ones. Ex. A
 
7
    alarm that recurs every day, will be returned infinite times. (LP:
 
8
    #1282129)
 
9
 
 
10
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 24 Feb 2014 21:54:01 +0000
 
11
 
 
12
ubuntu-ui-toolkit (0.1.46+14.04.20140220-0ubuntu1) trusty; urgency=low
 
13
 
 
14
  [ Michael Zanetti ]
 
15
  * use data instead of children In ListItems.Base to allow having
 
16
    QtObjects as childs. In findChild() to be able to find invisible
 
17
    things like QtObject and Animations. Changes the return value from
 
18
    undefined to null as that's more correct.
 
19
  * Fix some issues in DatePicker's docs
 
20
 
 
21
  [ CI bot ]
 
22
  * Resync trunk
 
23
 
 
24
  [ Iain Lane ]
 
25
  * Support building with DEB_BUILD_OPTIONS=nocheck to skip the
 
26
    testsuite, per Debian policy.
 
27
 
 
28
  [ Leo Arias ]
 
29
  * Refactor the fake application used by the autopilot emulator tests
 
30
    to make a fixture that can be reused by other projects.
 
31
 
 
32
  [ Zsombor Egri ]
 
33
  * Mouse filters attacheable to mouse handling primitives.
 
34
  * Item instances set as property values were excluded from layouting,
 
35
    causing segfaults when re-layouting was performed or when the
 
36
    component got deleted due to or during re-layouting. (LP: #1280359)
 
37
  * ItemSelector regression fix. (LP: #1275861)
 
38
 
 
39
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 20 Feb 2014 10:04:25 +0000
 
40
 
 
41
ubuntu-ui-toolkit (0.1.46+14.04.20140212-0ubuntu1) trusty; urgency=low
 
42
 
 
43
  [ Andrew Hayzen ]
 
44
  * Fixed text not aligned at vertical centre if the listitem height has
 
45
    changed dynamically. Fixed no removeItemAnimation if the listitem
 
46
    height has been set. (LP: #1263688, #1263682)
 
47
 
 
48
  [ CI bot ]
 
49
  * Trunk as is, for CI Train release.
 
50
 
 
51
  [ William Hua ]
 
52
  * Also update LANGUAGE when setLanguage is called for dynamic
 
53
    translation. (LP: #1263163). (LP: #1263163)
 
54
 
 
55
  [ Timo Jyrinki ]
 
56
  * A qtdeclarative5-private-dev packaging change adding a dependency on
 
57
    libqt5v8-5-private-dev has been backported to all Ubuntu versions
 
58
    now, so this workaround can now be dropped - building both against
 
59
    Qt 5.2 and 5.0.2 works.
 
60
  * Add #include for QDebug to fix Qt 5.2 build.
 
61
 
 
62
  [ Christian Dywan ]
 
63
  * Split build and install steps in debian/rules.
 
64
  * Use integer Date constructor in date picker tests for Qt 5.2.
 
65
  * Run unit_x11 test cases via Xvfb and address failures. (LP:
 
66
    #1258017, #1237812, #1242646)
 
67
  * Don't redirect output of the input file in itself.
 
68
  * Don't try to deploy non-existing qml and js files. (LP: #1259228)
 
69
  * Assert textField focus, button visibility and pressed after tapping
 
70
    clear.
 
71
  * Split documentation for previously group properties. (LP: #1266842)
 
72
  * Suppress errors to work-around font error messages. (LP: #1256999)
 
73
  * ListItems.Empty's default property needs to be data not children.
 
74
    (LP: #1190509)
 
75
 
 
76
  [ Pete Woods ]
 
77
  * Handle the unity-action-api quit signal. (LP: #1269409)
 
78
 
 
79
  [ Zsombor Egri ]
 
80
  * Date picker component. Provides full date and month only picking
 
81
    functionality.
 
82
  * DatePicker test case fix, setting the minimum limit to value that is
 
83
    earlier than the date value set. (LP: #1266515)
 
84
  * Fixing state restoration when nested dynamic component properties
 
85
    are restored. (LP: #1267039)
 
86
  * Removing obsolete functionality from QuickUtils. (LP: #1266707)
 
87
  * StateSaver failure with Repeater fixed. Indirectly fixes StateSaver
 
88
    with ListView and GridView. (LP: #1267900)
 
89
  * TabBar test case failure fix for Qt5.2. (LP: #1256930)
 
90
  * InverseMouseArea API test removed, being a duplicate of the other
 
91
    InverseMouseArea tests. Connecting to th eproper enabledChanged
 
92
    signal in InverseMouseArea resolves the warning in Qt5.2 stating
 
93
    enabledChanged was overwritten in QQuickMouseArea. (LP: #1266707)
 
94
  * Panel implementation for DatePicker. Presents the DatePicker either
 
95
    in a panel covering the OSK area or in a Popover, depending on the
 
96
    form factor and presence of input method provider.
 
97
  * Layout tests now wait for the currentLayout change completion. (LP:
 
98
    #1266707)
 
99
  * Extra QQmlEngine instance removed from plugin, which seemed to cause
 
100
    some race conditions with Qt5.2. As result UbuntuColors got
 
101
    transferred from context property into singleton object, Theme's
 
102
    palette creation delayed till its first access. (LP: #1266707)
 
103
  * DateUtils test failure fix. (LP: #1273893)
 
104
 
 
105
  [ Florian Boucault ]
 
106
  * Ubuntu UI Toolkit Gallery: reimplemented in a cleaner way the
 
107
    responsiveness of the UI. That will allow for working right-to-left
 
108
    support. (LP: #1172652, #1182599)
 
109
  * Added Right-to-Left languages support to most widgets and to the UI
 
110
    Toolkit Gallery. The following widgets now behave properly in RTL
 
111
    environments: - List Items - Popups - Slider - TextArea - TextField
 
112
    - Button - ProgressBar - Toolbar - Header - Switch Tabs still need
 
113
    to be reversed. Relayout issues had to be workarounded (QTBUG 35095)
 
114
    for Label and Row. . (LP: #1181740, #35095)
 
115
 
 
116
  [ Leo Arias ]
 
117
  * Added an autopilot emulator for list views, with tests.
 
118
  * Added the TextField autopilot emulator.
 
119
  * Use the autopilot text field helper in the gallery test cases. (LP:
 
120
    #1274240, #1259476)
 
121
 
 
122
  [ Andrea Cimitan ]
 
123
  * Use integer Date constructor in date picker tests for Qt 5.2.
 
124
 
 
125
  [ tpeeters ]
 
126
  * Date picker component. Provides full date and month only picking
 
127
    functionality.
 
128
  * Fix the positioning of a flickable in a Page which has a parent that
 
129
    is not a PageTreeNode. (LP: #1261907)
 
130
  * Fix the height of a Page in case its parent is a Loader. (LP:
 
131
    #1259917)
 
132
 
 
133
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 12 Feb 2014 10:56:52 +0000
 
134
 
1
135
ubuntu-ui-toolkit (0.1.46+14.04.20131216-0ubuntu1) trusty; urgency=low
2
136
 
3
137
  [ Zsombor Egri ]