~tpeeters/unity8/new_tabbar-again

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: tim.peeters at canonical
  • Date: 2014-04-29 14:01:36 UTC
  • mfrom: (832.1.22 unity8)
  • Revision ID: tim.peeters@canonical.com-20140429140136-8idik0b1951bzoqc
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unity8 (7.85+14.04.20140416-0ubuntu1) trusty; urgency=low
 
2
 
 
3
  [ Albert Astals ]
 
4
  * Fix last item X position Fixes clicking on the last item sometimes
 
5
    not working (LP: #1301871)
 
6
  * Use upstart in ./run Makes it so that you can use the lock button on
 
7
    the device without getting that nasty hwc crash
 
8
  * Remove AnimationControllerWithSignals.
 
9
  * Use the correct delegate base item for the Carousel test
 
10
  * Some simplification in DashContent Kill the ScopeDelegateMapper in
 
11
    favour of a simple if (that will eventually go away). Removal of all
 
12
    the fake scopes in the tests that added nothing of value to the
 
13
    tests. Removal of movementEnded signal that was unused. Removal of
 
14
    movementStarted and positionedAtBeginning signals that were being
 
15
    used as function calls. Rework DashContent tests so they what the
 
16
    function does what it is supposed to do instead of just making sure
 
17
    QML signals work .
 
18
  * Improve Card creation time by adding loaders that make sure only
 
19
    what's needed is loaded In my computer it goes from RESULT :
 
20
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
 
21
    l": 3.217 msecs per iteration (total: 3,218, iterations: 1000)
 
22
    RESULT :
 
23
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
 
24
    1.647 msecs per iteration (total: 1,648, iterations: 1000) RESULT :
 
25
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.514
 
26
    msecs per iteration (total: 1,515, iterations: 1000) RESULT :
 
27
    qmltestrunner::benchmark_time:"cardTitleArtModel": 1.471 msecs per
 
28
    iteration (total: 1,471, iterations: 1000) RESULT :
 
29
    qmltestrunner::benchmark_time:"cardArtModel": 1.447 msecs per
 
30
    iteration (total: 1,448, iterations: 1000) RESULT :
 
31
    qmltestrunner::benchmark_time:"cardTitleModel": 1.276 msecs per
 
32
    iteration (total: 1,276, iterations: 1000) to RESULT :
 
33
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
 
34
    l": 2.916 msecs per iteration (total: 2,917, iterations: 1000)
 
35
    RESULT :
 
36
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
 
37
    1.504 msecs per iteration (total: 1,504, iterations: 1000) RESULT :
 
38
    qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.060
 
39
    msecs per iteration (total: 1,061, iterations: 1000) RESULT :
 
40
    qmltestrunner::benchmark_time:"cardTitleArtModel": 1.052 msecs per
 
41
    iteration (total: 1,053, iterations: 1000) RESULT :
 
42
    qmltestrunner::benchmark_time:"cardArtModel": 0.727 msecs per
 
43
    iteration (total: 728, iterations: 1000) RESULT :
 
44
    qmltestrunner::benchmark_time:"cardTitleModel": 0.817 msecs per
 
45
    iteration (total: 818, iterations: 1000) (LP: #1297197)
 
46
 
 
47
  [ Allan LeSage ]
 
48
  * DashApps emulator get_applications should return a list ordered by
 
49
    visible y, x.
 
50
 
 
51
  [ Andrea Cimitan ]
 
52
  * Workaround for lp1301309 until fixes for palette in ui toolkit (LP:
 
53
    #1301309)
 
54
 
 
55
  [ Leo Arias ]
 
56
  * Reverted the change that returns application cards instead of
 
57
    titles.
 
58
 
 
59
  [ Nick Dedekind ]
 
60
  * Indicator services started by unity8 upstart configuration rather
 
61
    than manual emmision from indicator manager.
 
62
 
 
63
  [ Mirco Müller ]
 
64
  * Fix notification ap-test assertions.
 
65
 
 
66
  [ Michael Terry ]
 
67
  * Use new tablet and phone backgrounds from Design.
 
68
 
 
69
  [ Michael Zanetti ]
 
70
  * workaround the QTestLogger assertion issue with make tryXyz and our
 
71
    custom uqmlscene
 
72
 
 
73
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Apr 2014 13:45:01 +0000
 
74
 
 
75
unity8 (7.85+14.04.20140415.2-0ubuntu1) trusty; urgency=low
 
76
 
 
77
  [ Michael Terry ]
 
78
  * When an application requests focus, handle it in Shell.qml by hiding
 
79
    the greeter and stopping any edge demo. (LP: #1227753)
 
80
 
 
81
  [ Leo Arias ]
 
82
  * Use subprocess.check_call when caling url-dispatcher, so an error
 
83
    will be raised if it fails.
 
84
  * Test application life cycle with fake apps, instead of messaging and
 
85
    address book.
 
86
 
 
87
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Apr 2014 12:47:11 +0000
 
88
 
1
89
unity8 (7.85+14.04.20140410.1-0ubuntu1) trusty; urgency=medium
2
90
 
3
91
  [ Didier Roche ]