Merge lp:~unity-team/unity8/infographics_using_svg into lp:unity8

Proposed by Andrea Cimitan
Status: Rejected
Rejected by: Andrea Cimitan
Proposed branch: lp:~unity-team/unity8/infographics_using_svg
Merge into: lp:unity8
Diff against target: 7116 lines (+251/-6103)
36 files modified
build.sh (+1/-0)
debian/changelog (+0/-4169)
debian/rules (+0/-47)
plugins/LightDM/CMakeLists.txt (+0/-3)
plugins/LightDM/plugin.cpp (+0/-11)
plugins/Ubuntu/Payments/CMakeLists.txt (+0/-20)
po/hu.po (+72/-136)
po/is.po (+44/-133)
qml/Greeter/GreeterContent.qml (+24/-28)
qml/Greeter/Infographics.qml (+0/-408)
run.sh (+0/-1)
tests/autopilot/unity8/__init__.py (+0/-5)
tests/autopilot/unity8/shell/tests/__init__.py (+0/-2)
tests/mocks/CMakeLists.txt (+1/-1)
tests/mocks/Infographics/CMakeLists.txt (+1/-0)
tests/mocks/Infographics/InfographicList.qml (+50/-0)
tests/mocks/Infographics/qmldir (+3/-0)
tests/mocks/LightDM/CMakeLists.txt (+1/-4)
tests/mocks/LightDM/UsersModel.cpp (+3/-0)
tests/mocks/LightDM/UsersModel.h (+2/-1)
tests/mocks/LightDM/UsersModelPrivate.h (+1/-0)
tests/mocks/LightDM/demo/CMakeLists.txt (+0/-2)
tests/mocks/LightDM/demo/UsersModelPrivate.cpp (+1/-1)
tests/mocks/LightDM/full/UsersModelPrivate.cpp (+19/-19)
tests/mocks/LightDM/single-passphrase/UsersModelPrivate.cpp (+1/-1)
tests/mocks/LightDM/single-pin/UsersModelPrivate.cpp (+1/-1)
tests/mocks/LightDM/single/UsersModelPrivate.cpp (+1/-1)
tests/mocks/libusermetrics/CMakeLists.txt (+0/-21)
tests/mocks/libusermetrics/ColorTheme.cpp (+0/-128)
tests/mocks/libusermetrics/ColorTheme.h (+0/-68)
tests/mocks/libusermetrics/UserMetrics.cpp (+0/-472)
tests/mocks/libusermetrics/UserMetrics.h (+0/-112)
tests/plugins/Unity/Indicators/unitymenumodelstacktest.cpp (+0/-208)
tests/qmltests/CMakeLists.txt (+4/-4)
tests/qmltests/Greeter/tst_Infographics.qml (+0/-88)
tests/qmltests/Greeter/tst_SingleGreeter.qml (+21/-8)
To merge this branch: bzr merge lp:~unity-team/unity8/infographics_using_svg
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+231115@code.launchpad.net

Commit message

Use new infopgraphics

Description of the change

* Are there any related MPs required for this MP to build/function as expected? Please list.
lp:~unity-team/libusermetrics/file-based-infographics
 * Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
 * Did you make sure that your branch does not contain spurious tags?
yes
 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.

Unmerged revisions

861. By Andrea Cimitan

Attempt to fix

860. By Andrea Cimitan

[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Fix the ap test for applications.
[ Albert Astals ]
* Use deleteLater instead of a direct delete We are seeing a crash in
  QQuickWindowPrivate::polishItems because LVWPH is deleting items to
  polish from it's updatePolish which means the set in
  QQuickWindowPrivate::polishItems may end up with some yet-to-
  process-but-now-deleted items. Switching to deleteLater fixes this
[ Michael Zanetti ]
* properly parent launcher items (LP: #1347902)
[ Michał Sawicz ]
* Move the PyDev project files to the root, supporting .py scripts
  outside of tests/autopilot. Add Autopilot Run and List launch
  configurations to easily support debugging in Eclipse. Use
  add_unity8_mock macro in the Telephony plugin.
* Drop FilterGrid and refactor height animations in GenericScopeView.
  Also implement forced category expansion. (LP: #1326470)
* Move expansion button from section header to category footer. (LP:
  #1261300)
* Fix expect-sigstop enviroment variable name. (LP: #1346819)
* Make headerless categories easier Instead of having no header
  category (which is a bit confusing since the LVWPH code was designed
  so that when a category has no header it is because it shares the
  category with the previous one) what we have for headerless
  categories is a header of height 0, this way everything works as it
  should and results in cleaner code in the LVWPH and in
  GenericScopeView
* Add support for header links.
* Add dash PageHeader styling.
[ Albert Astals ]
* Make headerless categories easier Instead of having no header
  category (which is a bit confusing since the LVWPH code was designed
  so that when a category has no header it is because it shares the
  category with the previous one) what we have for headerless
  categories is a header of height 0, this way everything works as it
  should and results in cleaner code in the LVWPH and in
  GenericScopeView

859. By Andrea Cimitan

Fixed merge

858. By Andrea Cimitan

Better test

857. By Andrea Cimitan

[ Michael Terry ]
* Allow running the dialer-app in emergency mode when the screen is
  locked.
[ Michał Sawicz ]
* Add missing nameOwner property to mock UnityMenuModel.
[ Albert Astals ]
* Fix name, There's nothing called pageHeader in this file
[ Nick Dedekind ]
* Added environment variable to upstart conf for mir trusted socket
* Removed indicator menu dismissal on menu activation (LP: #1337771)
[ Michał Sawicz ]
* Only generate .qmltypes files manually, no need to do it build-time.
  It didn't work when cross-compiling either, and required builders to
  have otherwise unnecessary environment.
* Fix CardCreator test. It got broken with a merge that got landed
  along side of it.
[ Ying-Chun Liu ]
* Add reboot/shutdown (LP: #1234062)
[ Albert Astals ]
* Make the departments test more stable
[ Mirco Müller ]
* Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
  fixes blocking overlay if underlying UnityMenuModel vanishes from
  DBus (point 2.). The third bullet-point of the bug-report, lockup of
  shell-UI, could not be reproduced. (LP: #1308011)
[ Michael Terry ]
* Expose a new greeter DBus property, IsActive, which tells apps and
  indicators when the integrated-greeter screen is active. Useful for
  switching UI modes when the screen is locked.
* Allow the session to bring up the greeter/lockscreen over DBus. The
  emergency dialer will need this support in order to cancel bringing
  it up.
[ Michael Zanetti ]
* Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
  fixes blocking overlay if underlying UnityMenuModel vanishes from
  DBus (point 2.). The third bullet-point of the bug-report, lockup of
  shell-UI, could not be reproduced. (LP: #1308011)
[ Michał Sawicz ]
* Activate all results in click scope by default. (LP: #1341262)
[ Mirco Müller ]
* Added support for utilization of the ComboButton SDK-element for
  snap-decision notifications with many actions.
[ Michal Hruby ]
* Fix FTBFS when using latest unity-api.
[ Michał Sawicz ]
* Refactor carousel item activation.
* Refactor ScopeItem into GenericScopeView.
* Add initial support for scope customizations.
* Make rating stars in PreviewReviewDisplay.qml non-interactive. (LP:
  #1337508)
[ Nick Dedekind ]
* Added active call hint A hint is displayed in the indicator panel
  when an call is active on the Telephony Serivce
[ Albert Astals ]
* We need to boostrap height also when we have 1 item ^_^ (LP:
  #1337408)
* Add initial support for scope customizations.
* CardCreator: Give a correct implicitHeight if we only have art The
  hasSubtitle change is really unrelated and not needed here, just
  sneaking it in to not create yet another review. (LP: #1330899)
* Fake Scopes Plugin: Register PreviewModelInterface
[ Michael Zanetti ]
* make the launcher's drag'n'drop indicator more prominent (LP:
  #1332042)
* make launcher items live having them non-live is not really required
  and reveals an issue in combination with UbuntuShape (LP: #1302761)
* Fade out launcher in place instead of moving it to the left on long
  left edge swipes. (LP: #1332096)
* update launcher icon glow as requested by design (LP: #1336725)
* update header in dash to use the new header from the SDK (LP:
  #1335491)
* fix testPreview with larger GRID_UNIT_PX values
* clip the corner of pinned icons in the launcher as per new design
* update launcher background according to latest design (LP: #1336314)
* Update Launcher's home button design according to new spec. (LP:
  #1329331)
[ CI bot ]
* make launcher items live having them non-live is not really required
  and reveals an issue in combination with UbuntuShape (LP: #1302761)

856. By Michał Sawicz

Drop newline.

855. By Michał Sawicz

Merge trunk.

854. By Andrea Cimitan

* debian/control:
  list qtdeclarative5-ubuntu-ui-toolkit-plugin-gles as an alternative
  choice, since provides are not versionned, should restore installability
  on amd64 and i386
[ Michał Sawicz ]
* Adapt to suru theme.
[ Michael Terry ]
* Fix path in launcher mock after moving our mock icons, to avoid a
  lot of "icon not found" warnings during qmluitests.
* Fix the testMultiGreeter qmluitest. Incoming method variables are
  apparently read-only in Qt5.3. (LP: #1332488)
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Adapt scope mock to new api and quiet unused variable warnings.
* Fix dynamic overlay height. (LP: #1334879)
* Don't center items in CardVerticalJournal, kind of beats the
  purpose... Also don't bind unnecessarily.
[ Ying-Chun Liu ]
* Fix LP:1330957 Fix some failed test cases. (LP: #1330957)
[ Albert Astals ]
* Don't seem to need this waitForRendering And makes test fail in 5.3
[ Alberto Aguirre ]
* Update Powerd plugin and Shell.qml to accommodate changes in the
  display power state notification.
[ Ying-Chun Liu ]
* Add logout support. Reviewed by: Daniel d'Andrada (LP: #1302213)
[ Michał Sawicz ]
* Make so that fixedArtShapeSize actually fixes artShapeSize.
[ Albert Astals ]
* Add VerticalJournal integration to Dash/scopes/QML (LP: #1326467)
* Make so that fixedArtShapeSize actually fixes artShapeSize.
[ Mirco Müller ]
* Added the frontend-part of sound-hint support for notifications with
  updated QML-tests.
* New rebuild forced
[ Albert Astals ]
* Departments support (LP: #1320847)
[ Pawel Stolowski ]
* Extend the hack for click scope categories with the upcoming 'store'
  category: single-tap on results from the 'store' category should
  activate them, instead of requesting a preview. (LP: #1326292)
[ Albert Astals ]
* Drop the " Preview" suffix from Preview title As requested in
  https://bugs.launchpad.net/unity8/+bug/1316671 (LP: #1316671)

853. By Andrea Cimitan

Use SDK CrossFadeImage

852. By Andrea Cimitan

Removed Item container inside infographics and updated cmakelists

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.sh'
2--- build.sh 2014-08-14 13:37:22 +0000
3+++ build.sh 2014-08-17 09:22:41 +0000
4@@ -47,6 +47,7 @@
5 qml-module-qtquick-layouts \
6 qml-module-qtquick-xmllistmodel \
7 qtdeclarative5-gsettings1.0 \
8+ qtdeclarative5-infographics0.1 \
9 qtdeclarative5-ubuntu-ui-toolkit-plugin \
10 qtdeclarative5-ubuntu-settings-components \
11 qtdeclarative5-ubuntu-telephony0.1 \
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2014-08-17 00:37:36 +0000
15+++ debian/changelog 2014-08-17 09:22:41 +0000
16@@ -309,4172 +309,3 @@
17
18 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 24 Jul 2014 20:41:29 +0000
19
20-unity8 (7.90+14.10.20140723.4-0ubuntu1) utopic; urgency=low
21-
22- [ thomas-voss ]
23- * Explicitly select gcc version.
24-
25- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 23 Jul 2014 15:32:41 +0000
26-
27-unity8 (7.90+14.10.20140721.1-0ubuntu1) utopic; urgency=low
28-
29- [ Michael Terry ]
30- * Allow running the dialer-app in emergency mode when the screen is
31- locked.
32-
33- [ Michał Sawicz ]
34- * Add missing nameOwner property to mock UnityMenuModel.
35-
36- [ Albert Astals ]
37- * Fix name, There's nothing called pageHeader in this file
38-
39- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 21 Jul 2014 14:57:08 +0000
40-
41-unity8 (7.90+14.10.20140717.3-0ubuntu1) utopic; urgency=low
42-
43- [ Nick Dedekind ]
44- * Added environment variable to upstart conf for mir trusted socket
45- * Removed indicator menu dismissal on menu activation (LP: #1337771)
46-
47- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 17 Jul 2014 16:35:52 +0000
48-
49-unity8 (7.90+14.10.20140717.1-0ubuntu1) utopic; urgency=low
50-
51- [ Michał Sawicz ]
52- * Only generate .qmltypes files manually, no need to do it build-time.
53- It didn't work when cross-compiling either, and required builders to
54- have otherwise unnecessary environment.
55- * Fix CardCreator test. It got broken with a merge that got landed
56- along side of it.
57-
58- [ Ying-Chun Liu ]
59- * Add reboot/shutdown (LP: #1234062)
60-
61- [ Albert Astals ]
62- * Make the departments test more stable
63-
64- [ Mirco Müller ]
65- * Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
66- fixes blocking overlay if underlying UnityMenuModel vanishes from
67- DBus (point 2.). The third bullet-point of the bug-report, lockup of
68- shell-UI, could not be reproduced. (LP: #1308011)
69-
70- [ Michael Terry ]
71- * Expose a new greeter DBus property, IsActive, which tells apps and
72- indicators when the integrated-greeter screen is active. Useful for
73- switching UI modes when the screen is locked.
74- * Allow the session to bring up the greeter/lockscreen over DBus. The
75- emergency dialer will need this support in order to cancel bringing
76- it up.
77-
78- [ Michael Zanetti ]
79- * Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
80- fixes blocking overlay if underlying UnityMenuModel vanishes from
81- DBus (point 2.). The third bullet-point of the bug-report, lockup of
82- shell-UI, could not be reproduced. (LP: #1308011)
83-
84- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 17 Jul 2014 09:38:20 +0000
85-
86-unity8 (7.90+14.10.20140714-0ubuntu1) utopic; urgency=low
87-
88- [ Michał Sawicz ]
89- * Activate all results in click scope by default. (LP: #1341262)
90-
91- [ Mirco Müller ]
92- * Added support for utilization of the ComboButton SDK-element for
93- snap-decision notifications with many actions.
94-
95- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 14 Jul 2014 18:20:25 +0000
96-
97-unity8 (7.90+14.10.20140709.2-0ubuntu1) utopic; urgency=low
98-
99- [ Michal Hruby ]
100- * Fix FTBFS when using latest unity-api.
101-
102- [ Michał Sawicz ]
103- * Refactor carousel item activation.
104- * Refactor ScopeItem into GenericScopeView.
105- * Add initial support for scope customizations.
106- * Make rating stars in PreviewReviewDisplay.qml non-interactive. (LP:
107- #1337508)
108-
109- [ Nick Dedekind ]
110- * Added active call hint A hint is displayed in the indicator panel
111- when an call is active on the Telephony Serivce
112-
113- [ Albert Astals ]
114- * We need to boostrap height also when we have 1 item ^_^ (LP:
115- #1337408)
116- * Add initial support for scope customizations.
117- * CardCreator: Give a correct implicitHeight if we only have art The
118- hasSubtitle change is really unrelated and not needed here, just
119- sneaking it in to not create yet another review. (LP: #1330899)
120- * Fake Scopes Plugin: Register PreviewModelInterface
121-
122- [ Michael Zanetti ]
123- * make the launcher's drag'n'drop indicator more prominent (LP:
124- #1332042)
125- * make launcher items live having them non-live is not really required
126- and reveals an issue in combination with UbuntuShape (LP: #1302761)
127- * Fade out launcher in place instead of moving it to the left on long
128- left edge swipes. (LP: #1332096)
129- * update launcher icon glow as requested by design (LP: #1336725)
130- * update header in dash to use the new header from the SDK (LP:
131- #1335491)
132- * fix testPreview with larger GRID_UNIT_PX values
133- * clip the corner of pinned icons in the launcher as per new design
134- * update launcher background according to latest design (LP: #1336314)
135- * Update Launcher's home button design according to new spec. (LP:
136- #1329331)
137-
138- [ CI bot ]
139- * make launcher items live having them non-live is not really required
140- and reveals an issue in combination with UbuntuShape (LP: #1302761)
141-
142- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 09 Jul 2014 19:46:11 +0000
143-
144-unity8 (7.90+14.10.20140707-0ubuntu1) utopic; urgency=low
145-
146- [ Nick Dedekind ]
147- * Added support for TransferMenu
148-
149- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 07 Jul 2014 11:40:59 +0000
150-
151-unity8 (7.90+14.10.20140703.1-0ubuntu1) utopic; urgency=low
152-
153- [ Michał Sawicz ]
154- * Initial code for a payment button widget, to handle purchasing apps
155- from the click scope.
156-
157- [ Nick Dedekind ]
158- * Moved [Message]MenuItemFacotory from Unity.Indicators plugin to qml
159- folder.
160-
161- [ Albert Astals ]
162- * EasingCurve: Initialize members
163- * Fix valgrind warning by not emitting reset on model destructor That
164- won't be supported until Qt 5.4 More info at https://bugreports.qt-
165- project.org/browse/QTBUG-39780 Warning was ==16693== Invalid read of
166- size 8 ==16693== at 0x72B19A0: QQmlContext::isValid() const
167- (qqmlcontext.cpp:231) ==16693== by 0x736C82B:
168- QQmlDelegateModelPrivate::emitChanges() (qqmldelegatemodel.cpp:1412)
169- ==16693== by 0x7372AE6: QQmlDelegateModel::_q_modelReset()
170- (qqmldelegatemodel.cpp:1463) ==16693== by 0x7397224:
171- QQmlDelegateModel::qt_static_metacall(QObject*, QMetaObject::Call,
172- int, void**) (moc_qqmldelegatemodel_p.cpp:196) ==16693== by
173- 0x739769E: QQmlDelegateModel::qt_metacall(QMetaObject::Call, int,
174- void**) (moc_qqmldelegatemodel_p.cpp:292) ==16693== by 0x66379CC:
175- QMetaObject::activate(QObject*, int, int, void**) (in
176- /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
177- 0x65AEEFD: QAbstractItemModel::endResetModel() (in /usr/lib/x86_64-
178- linux-gnu/libQt5Core.so.5.3.0) ==16693== by 0x23461EFD:
179- FakeIndicatorsModel::unload() (fakeindicatorsmodel.cpp:53) ==16693==
180- by 0x23461E13: FakeIndicatorsModel::~FakeIndicatorsModel()
181- (fakeindicatorsmodel.cpp:34) ==16693== by 0x2345C073:
182- QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement() (in
183- /home/tsdgeos_work/phablet/unity8/investigate_test_shell_crash/build
184- dir/tests/mocks/Unity/Indicators/libIndicatorsFakeQml.so) ==16693==
185- by 0x2345C0A3:
186- QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement()
187- (qqmlprivate.h:106) ==16693== by 0x663636B:
188- QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
189- gnu/libQt5Core.so.5.3.0) ==16693== Address 0x1862d448 is 8 bytes
190- inside a block of size 16 free'd ==16693== at 0x4C2C2BC: operator
191- delete(void*) (vg_replace_malloc.c:503) ==16693== by 0x72B21B8:
192- QQmlContextData::destroy() (qqmlcontext.cpp:647) ==16693== by
193- 0x7293458: QQmlPrivate::qdeclarativeelement_destructor(QObject*)
194- (qqmlengine.cpp:612) ==16693== by 0x6C0CADD:
195- QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
196- (qqmlprivate.h:105) ==16693== by 0x663636B:
197- QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
198- gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
199- (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
200- 0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
201- by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
202- (qqmlprivate.h:106) ==16693== by 0x663636B:
203- QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
204- gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
205- (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
206- 0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
207- by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
208- (qqmlprivate.h:106) (LP: #1332598)
209-
210- [ Michael Zanetti ]
211- * drop launcher item spacing (LP: #1332022)
212- * change wording in launcher quicklist (LP: #1332035)
213-
214- [ Alejandro J. Cura ]
215- * Initial code for a payment button widget, to handle purchasing apps
216- from the click scope.
217-
218- [ Rodney Dawes ]
219- * Initial code for a payment button widget, to handle purchasing apps
220- from the click scope.
221-
222- [ Renato Araujo Oliveira Filho ]
223- * Create IndicatorsLight.qml component used to control indicator led.
224- A blue led will pulse if the message indicator is blue and screen is
225- off.
226-
227- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 03 Jul 2014 14:47:46 +0000
228-
229-unity8 (7.90+14.10.20140701.2-0ubuntu2) utopic; urgency=medium
230-
231- * debian/control:
232- list qtdeclarative5-ubuntu-ui-toolkit-plugin-gles as an alternative
233- choice, since provides are not versionned, should restore installability
234- on amd64 and i386
235-
236- -- Sebastien Bacher <seb128@ubuntu.com> Thu, 03 Jul 2014 13:26:38 +0200
237-
238-unity8 (7.90+14.10.20140701.2-0ubuntu1) utopic; urgency=medium
239-
240- [ Michał Sawicz ]
241- * Adapt to suru theme.
242-
243- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 01 Jul 2014 15:10:35 +0000
244-
245-unity8 (7.89+14.10.20140627-0ubuntu1) utopic; urgency=low
246-
247- [ Michael Terry ]
248- * Fix path in launcher mock after moving our mock icons, to avoid a
249- lot of "icon not found" warnings during qmluitests.
250- * Fix the testMultiGreeter qmluitest. Incoming method variables are
251- apparently read-only in Qt5.3. (LP: #1332488)
252-
253- [ CI bot ]
254- * Resync trunk
255-
256- [ Michał Sawicz ]
257- * Adapt scope mock to new api and quiet unused variable warnings.
258- * Fix dynamic overlay height. (LP: #1334879)
259- * Don't center items in CardVerticalJournal, kind of beats the
260- purpose... Also don't bind unnecessarily.
261-
262- [ Ying-Chun Liu ]
263- * Fix LP:1330957 Fix some failed test cases. (LP: #1330957)
264-
265- [ Albert Astals ]
266- * Don't seem to need this waitForRendering And makes test fail in 5.3
267-
268- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 27 Jun 2014 08:47:58 +0000
269-
270-unity8 (7.89+14.10.20140624.1-0ubuntu1) utopic; urgency=low
271-
272- [ Alberto Aguirre ]
273- * Update Powerd plugin and Shell.qml to accommodate changes in the
274- display power state notification.
275-
276- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 24 Jun 2014 17:11:08 +0000
277-
278-unity8 (7.89+14.10.20140624-0ubuntu1) utopic; urgency=low
279-
280- [ Ying-Chun Liu ]
281- * Add logout support. Reviewed by: Daniel d'Andrada (LP: #1302213)
282-
283- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 24 Jun 2014 08:17:09 +0000
284-
285-unity8 (7.89+14.10.20140623.1-0ubuntu1) utopic; urgency=low
286-
287- [ Michał Sawicz ]
288- * Make so that fixedArtShapeSize actually fixes artShapeSize.
289-
290- [ Albert Astals ]
291- * Add VerticalJournal integration to Dash/scopes/QML (LP: #1326467)
292- * Make so that fixedArtShapeSize actually fixes artShapeSize.
293-
294- [ Mirco Müller ]
295- * Added the frontend-part of sound-hint support for notifications with
296- updated QML-tests.
297-
298- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 23 Jun 2014 11:17:12 +0000
299-
300-unity8 (7.89+14.10.20140619.3-0ubuntu1) utopic; urgency=low
301-
302- * New rebuild forced
303-
304- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 19 Jun 2014 16:02:41 +0000
305-
306-unity8 (7.89+14.10.20140619.2-0ubuntu1) utopic; urgency=low
307-
308- [ Albert Astals ]
309- * Departments support (LP: #1320847)
310-
311- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 19 Jun 2014 11:17:40 +0000
312-
313-unity8 (7.89+14.10.20140616.1-0ubuntu1) utopic; urgency=low
314-
315- [ Pawel Stolowski ]
316- * Extend the hack for click scope categories with the upcoming 'store'
317- category: single-tap on results from the 'store' category should
318- activate them, instead of requesting a preview. (LP: #1326292)
319-
320- [ Albert Astals ]
321- * Drop the " Preview" suffix from Preview title As requested in
322- https://bugs.launchpad.net/unity8/+bug/1316671 (LP: #1316671)
323-
324- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 16 Jun 2014 14:43:01 +0000
325-
326-unity8 (7.89+14.10.20140613-0ubuntu1) utopic; urgency=medium
327-
328- [ Michael Terry ]
329- * Revert split greeter for now. We will bring it back as an option
330- for Desktop, but use a big hammer revert right now to get Touch back
331- in shape.
332-
333- [ CI bot ]
334- * Fix build problems. Reviewed by: Michael Terry (LP: #1328850)
335-
336- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 13 Jun 2014 08:30:48 +0000
337-
338-unity8 (7.88+14.10.20140606-0ubuntu1) utopic; urgency=low
339-
340- [ Michał Sawicz ]
341- * Make lockscreen buttons translatable.
342-
343- [ Albert Astals ]
344- * Correctly mark these functions as overrides
345- * Remove connections to non existant signal
346- * Better test name
347- * Improvements for headerless categories LVPWH: No section name -> no
348- header LVPWH: New hasSectionHeader context property for delegates
349- GSV: Add topMargin if no hasSectionHeader (LP: #1326415)
350- * Make tryVerticalJournal, tryHorizontalJournal and tryOrganicGrid
351- work again
352-
353- [ Michael Zanetti ]
354- * Don't crash when we get an invalid app from ApplicationManager (LP:
355- #1309162)
356-
357- [ Andrea Cimitan ]
358- * Workaround for lp1324159 (LP: #1322233, #1324159)
359-
360- [ CI bot ]
361- * Resync trunk
362-
363- [ Florian Boucault ]
364- * Application startup: changed splash rectangle to be black instead of
365- white and added a neat little animation. (LP: #1124265)
366-
367- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 06 Jun 2014 11:38:53 +0000
368-
369-unity8 (7.88+14.10.20140603.1-0ubuntu1) utopic; urgency=medium
370-
371- [ Michael Terry ]
372- * Bump version so ubuntu-touch-session can reference this one
373-
374- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 03 Jun 2014 20:31:00 +0000
375-
376-unity8 (7.87+14.10.20140603.1-0ubuntu1) utopic; urgency=low
377-
378- [ CI bot ]
379- * Resync trunk
380-
381- [ Michał Sawicz ]
382- * Move env setup past session init in greeter wrapper. (LP: #1325882)
383-
384- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 03 Jun 2014 10:33:11 +0000
385-
386-unity8 (7.87+14.10.20140530.1-0ubuntu3) utopic; urgency=medium
387-
388- * no change rebuild
389-
390- -- Oliver Grawert <ogra@ubuntu.com> Mon, 02 Jun 2014 16:19:10 +0200
391-
392-unity8 (7.87+14.10.20140530.1-0ubuntu2) utopic; urgency=medium
393-
394- * drop dbus-x11 dependency of unity8-greeter, it makes us end up with
395- multiple session dbus daemons which breaks many AP tests in the lab
396-
397- -- Oliver Grawert <ogra@ubuntu.com> Mon, 02 Jun 2014 14:50:59 +0200
398-
399-unity8 (7.87+14.10.20140530.1-0ubuntu1) utopic; urgency=medium
400-
401- [ Michael Terry ]
402- * Bump version for Breaks due to unity8-greeter
403- * In split mode, determine whether the application identifiers in
404- AccountsService are click packages or not, so we know the correct
405- url prefix to use.
406- * Start logrotate in the greeter's session.
407-
408- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 30 May 2014 09:29:15 +0000
409-
410-unity8 (7.86+14.10.20140527-0ubuntu1) utopic; urgency=low
411-
412- [ Andrea Cimitan ]
413- * Passes to make tryCommand -qmljsdebugger=port:3768 to enable
414- debug/profiling test apps
415- * Fixes carousel shadow
416-
417- [ Michał Sawicz ]
418- * Use dpkg-architecture, not gcc, to determine the machine triplet.
419-
420- [ Ying-Chun Liu ]
421- * Fix ZoomableImage test failure. (LP: #1317254)
422-
423- [ Albert Astals ]
424- * We don't need iconutils in this mock
425- * Don't reserve space for mascot if no mascot is specified (LP:
426- #1319343)
427- * CardHeader is no more, remove stale line in CMakeLists.txt
428- * GenericScopeViewTest: Wait a bit more Otherwise sometimes we end
429- getting up the wrong delegate (maybe one that will be garbage
430- collected?) (LP: #1322279)
431- * Fix crash in organicgridtest
432-
433- [ Daniel d'Andrada ]
434- * Remove Shell's underlay background image as it cannot be seen
435- anymore Now that the Dash has its own, opaque, background, the
436- underlay's background image can no longer be seen. So it's just a
437- waste of resources to have it.
438-
439- [ Michael Terry ]
440- * Use the same animation when dismissing a greeter slide from the
441- launcher as from a normal greeter drag. (LP: #1316513)
442-
443- [ Michael Zanetti ]
444- * enhance lockscreen add a retry indication label (e.g. 3 attempts
445- left). add an additional label (e.g. phone number for multi sim).
446- add a infoPopup (e.g. to display a warning for last retry). add min
447- and max limit values. add tests for the above (LP: #1302050)
448-
449- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 27 May 2014 07:47:11 +0000
450-
451-unity8 (7.86+14.10.20140522-0ubuntu1) utopic; urgency=low
452-
453- [ Albert Astals ]
454- * Use Interface classes from unity-api
455-
456- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 22 May 2014 17:59:23 +0000
457-
458-unity8 (7.86+14.10.20140519-0ubuntu1) utopic; urgency=low
459-
460- [ Ubuntu daily release ]
461- * New rebuild forced
462-
463- [ Albert Astals ]
464- * Use the new displayMargin feature Also port our DashViews to use
465- same naming and behaviour + update tests
466-
467- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 19 May 2014 07:35:51 +0000
468-
469-unity8 (7.86+14.10.20140516.5-0ubuntu1) utopic; urgency=low
470-
471- [ Michal Hruby ]
472- * Updated scope tool to create proper config files after recent
473- libunity-scopes-api changes.
474-
475- [ Michał Sawicz ]
476- * Refactor export_qmlfiles and export_qmlplugins to be more generic
477- and clean up installed mocks.
478-
479- [ Albert Astals ]
480- * Remove empty dirs
481- * Set the tabbarmodel index as we do on real code It works better :D
482- (LP: #1317255)
483-
484- [ Thomi Richards ]
485- * Use new import location for ProcessSearchError in process_helpers
486- script.
487-
488- [ Andrea Cimitan ]
489- * Adds shadow for the carousel
490-
491- [ Daniel d'Andrada ]
492- * Remove Revealer component It's not used anywhere anymore. It's been
493- replaced by DragHandle.
494-
495- [ Andy Doan ]
496- * unlock_device: support more complex reboot/wait cycles Currently
497- this script only allows you to override how to "wait" on the device.
498- This changes the logic to also support how you go about rebooting
499- the device. This is handy for the ubuntu-emulator because adb-reboot
500- is not currently supported. However, we also have a more
501- sophisticated, fool-proof way we reboot/wait in the CI lab that
502- would be nice to take advantage of:
503- http://bazaar.launchpad.net/~ubuntu-test-case-dev/ubuntu-test-
504- cases/touch/view/head:/scripts/reboot-and-wait
505-
506- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 16 May 2014 18:46:32 +0000
507-
508-unity8 (7.86+14.10.20140516.2-0ubuntu1) utopic; urgency=low
509-
510- [ CI bot ]
511- * Resync trunk
512-
513- [ Michael Zanetti ]
514- * support appid:// entries in gsettings schema and make
515- findDesktopFile work with short-appid (LP: #1239750)
516-
517- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 16 May 2014 12:32:40 +0000
518-
519-unity8 (7.86+14.10.20140514.1-0ubuntu1) utopic; urgency=low
520-
521- [ Antti Kaijanmäki ]
522- * Indicators/RootActionState: use g_variant_iter_loop to extract
523- icons.
524-
525- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 14 May 2014 11:43:55 +0000
526-
527-unity8 (7.86+14.10.20140513-0ubuntu1) utopic; urgency=low
528-
529- [ Andrea Cimitan ]
530- * Improve padding in Text preview widget. (LP: #1316683)
531-
532- [ CI bot ]
533- * Resync trunk
534-
535- [ Nick Dedekind ]
536- * Removed binding loop from Unity.Indicators.MenuContentActivator
537- Change handler for QMLListProperty used by MenuContent.qml:
538- menuActivator.content[index].active If we're already asking for the
539- index, we know it exists already. No need to send a
540- changeNotification on an implied creation.
541-
542- [ Josh Arenson ]
543- * Implements usage-style documentation for unity8 executable. Fixes
544- lp:1269282 (LP: #1269282)
545-
546- [ Albert Astals ]
547- * Create specialized Card code in Javascript instead of having various
548- copied&pasted files (LP: #1297197)
549-
550- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 13 May 2014 08:34:02 +0000
551-
552-unity8 (7.86+14.10.20140507.3-0ubuntu1) utopic; urgency=low
553-
554- [ Michał Sawicz ]
555- * Remove HUD from the bottom edge. Again.
556-
557- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 07 May 2014 11:14:30 +0000
558-
559-unity8 (7.86+14.10.20140505-0ubuntu1) utopic; urgency=low
560-
561- [ Ted Gould ]
562- * Provide a dbus interface for setting the count and countVisible
563- properties. (LP: #1301400)
564-
565- [ Michał Sawicz ]
566- * Pass env variables to initctl start.
567- * Suffix .sh to our scripts and clean up debian/rules.
568- * Adapt to Debian Qt package renames and drop unneeded Dee plugin
569- dependency.
570-
571- [ Ying-Chun Liu ]
572- * Add Zoomable Image for Preview widgets.
573-
574- [ Albert Astals ]
575- * Remove support for Qt <= 5.2.1
576-
577- [ Mirco Müller ]
578- * Implemented feature-request from Design for modal snap-decision
579- notifications on the phone. See LP #1285712 (LP: #1285712)
580-
581- [ Andrea Cimitan ]
582- * Make progressbas in preview widget big as the button
583-
584- [ CI bot ]
585- * Resync trunk
586-
587- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 05 May 2014 12:09:43 +0000
588-
589-unity8 (7.86+14.10.20140502.6-0ubuntu1) utopic; urgency=low
590-
591- [ tpeeters ]
592- * Adapt to new TabBar
593-
594- [ Tim Peeters ]
595- * Adapt to new TabBar
596-
597- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 02 May 2014 16:44:52 +0000
598-
599-unity8 (7.86+14.10.20140429.2-0ubuntu1) utopic; urgency=medium
600-
601- [ Andrea Cimitan ]
602- * Update upstart job to reflect latest unity-mir changes
603- * Fix locale in qml tests and fixtimeformattertest (LP: #1301038)
604- * Fix 1309135 (LP: #1309135)
605-
606- [ Michał Sawicz ]
607- * Split out unity8-common package
608- * Don't wait for indicator services to start, and drop Scope Tool's
609- .desktop file. (LP: #1310172)
610-
611- [ Michael Terry ]
612- * Stop clock from hiding when the 'show dash' button is pressed in
613- greeter. (LP: #1308139)
614- * Make swipe teases in the greeter more helpful and obvious (LP:
615- #1267623)
616-
617- [ Nick Dedekind ]
618- * Fixed datetime indicator appointment colour (LP: #1307048)
619-
620- [ Albert Astals ]
621- * Improve Card creation time by adding loaders that make sure only
622- what's needed is loaded (LP: #1297197)
623- * CategoryDelegateRange: Fix condition for detecting overshooting
624- * Make xvfbtests work in the DashView plugins
625- * Fix binding loop in FilterGrid height
626-
627- [ Victor R. Ruiz ]
628- * Move autopilot notification code to a helper method.
629-
630- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 29 Apr 2014 15:21:33 +0000
631-
632-unity8 (7.85+14.04.20140416-0ubuntu1) trusty; urgency=low
633-
634- [ Albert Astals ]
635- * Fix last item X position Fixes clicking on the last item sometimes
636- not working (LP: #1301871)
637- * Use upstart in ./run Makes it so that you can use the lock button on
638- the device without getting that nasty hwc crash
639- * Remove AnimationControllerWithSignals.
640- * Use the correct delegate base item for the Carousel test
641- * Some simplification in DashContent Kill the ScopeDelegateMapper in
642- favour of a simple if (that will eventually go away). Removal of all
643- the fake scopes in the tests that added nothing of value to the
644- tests. Removal of movementEnded signal that was unused. Removal of
645- movementStarted and positionedAtBeginning signals that were being
646- used as function calls. Rework DashContent tests so they what the
647- function does what it is supposed to do instead of just making sure
648- QML signals work .
649- * Improve Card creation time by adding loaders that make sure only
650- what's needed is loaded In my computer it goes from RESULT :
651- qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
652- l": 3.217 msecs per iteration (total: 3,218, iterations: 1000)
653- RESULT :
654- qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
655- 1.647 msecs per iteration (total: 1,648, iterations: 1000) RESULT :
656- qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.514
657- msecs per iteration (total: 1,515, iterations: 1000) RESULT :
658- qmltestrunner::benchmark_time:"cardTitleArtModel": 1.471 msecs per
659- iteration (total: 1,471, iterations: 1000) RESULT :
660- qmltestrunner::benchmark_time:"cardArtModel": 1.447 msecs per
661- iteration (total: 1,448, iterations: 1000) RESULT :
662- qmltestrunner::benchmark_time:"cardTitleModel": 1.276 msecs per
663- iteration (total: 1,276, iterations: 1000) to RESULT :
664- qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode
665- l": 2.916 msecs per iteration (total: 2,917, iterations: 1000)
666- RESULT :
667- qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel":
668- 1.504 msecs per iteration (total: 1,504, iterations: 1000) RESULT :
669- qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.060
670- msecs per iteration (total: 1,061, iterations: 1000) RESULT :
671- qmltestrunner::benchmark_time:"cardTitleArtModel": 1.052 msecs per
672- iteration (total: 1,053, iterations: 1000) RESULT :
673- qmltestrunner::benchmark_time:"cardArtModel": 0.727 msecs per
674- iteration (total: 728, iterations: 1000) RESULT :
675- qmltestrunner::benchmark_time:"cardTitleModel": 0.817 msecs per
676- iteration (total: 818, iterations: 1000) (LP: #1297197)
677-
678- [ Allan LeSage ]
679- * DashApps emulator get_applications should return a list ordered by
680- visible y, x.
681-
682- [ Andrea Cimitan ]
683- * Workaround for lp1301309 until fixes for palette in ui toolkit (LP:
684- #1301309)
685-
686- [ Leo Arias ]
687- * Reverted the change that returns application cards instead of
688- titles.
689-
690- [ Nick Dedekind ]
691- * Indicator services started by unity8 upstart configuration rather
692- than manual emmision from indicator manager.
693-
694- [ Mirco Müller ]
695- * Fix notification ap-test assertions.
696-
697- [ Michael Terry ]
698- * Use new tablet and phone backgrounds from Design.
699-
700- [ Michael Zanetti ]
701- * workaround the QTestLogger assertion issue with make tryXyz and our
702- custom uqmlscene
703-
704- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Apr 2014 13:45:01 +0000
705-
706-unity8 (7.85+14.04.20140415.2-0ubuntu1) trusty; urgency=low
707-
708- [ Michael Terry ]
709- * When an application requests focus, handle it in Shell.qml by hiding
710- the greeter and stopping any edge demo. (LP: #1227753)
711-
712- [ Leo Arias ]
713- * Use subprocess.check_call when caling url-dispatcher, so an error
714- will be raised if it fails.
715- * Test application life cycle with fake apps, instead of messaging and
716- address book.
717-
718- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 15 Apr 2014 12:47:11 +0000
719-
720-unity8 (7.85+14.04.20140410.1-0ubuntu1) trusty; urgency=medium
721-
722- [ Didier Roche ]
723- * Resync trunk with previous revert upload
724-
725- [ Michał Sawicz ]
726- * Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
727- lp:1291575 (LP: #1291575)
728-
729- [ Albert Astals ]
730- * Take into account the originY when specifying the delegate ranges
731- Fixes bug #1300302 (LP: #1300302)
732-
733- [ CI bot ]
734- * Resync trunk
735-
736- [ Allan LeSage ]
737- * Swiping open an indicator must show its correct title--protect
738- against lp:1253804 . (LP: #1253804)
739-
740- [ Alexander Sack ]
741- * Fix TypeError: issue seen in system_integration autopilot test on
742- image 279. (LP: #1303685)
743-
744- [ Bill Filler ]
745- * Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
746- lp:1291575 (LP: #1291575)
747-
748- [ Leo Arias ]
749- * Added a search autopilot helper.
750-
751- [ Michael Terry ]
752- * Provide a all-in-one script for getting a device to an unlocked
753- state.
754-
755- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 10 Apr 2014 10:03:31 +0000
756-
757-unity8 (7.85+14.04.20140404.is.7.85+14.04.20140403.1-0ubuntu1) trusty; urgency=medium
758-
759- * Revert to previous version as it's linked to latest sdk change which
760- is making gallery-app AP tests failing on the CI dashboard
761-
762- -- Didier Roche <didrocks@ubuntu.com> Tue, 08 Apr 2014 13:53:47 +0200
763-
764-unity8 (7.85+14.04.20140404-0ubuntu1) trusty; urgency=low
765-
766- [ Albert Astals ]
767- * Adapt to new TabBar
768-
769- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 04 Apr 2014 15:03:00 +0000
770-
771-unity8 (7.85+14.04.20140403.1-0ubuntu1) trusty; urgency=low
772-
773- [ Michael Terry ]
774- * Re-enable test_networkmanager_integration autopilot test on phone
775- platforms
776-
777- [ CI bot ]
778- * Resync trunk
779-
780- [ Leo Arias ]
781- * Reverted the open_preview autopilot helper to return a Preview
782- object.
783-
784- [ Albert Astals ]
785- * If not running in Mir load the "fake" application manager (LP:
786- #1301547)
787- * Remove unused properties from DashRenderer
788-
789- [ Michael Zanetti ]
790- * Fix tests after right edge merge. Drop old stages tests. Fix right
791- edge tests if someone doesn't have the GRID_UNIT_PX exported. make
792- GenericScopeView test more robust that broke because the ordering
793- changed
794- * add "make xvfbtestSomething" target to run qml tests in xvfb
795- * make the "make test" commit hook work again
796-
797- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 03 Apr 2014 10:38:53 +0000
798-
799-unity8 (7.85+14.04.20140401.3-0ubuntu1) trusty; urgency=medium
800-
801- [ Michał Sawicz ]
802- * Bump version to ensure incompatibility with previous Unity.Application
803- implementations.
804- * We'll only have the unity-mir and mock Ubuntu.Application plugins
805- now, no need for mangling the import paths.
806-
807- [ Michal Hruby ]
808- * Remove the albumart image provider. (LP: #1262711)
809- * Don't reset search string after 2 seconds. (LP: #1297246)
810-
811- [ James Henstridge ]
812- * Remove the albumart image provider. (LP: #1262711)
813-
814- [ Albert Astals ]
815- * Carousel: Add test to make sure we only create the needed delegates
816- and not more
817- * LVWPH: Remove processEvents() call from updatePolish() It causes
818- some reentrancy issues and in some times you end up in polishItems()
819- with items that have been deleted because you called processEvents()
820- This means i need a small tweak in itemGeometryChanged to not
821- reposition items if we are inside a setContentHeight call and two
822- small tweaks to tests since now things happen in a different order
823- and numbers are different (though equivalent) (LP: #1297240)
824- * Card.qml binding loops are gone. hooray \o/ Also made the aspect
825- properties readonly
826-
827- [ Mirco Müller ]
828- * A potential fix for "Cannot read property 'state' of null"-failure
829- on Jenkins with the VisualSnapDecisionsQueue QML-test of
830- notifications.
831-
832- [ Michael Terry ]
833- * Pass user's preference for auto-brightness on to powerd. (LP:
834- #1273174)
835-
836- [ Michael Zanetti ]
837- * Registers a dummy QObject as QTestRootObject in uqmlscene in order
838- to fix make trySomething with Qt 5.2.
839-
840- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 01 Apr 2014 22:56:52 +0000
841-
842-unity8 (7.84+14.04.20140327.1-0ubuntu2) trusty; urgency=medium
843-
844- * For now, have libunity-private depending on libunity-core-6.0-9 as the
845- gsettings schema is here. The dependency wasn't direct and dropped from
846- Touch image #271. Consequently, unity8 didn't start (gsettings
847- segfaulting).
848- Proper strategy will be to include the schema in another package to only
849- pull it.
850-
851- -- Didier Roche <didrocks@ubuntu.com> Tue, 01 Apr 2014 09:52:14 +0200
852-
853-unity8 (7.84+14.04.20140327.1-0ubuntu1) trusty; urgency=low
854-
855- [ Michał Sawicz ]
856- * Increase kill timeout so that crashes are not truncated.
857-
858- [ Ying-Chun Liu ]
859- * Fix a small typo in LazyImage: scale -> scaleTo
860-
861- [ Albert Astals ]
862- * Make geometry calls for autopilot work again -geometry is a internal
863- Qt argument that only works for QWidget based apps Before it was
864- being returned to us in -args but now it's eaten so we need to use a
865- different one, -windowgeometry
866- * Make "Recent" translatable and update pot file
867-
868- [ Mirco Müller ]
869- * Make visual queue of (up to five) snap-decisions contract and expand
870- according to visual design-spec.
871-
872- [ Michael Terry ]
873- * Pass user's preference for auto-brightness on to powerd. (LP:
874- #1273174)
875-
876- [ Michael Zanetti ]
877- * allow executing a single test function example: make testShell
878- FUNCTION="Shell::test_background"
879-
880- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 27 Mar 2014 12:38:21 +0000
881-
882-unity8 (7.84+14.04.20140324.4-0ubuntu1) trusty; urgency=low
883-
884- [ Michal Hruby ]
885- * Change and extend the way non-installed scopes are started with the
886- scope-tool.
887- * Switch to new scope backend and apply required visual adaptations.
888- (LP: #1294294)
889-
890- [ Gerry Boland ]
891- * Switch to new scope backend and apply required visual adaptations.
892- (LP: #1294294)
893-
894- [ Michał Sawicz ]
895- * Fix rating input action to always be "rated", not dynamic. Based on
896- http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/unity-
897- scopes/previewwidgets.html#rating-input
898- * Switch to new scope backend and apply required visual adaptations.
899- (LP: #1294294)
900-
901- [ Kevin Gunn ]
902- * Switch to new scope backend and apply required visual adaptations.
903- (LP: #1294294)
904-
905- [ Albert Astals ]
906- * Switch to new scope backend and apply required visual adaptations.
907- (LP: #1294294)
908- * LVWPH: cull lost items lost items will be released on the next
909- updatePolish cycle but meanwhile don't let them be visible
910-
911- [ Daniel d'Andrada ]
912- * Switch to new scope backend and apply required visual adaptations.
913- (LP: #1294294)
914-
915- [ Michał Karnicki ]
916- * Switch to new scope backend and apply required visual adaptations.
917- (LP: #1294294)
918-
919- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 24 Mar 2014 16:10:24 +0000
920-
921-unity8 (7.84+14.04.20140319.1-0ubuntu1) trusty; urgency=low
922-
923- [ Michał Sawicz ]
924- * Work around bug #1293478 - make sure to send ints, not doubles for
925- volume control. (LP: #1293478)
926-
927- [ Nick Dedekind ]
928- * Fixed binding being cleared when manually changing slider value
929- (lp#1283191). (LP: #1283191)
930-
931- [ Albert Astals ]
932- * Fix indicators highlight position on 5.2 We need to take into
933- account the list originX if we're using the list delegates x outside
934- the list itself
935- * LVWPH: Make sure m_firstVisibleIndex is correctly set on
936- removeNonVisibleItems
937-
938- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 19 Mar 2014 16:40:20 +0000
939-
940-unity8 (7.84+14.04.20140317.2-0ubuntu1) trusty; urgency=low
941-
942- [ CI bot ]
943- * Resync trunk
944-
945- [ Michał Sawicz ]
946- * Revert disable-hud, we weren't ready to land it yet.
947-
948- [ Mirco Müller ]
949- * The snap-decision AP-test for "incoming call"-case used the wrong
950- objectName "notification0". It has to be "notification1".
951-
952- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 17 Mar 2014 15:54:39 +0000
953-
954-unity8 (7.84+14.04.20140314-0ubuntu1) trusty; urgency=low
955-
956- [ Michał Sawicz ]
957- * Fix tests under Qt 5.2.
958- * CardHeader improvements depending on background. Also drop prices,
959- they need to be reworked into attributes.
960- * Bring Cards closer to design
961- * Add back the workaround for not being able scroll the image gallery
962- Taken from AppPreview.qml (LP: #1281709)
963- * Only allow searching when preview isn't open. (LP: #1282475)
964- * Adds carousel dynamic switch
965-
966- [ Leo Arias ]
967- * Update the url dispatcher test to use the fake app fixture from the
968- toolkit.
969-
970- [ Albert Astals ]
971- * Fix tests under Qt 5.2.
972- * Workaround compiz/unity7 behaviour change/bug
973-
974- [ Michael Zanetti ]
975- * Fix tests under Qt 5.2.
976- * Disable HUD from the bottom edge.
977-
978- [ Andrea Cimitan ]
979- * Adds carousel dynamic switch
980-
981- [ CI bot ]
982- * Resync trunk
983-
984- [ Michał Karnicki ]
985- * CardHeader improvements depending on background. Also drop prices,
986- they need to be reworked into attributes.
987-
988- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 14 Mar 2014 15:46:10 +0000
989-
990-unity8 (7.84+14.04.20140307-0ubuntu1) trusty; urgency=low
991-
992- * New rebuild forced
993-
994- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 07 Mar 2014 10:54:33 +0000
995-
996-unity8 (7.84+14.04.20140306-0ubuntu1) trusty; urgency=low
997-
998- [ Bill Filler ]
999- * Convert gallery and camera to click
1000-
1001- [ Michael Zanetti ]
1002- * Just disable HUD tests, without really disabling the HUD itself
1003-
1004- [ Sergio Schvezov ]
1005- * Convert gallery and camera to click
1006-
1007- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 06 Mar 2014 16:45:46 +0000
1008-
1009-unity8 (7.84+14.04.20140304-0ubuntu1) trusty; urgency=low
1010-
1011- [ Michael Terry ]
1012- * Ensure that the selected() signal is emitted by the greeter on
1013- startup, fixing the background on startup for the first user in
1014- tablet mode.
1015-
1016- [ Nick Dedekind ]
1017- * Remocked IndicatorModel to fix qt5.2.1 changes.
1018-
1019- [ Albert Astals ]
1020- * Initialize m_distance (LP: #1285385)
1021- * import Ubuntu.Components so we can use UbuntuAnimation
1022-
1023- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 04 Mar 2014 11:43:04 +0000
1024-
1025-unity8 (7.84+14.04.20140228-0ubuntu1) trusty; urgency=low
1026-
1027- [ Michał Sawicz ]
1028- * Fix CardHeader title font weight.
1029- * Delete stale sockets. (LP: #1285215)
1030-
1031- [ Dmitrijs Ledkovs ]
1032- * Ship python3 autopilot modules.
1033-
1034- [ Albert Astals ]
1035- * Cleanup DashContent Remove unused signals and properties
1036-
1037- [ Michał Karnicki ]
1038- * Take it easy on the logging.
1039- * Fix CardHeader title font weight.
1040-
1041- [ Nick Dedekind ]
1042- * Added ability to change indicator profile in shell (env
1043- UNITY_INDICATOR_PROFILE)
1044-
1045- [ Andrea Cimitan ]
1046- * Rename PreviewRating to PreviewRatingInput
1047- * Adds PreviewRatingDisplay
1048-
1049- [ Daniel d'Andrada ]
1050- * DirectionalDragArea: Reset status if disabled while dragging (LP:
1051- #1276122)
1052-
1053- [ Dimitri John Ledkov ]
1054- * Ship python3 autopilot modules.
1055-
1056- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 28 Feb 2014 10:48:06 +0000
1057-
1058-unity8 (7.84+14.04.20140221-0ubuntu1) trusty; urgency=low
1059-
1060- [ Michał Sawicz ]
1061- * Add card background support.
1062- * Increase the sidestage threshold.
1063-
1064- [ Jussi Pakkanen ]
1065- * Move downloads to their own threads so they don't muck about with
1066- the parent thread's event loop. (LP: #1240408)
1067-
1068- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 21 Feb 2014 09:06:04 +0000
1069-
1070-unity8 (7.84+14.04.20140218-0ubuntu1) trusty; urgency=low
1071-
1072- [ Michał Sawicz ]
1073- * Center-align title when it's alone in the header.
1074-
1075- [ Leo Arias ]
1076- * Prepare unity8 to the _uinput refactors in autopilot.
1077-
1078- [ Albert Astals ]
1079- * Progress Preview Widget
1080- * LWPH Fix crash from bug 1279434 (LP: #1279434)
1081- * Show the loading indicator of the screenshot in video playback
1082-
1083- [ Andrea Cimitan ]
1084- * Adds rating preview widget. Work on the rating widget
1085-
1086- [ Daniel d'Andrada ]
1087- * Make DirectionalDragArea work when rotated The drag gesture
1088- direction is in local coordinates, not in scene coordinates
1089-
1090- [ Michał Karnicki ]
1091- * Center-align title when it's alone in the header.
1092-
1093- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 18 Feb 2014 11:41:58 +0000
1094-
1095-unity8 (7.84+14.04.20140212-0ubuntu1) trusty; urgency=low
1096-
1097- [ Gerry Boland ]
1098- * Add InputFilterArea to sidestage handle to block input to mainstage
1099- app while moving sidestage (LP: #1275732)
1100-
1101- [ Leo Arias ]
1102- * On the autopilot helper to open a scope, wait for the dash content
1103- list to stop moving. (LP: #1277591)
1104- * Added a test to swipe out an application started by url-dispatcher.
1105-
1106- [ Nick Dedekind ]
1107- * Added a "-profile" option to the indicator-client to switch between
1108- indicator service profiles.
1109- * Fixed issue importing plugin qml files into qtcreator
1110-
1111- [ Albert Astals ]
1112- * Fix test_previewCycle
1113- * Don't move the list contentY unless there's a preview to show (LP:
1114- #1271676)
1115- * Add overlay to card. Fix implicit card height. .
1116- * PreviewHeader Is just a link of the widgetData with the CardHeader
1117- * Fix tst_Preview.qml
1118- * Scopes guys want the data back
1119- * Link the pageheader scope with the current scope So that the
1120- activity indicator on search works again (LP: #1279316)
1121-
1122- [ Andrea Cimitan ]
1123- * Add PreviewImage
1124- * Preview widget for video playback
1125-
1126- [ CI bot ]
1127- * Add overlay to card. Fix implicit card height. .
1128-
1129- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 12 Feb 2014 15:15:03 +0000
1130-
1131-unity8 (7.84+14.04.20140207.1-0ubuntu1) trusty; urgency=low
1132-
1133- [ Ted Gould ]
1134- * You can't tap anywhere
1135-
1136- [ Michał Sawicz ]
1137- * Wait for the indicator to appear.
1138- * Add CardTool to determine category-wide card properties based on the
1139- category template. Clean up test configurations, too.
1140- * Actions Preview Widget
1141- * Add Preview for new generation scopes.
1142- * Add overlay to card. Fix implicit card height. .
1143-
1144- [ Albert Astals ]
1145- * Basic ImageGallery widget for Previews Mostly a copy of the code
1146- used in AppPreview.qml but without the MouseArea hack that I'll wait
1147- to introduce until we start using this somewhere were it is needed
1148- * Actions Preview Widget
1149-
1150- [ Andrea Cimitan ]
1151- * First audio player widget for previews, with tests
1152- * Adds TextSummary preview widget
1153-
1154- [ Michał Karnicki ]
1155- * Add overlay to card. Fix implicit card height. .
1156-
1157- [ Michael Terry ]
1158- * Expand greeter demo support to include listing multiple users and
1159- specifying individual passwords and names.
1160-
1161- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 07 Feb 2014 10:46:46 +0000
1162-
1163-unity8 (7.84+14.04.20140204-0ubuntu1) trusty; urgency=low
1164-
1165- [ Michael Terry ]
1166- * Disable NM integration test, jenkins has a problem with it because
1167- logind isn't configured
1168-
1169- [ Ubuntu daily release ]
1170- * New rebuild forced
1171-
1172- [ Michał Sawicz ]
1173- * Add ubuntu-settings-components to build script. Revert workaround
1174- for bug #1268578, got fixed upstream. Drop GenericName from
1175- unity8.desktop. (LP: #1268578)
1176- * Improve Card and CardHeader layouts: anchor summary to art when no
1177- header. don't indent header when no mascot. reduce header and
1178- summary font sizes and weights. increase art shape radius .
1179- * Add doxygen-based documentation generator.
1180- * Add CardTool to determine category-wide card properties based on the
1181- category template. Clean up test configurations, too.
1182- * Move upstart kill timeout to the unity8 job itself.
1183- * Don't treat scope as active when preview open to inhibit model
1184- updates and reset processing on previewData changes. (LP: #1275832)
1185-
1186- [ Leo Arias ]
1187- * Added the DashPreview autopilot helper.
1188-
1189- [ Michał Karnicki ]
1190- * CardHeader mascot improvements.
1191-
1192- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 04 Feb 2014 14:09:14 +0000
1193-
1194-unity8 (7.84+14.04.20140130-0ubuntu1) trusty; urgency=low
1195-
1196- [ Michał Sawicz ]
1197- * Bring back libunity-mir1, it's dlopen'ed, so not linked to unity8,
1198- so not in shlibs.
1199-
1200- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 30 Jan 2014 14:00:40 +0000
1201-
1202-unity8 (7.84+14.04.20140129-0ubuntu1) trusty; urgency=low
1203-
1204- [ Nick Dedekind ]
1205- * Added Panel/VisibleIndicatorsModel for use with both indicator row &
1206- menuContent. This removes the need to hide indicators in the row and
1207- map inicator indexes between row & content. Fixes the indicator
1208- highlight line offset not bound by listView position.
1209- * Ported indicators to using ubuntu-settings-components
1210-
1211- [ Albert Astals ]
1212- * Prepend /sbin/ to initctl calls My phablet user does not have /sbin/
1213- in path and thus this calls fail
1214- * Call updateDelegateCreationRange when it's needed It depends on
1215- other variables than the ones we were using to call it, so need to
1216- call it if these change too Device manual test, go to apps scope,
1217- scroll down so that only part of the installed apps collapsed
1218- category is shown, expand it, see how previously some icons were not
1219- painted and now they are
1220-
1221- [ Mirco Müller ]
1222- * Fixed the failure of notification autopilot-test
1223- test_sd_incoming_call.
1224-
1225- [ Andrea Cimitan ]
1226- * Add AP test for policykit/network manager, which was causing issues
1227- with nested mir
1228-
1229- [ CI bot ]
1230- * Resync trunk
1231-
1232- [ Michał Karnicki ]
1233- * Don't display artShape when artImage source not set.
1234- * Fix FilterGrid rendering issues.
1235-
1236- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 29 Jan 2014 16:11:20 +0000
1237-
1238-unity8 (7.84+14.04.20140128-0ubuntu1) trusty; urgency=low
1239-
1240- [ Michal Hruby ]
1241- * Added unity-scope-tool, which will help when developing scopes.
1242-
1243- [ Michał Sawicz ]
1244- * Added unity-scope-tool, which will help when developing scopes.
1245- * Use full DashContent, not just GenericScopeView in ScopeTool.qml.
1246- * Bring Card and CardHeader over from new-scopes.
1247- * Work around bug #1268578. (LP: #1268578)
1248- * Drop unnecessary version dependencies.
1249- * Return null instead of undefined from findChild and
1250- findInvisibleChild.
1251- * Fix CardHeader and Card heights (empty Label does have non-zero
1252- height apparently). Also improve test robustness and reduce future
1253- diffs.
1254-
1255- [ Albert Astals ]
1256- * Do not assert if the item we are removing was not created yet
1257- (because e.g. it's not in the viewport).
1258- * Position correctly the pointer of the search history box .
1259- * Make test_filter_expand_expand less unstable in CI VMs Make sure
1260- header0 is the header0 we want to click On the CI VM stuff is a bit
1261- slower than on real hw and we were clicking in the wrong place.
1262- * Add TabBar to the Dash header navigation Changes this comes with: *
1263- DashBar at the bottom is gone * PageHeader doesn't have a Label
1264- anymore, it has the childItem property where you add which thing it
1265- has to contain * New: PageHeaderLabel mimics the old behaviour of
1266- PageHeader * The header of the LVWPH of GenericScopeView is now fake
1267- and only used for positioning. There is a single global floating
1268- header in DashContent (which is a PageHeader with a TabBar as
1269- childItem) * The GenericScopeView previewLoader and OpenEffect have
1270- been also moved to the DashContent so that the openEffect includes
1271- the floating header in the "animation" .
1272- * Introduce the HorizontalJournal.
1273- * If there are no items m_firstVisibleIndex has to be -1 .
1274- * Add some more documentation about tests to the CODING file.
1275- * Fixes to the journal cmake tests code * Output to the correct
1276- filename for the test * Don't output stuff from the tryXYZ targets.
1277- * Adapt to findChild return value changes .
1278- * Organic Grid for the Dash View.
1279- * Misc journal fixes Don't init *modelIndex to INT_MAX Makes no sense
1280- since we're not doing any qMin and the calling function also accepts
1281- any index >= 0 as valid so in some cases it may end up wanting to
1282- create an index that doesn't exist Don't refill if height() < 0,
1283- that gives bad ranges for from/to and the code gets confused .
1284-
1285- [ Michał Karnicki ]
1286- * Fix grid view column count.
1287- * Add test for minimum number of items in a carousel.
1288-
1289- [ Allan LeSage ]
1290- * Add stubs for indicators autopilot tests.
1291-
1292- [ Andrea Cimitan ]
1293- * Avoid input falling through notifications onto surfaces below, thus
1294- fixing LP: #1257312. (LP: #1257312)
1295-
1296- [ Leo Arias ]
1297- * Close the Touch devices after the tests. (LP: #1267600)
1298- * Added methods to scroll to other scopes on autopilot tests.
1299- * Added autopilot helpers for the app scope and the app preview.
1300- Install the fake scopes in order to use them on the tests. (LP:
1301- #1269114)
1302- * On autopilot helpers, wait for the scope category to appear.
1303-
1304- [ Nick Dedekind ]
1305- * Visual updates for indicator panel highlight and opening opacity.
1306- * Added inidcator tests for page & item factories.
1307- * Fixes visible indicator misalignment in indicator items/menus
1308- (lp#1264678). (LP: #1264678)
1309-
1310- [ Mirco Müller ]
1311- * Fixed the failure of notification autopilot-test
1312- test_sd_incoming_call.
1313-
1314- [ Michael Zanetti ]
1315- * clean up fullscreen notifications code.
1316- * import qml files into cmake, drop qmlproject.
1317- * also add qml files in tests directory.
1318- * Added autopilot helpers for the app scope and the app preview.
1319- Install the fake scopes in order to use them on the tests. (LP:
1320- #1269114)
1321-
1322- [ Michael Terry ]
1323- * Fix failure to build when using the ./build script with ninja-build
1324- installed. (LP: #1268525)
1325- * Point DBus-activated processes at unity8's MIR_SOCKET rather than
1326- the system socket.
1327-
1328- [ Daniel d'Andrada ]
1329- * DragHandle: Never restart hinting animation while still pressed (LP:
1330- #1269022)
1331-
1332- [ Bill Filler ]
1333- * fix for lp:1259294, turn off auto capitalization for wifi password
1334- field. (LP: #1259294)
1335- * disable predictive text in Dash search field as it interferes with
1336- built-in search (LP: #1273643)
1337-
1338- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 28 Jan 2014 15:58:45 +0000
1339-
1340-unity8 (7.84+14.04.20131220-0ubuntu1) trusty; urgency=low
1341-
1342- [ Michał Sawicz ]
1343- * Clean up root project file. Introduce include/ and qml/ and move
1344- files around to be where they fit, also adapt everything else to
1345- match.
1346-
1347- [ Michael Hall ]
1348- * Update CODING to reflect the fact that only 14.04 is supported
1349- currently.
1350-
1351- [ Christopher Lee ]
1352- * Make use of helpers in all tests. (LP: #1260860). (LP: #1260860)
1353-
1354- [ Nic ]
1355- * Added kill time 30 to unity8 override. Added install path. (LP:
1356- #1260379)
1357-
1358- [ Nick Dedekind ]
1359- * Added parser for strftime in TimeFormatter. Moved TimeFormatter to
1360- Utils plugin.
1361-
1362- [ Mirco Müller ]
1363- * Support fullscreen for special-case extended snap-decision of the
1364- pin-unlock dialog.
1365-
1366- [ Michael Zanetti ]
1367- * Change the default behaviour of the Lockscreen to have a variable
1368- PIN length, requiring the user to confirm with OK.
1369-
1370- [ Daniel d'Andrada ]
1371- * Update CODING with instructions on how to run tests.
1372-
1373- [ Dimitri John Ledkov ]
1374- * Fix cross-compilation.
1375-
1376- [ Albert Astals ]
1377- * Vertical journal Comes from lp:~aacid/+junk/verticalJournal.
1378- * Add code and tests for incremental inserting/removing from the end.
1379-
1380- [ Ubuntu daily release ]
1381- * Automatic snapshot from revision 603
1382-
1383- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 20 Dec 2013 03:23:08 +0000
1384-
1385-unity8 (7.84+14.04.20131212-0ubuntu1) trusty; urgency=low
1386-
1387- [ Michał Sawicz ]
1388- * Add PyDev project files for autopilot tests. Also tweak .bzrignore
1389- to not ignore generic Eclipse project definitions.
1390- * Retry unlocking the greeter three times.
1391- * Reduce code duplication and clean up CMakeLists and includes in
1392- indicator tests.
1393-
1394- [ Nick Dedekind ]
1395- * Replaced indicator page dynamic menuSelected binding with Connection
1396- to listview selectedIndex property. (LP: #1243146)
1397- * Indicators close when menu items are activated. (LP: #1238182)
1398- * Fixed up connections for changes to model data. (LP: #1253810)
1399-
1400- [ Albert Astals ]
1401- * dashItemSelected -> showDashHome Because we are not using the index
1402- at all in the upper layers.
1403- * Fix filtering colllapsing/expanding again Also the delegate creation
1404- range stuff flows up->down not down->up so rearrange the bindings.
1405-
1406- [ Ubuntu daily release ]
1407- * Automatic snapshot from revision 590
1408-
1409- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 12 Dec 2013 21:41:19 +0000
1410-
1411-unity8 (7.84+14.04.20131206.1-0ubuntu1) trusty; urgency=low
1412-
1413- [ Michal Hruby ]
1414- * Ensure DashContent's ListView's currentItem is set if the model is
1415- not empty.
1416-
1417- [ Michał Sawicz ]
1418- * Don't generate build-deps .deb twice and allow overriding
1419- QML2_IMPORT_PATH in ./run.
1420-
1421- [ Albert Astals ]
1422- * Remove unused Applications/ folder .
1423- * Implement an 'interface' for Dash Renderers.
1424- * Use deelistmodel's conversion method Instead of a copy of the code .
1425- * Remove icons we don't use .
1426- * Do not start apps or go to dash on demo If you are pulling the
1427- launcher out while in demo mode it doesn't make sense to let you
1428- start applications. Besides it locks you out because it starts the
1429- app and the demo is still not finished so you can't really use any
1430- of the edges to escape Bug #1233696. (LP: #1233696)
1431- * Add a test for the carousel showing the preview when being clicked .
1432- * Fix collapsing of categories not working and the
1433- expansion/collapsing animation +test.
1434-
1435- [ Timo Jyrinki ]
1436- * Depend on either Qt 5.2 or libqt5v8-5-private-dev.
1437- * qtdeclarative5-private-dev 5.0.2-6ubuntu5 now depends directly on Qt
1438- V8 private headers. The remaining "qtdeclarative5-private-dev"
1439- dependency is enough now both when compiling against 5.0.2 or 5.2.
1440-
1441- [ Pete Woods ]
1442- * Handle optional parameterized action properties. (LP: #1256258)
1443-
1444- [ Andrea Cimitan ]
1445- * Implement an 'interface' for Dash Renderers.
1446-
1447- [ Michael Zanetti ]
1448- * Added music preview.
1449- * rename some parameters from desktopFile to appId as scopes are now
1450- changed to give us the appId.
1451- * unhardcode launcher's search paths for .desktop files.
1452- * Enable teasing of the phone greeter even though we have a
1453- lockscreen.
1454- * check if variant is valid to avoid asserting in debug mode when the
1455- connection to AccountsService doesn't work for some reason .
1456-
1457- [ Michael Terry ]
1458- * Add the DBus greeter API from the desktop greeter into the unity8
1459- greeter.
1460-
1461- [ Daniel d'Andrada ]
1462- * Dash: disable close mode when you click outside app thumbnails To
1463- leave the termination mode you can now just mouse/touch press
1464- anywhere outside the running applications' thumbnails The other way,
1465- which still works, is long-pressing a thumbnail once more. (LP:
1466- #1193414)
1467-
1468- [ Ubuntu daily release ]
1469- * Automatic snapshot from revision 579
1470-
1471- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 06 Dec 2013 13:15:57 +0000
1472-
1473-unity8 (7.84+14.04.20131128.2-0ubuntu1) trusty; urgency=low
1474-
1475- [ Michal Hruby ]
1476- * Depend on the separate scopes plugin
1477- * Move the BottomBar* DBus communicator to the Utils plugin.
1478-
1479- [ Michał Sawicz ]
1480- * Wait for DashHome to be available in tst_Shell. (LP: #1254898)
1481- * Use plugindir from unity-shell-api.pc.
1482- * Expect stop in upstart job and raise in case of surfaceflinger. (LP:
1483- #1239876)
1484-
1485- [ Albert Astals ]
1486- * Fix time test in Qt 5.2 Make factors an array instead of a
1487- object/dict Objects/dicts are unordered by definition, it happened
1488- that Qt 5.0 gave them in the orrder we wanted, but with Qt 5.2 is
1489- failing, and we don't even need the "key", so array works as well
1490- :).
1491- * Test that the dash hswipe is disabled while the inner stuff is
1492- moving .
1493- * Skip restMaximizeVisibleAreaMoveUpAndShowHeader, it's causing too
1494- many failed runs And we are confident it's failing because of the
1495- suboptimal scenegraph run in 5.0.x.
1496- * Make Dash::test_show_scope_on_load more robust If we are testing
1497- showScopeOnLoaded make sure we force a scope reload after we set it,
1498- otherwise it may just happen that the scope has already been loaded
1499- and the expectaction that we'll change the list to it is just wrong.
1500- * Dash renderer signals: No need to pass the model up and down Whoever
1501- is listening to the signal has access to the item that emits the
1502- signal and has the model right there accessible if needs it.
1503- * LVWPH: Fix header going bad when setContentHeight ends up moving the
1504- viewport How to reproduce the bug easily without the patch: * In the
1505- Dash Home, search for london * Scroll to the bottom * Start moving
1506- to the apps scope very slowly * At around 3/4 of the move you'll see
1507- the header in the home scope went to a bad position * Go back to the
1508- Dash Home. (LP: #1237942, #1246351)
1509- * Remove unused AppInfo and VideoInfo files .
1510- * Kill unused ApplicationsFilterGrid.qml .
1511- * Unify ScopeView and GenericScopeView .
1512- * Fix header getting lost as per bug 1245824. (LP: #1245824)
1513- * Remove unused Time.js and its test .
1514- * Do not include the QtQml megaheader Include only qqml.h which is
1515- what we need in these files.
1516- * Don't do stuff if our parent context is gone We'll be gone soon too
1517- (and crash probably) so don't do anything. This looks a bit like a
1518- workaround, wait for 5.2 better painting/dispatching loop to see if
1519- this is not needed anymore, we find a better way to do it, or we
1520- decide this is fine.
1521-
1522- [ Lars Uebernickel ]
1523- * Allow setting different indicator positions for different profiles.
1524-
1525- [ Mirco Müller ]
1526- * Added checkbox for toggling between echo-modes of password-
1527- entryfields in ext. snap-decisions.
1528- * Fixes bug #1200569. (LP: #1200569)
1529-
1530- [ Andrea Cimitan ]
1531- * Switch to application scope when a dash swipe is taking place and an
1532- app is on foreground. (LP: #1231996)
1533- * Shifts wallpaper rendering for greeter lockscreen to be inline with
1534- shell. (LP: #1231731)
1535- * Dinamically load the Carousel/Filtergrid with more than 6 items.
1536- (LP: #1226288, #1234105)
1537- * Removes Math.js and its usage. Use SDK ones.
1538-
1539- [ Gerry Boland ]
1540- * DragHandle: javascript argument name clashes with local variable.
1541- Yes it works, but is a little unsafe.
1542-
1543- [ Nick Dedekind ]
1544- * Added UnityMenuModel submenu row removal awareness in
1545- UnityMenuModelStack.
1546- * Round indicator widget icon/label width up to closest gu for
1547- alignment. (LP: #1236267)
1548- * Indicator re-select by dragging from top when fully opened. (LP:
1549- #1213164)
1550- * Fixed a race condition causing search history popup to show up when
1551- it shouldn't. (LP: #1249369)
1552-
1553- [ Christopher Lee ]
1554- * Unity8 tests now make use of the helper functions (added in the pre-
1555- req branch) so that the helper functions are tested as part of daily
1556- business.
1557-
1558- [ Daniel d'Andrada ]
1559- * Improve DirectionalDragArea Removed Rejected status, simplifying
1560- state machine. Added compositionTime property. Multi-finger
1561- scenarios are better handled now. Refactored TimeSource in
1562- Ubuntu.Gestures plugin. Added an easy way to debug
1563- DirectionalDragArea by having switchable debug prints. Updated tests
1564- to also simulate the passage of time. Use touch point scene
1565- coordinates for gesture recognition so that moving the.
1566- DirectionalDragArea (as in a hinting DragHandle) won't affect it.
1567- (LP: #1228336)
1568- * Add right-edge drag hinting to Greeter To match with the existing
1569- teasing animation when you tap on the right half of the Greeter.
1570- Also has the side benefit of making the code look a bit nicer.
1571- * Refactor Ubuntu.Gesture tests to share common logic Take the common
1572- part out of tst_DirectionalDragArea and put it into a separate base
1573- class, GestureTest, so that it can be shared with other, future,
1574- tests. In CMakeLists.txt, create a macro out of DirectionalDragArea
1575- build script to be used by future tests with similar requirements
1576- and structure. Also add the "m_" prefix to member variables.
1577- * Remove dead code from Utils plugin They are not being used anywhere.
1578-
1579- [ Michael Terry ]
1580- * Make EdgeDemoOverlay test more reliable by testing for what we
1581- really care about, not an indirect indicator of it. (LP: #1248232)
1582- * Explicitly set MIR_SOCKET for other upstart jobs, rather than
1583- relying on the default socket, since that won't work once we move to
1584- a nested Mir.
1585-
1586- [ Michael Zanetti ]
1587- * don't add margins to RunningApplicationTile's label. (LP: #1245482)
1588- * allow SIM PIN entry to have a variable pin length (by adding a done-
1589- button). (LP: #1240561)
1590- * fix launcher wording for pinning actions. (LP: #1240891)
1591- * fix preview background positioning don't explicitly take originY
1592- into account as it's already in there implicitly. make sure we don't
1593- split the openeffect in a place where it can be covered by the
1594- header.
1595- * fix album artwork containing / in the name. (LP: #1237829)
1596- * small launcher tweaks fix fakeDragItem's initial position to match
1597- with real item. remove UbuntuShape's border glow. .
1598- * drop all references to LighDM from the Lockscreen This should make
1599- it generic enough to allow reusing it for SIM PIN entry .
1600-
1601- [ Omer Akram ]
1602- * make the non working code in the screen unlocker helper work.
1603-
1604- [ Nicolas d'Offay ]
1605- * Pushed up the z order of the clock in GreeterContent. (LP: #1233146)
1606- * Search history is now persistent across all scopes and remains in
1607- QML. (LP: #1226221)
1608-
1609- [ Ubuntu daily release ]
1610- * Automatic snapshot from revision 556
1611-
1612- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 28 Nov 2013 18:09:17 +0000
1613-
1614-unity8 (7.83+14.04.20131106-0ubuntu1) trusty; urgency=low
1615-
1616- [ Andrea Cimitan ]
1617- * Place ShaderEffectSource of UbuntuShapeForItem under the Shape Item.
1618- (LP: #1239317)
1619-
1620- [ Omer Akram ]
1621- * test: make sure the search indicator hides when an app has focus.
1622-
1623- [ Nick Dedekind ]
1624- * Fixed indicator slider menu item alignment to label field and icon.
1625- (LP: #1240756)
1626-
1627- [ chris.gagnon ]
1628- * Update to autopilot 1.4.
1629-
1630- [ Ubuntu daily release ]
1631- * Automatic snapshot from revision 500
1632-
1633- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 06 Nov 2013 03:37:02 +0000
1634-
1635-unity8 (7.83+14.04.20131105.1-0ubuntu1) trusty; urgency=low
1636-
1637- [ Michał Sawicz ]
1638- * Implement switching between previews by swiping. (LP: #1220651,
1639- #1088572)
1640-
1641- [ Nick Dedekind ]
1642- * Faster loading of indicator menus. (LP: #1226650)
1643-
1644- [ Albert Astals ]
1645- * Make sure we have ssh started when we need it .
1646- * Fix a few warnings in DashContent.qml on shutdown
1647- Dash/DashContent.qml:119: TypeError: Cannot read property
1648- 'previewShown' of null Dash/DashContent.qml:120: TypeError: Cannot
1649- read property 'moving' of null .
1650- * Don't use deprecated Panel methods.
1651-
1652- [ Christopher Lee ]
1653- * Adds an easy to consume function that attempts to unlock the unity
1654- greeter. (LP: #1240261)
1655-
1656- [ Lars Uebernickel ]
1657- * Indicators: add TimeFormatter and use it in the messaging menu This
1658- component can be used to turn a timestamp and a format string into a
1659- string with the corresponding time and format. The string will
1660- change whenever the timezone changes. (LP: #1236413)
1661-
1662- [ Andrea Cimitan ]
1663- * Allow drag over bounds, but not overshoot. (LP: #1204300)
1664- * Threshold to activate the left edge swipe to reveal dash is now 26
1665- GU. (LP: #1236286)
1666-
1667- [ Michael Zanetti ]
1668- * replace the launcher quicklist's Popover with an own quicklist
1669- implementation The Popover probably won't ever support what the
1670- launcher needs.
1671- * Implement switching between previews by swiping. (LP: #1220651,
1672- #1088572)
1673- * don't trigger the greeter teasing during a movement of the greeter.
1674-
1675- [ Ubuntu daily release ]
1676- * Automatic snapshot from revision 495
1677-
1678- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 05 Nov 2013 12:22:04 +0000
1679-
1680-unity8 (7.83+14.04.20131031-0ubuntu1) trusty; urgency=low
1681-
1682- [ Michał Sawicz ]
1683- * Use setenv as early as possible to avoid setenv and getenv clashing
1684- in multi-threaded situations. (LP: #1240866)
1685-
1686- [ Ubuntu daily release ]
1687- * Automatic snapshot from revision 482
1688-
1689- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 31 Oct 2013 20:10:56 +0000
1690-
1691-unity8 (7.83+14.04.20131028.1-0ubuntu1) trusty; urgency=low
1692-
1693- * New rebuild forced
1694- * Automatic snapshot from revision 480
1695-
1696- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 28 Oct 2013 22:42:07 +0000
1697-
1698-unity8 (7.83+14.04.20131028-0ubuntu1) trusty; urgency=low
1699-
1700- [ Andrea Cimitan ]
1701- * Fix 1195349 by counting drawbuffer on the newContentX logic of the
1702- carousel When we changed carousel from repeater to listview, we
1703- added drawbuffer. this breaks the logic of newContentX, which was
1704- considered disabled and set to -1. The correct disabled value now
1705- has to take into account the drawbuffer. (LP: #1195349)
1706-
1707- [ Christopher Lee ]
1708- * Checks both then env and upstart env for the currently set
1709- XDG_DATA_DIRS so they can be set correctly for the test.
1710-
1711- [ Ubuntu daily release ]
1712- * Automatic snapshot from revision 479
1713-
1714- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 28 Oct 2013 03:08:59 +0000
1715-
1716-unity8 (7.83+13.10.20131016.2-0ubuntu1) saucy; urgency=low
1717-
1718- [ Loïc Minier ]
1719- * Merge ~lool/unity8/drop-setcap-conf. Drop unity8-setcap.conf as this
1720- breaks desktop installs (no boot-hook event is emitted, boot
1721- stalls); add maintscript snippet to rm_conffile on upgrades; this
1722- boot-hook is now shipped under a different name in lxc-android-
1723- config.
1724-
1725- [ Michał Sawicz ]
1726- * Ship a camera-app.desktop file and use a custom XDG_DATA_DIRS for
1727- testing.
1728-
1729- [ Ubuntu daily release ]
1730- * Automatic snapshot from revision 472
1731-
1732- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Oct 2013 23:15:48 +0000
1733-
1734-unity8 (7.83+13.10.20131016.1-0ubuntu1) saucy; urgency=low
1735-
1736- [ Diego Sarmentero ]
1737- * Disable Preview interaction until the scope responds.
1738-
1739- [ Albert Astals ]
1740- * Hide placeholder notification.
1741-
1742- [ Ubuntu daily release ]
1743- * Automatic snapshot from revision 469
1744-
1745- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Oct 2013 17:29:36 +0000
1746-
1747-unity8 (7.83+13.10.20131016-0ubuntu1) saucy; urgency=low
1748-
1749- [ Loïc Minier ]
1750- * Add upstart job to copy unity8 to a new tmpfs, setcap it, and bind-
1751- mount it back; this is an ugly hack to set CAP_SYS_RESOURCE until we
1752- have a root-helper for it.
1753-
1754- [ Michal Hruby ]
1755- * Enable definition of scope back references in overridden results.
1756-
1757- [ Ubuntu daily release ]
1758- * Automatic snapshot from revision 466
1759-
1760- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Oct 2013 11:29:52 +0000
1761-
1762-unity8 (7.83+13.10.20131015.4-0ubuntu1) saucy; urgency=low
1763-
1764- [ Michał Sawicz ]
1765- * Replace ubuntu-touch-session's unity8.conf upstart job.
1766- * Revert r440 that made the dash collapse animation worse, rather than
1767- better.
1768-
1769- [ om26er@ubuntu.com ]
1770- * close the app only when the close button is tapped, not the entire
1771- thumbnail
1772-
1773- [ Nick Dedekind ]
1774- * Added missing Unity.Indicator mock objects causing qmltests to fail.
1775- Approved by: Michał Sawicz.
1776-
1777- [ Christopher Lee ]
1778- * Launch unity8 for autopilot with upstart, and bring unity8 session
1779- over from session-manager-touch.
1780-
1781- [ Pawel Stolowski ]
1782- * Temporarily disable category_order changed signal handling.
1783-
1784- [ Daniel d'Andrada ]
1785- * OSKController area shouldn't cover the indicators' bar Since ubuntu-
1786- keyboard surface area doesn't cover the indicators' bar,
1787- OSKController should follow suit. Otherwise the OSKContoller's
1788- internal InputFilterArea (and others) wouldn't perfectly overlap the
1789- graphical keyboard rendered by ubuntu-keyboard (i.e. the opaque part
1790- of ubuntu-keyboard's surface).
1791-
1792- [ Michael Zanetti ]
1793- * Initialize initialHeight/Width to height/width depending on scaleTo
1794- add checks for initialWidth/Height in the tests change sizes in
1795- tests to something else than the default for initialWidth/Height in
1796- order to catch failures there more easily
1797-
1798- [ Omer Akram ]
1799- * Only show search indicator while the Dash is focued.
1800- * Add 2dp left margin for music and video tiles' title.
1801-
1802- [ Nicolas d'Offay ]
1803- * Changed Infographics to use Ubuntu font.
1804-
1805- [ Ubuntu daily release ]
1806- * Automatic snapshot from revision 463
1807-
1808- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 15 Oct 2013 11:05:04 +0000
1809-
1810-unity8 (7.82+13.10.20131011.2-0ubuntu1) saucy; urgency=low
1811-
1812- [ Michał Sawicz ]
1813- * Work around Mir not delivering input to shell after restart, if the
1814- device isn't reinitialized.
1815-
1816- [ Albert Astals ]
1817- * Remove unused DashMusic/DashVideos.
1818- * Don't let the user change between scopes if the current one is
1819- moving up/down.
1820- * Fix two uninitialized variable uses reported by valgrind ==17988==
1821- Conditional jump or move depends on uninitialised value(s) ==17988==
1822- at 0x13839F3A: AccountsService::updateDemoEdges()
1823- (AccountsService.cpp:74) ==17988== by 0x13839DA5:
1824- AccountsService::setUser(QString const&) (AccountsService.cpp:45)
1825- ==17988== by 0x1383F67B:
1826- AccountsService::qt_metacall(QMetaObject::Call, int, void**)
1827- (moc_AccountsService.cpp:192) ==17988== by 0x496143D:
1828- StoreProperty(QV8Engine*, QObject*, QQmlPropertyData*,
1829- v8::Handle<v8::Value>) (in /usr/lib/arm-linux-
1830- gnueabihf/libQt5Qml.so.5.0.2) ==17988== ==17988== Conditional jump
1831- or move depends on uninitialised value(s) ==17988== at 0x1383A0F6:
1832- AccountsService::updateStatsWelcomeScreen() (AccountsService.cpp:92)
1833- ==17988== by 0x13839DB1: AccountsService::setUser(QString const&)
1834- (AccountsService.cpp:47) ==17988== by 0x1383F67B:
1835- AccountsService::qt_metacall(QMetaObject::Call, int, void**)
1836- (moc_AccountsService.cpp:192) ==17988== by 0x496143D:
1837- StoreProperty(QV8Engine*, QObject*, QQmlPropertyData*,
1838- v8::Handle<v8::Value>) (in /usr/lib/arm-linux-
1839- gnueabihf/libQt5Qml.so.5.0.2)
1840- * Fix unitialized variable in Scope ==18457== Conditional jump or move
1841- depends on uninitialised value(s) ==18457== at 0x15AD1FD6:
1842- Scope::setActive(bool) (scope.cpp:165) ==18457== by 0x15B0023D:
1843- Scope::qt_metacall(QMetaObject::Call, int, void**)
1844- (moc_scope.cpp:478) ==18457== by 0x48B709F:
1845- QQmlPropertyPrivate::write(QObject*, QQmlPropertyData const&,
1846- QVariant const&, QQmlContextData*,
1847- QFlags<QQmlPropertyPrivate::WriteFlag>) (in /usr/lib/arm-linux-
1848- gnueabihf/libQt5Qml.so.5.0.2)
1849- * Fix crash on the phone For some reason i'm getting v8 crashes
1850- without this when shuting down unity-mir
1851-
1852- [ Gerry Boland ]
1853- * Use focusRequested signal from AppManager. WM: AppManager has new
1854- signal to ask shell to request focus for app - use it to properly
1855- animate and focus the app. If app wants to be side stage, but no
1856- side stage available, override the application stage.
1857-
1858- [ Nick Dedekind ]
1859- * Only use the root action state as a unitymenumodel ActionStateParser
1860- when needed.
1861-
1862- [ Andrea Cimitan ]
1863- * Move the close app icon on top left.
1864- * The header of category list is already on screen after unlock
1865-
1866- [ Michael Zanetti ]
1867- * Make the greeter's clock update in sync with the indicators.
1868-
1869- [ Omer Akram ]
1870- * Increase dash header height to 5gu.
1871-
1872- [ Nicolas d'Offay ]
1873- * Standardised expansion speed in scopes.
1874-
1875- [ Ubuntu daily release ]
1876- * Automatic snapshot from revision 449
1877-
1878- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 11 Oct 2013 17:26:34 +0000
1879-
1880-unity8 (7.82+13.10.20131011.1-0ubuntu1) saucy; urgency=low
1881-
1882- [ Michał Sawicz ]
1883- * Fix frequent application IDs and drop old AppsAvailableForDownload
1884- model.
1885- * Unrevert r388 now that we have fixed the infinite loop it was
1886- causing in Qt.
1887-
1888- [ Steve Langasek ]
1889- * Don't keep a long-lived connection open to upstart when we only use
1890- it for two events, one at load time and one at unload time.
1891-
1892- [ Lars Uebernickel ]
1893- * VolumeControl: use 'volume' instead of 'scroll' action The volume
1894- action doesn't show a notification.
1895-
1896- [ Michael Terry ]
1897- * Disable DragHandle on right side of screen while the greeter is
1898- animating
1899-
1900- [ Marcus Tomlinson ]
1901- * Added missing "enabled" property to "progressMenu" component in the
1902- menu item factory.
1903-
1904- [ Michael Zanetti ]
1905- * Add scaleTo: "fit" mode support to LazyImage
1906-
1907- [ Andrea Cimitan ]
1908- * Add music and video renderers
1909- * Use shell.edgeSize for BottomBar's EdgeDragArea, detecting gestures
1910- only when they are within the edgeSize.
1911-
1912- [ Nick Dedekind ]
1913- * Removed greeter "toHome" animation (LP#1092976) (LP: #1092976)
1914- * Only show Snap Decision notification actions when available.
1915-
1916- [ Albert Astals ]
1917- * Dash: Set delegate creation range for inner itemviewss If it's above
1918- the list viewport we set it to the end of the list to precache the
1919- last items It it's below the list viewport we set it to the
1920- beginning to precache the first items Otherwise we set it to the
1921- part of the viewport in the view Approved by: Michał Sawicz.
1922-
1923- [ Ubuntu daily release ]
1924- * Automatic snapshot from revision 435
1925-
1926- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 11 Oct 2013 09:05:30 +0000
1927-
1928-unity8 (7.82+13.10.20131010-0ubuntu1) saucy; urgency=low
1929-
1930- [ David Callé ]
1931- * Small logic change in preview descriptions line breaks. Multiple new
1932- lines are now replaced by multiple br tags.
1933-
1934- [ Nick Dedekind ]
1935- * Use indicator identifier for indicators-client list item label.
1936- * Make sure overflow indicators are hidden and not the search label.
1937-
1938- [ Mirco Müller ]
1939- * Tweaks to notifications to improve spec-compliance. - updated
1940- notifications-qmltest to reflect the use of a variant-map for the
1941- hints - made text-fields as heigh as buttons - made the summary
1942- align horizontally to the icon - updated button-height and bubble-
1943- background.
1944-
1945- [ Pawel Stolowski ]
1946- * Handle category_order_changes signal from scopes (used in Home only)
1947- and reorder categories accordingly.
1948- * Implementation of albumart image provider for audio content.
1949-
1950- [ Michael Terry ]
1951- * Hide the greeter when an app is focused, fixing snap decisions
1952- launching an app in the greeter (like receiving a call).
1953-
1954- [ Michael Zanetti ]
1955- * Launcher - remove support for pinning items in the backend After the
1956- latest design changes, recent apps is everything that is contained
1957- in the ApplicationManager. So no need for storing anything else than
1958- pinned apps in the config.
1959-
1960- [ Michał Sawicz ]
1961- * Remove the mir socket before starting unity8 during autopilot tests.
1962-
1963- [ Ubuntu daily release ]
1964- * Automatic snapshot from revision 420
1965-
1966- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 10 Oct 2013 04:15:13 +0000
1967-
1968-unity8 (7.82+13.10.20131008.1-0ubuntu1) saucy; urgency=low
1969-
1970- [ Michal Hruby ]
1971- * Add Scope::isActive property and corresponding tests. (LP: #1230352)
1972-
1973- [ Daniel d'Andrada ]
1974- * Move OSKController to the front as it will now also block input
1975- meant to the OSK That's in the unity-mir implementation. The
1976- SurfaceFlinger one is still an empty noop. Currently, when the OSK
1977- is up, both shell and OSK get user input, thus we need the
1978- OSKController to shield our shell components from them. (LP:
1979- #1236773)
1980-
1981- [ Michał Sawicz ]
1982- * Add Scope::isActive property and corresponding tests. (LP: #1230352)
1983- * Force focus back on shell in case it loses it for some reason.
1984-
1985- [ Ubuntu daily release ]
1986- * Automatic snapshot from revision 409
1987-
1988- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 08 Oct 2013 19:14:20 +0000
1989-
1990-unity8 (7.82+13.10.20131008-0ubuntu1) saucy; urgency=low
1991-
1992- [ Michał Sawicz ]
1993- * update previews to match design. (LP: #1224555)
1994- * Add an InputFilterArea in Notifications. (LP: #1233411, #1235215)
1995-
1996- [ Ying-Chun Liu ]
1997- * update previews to match design. (LP: #1224555)
1998-
1999- [ Albert Astals ]
2000- * Unrevert 376 by reverting r395 and a small fix to fix the cpu
2001- hogging issue . (LP: #1124567)
2002-
2003- [ Michael Terry ]
2004- * Add Showable.showNow() method and use it in Shell to immediately
2005- show greeter when we blank the screen rather than animating it. (LP:
2006- #1233564)
2007-
2008- [ Michael Zanetti ]
2009- * update previews to match design. (LP: #1224555)
2010-
2011- [ Diego Sarmentero ]
2012- * update previews to match design. (LP: #1224555)
2013-
2014- [ Ubuntu daily release ]
2015- * Automatic snapshot from revision 404
2016-
2017- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 08 Oct 2013 02:57:55 +0000
2018-
2019-unity8 (7.82+13.10.20131007-0ubuntu1) saucy; urgency=low
2020-
2021- [ Michał Sawicz ]
2022- * Respect pre-set import and library paths and prevent segfault in
2023- startShell.
2024-
2025- [ Ubuntu daily release ]
2026- * Automatic snapshot from revision 399
2027-
2028- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 07 Oct 2013 07:10:46 +0000
2029-
2030-unity8 (7.82+13.10.20131005-0ubuntu1) saucy; urgency=low
2031-
2032- [ Michał Sawicz ]
2033- * Revert r376 that caused constant CPU usage due to the
2034- ActivityIndicator.
2035-
2036- [ Nick Dedekind ]
2037- * Removed indicators-client autopilot tests. (LP: #1234736)
2038-
2039- [ Albert Astals ]
2040- * Revert r388. (LP: #1235268)
2041-
2042- [ Christopher Lee ]
2043- * Removes passing -fullscreen to unity8 when on the device (as per bug
2044- #1235065). (LP: #1235065)
2045-
2046- [ Ubuntu daily release ]
2047- * Automatic snapshot from revision 396
2048-
2049- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Sat, 05 Oct 2013 11:45:14 +0000
2050-
2051-unity8 (7.82+13.10.20131004.2-0ubuntu1) saucy; urgency=low
2052-
2053- * Revert 7.82+13.10.20131004.1-0ubuntu1 back to
2054- 7.81.3+13.10.20130927.3-0ubuntu1 due to CPU hogging issue with
2055- 7.82+13.10.20131004.1-0ubuntu1.
2056-
2057- -- Loïc Minier <loic.minier@ubuntu.com> Fri, 04 Oct 2013 21:22:29 +0200
2058-
2059-unity8 (7.82+13.10.20131004.1-0ubuntu1) saucy; urgency=low
2060-
2061- [ Michał Sawicz ]
2062- * Bump to indicate support for extended snap decisions.
2063- * Make Tile themeable, add renderers for Dash Plugins and weather.
2064- (LP: #1231948)
2065- * Drop network agents now that they're in indicator-network instead.
2066-
2067- [ Michal Hruby ]
2068- * Differentiate generic and music carousels.
2069- * Use the thumbnailer image provider for scope results that don't
2070- specify icon as well as for previews.
2071- * Added an indicator which is displayed in the search bar whenever a
2072- search is in progress. Added accompanying test in tst_PageHeader.
2073- * Expose rendererHint to shell.
2074-
2075- [ Albert Astals ]
2076- * Update pot file. (LP: #1232374)
2077- * Only enable the animation when the item is on screen (i.e. !culled)
2078- . (LP: #1200374)
2079- * Do not crash on positionAtBeginning if the list is empty .
2080- * Enable/disable running apps height animation in a less error prone
2081- way.
2082-
2083- [ Michael Terry ]
2084- * Use a chevron after 'Skip intro' and drop the underlining.
2085- * Load testability driver when QT_LOAD_TESTABILITY is set. (LP:
2086- #1226234)
2087- * Listen to the system setting StatsWelcomeScreen, which tells us
2088- whether to show user-specific infographic data in the greeter. (LP:
2089- #1207857)
2090-
2091- [ Gerry Boland ]
2092- * WM: ensure focusedApplicationWhenUsingScreenshots reset when unused,
2093- and only used when set. Fixes window focus conflict between shell
2094- and ApplicationManager.
2095-
2096- [ Nick Dedekind ]
2097- * Removed deprecated Unity.IndicatorsLegacy plugin.
2098- * Added actionState parser to the indicators-client text printer so
2099- that we get the icon.
2100- * Moved indicator page titles to the root action state of menu model.
2101- (LP: #1223635)
2102-
2103- [ Mirco Müller ]
2104- * Added rendering- and interaction-support for the first three
2105- extended snap-decision dialog-cases password-entry, user-
2106- authentication and simunlock.
2107-
2108- [ Daniel d'Andrada ]
2109- * Revert the reversion of r304 since it doesn't seem to crash anymore
2110- Original commit was Reset apps scope when returning from app to dash
2111- (LP #1193419) If an app is on foreground and you perform a long
2112- left-edge swipe to minimize it, and therefore return to the dash,
2113- the dash should be in the Applications scope and showing the
2114- running/recents applications. (LP: #1193419)
2115-
2116- [ Andrea Cimitan ]
2117- * Add behaviours to the hud reveal. (LP: #1224480, #1224633)
2118- * Make Tile themeable, add renderers for Dash Plugins and weather.
2119- (LP: #1231948)
2120-
2121- [ Michael Zanetti ]
2122- * fix inserting into quicklistmodel.
2123- * Drop useStorage argument and use exising LAUNCHER_TESTING define for
2124- this decision.
2125-
2126- [ Omer Akram ]
2127- * Make the volume/brightness slider changes realtime. (LP: #1227595)
2128-
2129- [ Nicolas d'Offay ]
2130- * Fixed black colour on the first of the month due to division. (LP:
2131- #1233657)
2132- * Added an indicator which is displayed in the search bar whenever a
2133- search is in progress. Added accompanying test in tst_PageHeader.
2134-
2135- [ Ubuntu daily release ]
2136- * Automatic snapshot from revision 390
2137-
2138- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 04 Oct 2013 06:55:16 +0000
2139-
2140-unity8 (7.81.3+13.10.20130927.3-0ubuntu1) saucy; urgency=low
2141-
2142- [ Michal Hruby ]
2143- * Correctly handle image URI scheme in results.
2144-
2145- [ Michał Sawicz ]
2146- * Make SHOW_DASH and HIDE_DASH close the current preview. (LP:
2147- #1231404)
2148- * Add a LazyImage component that shows an activity spinner for long-
2149- loading images and handles aspect ratio properly.
2150- * Fix Qt 5.1 FTBFS and suppress some build warnings.
2151-
2152- [ Albert Astals ]
2153- * Make sure we always have least have one column in the gridview. (LP:
2154- #1225391)
2155- * LVWPH: Make sure we always overshoot vertically. (LP: #1229851)
2156- * Remember the expanded categoryId and not the expanded index The
2157- index can change on search, and we still want to maintain it
2158- expanded in that case. (LP: #1230216)
2159- * Fix showHeader in an edge case of notShownByItsOwn Not all the tests
2160- i've added fail without the code fix, but i've added them just to be
2161- more covered . (LP: #1230187)
2162-
2163- [ Diego Sarmentero ]
2164- * Handling error signal from the DownloadTracker plugin (BUG:
2165- #1229744). (LP: #1229744)
2166- * Remove "Reviews and Comments" section from Application Preview until
2167- the feature is ready (BUG: #1226632) - Detect when the keyboard is
2168- being shown to allow the user to scroll the Preview even more if
2169- necessary to interact with the components at the bottom of that
2170- preview, and don't leave those components obscured behind the
2171- keyboard (BUG: #1226638). (LP: #1226632, #1224717, #1226638)
2172-
2173- [ Nick Dedekind ]
2174- * Brought messaging indicator inline with UnityMenuModel &
2175- UnityMenuAction. (LP: #1217676, #1217678)
2176-
2177- [ Pawel Stolowski ]
2178- * Support canned search queries returned by Home Scope.
2179- * Cancel previous actions and previews on new activation / preview.
2180- Expose previewed data row in Preview object.
2181-
2182- [ Michael Terry ]
2183- * Only enable the Bottombar when the HUD is available. (LP: #1220306)
2184- * Increase the "Skip intro" clickable area, making dismissing the edge
2185- demo intro feel more natural. (LP: #1220632)
2186-
2187- [ Michael Zanetti ]
2188- * drop our CrossFadeImage in favor of the SDK one. (LP: #1227783)
2189-
2190- [ Ubuntu daily release ]
2191- * Automatic snapshot from revision 358
2192-
2193- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 27 Sep 2013 14:13:22 +0000
2194-
2195-unity8 (7.81.3+13.10.20130924.2-0ubuntu1) saucy; urgency=low
2196-
2197- [ Michal Hruby ]
2198- * Fix the signal prototypes on music grid renderer. (LP: #1228390)
2199-
2200- [ Michael Zanetti ]
2201- * use less auto variables, align coding style, constify and Qt'ify API
2202- in AccountsService plugin.
2203-
2204- [ Nick Dedekind ]
2205- * Re-enable MenuContentActivator in Indicators.
2206-
2207- [ Albert Astals ]
2208- * LVWPH: Update the section header on list change events.
2209-
2210- [ Pawel Stolowski ]
2211- * Check results model ptr returned by GetResultsFromCategory method
2212- from UnityCore. (LP: #1228097, #1211595)
2213-
2214- [ Ubuntu daily release ]
2215- * Automatic snapshot from revision 340
2216-
2217- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 24 Sep 2013 14:40:01 +0000
2218-
2219-unity8 (7.81.3+13.10.20130919.3-0ubuntu1) saucy; urgency=low
2220-
2221- [ Michal Hruby ]
2222- * Add support for music grid renderer to GenericScopeView.
2223-
2224- [ Nick Dedekind ]
2225- * Fixed the removal of messaging widget due to incompatible action
2226- state. (LP: #1225017)
2227-
2228- [ Christopher Lee ]
2229- * Addition of initial autopilot tests for the application lifecycle.
2230-
2231- [ Lars Uebernickel ]
2232- * VolumeControl: use action of the new indicator indicator-sound
2233- recently gained an action to increase and decrease the volume. This
2234- patch makes use of that to get rid of a bus round trip (to get the
2235- current volume) and a race (when the volume gets set between
2236- fetching the current volume and setting the new volume). (LP:
2237- #1219057)
2238-
2239- [ Michael Terry ]
2240- * When AccountsService.backgroundFile is unset/invalid, have the
2241- greeter fall back to whatever the shell background is.
2242- * Add a tiny SessionBroadcast plugin that listens to unity-greeter-
2243- session-broadcast for the ShowHome signal.
2244-
2245- [ Daniel d'Andrada ]
2246- * Remove obsolete, unused graphics.
2247- * Make MouseTouchAdaptor work with multiple QWindows.
2248-
2249- [ Michael Zanetti ]
2250- * change how icons are searched a) try to find it the Icon as is b)
2251- prepend with Path if a Path variable is given c) fall back to the
2252- image://theme/ with just the icon name . (LP: #1225186)
2253- * fix an issue with removing a running app from the launcher and
2254- always store pinning to the config.
2255- * collapse any open preview when programmatically switching current
2256- dash index. (LP: #1221137)
2257-
2258- [ Ubuntu daily release ]
2259- * Automatic snapshot from revision 333
2260-
2261- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 19 Sep 2013 15:15:07 +0000
2262-
2263-unity8 (7.81.3+13.10.20130916-0ubuntu1) saucy; urgency=low
2264-
2265- [ Michael Zanetti ]
2266- * allow left edge gesture to minimize apps even when launcher is
2267- already visible.
2268- * Don't hide the launcher on changes in the stages.
2269- * ssh is now installed per default, but it's set to manual in the
2270- ssh.override.
2271-
2272- [ Ubuntu daily release ]
2273- * Automatic snapshot from revision 320
2274-
2275- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 16 Sep 2013 11:49:28 +0000
2276-
2277-unity8 (7.81.3+13.10.20130912-0ubuntu1) saucy; urgency=low
2278-
2279- [ Michael Zanetti ]
2280- * add support for finding icons from click package apps in the
2281- launcher.
2282- * update to latest launcher API for better integration with the
2283- AppManager.
2284-
2285- [ Ricardo Mendoza ]
2286- * Fixes problems related to image 20130912.0, amongst: * Fix autopilot
2287- tests by preventing blocking of input during HUD button animations,
2288- only when fully visible * Fix loading of unity-mir library, major
2289- version wasn't specified so unless the dev package was there it
2290- would fail.
2291-
2292- [ Ubuntu daily release ]
2293- * Automatic snapshot from revision 316
2294-
2295- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 12 Sep 2013 13:47:59 +0000
2296-
2297-unity8 (7.81.3+13.10.20130911.1-0ubuntu1) saucy; urgency=low
2298-
2299- [ Michael Terry ]
2300- * Switch from deprecated image://gicon/ to new image://theme/.
2301-
2302- [ Gerry Boland ]
2303- * Add OSKController so shell can control OSK correctly on Mir.
2304- * Remove InputFilterArea for bottom edge swipes, as applications also
2305- listen for such swipes for Toolbar reveal.
2306-
2307- [ Ricardo Mendoza ]
2308- * Select the backend to use dynamically on runtime according to the
2309- QPA selected by the system.
2310-
2311- [ Ubuntu daily release ]
2312- * Automatic snapshot from revision 311
2313-
2314- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 11 Sep 2013 16:22:55 +0000
2315-
2316-unity8 (7.81.3+13.10.20130911-0ubuntu1) saucy; urgency=low
2317-
2318- [ Michal Hruby ]
2319- * Hide all gicon strings from the shell and use the image://theme icon
2320- provider that was recently added to the SDK.
2321-
2322- [ Gerry Boland ]
2323- * Convert to new ApplicationManager API.
2324-
2325- [ Nick Dedekind ]
2326- * Updated access point design as per spec.
2327- * Indicator visibility based on connection with backend service.
2328-
2329- [ Albert Astals ]
2330- * Dash: Make assignments bindings This way if the model changes the
2331- item value also changes.
2332-
2333- [ Michael Zanetti ]
2334- * adds support for highlighting the currently focused application in
2335- the launcher, adds tests.
2336- * include ~/.local/share/applications in launcher's .desktop file
2337- search path.
2338- * shrink size of area for revealing the HUD button and make it
2339- disappear on release again. fixes 1219035. (LP: #1219035)
2340- * revert revision 304 as it makes the Shell crash.
2341-
2342- [ Michael Terry ]
2343- * Allow testers to set custom password or pin in demo mode, rather
2344- than hardcoding them.
2345- * Have the greeter use AccountsService to determine its background.
2346- (LP: #1218402)
2347- * Listen to changes in the "show edge demo" AccountsService setting.
2348-
2349- [ Daniel d'Andrada ]
2350- * Update fake/mock plugins so that "./run --fake" works well again -
2351- You can now see the thumbnails of the fake running applications once
2352- again. - You no longer get hundreds of warnings due to icons not
2353- found.
2354- * Reset apps scope when returning from app to dash (LP #1193419) If an
2355- app is on foreground and you perform a long left-edge swipe to
2356- minimize it, and therefore return to the dash, the dash should be in
2357- the Applications scope and showing the running/recents applications.
2358- (LP: #1193419)
2359-
2360- [ Ubuntu daily release ]
2361- * Automatic snapshot from revision 306
2362-
2363- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 11 Sep 2013 00:54:31 +0000
2364-
2365-unity8 (7.81.3+13.10.20130905.2-0ubuntu1) saucy; urgency=low
2366-
2367- [ Michael Zanetti ]
2368- * Integrate Launcher with AppManager.
2369-
2370- [ Nick Dedekind ]
2371- * Removed FIXME from slider int->double conversion.
2372-
2373- [ Ubuntu daily release ]
2374- * Automatic snapshot from revision 291
2375-
2376- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 05 Sep 2013 10:48:02 +0000
2377-
2378-unity8 (7.81.3+13.10.20130904.1-0ubuntu1) saucy; urgency=low
2379-
2380- [ Nicolas d'Offay ]
2381- * Switched infographic background at design's request.
2382-
2383- [ Ubuntu daily release ]
2384- * Automatic snapshot from revision 287
2385-
2386- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 04 Sep 2013 07:34:57 +0000
2387-
2388-unity8 (7.81.3+13.10.20130904-0ubuntu1) saucy; urgency=low
2389-
2390- [ mhall119 ]
2391- * Add a little bit of text to the last step of the tour telling the
2392- user how to end it and get to their phone.
2393-
2394- [ Jussi Pakkanen ]
2395- * Use CCache if it is installed.
2396-
2397- [ Nick Dedekind ]
2398- * Multiple icon/label support for indicators.
2399-
2400- [ Albert Astals ]
2401- * Remove unneeded role.
2402-
2403- [ Lars Uebernickel ]
2404- * Fall back to "ubuntu-mobile" icon theme if $UBUNTU_ICON_THEME is
2405- unset.
2406-
2407- [ Michael Zanetti ]
2408- * Use MouseAreas in DashBar to enable clicking again.
2409- * load launcher default config from existing dconf key.
2410-
2411- [ Ubuntu daily release ]
2412- * Automatic snapshot from revision 285
2413-
2414- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 04 Sep 2013 03:02:57 +0000
2415-
2416-unity8 (7.81.3+13.10.20130903.1-0ubuntu1) saucy; urgency=low
2417-
2418- [ Michael Zanetti ]
2419- * workaround quicklist text color.
2420-
2421- [ Ubuntu daily release ]
2422- * Automatic snapshot from revision 277
2423-
2424- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 03 Sep 2013 06:09:36 +0000
2425-
2426-unity8 (7.81.3+13.10.20130830-0ubuntu1) saucy; urgency=low
2427-
2428- [ Pawel Stolowski ]
2429- * Implement a virtual 'All' filter option.
2430-
2431- [ Ubuntu daily release ]
2432- * Automatic snapshot from revision 275
2433-
2434- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 30 Aug 2013 12:44:40 +0000
2435-
2436-unity8 (7.81.3+13.10.20130829.2-0ubuntu1) saucy; urgency=low
2437-
2438- [ Michael Terry ]
2439- * Implement launcher item backend via AccountsService.
2440-
2441- [ Ubuntu daily release ]
2442- * Automatic snapshot from revision 272
2443-
2444- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 29 Aug 2013 19:09:44 +0000
2445-
2446-unity8 (7.81.3+13.10.20130829.1-0ubuntu1) saucy; urgency=low
2447-
2448- [ Michael Terry ]
2449- * Make sure greeter and lockscreen backgrounds are always defined,
2450- even if the wallpaper preference string is bogus. (LP: #1208889,
2451- #1208894)
2452-
2453- [ Ubuntu daily release ]
2454- * Automatic snapshot from revision 270
2455-
2456- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 29 Aug 2013 11:09:43 +0000
2457-
2458-unity8 (7.81.3+13.10.20130829-0ubuntu1) saucy; urgency=low
2459-
2460- [ Andrea Cimitan ]
2461- * Streamline some new HUD interactions to be more consistent with the
2462- Unity Launcher.
2463-
2464- [ Michael Zanetti ]
2465- * setting the launcher's extensionSize delayed to position the view
2466- correctly at the beginning .
2467-
2468- [ Bill Filler ]
2469- * add new telephony apps (dialer, messaging, contacts) to launcher and
2470- Home scope.
2471-
2472- [ Michael Terry ]
2473- * Implement edge demos on first boot. Build-Depends: +dbus-test-
2474- runner, +qtbase5-dev-tools.
2475-
2476- [ Ubuntu daily release ]
2477- * Automatic snapshot from revision 267
2478-
2479- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 29 Aug 2013 02:10:38 +0000
2480-
2481-unity8 (7.81.3+13.10.20130828.1-0ubuntu1) saucy; urgency=low
2482-
2483- [ Andrea Cimitan ]
2484- * Hide the LauncherPanel when it's really hidden, by changing visible
2485- to false.
2486-
2487- [ Gerry Boland ]
2488- * Fix sidestage applications - they were being ignored in the show-
2489- application-surface logic. (LP: #1217027, #1210079)
2490-
2491- [ Michał Sawicz ]
2492- * Raise the exception if typing failed in autopilot.
2493-
2494- [ Nick Dedekind ]
2495- * Added location indicator defaults.
2496-
2497- [ Michael Zanetti ]
2498- * increase minimal dragging width for dismissing apps with left edge
2499- make it a configurable parameter and adjust animation to look like
2500- requested in the bug report . (LP: #1213153)
2501-
2502- [ Ubuntu daily release ]
2503- * Automatic snapshot from revision 262
2504-
2505- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 28 Aug 2013 11:55:46 +0000
2506-
2507-unity8 (7.81.3+13.10.20130827.1-0ubuntu1) saucy; urgency=low
2508-
2509- [ Michael Zanetti ]
2510- * unset model in quicklist before closing it.
2511-
2512- [ Ubuntu daily release ]
2513- * Automatic snapshot from revision 256
2514-
2515- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 27 Aug 2013 10:49:17 +0000
2516-
2517-unity8 (7.81.3+13.10.20130827-0ubuntu1) saucy; urgency=low
2518-
2519- [ Michael Zanetti ]
2520- * Theme the Quicklist Popover.
2521-
2522- [ Albert Astals ]
2523- * Apply expandedIndex on delegate creation bug #1213033. (LP:
2524- #1213033)
2525-
2526- [ Ubuntu daily release ]
2527- * Automatic snapshot from revision 254
2528-
2529- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 27 Aug 2013 02:10:43 +0000
2530-
2531-unity8 (7.81.3+13.10.20130826.5-0ubuntu1) saucy; urgency=low
2532-
2533- [ Michael Zanetti ]
2534- * tweak launcher folding and visuals according to feedback from
2535- design: - increase foldingStartHeight - Introduces a
2536- foldingStopHeight. Folding only happens between the
2537- foldingStartHeight and the foldingStopHeight. - Only change
2538- brightness while folding - remove highlight of pressed icon -
2539- decrease launcher's width by half a grid unit.
2540-
2541- [ Ubuntu daily release ]
2542- * Automatic snapshot from revision 251
2543-
2544- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Aug 2013 22:09:43 +0000
2545-
2546-unity8 (7.81.3+13.10.20130826.4-0ubuntu1) saucy; urgency=low
2547-
2548- [ Michał Sawicz ]
2549- * Add module entry in HudClient's qmldir.
2550-
2551- [ Jussi Pakkanen ]
2552- * Let Ninja parallelize itself.
2553-
2554- [ Nick Dedekind ]
2555- * Abstraction of indicator menu item properties prior to move into
2556- common components library.
2557-
2558- [ Christopher Lee ]
2559- * Added autopilot-tests for ephemeral, interactive and snap-decision
2560- notifications.
2561-
2562- [ Mirco Müller ]
2563- * Added autopilot-tests for ephemeral, interactive and snap-decision
2564- notifications.
2565-
2566- [ Michael Zanetti ]
2567- * only search visible children in findChild, add findInvisibleChild
2568- for others.
2569- * Added autopilot-tests for ephemeral, interactive and snap-decision
2570- notifications.
2571-
2572- [ Thomi Richards ]
2573- * Added autopilot-tests for ephemeral, interactive and snap-decision
2574- notifications.
2575-
2576- [ Ubuntu daily release ]
2577- * Automatic snapshot from revision 249
2578-
2579- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Aug 2013 18:34:44 +0000
2580-
2581-unity8 (7.81.3+13.10.20130826.2-0ubuntu1) saucy; urgency=low
2582-
2583- [ Albert Astals ]
2584- * Don't include QtQML It includes LOTS of files we don't need.
2585-
2586- [ Ubuntu daily release ]
2587- * Automatic snapshot from revision 243
2588-
2589- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Aug 2013 10:08:52 +0000
2590-
2591-unity8 (7.81.3+13.10.20130826.1-0ubuntu1) saucy; urgency=low
2592-
2593- * Automatic snapshot from revision 241
2594-
2595- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Aug 2013 06:08:33 +0000
2596-
2597-unity8 (7.81.3+13.10.20130826-0ubuntu1) saucy; urgency=low
2598-
2599- [ Michael Zanetti ]
2600- * delay move operations if the start dragging operation is running
2601- This prevents items to left in wrong places when transitions clash.
2602- * add empty setUser to allow compiling in jenkins again until the
2603- branch that matches unity-api is ready to land. .
2604- * add count and progress overlay information to real model too.
2605-
2606- [ Pawel Stolowski ]
2607- * Changed the type of setActive argument from
2608- QVector<AbstractFilterOption *>::size_type to unsigned int.
2609-
2610- [ Ubuntu daily release ]
2611- * Automatic snapshot from revision 240
2612-
2613- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Aug 2013 02:31:42 +0000
2614-
2615-unity8 (7.81.3+13.10.20130821.2-0ubuntu1) saucy; urgency=low
2616-
2617- [ Michael Terry ]
2618- * Listen to display-power-changed rather than system-power-changed
2619- signals when showing the greeter; ignore such signals when the
2620- proximity sensor is active. (LP: #1214477)
2621-
2622- [ Pawel Stolowski ]
2623- * Added a role for accessing progress-source property of categories.
2624-
2625- [ Ubuntu daily release ]
2626- * Automatic snapshot from revision 233
2627-
2628- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 21 Aug 2013 22:09:53 +0000
2629-
2630-unity8 (7.81.3+13.10.20130821.1-0ubuntu1) saucy; urgency=low
2631-
2632- [ Michael Zanetti ]
2633- * allow testing at 11:13. Old code failed because the text actually
2634- says "11:13 AM".
2635- * add some checks if we actually clicked an item or in the spacing
2636- between them gets rid of some warnings printed by the launcher .
2637-
2638- [ Michał Sawicz ]
2639- * Update runtime deps in the build script.
2640-
2641- [ Nick Dedekind ]
2642- * Added/Updated legacy network indicator components to use with new
2643- indicator backend.
2644-
2645- [ Albert Astals ]
2646- * Fix insertions/removals on the qlimitproxymodel . (LP: #1213959)
2647-
2648- [ Ubuntu daily release ]
2649- * Automatic snapshot from revision 230
2650-
2651- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 21 Aug 2013 15:04:59 +0000
2652-
2653-unity8 (7.81.3+13.10.20130821-0ubuntu1) saucy; urgency=low
2654-
2655- [ Michael Zanetti ]
2656- * added support for count emblems and progress overlays on the
2657- launcher.
2658-
2659- [ Pawel Stolowski ]
2660- * Add role for getting filter options model. Add method to activate
2661- option based on index or id.
2662-
2663- [ Ted Gould ]
2664- * Mark indicators-client as providing an indicator-renderer.
2665-
2666- [ Nick Dedekind ]
2667- * Added flatmenuproxymodel pass-through signals from qmenumodel.
2668- * Renamed indicator-messaging to indicator-messages.
2669-
2670- [ Gerry Boland ]
2671- * Typo fix in FrequentlyUsedAppsModel.
2672-
2673- [ Ubuntu daily release ]
2674- * Automatic snapshot from revision 224
2675-
2676- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 21 Aug 2013 08:05:13 +0000
2677-
2678-unity8 (7.81.3+13.10.20130820.2-0ubuntu1) saucy; urgency=low
2679-
2680- [ Michael Zanetti ]
2681- * initial support for quicklists For now they support pinning and
2682- removing of items.
2683-
2684- [ Ubuntu daily release ]
2685- * Automatic snapshot from revision 217
2686-
2687- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 20 Aug 2013 10:09:36 +0000
2688-
2689-unity8 (7.81.3+13.10.20130820-0ubuntu1) saucy; urgency=low
2690-
2691- [ Andrea Cimitan ]
2692- * Implement background changing through gsettings. Make sure it does
2693- fallback to default background when needed.
2694-
2695- [ Michael Zanetti ]
2696- * Implement background changing through gsettings. Make sure it does
2697- fallback to default background when needed.
2698- * Add Drag'n'drop support to Launcher As dragging an item pins it to
2699- the launcher this also contains initial quicklist and pinning
2700- support in the plugin part.
2701-
2702- [ Michał Sawicz ]
2703- * Fix generic preview wrapping and force rich text parsing.
2704-
2705- [ Michal Hruby ]
2706- * Remove the override for Apps available for download, click scope
2707- provides these now.
2708- * Hide rating widgets when scope provides rating set to < 0.0. Also
2709- fallback to regular preview image if there are no more_screenshots
2710- specified.
2711-
2712- [ Albert Astals ]
2713- * Make sure minYExtent is updated before setting the new content
2714- height Otherwise bad things can happen in the positioning .
2715-
2716- [ Ubuntu daily release ]
2717- * Automatic snapshot from revision 215
2718-
2719- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 20 Aug 2013 02:08:42 +0000
2720-
2721-unity8 (7.81.3+13.10.20130816.3-0ubuntu1) saucy; urgency=low
2722-
2723- [ Michal Hruby ]
2724- * Implement overrideResults() method, which allows us to seamlessly
2725- combine real scope data with mocked data.
2726-
2727- [ Michał Sawicz ]
2728- * Wait for activeFocus before typing in autopilot tests. (LP:
2729- #1212580)
2730-
2731- [ Nick Dedekind ]
2732- * Fixed network indicator password dialog not appearing. (LP:
2733- #1212730)
2734- * Remove time & battery indicator service info.
2735-
2736- [ Albert Astals ]
2737- * Dash category expansion.
2738- * Fix crash in the shell test Give the item a parent, otherwise the
2739- qml engine decides to adopt it and when we do the deleteLater on
2740- them, they have been already deleted. Since we are the parents, we
2741- don't need to call the deleteLAter eiether they'll be properly
2742- deleted on our deletion.
2743-
2744- [ Michael Zanetti ]
2745- * make entering text in lockscreen tests more robust. (LP: #1212580)
2746-
2747- [ Michael Terry ]
2748- * Define the 'build' target as PHONY so make doesn't get confused by
2749- our 'build' script.
2750- * Add a test for the Powerd plugin shell support.
2751-
2752- [ Pawel Stolowski ]
2753- * Bindings for filters.
2754-
2755- [ Ubuntu daily release ]
2756- * Automatic snapshot from revision 208
2757-
2758- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 16 Aug 2013 14:11:35 +0000
2759-
2760-unity8 (7.81.3+13.10.20130814.3-0ubuntu1) saucy; urgency=low
2761-
2762- [ Ted Gould ]
2763- * Upstart signals to control indicator services.
2764-
2765- [ Nick Dedekind ]
2766- * Replaced indicator menu listView with tabs view.
2767- * Transition Unity.Indicators to UnityMenuModel.
2768-
2769- [ Ubuntu daily release ]
2770- * Automatic snapshot from revision 197
2771-
2772- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 14 Aug 2013 14:33:39 +0000
2773-
2774-unity8 (7.81.3+13.10.20130814.1-0ubuntu1) saucy; urgency=low
2775-
2776- [ Michał Sawicz ]
2777- * Add AppPreview.
2778-
2779- [ Nick Dedekind ]
2780- * Use key from indicator service file to source indicator positions.
2781-
2782- [ Diego Sarmentero ]
2783- * Add AppPreview.
2784-
2785- [ Ubuntu daily release ]
2786- * Automatic snapshot from revision 193
2787-
2788- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 14 Aug 2013 06:33:14 +0000
2789-
2790-unity8 (7.81.3+13.10.20130813.1-0ubuntu1) saucy; urgency=low
2791-
2792- [ Michael Zanetti ]
2793- * don't scale the EARLY ALPHA warning text bigger than the screen is.
2794-
2795- [ Michał Sawicz ]
2796- * Add debug logging to passphrase entry.
2797-
2798- [ Albert Astals ]
2799- * Remove unneeded stuff from CMakelists.txt set(CMAKE_AUTOMOC ON)
2800- include(FindPkgConfig) find_package(Qt5Core REQUIRED)
2801- find_package(Qt5Quick REQUIRED) Are already on the top-level
2802- CMakeLists.txt so no need to write them again Well, actually the
2803- Qt5Core wasn't and i added it, it's not really necessary since it's
2804- pulled by the others that depend on it, but it doesn't hurt to be
2805- explicit.
2806-
2807- [ Ubuntu daily release ]
2808- * Automatic snapshot from revision 189
2809-
2810- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 13 Aug 2013 14:08:32 +0000
2811-
2812-unity8 (7.81.3+13.10.20130812.1-0ubuntu1) saucy; urgency=low
2813-
2814- [ Michael Zanetti ]
2815- * preserve lockscreen's background wallpaper's aspect ratio. (LP:
2816- #1208892)
2817-
2818- [ Ubuntu daily release ]
2819- * Automatic snapshot from revision 184
2820-
2821- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 12 Aug 2013 19:14:35 +0000
2822-
2823-unity8 (7.81.3+13.10.20130812-0ubuntu1) saucy; urgency=low
2824-
2825- [ Albert Astals ]
2826- * Fix uses of uninitialized values reported by valgrind.
2827-
2828- [ Ubuntu daily release ]
2829- * Automatic snapshot from revision 182
2830-
2831- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 12 Aug 2013 14:33:29 +0000
2832-
2833-unity8 (7.81.3+13.10.20130809.1-0ubuntu1) saucy; urgency=low
2834-
2835- [ Michal Hruby ]
2836- * Set phone form factor for scope requests.
2837-
2838- [ Michał Sawicz ]
2839- * Add support for plurals and update the translation template.
2840-
2841- [ Ubuntu daily release ]
2842- * Automatic snapshot from revision 179
2843-
2844- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 09 Aug 2013 15:35:06 +0000
2845-
2846-unity8 (7.81.3+13.10.20130809-0ubuntu1) saucy; urgency=low
2847-
2848- [ Michał Sawicz ]
2849- * Prepare unity8 for cross-building.
2850-
2851- [ Ubuntu daily release ]
2852- * Automatic snapshot from revision 176
2853-
2854- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 09 Aug 2013 02:32:10 +0000
2855-
2856-unity8 (7.81.3+13.10.20130808-0ubuntu1) saucy; urgency=low
2857-
2858- [ Michał Sawicz ]
2859- * Re-enable battery slider test.
2860-
2861- [ Nick Dedekind ]
2862- * Workaround for non-deletion of indicator page menu items. (LP:
2863- #1183065, #1206991)
2864-
2865- [ Albert Astals ]
2866- * LVPWH: Fix regression handling the sticky top section culling r166
2867- introduced the regression, this fixes it+tests.
2868- * Implement+test the maximizeVisibleArea function Tries to show as
2869- much possible of an index that is already shown on screen Will be
2870- used for the dash category expansion.
2871-
2872- [ Ubuntu daily release ]
2873- * Automatic snapshot from revision 174
2874-
2875- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 08 Aug 2013 15:23:17 +0000
2876-
2877-unity8 (7.81.3+13.10.20130807-0ubuntu1) saucy; urgency=low
2878-
2879- [ Michał Sawicz ]
2880- * Drop ppa:ubuntu-unity/next.
2881- * Revert revision 161 that causes issues with invalid background.
2882-
2883- [ Albert Astals ]
2884- * Fix off by one in the culling condition If you are on 0 and your
2885- height is 1 and viewport starts at 1 you have to be culled since you
2886- are not visible.
2887-
2888- [ Ubuntu daily release ]
2889- * Automatic snapshot from revision 168
2890-
2891- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 07 Aug 2013 02:32:00 +0000
2892-
2893-unity8 (7.81.3+13.10.20130806-0ubuntu1) saucy; urgency=low
2894-
2895- [ Michael Terry ]
2896- * Show the greeter when powerd tells us to, not just whenever we press
2897- the power key. (LP: #1186256)
2898-
2899- [ Ubuntu daily release ]
2900- * Automatic snapshot from revision 164
2901-
2902- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 06 Aug 2013 03:43:01 +0000
2903-
2904-unity8 (7.81.3+13.10.20130805-0ubuntu1) saucy; urgency=low
2905-
2906- [ Michael Terry ]
2907- * Fixes the lockscreen and swiping on the greeter still being possible
2908- even when in tablet mode. (LP: #1204984)
2909- * Watch powerd signals to notice a sleep and unfocus current app when
2910- that happens.
2911-
2912- [ Michael Zanetti ]
2913- * make findChild also find invisible childs This considerably
2914- increases the amount of items to be searched up to a level where
2915- testShell didn't finish any more with searching. Hence this commit
2916- also changes findChild to do a breadth-first instead of a depth-
2917- first search.
2918- * Read background from GSettings or fallback to default_background.
2919-
2920- [ Andrea Cimitan ]
2921- * Read background from GSettings or fallback to default_background.
2922-
2923- [ Albert Astals ]
2924- * Make LVWPH provide a delegateIndex for sectionHeaders This way we
2925- can match the sectionHeader to the model easier in the qml/js side .
2926- * Fix tryCompare call The 4th parameter of tryCompare is timeout not
2927- message .
2928-
2929- [ Daniel d'Andrada ]
2930- * Read background from GSettings or fallback to default_background.
2931-
2932- [ Ubuntu daily release ]
2933- * Automatic snapshot from revision 162
2934-
2935- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 05 Aug 2013 02:32:05 +0000
2936-
2937-unity8 (7.81.3+13.10.20130802-0ubuntu1) saucy; urgency=low
2938-
2939- [ Michael Terry ]
2940- * Make hud autopilot tests more reliable by fixing how it calculates
2941- relative coordinates.
2942-
2943- [ Albert Astals ]
2944- * Only update the "section" if we are not culling the item If the item
2945- is not shown we should not care about its section.
2946-
2947- [ Ubuntu daily release ]
2948- * Automatic snapshot from revision 155
2949-
2950- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 02 Aug 2013 02:40:11 +0000
2951-
2952-unity8 (7.81.3+13.10.20130801.1-0ubuntu1) saucy; urgency=low
2953-
2954- [ Michał Sawicz ]
2955- * Add a disclaimer for the fake applications plugin.
2956-
2957- [ Nick Dedekind ]
2958- * Removed animations from fake indicator pages.
2959-
2960- [ Ubuntu daily release ]
2961- * Automatic snapshot from revision 152
2962-
2963- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 01 Aug 2013 14:30:40 +0000
2964-
2965-unity8 (7.81.3+13.10.20130801ubuntu.unity.next-0ubuntu1) saucy; urgency=low
2966-
2967- [ Michael Zanetti ]
2968- * implemented new Lockscreen design.
2969-
2970- [ Michał Sawicz ]
2971- * Fix mock VideoPreview to use the string categoryId as well.
2972-
2973- [ Nick Dedekind ]
2974- * Added a text tree representation of the qmenumodel to the
2975- indicators-client application.
2976-
2977- [ Albert Astals ]
2978- * Don't need deelistmodel here.
2979-
2980- [ Ubuntu daily release ]
2981- * Automatic snapshot from revision 149 (ubuntu-unity/next)
2982-
2983- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 01 Aug 2013 02:32:03 +0000
2984-
2985-unity8 (7.81.3+13.10.20130730ubuntu.unity.next-0ubuntu1) saucy; urgency=low
2986-
2987- [ Michał Sawicz ]
2988- * Adapt to Qt 5.1.
2989-
2990- [ Albert Astals ]
2991- * Adapt to Qt 5.1.
2992-
2993- [ Ubuntu daily release ]
2994- * Automatic snapshot from revision 143 (ubuntu-unity/next)
2995-
2996- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 30 Jul 2013 02:33:12 +0000
2997-
2998-unity8 (7.81.3+13.10.20130729ubuntu.unity.next-0ubuntu1) saucy; urgency=low
2999-
3000- [ Michal Hruby ]
3001- * Remove the variant conversions methods as they were moved to dee-qt.
3002-
3003- [ Michał Sawicz ]
3004- * Re-enable passphrase tests under UInput.
3005- * Use the new string categoryIds in custom video and music scope
3006- views. (LP: #1199322)
3007-
3008- [ Nick Dedekind ]
3009- * Behavioural changes for indicators - Part 1 - Use standard
3010- animations. - Search bar animation less distracting. - Hinting
3011- animation shows header. - Vertical velocity detector to reduce
3012- accidental menu switches in dragging phase.
3013-
3014- [ Gustavo Pichorim Boiko ]
3015- * Add entries to the new applications resulted from the split of the
3016- phone-app.
3017-
3018- [ Ubuntu daily release ]
3019- * Automatic snapshot from revision 141 (ubuntu-unity/next)
3020-
3021- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 29 Jul 2013 03:41:07 +0000
3022-
3023-unity8 (7.81.3+13.10.20130726ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3024-
3025- [ Michal Hruby ]
3026- * Expose real category ids and not just indices.
3027- * Provide fallbacks for default renderer.
3028-
3029- [ Daniel d'Andrada ]
3030- * Give a visual feedback on right-edge drag with no running apps (LP:
3031- #1116207). (LP: #1116207)
3032-
3033- [ Albert Astals ]
3034- * Update m_firstVisibleIndex if there's no visible items anymore Also
3035- remove the check for m_visibleItems.isEmpty() on insert, the
3036- m_firstVisibleIndex == 0 already protects us against that.
3037-
3038- [ Christopher Lee ]
3039- * Tests now use a default lightdm mock if not decorated. (LP:
3040- #1204772)
3041-
3042- [ Ubuntu daily release ]
3043- * Automatic snapshot from revision 135 (ubuntu-unity/next)
3044-
3045- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 26 Jul 2013 07:06:08 +0000
3046-
3047-unity8 (7.81.3+13.10.20130725ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3048-
3049- [ Michal Hruby ]
3050- * Fix adding items into an empty LVWPH.
3051-
3052- [ Michał Sawicz ]
3053- * Move to using upstart in run_on_device.
3054- * Added heeding and qmltest for button-tint hint.
3055- * Refactoring and cleanup of the Unity8 Autopilot tests.
3056- * Hide the Unity launcher during autopiloting and skip battery tests
3057- if unavailable.
3058-
3059- [ Ying-Chun Liu ]
3060- * Let GenericScope support loading different renderers.
3061-
3062- [ Nick Dedekind ]
3063- * Removed overview from indicators.
3064- * Menus for indicators is now created prioritised by distance from
3065- current item to speed up user experience.
3066- * Add ApplicationArguments to know the geometry from start.
3067-
3068- [ Mirco Müller ]
3069- * Added heeding and qmltest for button-tint hint.
3070-
3071- [ Christopher Lee ]
3072- * Refactoring and cleanup of the Unity8 Autopilot tests.
3073-
3074- [ Thomi Richards ]
3075- * Refactoring and cleanup of the Unity8 Autopilot tests.
3076-
3077- [ Ubuntu daily release ]
3078- * Automatic snapshot from revision 129 (ubuntu-unity/next)
3079-
3080- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 25 Jul 2013 03:02:12 +0000
3081-
3082-unity8 (7.81.3+13.10.20130718ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3083-
3084- [ Andrea Cimitan ]
3085- * Add support for the colour palette.
3086-
3087- [ Omer Akram ]
3088- * fix the calendar icon in the launcher. (LP: #1201905)
3089-
3090- [ Nick Dedekind ]
3091- * Export indicator plugin symbols using Q_DECL_EXPORT.
3092-
3093- [ Ying-Chun Liu ]
3094- * Don't include .moc in previewbindingstest.cpp.
3095-
3096- [ Ubuntu daily release ]
3097- * Automatic snapshot from revision 118 (ubuntu-unity/next)
3098-
3099- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 18 Jul 2013 06:07:00 +0000
3100-
3101-unity8 (7.81.3+13.10.20130717ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3102-
3103- [ Daniel d'Andrada ]
3104- * Remove dead code: Showable::showWithoutAnimation.
3105-
3106- [ Nick Dedekind ]
3107- * Split Plugins export macro into export_qmlfiles and
3108- export_qmlplugins. Added qmltypes to indicators plugin.
3109-
3110- [ Ubuntu daily release ]
3111- * Automatic snapshot from revision 112 (ubuntu-unity/next)
3112-
3113- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 17 Jul 2013 03:14:49 +0000
3114-
3115-unity8 (7.81.3+13.10.20130716ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3116-
3117- [ Pete Woods ]
3118- * Rename the demo user "single" to "phablet" Fix the infographics on
3119- the device At the moment the mock lightdm backend we are using says
3120- the current user is called "single", while in reality the processes
3121- all run as the "phablet" user.
3122-
3123- [ Michał Sawicz ]
3124- * Only use ppa:ubuntu-unity/next and clean build scripts and CODING,
3125- accordingly.
3126- * Do not recommend indicator-power and indicator-sound. On device
3127- they're provided by lp:indicator-server for the time being.
3128- * Fix the Network page to provide the correct token. (LP: #1201529)
3129-
3130- [ Ubuntu daily release ]
3131- * Automatic snapshot from revision 109 (ubuntu-unity/next)
3132-
3133- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 16 Jul 2013 02:32:03 +0000
3134-
3135-unity8 (7.81.3+13.10.20130714ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3136-
3137- [ Michael Terry ]
3138- * Change Ok to OK. (LP: #1131842)
3139-
3140- [ Ubuntu daily release ]
3141- * Automatic snapshot from revision 104 (ubuntu-unity/next)
3142-
3143- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Sun, 14 Jul 2013 02:31:57 +0000
3144-
3145-unity8 (7.81.3+13.10.20130712ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3146-
3147- [ Michael Zanetti ]
3148- * Make use of the launcher API defined in unity-api and separate the
3149- model from the backend.
3150-
3151- [ Michał Sawicz ]
3152- * Issue wrap-and-sort -abt on debian/.
3153-
3154- [ Nick Dedekind ]
3155- * Moved indicators-client code into unity8. (LP: #1191132, #1191822)
3156-
3157- [ Ubuntu daily release ]
3158- * Automatic snapshot from revision 102 (ubuntu-unity/next)
3159-
3160- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 12 Jul 2013 02:31:59 +0000
3161-
3162-unity8 (7.81.3+13.10.20130711ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3163-
3164- [ Michael Zanetti ]
3165- * invert the home button too in case the whole panel is inverted. (LP:
3166- #1199622)
3167-
3168- [ Michał Sawicz ]
3169- * Make the OpenEffect non-live by default to improve performance. (LP:
3170- #1124584)
3171-
3172- [ Ying-Chun Liu ]
3173- * Add Generic Preview. Modify GenericScopeView to support activate and
3174- preview.
3175-
3176- [ Ubuntu daily release ]
3177- * Automatic snapshot from revision 98 (ubuntu-unity/next)
3178-
3179- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 11 Jul 2013 03:00:53 +0000
3180-
3181-unity8 (7.81.3+13.10.20130710ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3182-
3183- [ Michael Zanetti ]
3184- * removed unused old file ShortcutsContainer.qml.
3185-
3186- [ Michał Sawicz ]
3187- * Fix fetching data from scopes in the custom scope pages. (LP:
3188- #1199322)
3189-
3190- [ Ying-Chun Liu ]
3191- * Fix references to scope data. (LP: #1199322)
3192-
3193- [ Albert Astals ]
3194- * Fix showHeader animation when the header is half shown at top .
3195- * Disable -pedantic on the private Qt headers .
3196-
3197- [ Pawel Stolowski ]
3198- * Bindings for SocialPreview.
3199-
3200- [ Ubuntu daily release ]
3201- * Automatic snapshot from revision 94 (ubuntu-unity/next)
3202-
3203- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 10 Jul 2013 02:32:00 +0000
3204-
3205-unity8 (7.81.3+13.10.20130709ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3206-
3207- [ Michal Hruby ]
3208- * Implement CategoryResults based on DeeFilterModel.
3209-
3210- [ Nick Dedekind ]
3211- * Added plugin cmake procedure for qmltypes files.
3212-
3213- [ Ubuntu daily release ]
3214- * Automatic snapshot from revision 86 (ubuntu-unity/next)
3215-
3216- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 09 Jul 2013 02:58:58 +0000
3217-
3218-unity8 (7.81.3+13.10.20130708ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3219-
3220- [ Michael Terry ]
3221- * Ensure the past circle animations complete Currently, all the
3222- animations stop as soon as the present circles are all visible. This
3223- change ensures that the animations run to completion.
3224-
3225- [ Michael Zanetti ]
3226- * improve launcher flicking bahavior - fix initial snapping - improve
3227- foldingAreas behavior - increase clickFlick speed to flick 4 items.
3228-
3229- [ Albert Astals ]
3230- * Remove workarounds for Qt bug 28403 . (LP: #28403)
3231-
3232- [ Ubuntu daily release ]
3233- * Automatic snapshot from revision 83 (ubuntu-unity/next)
3234-
3235- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 08 Jul 2013 02:34:23 +0000
3236-
3237-unity8 (7.81.3+13.10.20130704ubuntu.unity.next-0ubuntu1) saucy; urgency=low
3238-
3239- [ Didier Roche ]
3240- * Clean packaging for entering saucy and following daily release guidelines
3241- * Automatic snapshot from revision 49 (bootstrap)
3242-
3243- [ Michał Sawicz ]
3244- * Fix unity8.pot file.
3245- * Support the simplified theming from ubuntu-ui-toolkit.
3246- * Use AbstractButtons instead of Button { color: "transparent" } that
3247- doesn't work.
3248-
3249- [ Albert Astals ]
3250- * ListViewWithPageHeader implementation in C++. (LP: #1171918)
3251- * LVWPH: Do not crash on showHeader if we don't have a header .
3252- * Fix bug when setting the same model twice to a QLimitProxyModelQML.
3253- * Add some const & Saves us some microseconds in copying stuff.
3254-
3255- [ Daniel d'Andrada ]
3256- * Make Greeter and Stage use the new DragHandle component. So they no
3257- longer use Revealers. Now a directional drag gesture is required to
3258- start the animation that brings back a "minimized" application when
3259- the dash is on foreground. Besides that, now they have the following
3260- feature:  - Action only completes succesfully if you drag through at
3261- least half the    screen width or if your swipe is fast enough. The
3262- shorter the swipe, the faster it has to be for the action to auto-
3263- complete.
3264- * DirectionalDragArea: add touchSceneX, touchSceneY, and sceneDistance
3265- properties.
3266- * DirectionalDragArea: emit draggingChanged() on direct recognition
3267- draggingChanged() should be emited when status change from
3268- WaitingForTouch directly to Recognized.
3269- * update CODING instructions for building & running.
3270- * DragHandle: add stretch and hintDisplacement properties.
3271- * DragHandle: fix hinting Revision 64 had a bad interaction with
3272- revision 66 (that added line was lost in the merge/rebase process).
3273- tst_DragHandle::hintingAnimation() points out the problem (fails on
3274- line 388).
3275- * Make Panel use DragHandles instead of a Revealer - A directional
3276- drag gesture is needed reveal the panel when fullscreen. - better
3277- logic for deciding when to auto-complete the show/hide animation -
3278- hinting animation to close the panel - Tapping on menu bar no longer
3279- opens nearest indicator menu - No closing with handle click.
3280-
3281- [ mhall119 ]
3282- * Fix build script error from extra blank line. (LP: #1196322)
3283-
3284- [ Nick Dedekind ]
3285- * Changed shellImportPath to return a list of paths. Added
3286- prependImportPaths and changed appendImportPaths to check for
3287- duplicates.
3288-
3289- [ Mirco Müller ]
3290- * Added support and tests for expanding snap-decisions with more than
3291- 2 actions passed in.
3292-
3293- [ Michael Zanetti ]
3294- * As requested by design, decreasing wobblyness in the
3295- WrongPasswordAnimation.
3296- * improve the bzr commit hook - don't run qmltests in here, it takes
3297- too long - don't abort commit on failed tests, its too annoying -
3298- instead, print a fat warning and backup the commit message to be
3299- reused after uncommitting and fixing the tests.
3300- * edge hinting tweaks - change edge hinting behavior to only happen on
3301- onPressed and immediately snap back - fix edge hinting to not happen
3302- if the Greeter is locked .
3303-
3304- [ Michael Terry ]
3305- * Fix "Tap to Unlock" text not appearing when in tablet greeter mode
3306- with only one user.
3307- * Use libusermetrics to provide infographic data.
3308- * Delete builddir/ when running "debuild clean".
3309-
3310- [ Pawel Stolowski ]
3311- * Bindings for preview and activation requests.
3312-
3313- [ Kevin Gunn ]
3314- * update CODING instructions for building & running.
3315-
3316- [ Ubuntu daily release ]
3317- * Automatic snapshot from revision 78 (ubuntu-unity/next)
3318-
3319- -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 04 Jul 2013 12:44:19 +0000
3320-
3321-unity8 (7.81.3) UNRELEASED; urgency=low
3322-
3323- * Choose more appropriate values for edge-drag gestures (LP: #1194150)
3324-
3325- -- Daniel d'Andrada <daniel.dandrada@canonical.com> Fri, 28 Jun 2013 16:28:24 -0300
3326-
3327-unity8 (7.81.2) saucy; urgency=low
3328-
3329- * Translation updates.
3330-
3331- [ Michał Sawicz ]
3332- * Fix icons in ApplicationsFilterGrid.qml.
3333- * Support flipped image in run_on_device.
3334-
3335- [ Michael Zanetti ]
3336- * Don't clear lockscreen when it's fading out.
3337- * Reworked Launcher folding.
3338- * Tweak Launcher revealing.
3339-
3340- [ Michal Hruby ]
3341- * Add content_type property to category models.
3342-
3343- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 26 Jun 2013 18:10:39 +0200
3344-
3345-unity8 (7.81.1) saucy; urgency=low
3346-
3347- * Translation updates.
3348-
3349- [ Michał Sawicz ]
3350- * Don't limit installed apps.
3351- * Pre-optimize PNGs to speed-up builds.
3352- * Clean up build scripts.
3353-
3354- [ Daniel d'Andrada ]
3355- * Use DirectionalDragArea in BottomBar.
3356-
3357- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 21 Jun 2013 17:37:02 +0200
3358-
3359-unity8 (7.81.0) saucy; urgency=low
3360-
3361- * Translation updates.
3362-
3363- [ Michał Sawicz ]
3364- * Drop People lens.
3365- * Support git-backed checkout.
3366- * Revert focus stealing prevention for new apps. Fixes:
3367- https://bugs.launchpad.net/bugs/1190155.
3368- * Update CODING after unity8 rename.
3369- * Update translation template file.
3370- * Fix notification placement.
3371-
3372- [ Michael Terry ]
3373- * Show login list when not in narrow mode, instead of only when we have
3374- multiple users.
3375-
3376- [ Günter Schwann ]
3377- * Bring back ListView'ed Carousel now that Qt is fixed.
3378-
3379- [ Daniel d'Andrada ]
3380- * Stage: code cleanup.
3381- * DirectionalDragArea: added minSpeed and maxSilenceTime constraints.
3382- * Move Direction enum out of DirectionalDragArea.
3383- * Added uqmlscene tool and tryFoo targets for manual testing.
3384-
3385- [ Michael Zanetti ]
3386- * Add Lockscreens.
3387- * Added right edge hinting to greeter.
3388-
3389- [ Nick Dedekind ]
3390- * Added Dash tests.
3391-
3392- [ Nicolas d'Offay ]
3393- * Changed infographic gradient colours.
3394-
3395- [ Mirco Müller ]
3396- * Integrate notifications.
3397-
3398- [ Pawel Stołowski ]
3399- * New version with support for smart scopes.
3400-
3401- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 14 Jun 2013 12:56:17 +0200
3402-
3403-unity8 (7.80.0) saucy; urgency=low
3404-
3405- * Rename to unity8.
3406-
3407- -- Michał Sawicz <michal.sawicz@canonical.com> Tue, 04 Jun 2013 14:45:29 +0200
3408-
3409-qml-phone-shell (1.80) raring; urgency=low
3410-
3411- * Focus/unfocus apps on lock/unlock to make sure keyboard is hidden.
3412-
3413- -- Michał Sawicz <michal.sawicz@canonical.com> Sat, 01 Jun 2013 00:31:03 +0200
3414-
3415-qml-phone-shell (1.79) raring; urgency=low
3416-
3417- [ Michael Terry ]
3418- * Make greeter look like the desktop one
3419-
3420- [ Gerry Boland ]
3421- * Fix a bug where a minimized app gets focus after closing another app
3422- * Applied a workaround to reduce flickering when launching apps
3423-
3424- [ Ying-Chun Liu (PaulLiu) ]
3425- * Make the panel translatable
3426-
3427- [ Michael Zanetti ]
3428- * Limit people lens to max 50 people. More people can be found with search feature.
3429-
3430- -- Michael Zanetti <michael.zanetti@canonical.com> Fri, 24 May 2013 17:06:05 +0200
3431-
3432-qml-phone-shell (1.78) raring; urgency=low
3433-
3434- [ Sergio Schvezov ]
3435- * Replacing the music and ski safari mock apps with calendar and weather in
3436- the launcher (LP: #1178262).
3437-
3438- [ Daniel d'Andrada ]
3439- * Support pointer-to-touch event conversion for desktop testing.
3440- * Use DirectionalDragArea in the Launcher.
3441- * Add AxisVelocityCalculator component.
3442- * Use touch instead of pointer interaction in autopilot.
3443-
3444- [ Nick Dedekind ]
3445- * Enable indicators in greeter.
3446- * Add DashContent tests.
3447-
3448- [ Michael Terry ]
3449- * Split mock and test LightDM plugins.
3450- * Add support for more PAM/LightDM features in the greeter.
3451-
3452- [ Ying-Chun Liu (PaulLiu) ]
3453- * Add i18n support.
3454- * Add libc6-dev to Build-Depends.
3455-
3456- [ Michał Sawicz ]
3457- * Unlock onFocusRequested to unlock on incoming call (LP: #1181654).
3458- * Use device-services in run_on_device.
3459- * Filter input in greeter. (LP: #1185443).
3460-
3461- [ Albert Astals Cid ]
3462- * Remove FilterGrid dimensions bahavior.
3463-
3464- [ Ubuntu Translators Team ]
3465- * Added translations for 36 languages. Thanks!
3466-
3467- [ Michael Zanetti ]
3468- * Fix autopilot tests on devices.
3469-
3470- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 24 May 2013 17:06:05 +0200
3471-
3472-qml-phone-shell (1.77) raring; urgency=low
3473-
3474- [ Mathieu Trudel-Lapierre ]
3475- * debian/control:
3476- - Drop indicators-client-plugin* Depends for qml-phone-shell to Recommends.
3477- - Add/update Vcs-Browser, Vcs-Bzr and add a notice to uploaders.
3478- * debian/copyright: fix syntax.
3479-
3480- [ Michał Sawicz ]
3481- * Drop indicators-client-examples recommends altogether
3482-
3483- [ Renato Araujo Oliveira Filho ]
3484- * Renamed Media player files to match with new application name.
3485-
3486- [ Daniel d'Andrada ]
3487- * New: DirectionalDragArea component. An area that detects axis-aligned
3488- single-finger drag gestures.
3489- * Make it possible to send touch events from within QML test code.
3490-
3491- -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 26 Apr 2013 11:15:00 -0400
3492-
3493-qml-phone-shell (1.76) raring; urgency=low
3494-
3495- [ Albert Astals Cid ]
3496- * Remove QSortFilterProxyModelQML::get() to ensure per-role fetching
3497- * Highlight matching strings in the HUD
3498- [ Michał Sawicz ]
3499- * Dropped support for 12.10
3500- [ Michael Zanetti ]
3501- * Update autopilot tests for 1.3 release
3502- [ Andrea Cimitan ]
3503- * Use SDK's Panel - enable swipe from bottom to reveal Dash bottom bar
3504- [ Michael Terry ]
3505- * Introduce a mock LightDM plugin to prepare for real switch
3506- [ Daniel d'Andrada ]
3507- * Move definition of global test targets to main tests CMakeLists file
3508- [ Mirco Müller ]
3509- * Introduce Notifications UI, currently only driven by tests
3510-
3511- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 16 May 2013 15:52:18 +0200
3512-
3513-qml-phone-shell (1.75) raring; urgency=low
3514-
3515- * Fix search history in the dash
3516- * Hud: No appstack anymore
3517- * Hud: Support having toolbar items enabled/disabled
3518- * Hud: remove the app quit toolbar item
3519- * Tweak to improve the switch application animation
3520- * Correctly load icons when running on the desktop
3521- * Use real enum from ApplicationInfo instead of its counterfeit local version
3522- * Added gdb debugging (-g/--gdb) run_on_device option
3523- * Drop support for quantal in build_unity script
3524- * Make out of source builds work in sibling directories
3525- * Clean up debian/control
3526- * Build with the new Qt 5.0.2 packages
3527- * Tests for:
3528- * IndicatorMenuWindow
3529- * PeopleFilterGrid
3530-
3531- -- Albert Astals Cid <albert.astals@canonical.com> Thu, 09 May 2013 15:10:03 +0200
3532-
3533-qml-phone-shell (1.74) raring; urgency=low
3534-
3535- [ Albert Astals Cid ]
3536- * Use new HUD api
3537- * Improvements to build and run scripts
3538- * Test for GenericLensView
3539- * Use -z defs for SHARED and MODULE libraries
3540-
3541- -- Sergio Schvezov <sergio.schvezov@canonical.com> Fri, 26 Apr 2013 13:14:03 -0300
3542-
3543-qml-phone-shell (1.73) raring; urgency=low
3544-
3545- [ Albert Astals ]
3546- * No need to include lens.h in peoplepreviewdata.h
3547- * Bumping libhud dependency to use the new libhud-client2
3548-
3549- [ Andrea Cimitan ]
3550- * Adds test for LensView
3551-
3552- [ Michael Zanetti ]
3553- * Fix execution of local autopilot tests
3554-
3555- -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Thu, 25 Apr 2013 13:46:23 -0300
3556-
3557-qml-phone-shell (1.72) raring; urgency=low
3558-
3559- * bring greeter closer to desktop design
3560- * simplify SortFilterProxyModel role management
3561- * CMake and build script improvements
3562- * enable volume slider in Overview
3563- * clean up .bzrignore
3564- * flatten qmluitests and unittests into generic qmltests
3565- * split out LimitProxyModel out of SortFilterProxyModel
3566- * replace fake QML wrappers for Ubuntu.Application with a mock
3567- implementation
3568- * hide Frequent and Available categories in Apps lens during search
3569- (LP: #1170495)
3570- * add first test utilities
3571- * use fake Unity plugin for Dash tests
3572- * generate and package API docs
3573- * close applications after long-press in dash
3574- * simplify preview calculation
3575- * tests for:
3576- * bad indentation
3577- * Panel
3578- * indicators Overview
3579- * IndicatorItem
3580- * ListViewWithPageHeader
3581- * Clock
3582- * OpenEffect
3583- * FilterGrids
3584- * MenuContent
3585- * header standalone compilation
3586-
3587- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 19 Apr 2013 21:16:50 +0200
3588-
3589-qml-phone-shell (1.71) quantal; urgency=low
3590-
3591- * add missing python3 dependency
3592-
3593- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 11 Apr 2013 17:11:15 +0200
3594-
3595-qml-phone-shell (1.70) quantal; urgency=low
3596-
3597- * CMake fixes
3598- * improve HUD PeakDetector performance
3599- * initial QML coverage measurement
3600- * enable coverage analysis for C/C++
3601- * require out-of-source builds
3602- * fix incorrect linkage in hudclient.cpp
3603- * reduce warnings
3604- * add an optional on-commit test hook
3605- * tests for:
3606- * IndicatorRow
3607- * Tile
3608- * SearchIndicator
3609- * trailing whitespace
3610- * PageHeader
3611- * SearchHistoryModel
3612- * ResponsiveFlowView
3613- * SideStage
3614- * Indicators
3615- * move tests into subdirectories
3616- * increase test setup consistency
3617- * remove some dead code
3618- * register CategoryFilter to QML
3619- * use a static python install path for autopilot
3620- * merge first stages of libunity-api
3621- * drop unneeded moc includes
3622-
3623- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 11 Apr 2013 14:42:22 +0200
3624-
3625-qml-phone-shell (1.69) quantal; urgency=low
3626-
3627- [ Sergio Schvezov ]
3628- * Removing mocks for calendar, clock and calculator.
3629-
3630- [ Michał Sawicz ]
3631- * Add entries needed in the .desktop file and change the name and comment.
3632-
3633- -- Sergio Schvezov <sergio.schvezov@canonical.com> Thu, 04 Apr 2013 19:32:06 -0300
3634-
3635-qml-phone-shell (1.68) quantal; urgency=low
3636-
3637- * fix launching SideStage apps when there's no side stage
3638- * CMake cleanups
3639- * prevent breakage of local builds
3640- * added README for qmluitests
3641-
3642- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 04 Apr 2013 02:02:27 +0200
3643-
3644-qml-phone-shell (1.67) quantal; urgency=low
3645-
3646- * use real data in Apps lens Installed category
3647- * add --clean option in build scripts
3648- * add CODING guide
3649- * install test dependencies in build scripts
3650- * fix phone app name
3651- * Tests for:
3652- * Showable
3653- * Launcher
3654- * HUD parametrized actions
3655-
3656- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 03 Apr 2013 00:11:00 +0200
3657-
3658-qml-phone-shell (1.66) quantal; urgency=low
3659-
3660- * Revert Carousel changes due to crash
3661-
3662- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 28 Mar 2013 10:51:20 +0100
3663-
3664-qml-phone-shell (1.65) quantal; urgency=low
3665-
3666- * Modifying build dep to require python
3667-
3668- -- Sergio Schvezov <sergio.schvezov@canonical.com> Wed, 27 Mar 2013 16:07:10 -0300
3669-
3670-qml-phone-shell (1.64) quantal; urgency=low
3671-
3672- * Rename ubuntu-gallery to gallery-app
3673- * Resetting Apps lens content position when swiping from left
3674- * Make the previews more flexible with different screen sizes
3675- * Tests for:
3676- * HUD
3677- * ResponsiveGridView
3678-
3679- -- Albert Astals Cid <albert.astals@canonical.com> Wed, 20 Mar 2013 17:44:44 +0100
3680-
3681-qml-phone-shell (1.63) quantal; urgency=low
3682-
3683- * Rename telephony-app to phone-app
3684- * notepad-qml has been renamed to notes-app
3685- * Use a ListView for the Carousel component for scalability
3686- * Make sure the greeter stays usable for smaller screens
3687- * Elide username in greeter when too long
3688- * Improve Carousel creation time
3689- * CrossFadeImage fixes
3690- * Fixed play button size
3691- * Remove unused files
3692- * Tests for:
3693- * Revealer
3694- * HUD
3695- * Greeter
3696- * FilterGrid
3697- * CrossFadeImage
3698-
3699- -- Albert Astals Cid <albert.astals@canonical.com> Tue, 19 Mar 2013 17:43:21 +0100
3700-
3701-qml-phone-shell (1.62) quantal; urgency=low
3702-
3703- * Use one SpecialItem in HUD AppStack
3704- * Remove outdated manual tests
3705- * Improve build scripts
3706- * Hook up other HUD Toolbar actions
3707- * Tests for:
3708- * HUD
3709- * Time.js
3710- * AnimationControllerWithSignals
3711- * Carousel
3712- * Autopilot test framework
3713- * Force build-dep at python2.7
3714- * Suppress warnings
3715-
3716- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 15 Mar 2013 16:26:22 +0100
3717-
3718-qml-phone-shell (1.61) quantal; urgency=low
3719-
3720- * Rename ubuntu-browser to webbrowser-app.
3721-
3722- -- Olivier Tilloy <olivier.tilloy@canonical.com> Fri, 08 Mar 2013 15:55:36 +0100
3723-
3724-qml-phone-shell (1.60) quantal; urgency=low
3725-
3726- * Fixes in sidestage
3727- * Reduce memory consumption
3728- * Introduced testing
3729-
3730- -- Michael Zanetti <michael.zanetti@canonical.com> Thu, 07 Mar 2013 12:04:19 +0100
3731-
3732-qml-phone-shell (1.59) quantal; urgency=low
3733-
3734- * Window management: update screenshots manually and only when an application in focus goes out out focus.
3735- * Dash apps lens: use screenshot of applications from cache when going back to dash.
3736-
3737- -- Florian Boucault <florian.boucault@canonical.com> Sat, 23 Feb 2013 17:48:23 +0000
3738-
3739-qml-phone-shell (1.58) quantal; urgency=low
3740-
3741- * Sidestage: make the handle bigger to make it easier to grab.
3742-
3743- -- Florian Boucault <florian.boucault@canonical.com> Fri, 22 Feb 2013 23:20:16 +0000
3744-
3745-qml-phone-shell (1.57) quantal; urgency=low
3746-
3747- * fix right-edge swipe breaking
3748-
3749- -- Gerry Boland <gerry.boland@canonical.com> Wed, 20 Feb 2013 14:37:25 +0000
3750-
3751-qml-phone-shell (1.56) quantal; urgency=low
3752-
3753- * use ApplicationManager.keyboardVisible and keyboardHeight for system-wide
3754- keyboard detection
3755-
3756- -- Florian Boucault <florian.boucault@canonical.com> Wed, 20 Feb 2013 07:05:49 +0000
3757-
3758-qml-phone-shell (1.55) quantal; urgency=low
3759-
3760- * fix seeing flash of previous application when launching a new one
3761-
3762- -- Florian Boucault <florian.boucault@canonical.com> Wed, 20 Feb 2013 06:15:01 +0000
3763-
3764-qml-phone-shell (1.54) quantal; urgency=low
3765-
3766- * fix quitting last application again
3767-
3768- -- Florian Boucault <florian.boucault@canonical.com> Wed, 20 Feb 2013 03:39:17 +0000
3769-
3770-qml-phone-shell (1.53) quantal; urgency=low
3771-
3772- * fix activation of incorrect application
3773- * fix home lens population and increase initial lens search delay
3774- * reduce the times of image reloads in carousels
3775- * reduce memory consumption by tweaking the background images
3776- * indicator visual and behaviour fixes
3777- * reduce search crash probability
3778- * fix panel over greeter when fullscreen app open
3779- * fix sidestage after quitting last mainstage app
3780-
3781- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 20 Feb 2013 01:47:27 +0100
3782-
3783-qml-phone-shell (1.52) quantal; urgency=low
3784-
3785- * fix launcher for password-protected users
3786- * fix ebay link for ebay web app
3787- * allow launching arbitrary apps from command line
3788- * show sidestage on sidestage app activation
3789- * add sidestage support to the HUD
3790- * disable main stage's right edge when sidestage is enabled
3791- * destroy greeter contents when hidden to save memory
3792- * fix indicators height
3793- * visual fixes to HUD
3794- * remove spotify from dash
3795- * show dash after closing last application
3796- * rename qmlproject to unity
3797- * add Lenses::loaded property to prevent acting on non-ready Lens
3798- objects
3799-
3800- -- Michał Sawicz <michal.sawicz@canonical.com> Mon, 18 Feb 2013 17:51:34 +0100
3801-
3802-qml-phone-shell (1.51) quantal; urgency=low
3803-
3804- * use lens data in home
3805- * increase flicking velocity in dash
3806-
3807- -- Michał Sawicz <michal.sawicz@canonical.com> Sat, 16 Feb 2013 20:59:58 +0100
3808-
3809-qml-phone-shell (1.50) quantal; urgency=low
3810-
3811- * New side stage feature.
3812- * Implemented support for volume control using hardware keys.
3813- * reduce the edge detection size to 2 GUs.
3814- * use mock music lens.
3815- * add an "expandable" property to FilterGrid.
3816- * Use the current time as a icon for Time&Date device menu item. Missing device menu plane and volume icons added.
3817- * decrease delegate height for those showing contact details.
3818- * adjust music and videos lens to latest design spec.
3819-
3820- -- Florian Boucault <florian.boucault@canonical.com> Sat, 16 Feb 2013 02:50:24 +0000
3821-
3822-qml-phone-shell (1.49) quantal; urgency=low
3823-
3824- * fix people preview
3825- * show page headers when switching lenses
3826-
3827- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 15 Feb 2013 11:12:37 +0100
3828-
3829-qml-phone-shell (1.48) quantal; urgency=low
3830-
3831- * more HUD fixes
3832- * bottom bar fullscreen behavior fix
3833- * clean up stage implementation
3834- * reduce memory footprint by reducing image sizes
3835-
3836- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 15 Feb 2013 01:49:05 +0100
3837-
3838-qml-phone-shell (1.47) quantal; urgency=low
3839-
3840- * darken view on open indicators
3841- * design tweaks for HUD, people lens and video preview
3842- * added carousel in music lens
3843- * workaround people lens performance
3844- * add carousel in people lens and use real data in Home people carousel
3845-
3846- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 13 Feb 2013 22:00:32 +0100
3847-
3848-qml-phone-shell (1.46) quantal; urgency=low
3849-
3850- * new people preview
3851- * HUD fixes
3852- * fullscreen mode support
3853- * use external mock lens for videos
3854- * rework bottombar communication due to PID mismatch
3855- * improve unity build script
3856- * rename ubuntu-gallery
3857- * connect up the HUD quit button
3858- * unfocus HUD text entry on speech recognition
3859- * carousel fixes for low item count
3860- * new greeter
3861-
3862- -- Michał Sawicz <michal.sawicz@canonical.com> Tue, 12 Feb 2013 10:24:09 +0100
3863-
3864-qml-phone-shell (1.45) quantal; urgency=low
3865-
3866- * new people carousel
3867- * integration of voice and parametrized actions in HUD
3868- * xml-based user list for greeter
3869- * new people lens layout
3870- * refactored top panel
3871-
3872- -- Michał Sawicz <michal.sawicz@canonical.com> Sun, 10 Feb 2013 13:06:25 +0100
3873-
3874-qml-phone-shell (1.44) quantal; urgency=low
3875-
3876- * latest designs for greeter and video preview
3877- * initial integration with HUD service
3878- * HUD parametrized actions UI
3879- * licensing and packaging fixes
3880- * asynchronous loading in video preview to reduce delay
3881- * search support in People and Generic lens views
3882-
3883- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 08 Feb 2013 00:34:18 +0100
3884-
3885-qml-phone-shell (1.43) quantal; urgency=low
3886-
3887- * carousel view in dash
3888- * smarter dash categories
3889- * generic lens view
3890- * fixes to HUD
3891- * fix launching gallery
3892- * close preview when launching player
3893- * run_on_device tweaks
3894-
3895- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 06 Feb 2013 20:34:28 +0100
3896-
3897-qml-phone-shell (1.42) quantal; urgency=low
3898-
3899- * restore video playback
3900-
3901- -- Michał Sawicz <michal.sawicz@canonical.com> Tue, 05 Feb 2013 23:42:07 +0100
3902-
3903-qml-phone-shell (1.41) quantal; urgency=low
3904-
3905- * Video previews
3906- * run_on_device is tunneled through adb forward
3907-
3908- -- Michael Zanetti <michael.zanetti@canonical.com> Tue, 05 Feb 2013 17:46:57 +0100
3909-
3910-qml-phone-shell (1.40) quantal; urgency=low
3911-
3912- * Fix missing installed files
3913-
3914- -- Albert Astals Cid <albert.astals@canonical.com> Tue, 05 Feb 2013 11:26:46 +0100
3915-
3916-qml-phone-shell (1.39) quantal; urgency=low
3917-
3918- * HUD ui with fake data
3919-
3920- -- Albert Astals Cid <albert.astals@canonical.com> Mon, 04 Feb 2013 18:48:39 +0100
3921-
3922-qml-phone-shell (1.38) quantal; urgency=low
3923-
3924- * fix launching of notepad
3925-
3926- -- Bill Filler <bill.filler@canonical.com> Fri, 01 Feb 2013 03:21:29 -0500
3927-
3928-qml-phone-shell (1.37) quantal; urgency=low
3929-
3930- * QT_QPA_PLATFORM was renamed from hybris to ubuntu, so reflecting at the
3931- env variable to make it to work fullscreen at the devices again
3932-
3933- -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Fri, 01 Feb 2013 02:35:44 -0500
3934-
3935-qml-phone-shell (1.36) quantal; urgency=low
3936-
3937- * launch real notepad app
3938- * fix launching of mock apps
3939-
3940- -- Bill Filler <bill.filler@canonical.com> Thu, 31 Jan 2013 21:36:05 -0500
3941-
3942-qml-phone-shell (1.35) quantal; urgency=low
3943-
3944- * integrate ubuntu-browser instead of snowshoe
3945-
3946- -- Bill Filler <bill.filler@canonical.com> Thu, 31 Jan 2013 17:33:37 -0500
3947-
3948-qml-phone-shell (1.34) quantal; urgency=low
3949-
3950- * Qt5-proper release
3951-
3952- -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 31 Jan 2013 17:34:06 +0000
3953-
3954-qml-phone-shell (1.33) quantal; urgency=low
3955-
3956- * New release
3957-
3958- -- Florian Boucault <florian.boucault@canonical.com> Thu, 17 Jan 2013 07:39:47 +0700
3959-
3960-qml-phone-shell (1.32) quantal; urgency=low
3961-
3962- * New release
3963-
3964- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 21 Dec 2012 21:49:43 +0100
3965-
3966-qml-phone-shell (1.31) quantal; urgency=low
3967-
3968- * New release
3969-
3970- -- Michał Sawicz <michal.sawicz@canonical.com> Fri, 21 Dec 2012 02:06:37 +0100
3971-
3972-qml-phone-shell (1.30) quantal; urgency=low
3973-
3974- * New release
3975-
3976- -- Michał Sawicz <michal.sawicz@canonical.com> Wed, 19 Dec 2012 19:29:40 +0100
3977-
3978-qml-phone-shell (1.29) quantal; urgency=low
3979-
3980- * New release
3981-
3982- -- Florian Boucault <florian.boucault@canonical.com> Wed, 19 Dec 2012 00:07:55 +0000
3983-
3984-qml-phone-shell (1.28) quantal; urgency=low
3985-
3986- * New release
3987-
3988- -- Florian Boucault <florian.boucault@canonical.com> Tue, 18 Dec 2012 19:03:04 +0000
3989-
3990-qml-phone-shell (1.27) quantal; urgency=low
3991-
3992- * New release
3993-
3994- -- Michał Sawicz <michal.sawicz@canonical.com> Tue, 18 Dec 2012 02:22:35 +0100
3995-
3996-qml-phone-shell (1.26) quantal; urgency=low
3997-
3998- * New release
3999-
4000- -- Florian Boucault <florian.boucault@canonical.com> Fri, 14 Dec 2012 18:17:40 +0000
4001-
4002-qml-phone-shell (1.25) quantal; urgency=low
4003-
4004- * New release
4005-
4006- -- Florian Boucault <florian.boucault@canonical.com> Thu, 13 Dec 2012 22:51:56 +0000
4007-
4008-qml-phone-shell (1.24) quantal; urgency=low
4009-
4010- * New release
4011-
4012- -- Florian Boucault <florian.boucault@canonical.com> Wed, 12 Dec 2012 21:49:50 +0000
4013-
4014-qml-phone-shell (1.23) quantal; urgency=low
4015-
4016- * New release
4017-
4018- -- Florian Boucault <florian.boucault@canonical.com> Tue, 11 Dec 2012 20:38:08 +0000
4019-
4020-qml-phone-shell (1.22) quantal; urgency=low
4021-
4022- * New release
4023-
4024- -- Florian Boucault <florian.boucault@canonical.com> Tue, 11 Dec 2012 00:13:16 +0000
4025-
4026-qml-phone-shell (1.21) quantal; urgency=low
4027-
4028- * New release with fullscreen launcher fixes
4029-
4030- -- Bill Filler <bill.filler@canonical.com> Fri, 07 Dec 2012 09:36:37 +0000
4031-
4032-qml-phone-shell (1.20) quantal; urgency=low
4033-
4034- * New release
4035-
4036- -- Florian Boucault <florian.boucault@canonical.com> Thu, 06 Dec 2012 16:53:05 +0000
4037-
4038-qml-phone-shell (1.19) quantal; urgency=low
4039-
4040- * enable multi-threaded render for apps
4041-
4042- -- Bill Filler <bill.filler@canonical.com> Wed, 05 Dec 2012 17:34:09 +0000
4043-
4044-qml-phone-shell (1.18) quantal; urgency=low
4045-
4046- [ Bill Filler ]
4047- * update launcher to use wk2-render (chromeless webkit) for facebook
4048- and twitter
4049-
4050- -- Florian Boucault <florian.boucault@canonical.com> Wed, 05 Dec 2012 12:20:50 +0000
4051-
4052-qml-phone-shell (1.17) quantal; urgency=low
4053-
4054- * New release
4055-
4056- -- Florian Boucault <florian.boucault@canonical.com> Sat, 01 Dec 2012 01:18:03 +0000
4057-
4058-qml-phone-shell (1.16) quantal; urgency=low
4059-
4060- * fix to launch new gallery with correct args
4061-
4062- -- Bill Filler <bill.filler@canonical.com> Thu, 29 Nov 2012 17:04:36 -0500
4063-
4064-qml-phone-shell (1.15) quantal; urgency=low
4065-
4066- * New release
4067-
4068- -- Florian Boucault <florian.boucault@canonical.com> Wed, 28 Nov 2012 20:35:03 +0000
4069-
4070-qml-phone-shell (1.14) quantal; urgency=low
4071-
4072- * New release
4073-
4074- -- Florian Boucault <florian.boucault@canonical.com> Mon, 26 Nov 2012 21:39:36 +0000
4075-
4076-qml-phone-shell (1.13) quantal; urgency=low
4077-
4078- * New release
4079-
4080- -- Florian Boucault <florian.boucault@canonical.com> Fri, 23 Nov 2012 19:47:54 +0000
4081-
4082-qml-phone-shell (1.12) quantal; urgency=low
4083-
4084- * Daily release
4085-
4086- -- Florian Boucault <florian.boucault@canonical.com> Thu, 22 Nov 2012 10:21:11 +0000
4087-
4088-qml-phone-shell (1.11) quantal; urgency=low
4089-
4090- * Daily release
4091-
4092- -- Florian Boucault <florian.boucault@canonical.com> Wed, 21 Nov 2012 22:06:38 +0000
4093-
4094-qml-phone-shell (1.10) quantal; urgency=low
4095-
4096- * Daily release
4097-
4098- -- Florian Boucault <florian.boucault@canonical.com> Wed, 21 Nov 2012 01:04:32 +0000
4099-
4100-qml-phone-shell (1.9) quantal; urgency=low
4101-
4102- * New release
4103-
4104- -- Florian Boucault <florian.boucault@canonical.com> Mon, 19 Nov 2012 18:55:51 +0000
4105-
4106-qml-phone-shell (1.8) quantal; urgency=low
4107-
4108- [ Michał Sawicz ]
4109- * new codebase
4110-
4111- -- Florian Boucault <florian.boucault@canonical.com> Fri, 09 Nov 2012 00:15:19 +0000
4112-
4113-qml-phone-shell (1.2) quantal; urgency=low
4114-
4115- * fix working dir for launch
4116- * launch script that sets up ofono and then calls telephony-app
4117-
4118- -- Bill Filler <bill.filler@canonical.com> Mon, 05 Nov 2012 17:28:31 -0500
4119-
4120-qml-phone-shell (1.1) quantal; urgency=low
4121-
4122- * comment out console.log() to prevent crash
4123-
4124- -- Bill Filler <bill.filler@canonical.com> Sun, 28 Oct 2012 22:18:36 +0100
4125-
4126-qml-phone-shell (1.0) quantal; urgency=low
4127-
4128- * Remove install rule for qml-phone-shell.conf
4129-
4130- -- Ricardo Mendoza <ricardo.mendoza@canonical.com> Fri, 26 Oct 2012 12:09:03 -0430
4131-
4132-qml-phone-shell (0.9) quantal; urgency=low
4133-
4134- * Remove qml-phone-shell.conf to use new ubuntu-session.
4135-
4136- -- Ricardo Mendoza <ricardo.mendoza@canonical.com> Fri, 26 Oct 2012 11:10:04 -0430
4137-
4138-qml-phone-shell (0.8) quantal; urgency=low
4139-
4140- * Fix for both size and scrolling.
4141-
4142- -- Michael Frey <michael.frey@canonical.com> Thu, 25 Oct 2012 14:28:46 +0200
4143-
4144-qml-phone-shell (0.7) quantal; urgency=low
4145-
4146- [Michael Frey]
4147- * qml-phone-shell.conf: better setup of env vars and launch
4148- via dbus-luanch to properly setup session bus
4149- * shellapplication.cpp: don't setup custom env before launching
4150- processes
4151-
4152- -- Bill Filler <bill.filler@canonical.com> Sun, 21 Oct 2012 11:32:42 +0200
4153-
4154-qml-phone-shell (0.6) quantal; urgency=low
4155-
4156- * added additional Android env vars to upstart script
4157-
4158- -- Bill Filler <bill.filler@canonical.com> Fri, 19 Oct 2012 09:35:25 -0400
4159-
4160-qml-phone-shell (0.5) quantal; urgency=low
4161-
4162- * added support to launch telephony-app
4163-
4164- -- Bill Filler <bill.filler@canonical.com> Thu, 18 Oct 2012 13:45:25 -0400
4165-
4166-qml-phone-shell (0.4) quantal; urgency=low
4167-
4168- * Creating a release
4169-
4170- -- Sergio Schvezov <sergio.schvezov@canonical.com> Mon, 15 Oct 2012 13:05:34 -0300
4171-
4172-qml-phone-shell (0.3) quantal; urgency=low
4173-
4174- * added support for launching applications
4175-
4176- -- Bill Filler <bill.filler@canonical.com> Fri, 12 Oct 2012 12:42:33 -0400
4177-
4178-qml-phone-shell (0.2) quantal; urgency=low
4179-
4180- * New release that includes upstart support.
4181-
4182- -- Tony Espy <espy@canonical.com> Thu, 11 Oct 2012 17:18:07 -0400
4183-
4184-qml-phone-shell (0.1) quantal; urgency=low
4185-
4186- * Initial release
4187-
4188- -- Bill Filler <bill.filler@canonical.com> Wed, 10 Oct 2012 10:19:53 -0400
4189
4190=== modified file 'debian/rules'
4191--- debian/rules 2014-07-23 15:30:38 +0000
4192+++ debian/rules 2014-08-17 09:22:41 +0000
4193@@ -1,47 +0,0 @@
4194-#!/usr/bin/make -f
4195-# -*- makefile -*-
4196-
4197-include /usr/share/dpkg/default.mk
4198-
4199-# Uncomment this to turn on verbose mode.
4200-#export DH_VERBOSE=1
4201-export DPKG_GENSYMBOLS_CHECK_LEVEL=4
4202-export NO_PNG_PKG_MANGLE=1
4203-
4204-# Explicitly selecting a G{CC,++}-version here to avoid accidental
4205-# ABI breaks introduced by toolchain updates.
4206-export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
4207-export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
4208-
4209-%:
4210- dh $@ --parallel --fail-missing --with python2,python3
4211-
4212-override_dh_auto_clean:
4213- dh_auto_clean
4214- rm -rf builddir
4215-
4216-override_dh_auto_configure:
4217- # Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong.
4218- # So until Debian bug 719148 is fixed, do it ourselves.
4219- dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
4220-
4221-override_dh_auto_build:
4222- # doc is not a default target
4223- dh_auto_build -- all doc
4224-
4225-override_dh_install:
4226- # install autopilot tests
4227- cd tests/autopilot; \
4228- set -ex; for python in $(shell pyversions -r) $(shell py3versions -r); do \
4229- $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
4230- done; \
4231- cd $(CURDIR)
4232- dh_install -X'*.pyc' --fail-missing
4233-
4234-# use private lib directories
4235-override_dh_makeshlibs:
4236- dh_makeshlibs -Nunity8-private -Nunity8-fake-env
4237-
4238-# libMockLightDM-qml.so links against liblightdm-qt5-2.so which doesn't exist
4239-override_dh_shlibdeps:
4240- dh_shlibdeps -XlibMockLightDM-qml.so
4241
4242=== modified file 'plugins/LightDM/CMakeLists.txt'
4243--- plugins/LightDM/CMakeLists.txt 2014-06-18 17:26:30 +0000
4244+++ plugins/LightDM/CMakeLists.txt 2014-08-17 09:22:41 +0000
4245@@ -1,6 +1,5 @@
4246 # Dependencies
4247 include(FindPkgConfig)
4248-pkg_check_modules(LIBUSERMETRICSOUTPUT REQUIRED libusermetricsoutput-1)
4249 # TODO: Once we split out a separate greeter process, uncomment these lines
4250 #pkg_check_modules(LIBLIGHTDM REQUIRED liblightdm-qt5-2)
4251
4252@@ -10,7 +9,6 @@
4253 ${CMAKE_SOURCE_DIR}/plugins/Utils
4254 ${CMAKE_SOURCE_DIR}/tests/mocks/LightDM
4255 #${LIBLIGHTDM_INCLUDE_DIRS}
4256- ${LIBUSERMETRICSOUTPUT_INCLUDE_DIRS}
4257 )
4258
4259 set(QMLPLUGIN_SRC
4260@@ -30,7 +28,6 @@
4261 MockLightDM-demo
4262 # TODO: Once we split out a separate greeter process, uncomment these lines
4263 # ${LIBLIGHTDM_LDFLAGS}
4264- ${LIBUSERMETRICSOUTPUT_LDFLAGS}
4265 )
4266
4267 qt5_use_modules(LightDM-qml DBus Gui Qml)
4268
4269=== modified file 'plugins/LightDM/plugin.cpp'
4270--- plugins/LightDM/plugin.cpp 2014-07-01 20:23:44 +0000
4271+++ plugins/LightDM/plugin.cpp 2014-08-17 09:22:41 +0000
4272@@ -22,8 +22,6 @@
4273 #include "DBusGreeterList.h"
4274 #include "Greeter.h"
4275 #include "UsersModel.h"
4276-#include <libusermetricsoutput/ColorTheme.h>
4277-#include <libusermetricsoutput/UserMetrics.h>
4278 #include <QLightDM/UsersModel>
4279
4280 #include <QAbstractItemModel>
4281@@ -56,17 +54,9 @@
4282 return new UsersModel();
4283 }
4284
4285-static QObject *infographic_provider(QQmlEngine *engine, QJSEngine *scriptEngine)
4286-{
4287- Q_UNUSED(engine)
4288- Q_UNUSED(scriptEngine)
4289- return UserMetricsOutput::UserMetrics::getInstance();
4290-}
4291-
4292 void LightDMPlugin::registerTypes(const char *uri)
4293 {
4294 qmlRegisterType<QAbstractItemModel>();
4295- qmlRegisterType<UserMetricsOutput::ColorTheme>();
4296
4297 Q_ASSERT(uri == QLatin1String("LightDM"));
4298 qRegisterMetaType<QLightDM::Greeter::MessageType>("QLightDM::Greeter::MessageType");
4299@@ -74,5 +64,4 @@
4300 qmlRegisterSingletonType<Greeter>(uri, 0, 1, "Greeter", greeter_provider);
4301 qmlRegisterSingletonType<UsersModel>(uri, 0, 1, "Users", users_provider);
4302 qmlRegisterUncreatableType<QLightDM::UsersModel>(uri, 0, 1, "UserRoles", "Type is not instantiable");
4303- qmlRegisterSingletonType<UserMetricsOutput::UserMetrics>(uri, 0, 1, "Infographic", infographic_provider);
4304 }
4305
4306=== modified file 'plugins/Ubuntu/Payments/CMakeLists.txt'
4307--- plugins/Ubuntu/Payments/CMakeLists.txt 2014-07-23 11:52:35 +0000
4308+++ plugins/Ubuntu/Payments/CMakeLists.txt 2014-08-17 09:22:41 +0000
4309@@ -1,20 +0,0 @@
4310-include_directories(
4311- ${CMAKE_CURRENT_SOURCE_DIR}
4312- ${CMAKE_CURRENT_BINARY_DIR}
4313-)
4314-
4315-set(PAYMENTS_SOURCES
4316- plugin.cpp
4317- Payments.cpp
4318-)
4319-
4320-add_library(Payments MODULE ${PAYMENTS_SOURCES})
4321-
4322-qt5_use_modules(Payments Qml Quick DBus Core)
4323-
4324-add_unity8_plugin(Ubuntu.Payments 0.1 Ubuntu/Payments TARGETS Payments)
4325-
4326-pkg_check_modules(LIBPAY REQUIRED pay-2)
4327-add_definitions(${LIBPAY_CFLAGS} ${LIBPAY_CFLAGS_OTHER})
4328-
4329-target_link_libraries(Payments ${LIBPAY_LDFLAGS})
4330
4331=== modified file 'po/hu.po'
4332--- po/hu.po 2014-08-17 06:39:34 +0000
4333+++ po/hu.po 2014-08-17 09:22:41 +0000
4334@@ -6,21 +6,18 @@
4335 msgid ""
4336 msgstr ""
4337 "Project-Id-Version: unity\n"
4338-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4339-"POT-Creation-Date: 2014-08-13 14:09-0400\n"
4340+"Report-Msgid-Bugs-To: \n"
4341+"POT-Creation-Date: 2014-07-11 14:59+0200\n"
4342 "PO-Revision-Date: 2014-08-16 12:36+0000\n"
4343 "Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
4344 "Language-Team: Hungarian <hu@li.org>\n"
4345+"Language: hu\n"
4346 "MIME-Version: 1.0\n"
4347 "Content-Type: text/plain; charset=UTF-8\n"
4348 "Content-Transfer-Encoding: 8bit\n"
4349 "X-Launchpad-Export-Date: 2014-08-17 06:39+0000\n"
4350 "X-Generator: Launchpad (build 17156)\n"
4351
4352-#: plugins/LightDM/Greeter.cpp:129
4353-msgid "Password: "
4354-msgstr "Jelszó: "
4355-
4356 #: plugins/Unity/Launcher/launcheritem.cpp:43
4357 #: plugins/Unity/Launcher/launcheritem.cpp:73
4358 msgid "Pin shortcut"
4359@@ -30,117 +27,97 @@
4360 msgid "Unpin shortcut"
4361 msgstr "Indító feloldása"
4362
4363-#: qml/Components/Dialogs.qml:142
4364-msgid "Are you sure you would like to turn power off?"
4365-msgstr ""
4366-
4367-#: qml/Components/Dialogs.qml:144
4368-msgid "Power off"
4369-msgstr "Kikapcsolás"
4370-
4371-#: qml/Components/Dialogs.qml:153
4372-msgid "Restart"
4373-msgstr "Újraindítás"
4374-
4375-#: qml/Components/Dialogs.qml:162
4376-msgid "Cancel"
4377-msgstr ""
4378-
4379 #: qml/Components/EdgeDemoOverlay.qml:151
4380 msgid "Skip intro"
4381 msgstr "A bemutató kihagyása"
4382
4383-#: qml/Components/EdgeDemo.qml:112
4384+#: qml/Components/EdgeDemo.qml:113
4385 msgid "Right edge"
4386 msgstr "Jobb szél"
4387
4388-#: qml/Components/EdgeDemo.qml:113
4389+#: qml/Components/EdgeDemo.qml:114
4390 msgid "Try swiping from the right edge to unlock the phone"
4391 msgstr "A telefon feloldásához csúsztassa ujját a jobb szélről"
4392
4393-#: qml/Components/EdgeDemo.qml:144
4394+#: qml/Components/EdgeDemo.qml:145
4395 msgid "Top edge"
4396 msgstr "Felső szél"
4397
4398-#: qml/Components/EdgeDemo.qml:145
4399+#: qml/Components/EdgeDemo.qml:146
4400 msgid "Try swiping from the top edge to access the indicators"
4401 msgstr "Az állapotmenük eléréséhez csúsztassa ujját a felső szélről"
4402
4403-#: qml/Components/EdgeDemo.qml:170
4404+#: qml/Components/EdgeDemo.qml:171
4405 msgid "Close"
4406 msgstr "Bezárás"
4407
4408-#: qml/Components/EdgeDemo.qml:171
4409+#: qml/Components/EdgeDemo.qml:172
4410 msgid "Swipe up again to close the settings screen"
4411 msgstr "A beállítások bezárásához csúsztassa ujját újra felfelé"
4412
4413-#: qml/Components/EdgeDemo.qml:198
4414+#: qml/Components/EdgeDemo.qml:199
4415 msgid "Left edge"
4416 msgstr "Bal szél"
4417
4418-#: qml/Components/EdgeDemo.qml:199
4419+#: qml/Components/EdgeDemo.qml:200
4420 msgid "Swipe from the left to reveal the launcher for quick access to apps"
4421 msgstr ""
4422 "Csúsztassa ujját a bal szélről az indítón található alkalmazások gyors "
4423 "eléréséhez"
4424
4425-#: qml/Components/EdgeDemo.qml:226
4426+#: qml/Components/EdgeDemo.qml:227
4427 msgid "Well done"
4428 msgstr "Rendben"
4429
4430-#: qml/Components/EdgeDemo.qml:227
4431+#: qml/Components/EdgeDemo.qml:228
4432 msgid ""
4433 "You have now mastered the edge gestures and can start using the "
4434 "phone<br><br>Tap on the screen to start"
4435 msgstr ""
4436-"Elsajátította a gesztusokat, és megkezdheti a telefon "
4437-"használatát.<br><br>Koppintson a képernyőre a kezdéshez."
4438-
4439-#: qml/Components/Lockscreen.qml:161
4440-msgid "Too many incorrect attempts"
4441-msgstr ""
4442-
4443-#: qml/Components/Lockscreen.qml:163
4444-msgid "Please wait"
4445-msgstr "Kérem várjon"
4446-
4447-#: qml/Components/Lockscreen.qml:245
4448+"Elsajátította a gesztusokat, és megkezdheti a telefon használatát."
4449+"<br><br>Koppintson a képernyőre a kezdéshez."
4450+
4451+#: qml/Components/Lockscreen.qml:214
4452 msgid "Emergency Call"
4453 msgstr "Vészhívás"
4454
4455-#: qml/Components/Lockscreen.qml:268
4456+#: qml/Components/Lockscreen.qml:231
4457 msgid "OK"
4458 msgstr "Ok"
4459
4460-#: qml/Components/PassphraseLockscreen.qml:61
4461+#: qml/Components/PassphraseLockscreen.qml:60
4462 #, qt-format
4463 msgid "Hello %1"
4464 msgstr "Üdv %1"
4465
4466-#: qml/Components/PassphraseLockscreen.qml:61
4467+#: qml/Components/PassphraseLockscreen.qml:60
4468 msgid "Hello"
4469 msgstr "Üdvözöljük"
4470
4471-#: qml/Components/PinLockscreen.qml:197
4472+#: qml/Components/PinLockscreen.qml:198
4473 msgid "CANCEL"
4474 msgstr "MÉGSE"
4475
4476-#: qml/Components/PinLockscreen.qml:215
4477+#: qml/Components/PinLockscreen.qml:216
4478 msgid "DONE"
4479 msgstr "KÉSZ"
4480
4481-#: qml/Dash/GenericScopeView.qml:360
4482+#: qml/Components/SeeMore.qml:35
4483+msgid "See more"
4484+msgstr "Több"
4485+
4486+#: qml/Components/SeeMore.qml:58 qml/Dash/GenericScopeView.qml:330
4487 msgid "See less"
4488 msgstr "Kevesebb"
4489
4490-#: qml/Dash/GenericScopeView.qml:360
4491+#: qml/Dash/DashApps.qml:37
4492+msgid "Recent"
4493+msgstr "Legutóbbi"
4494+
4495+#: qml/Dash/GenericScopeView.qml:330
4496 msgid "See all"
4497 msgstr "Összes megtekintése"
4498
4499-#: qml/Dash/GenericScopeView.qml:423 qml/Panel/SearchIndicator.qml:27
4500-msgid "Search"
4501-msgstr "Keresés"
4502-
4503 #: qml/Dash/Previews/PreviewActionCombo.qml:34
4504 msgid "More..."
4505 msgstr "Több…"
4506@@ -161,26 +138,6 @@
4507 msgid "Send"
4508 msgstr "Küldés"
4509
4510-#: qml/Dash/ScopesOverview.qml:201
4511-msgid "Manage Dash"
4512-msgstr ""
4513-
4514-#: qml/Dash/ScopesOverview.qml:408
4515-msgid "Done"
4516-msgstr ""
4517-
4518-#: qml/Dash/ScopesOverview.qml:434
4519-msgid "Store"
4520-msgstr ""
4521-
4522-#: qml/Dash/ScopesOverviewTab.qml:36
4523-msgid "Favorites"
4524-msgstr "Kedvencek"
4525-
4526-#: qml/Dash/ScopesOverviewTab.qml:54
4527-msgid "All"
4528-msgstr "Összes"
4529-
4530 #: qml/Greeter/Greeter.qml:157
4531 msgid "Swipe to unlock"
4532 msgstr "Csúsztasson a feloldáshoz"
4533@@ -205,11 +162,11 @@
4534 msgid "Speaking..."
4535 msgstr "Beszéd…"
4536
4537-#: qml/Notifications/NotificationMenuItemFactory.qml:100
4538+#: qml/Notifications/NotificationMenuItemFactory.qml:91
4539 msgid "Show password"
4540 msgstr "Jelszó megjelenítése"
4541
4542-#: qml/Notifications/NotificationMenuItemFactory.qml:115
4543+#: qml/Notifications/NotificationMenuItemFactory.qml:103
4544 msgid "Please enter SIM PIN"
4545 msgstr "Adja meg a SIM PIN kódját"
4546
4547@@ -221,80 +178,59 @@
4548 msgid "Conference"
4549 msgstr "Konferencia"
4550
4551-#: qml/Panel/Indicators/MenuItemFactory.qml:651
4552+#: qml/Panel/Indicators/MenuItemFactory.qml:583
4553 msgid "In queue…"
4554 msgstr "Sorban…"
4555
4556-#: qml/Panel/Indicators/MenuItemFactory.qml:655
4557+#: qml/Panel/Indicators/MenuItemFactory.qml:587
4558 msgid "Downloading"
4559 msgstr "Letöltés"
4560
4561-#: qml/Panel/Indicators/MenuItemFactory.qml:657
4562+#: qml/Panel/Indicators/MenuItemFactory.qml:589
4563 msgid "Paused, tap to resume"
4564 msgstr "Szüneteltetve, koppintson a folytatáshoz"
4565
4566-#: qml/Panel/Indicators/MenuItemFactory.qml:659
4567+#: qml/Panel/Indicators/MenuItemFactory.qml:591
4568 msgid "Canceled"
4569 msgstr "Megszakítva"
4570
4571-#: qml/Panel/Indicators/MenuItemFactory.qml:661
4572+#: qml/Panel/Indicators/MenuItemFactory.qml:593
4573 msgid "Finished"
4574 msgstr "Befejeződött"
4575
4576-#: qml/Panel/Indicators/MenuItemFactory.qml:663
4577+#: qml/Panel/Indicators/MenuItemFactory.qml:595
4578 msgid "Failed, tap to retry"
4579 msgstr "Sikertelen, koppintson az újrapróbáláshoz"
4580
4581-#: qml/Panel/Indicators/ModemInfoItem.qml:105
4582-msgid "Unlock SIM"
4583-msgstr "SIM feloldása"
4584-
4585-#: qml/Panel/Indicators/RoamingIndication.qml:27
4586-msgid "Roaming"
4587-msgstr "Barangolás"
4588-
4589-#: qml/Shell.qml:267
4590-msgid "passphrase"
4591-msgstr ""
4592-
4593-#: qml/Shell.qml:267
4594-msgid "passcode"
4595-msgstr ""
4596-
4597-#: qml/Shell.qml:269
4598-#, qt-format
4599-msgid "Enter your %1"
4600-msgstr ""
4601-
4602-#: qml/Shell.qml:270
4603-#, qt-format
4604-msgid "Incorrect %1"
4605-msgstr ""
4606-
4607-#: qml/Shell.qml:272
4608-msgid "Please re-enter"
4609-msgstr ""
4610-
4611-#: qml/Shell.qml:306
4612-msgid "Sorry, incorrect passphrase."
4613-msgstr ""
4614-
4615-#: qml/Shell.qml:307
4616-msgid "Sorry, incorrect passcode."
4617-msgstr ""
4618-
4619-#: qml/Shell.qml:308
4620-msgid "This will be your last attempt."
4621-msgstr ""
4622-
4623-#: qml/Shell.qml:310
4624-msgid ""
4625-"If passphrase is entered incorrectly, your phone will conduct a factory "
4626-"reset and all personal data will be deleted."
4627-msgstr ""
4628-
4629-#: qml/Shell.qml:311
4630-msgid ""
4631-"If passcode is entered incorrectly, your phone will conduct a factory reset "
4632-"and all personal data will be deleted."
4633-msgstr ""
4634+#: qml/Panel/SearchIndicator.qml:27
4635+msgid "Search"
4636+msgstr "Keresés"
4637+
4638+#: qml/Shell.qml:359
4639+#, qt-format
4640+msgid "Please enter %1"
4641+msgstr "Adja meg a következőt: %1"
4642+
4643+#~ msgid "Password: "
4644+#~ msgstr "Jelszó: "
4645+
4646+#~ msgid "Power off"
4647+#~ msgstr "Kikapcsolás"
4648+
4649+#~ msgid "Restart"
4650+#~ msgstr "Újraindítás"
4651+
4652+#~ msgid "Please wait"
4653+#~ msgstr "Kérem várjon"
4654+
4655+#~ msgid "Favorites"
4656+#~ msgstr "Kedvencek"
4657+
4658+#~ msgid "All"
4659+#~ msgstr "Összes"
4660+
4661+#~ msgid "Unlock SIM"
4662+#~ msgstr "SIM feloldása"
4663+
4664+#~ msgid "Roaming"
4665+#~ msgstr "Barangolás"
4666
4667=== modified file 'po/is.po'
4668--- po/is.po 2014-08-15 06:29:01 +0000
4669+++ po/is.po 2014-08-17 09:22:41 +0000
4670@@ -8,21 +8,17 @@
4671 msgid ""
4672 msgstr ""
4673 "Project-Id-Version: po_unity8-is\n"
4674-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4675-"POT-Creation-Date: 2014-08-13 14:09-0400\n"
4676+"Report-Msgid-Bugs-To: \n"
4677+"POT-Creation-Date: 2014-07-11 14:59+0200\n"
4678 "PO-Revision-Date: 2014-07-31 16:10+0000\n"
4679 "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
4680 "Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
4681+"Language: is\n"
4682 "MIME-Version: 1.0\n"
4683 "Content-Type: text/plain; charset=UTF-8\n"
4684 "Content-Transfer-Encoding: 8bit\n"
4685 "X-Launchpad-Export-Date: 2014-08-15 06:28+0000\n"
4686 "X-Generator: Launchpad (build 17156)\n"
4687-"Language: is\n"
4688-
4689-#: plugins/LightDM/Greeter.cpp:129
4690-msgid "Password: "
4691-msgstr ""
4692
4693 #: plugins/Unity/Launcher/launcheritem.cpp:43
4694 #: plugins/Unity/Launcher/launcheritem.cpp:73
4695@@ -33,64 +29,48 @@
4696 msgid "Unpin shortcut"
4697 msgstr "Losa flýtilykil"
4698
4699-#: qml/Components/Dialogs.qml:142
4700-msgid "Are you sure you would like to turn power off?"
4701-msgstr ""
4702-
4703-#: qml/Components/Dialogs.qml:144
4704-msgid "Power off"
4705-msgstr ""
4706-
4707-#: qml/Components/Dialogs.qml:153
4708-msgid "Restart"
4709-msgstr ""
4710-
4711-#: qml/Components/Dialogs.qml:162
4712-msgid "Cancel"
4713-msgstr ""
4714-
4715 #: qml/Components/EdgeDemoOverlay.qml:151
4716 msgid "Skip intro"
4717 msgstr "Hoppa yfir kynningu"
4718
4719-#: qml/Components/EdgeDemo.qml:112
4720+#: qml/Components/EdgeDemo.qml:113
4721 msgid "Right edge"
4722 msgstr "Hægri brún"
4723
4724-#: qml/Components/EdgeDemo.qml:113
4725+#: qml/Components/EdgeDemo.qml:114
4726 msgid "Try swiping from the right edge to unlock the phone"
4727 msgstr ""
4728 "Prófaðu að strjúka fingrinum frá hægri brúninni til að aflæsa símanum þínum."
4729
4730-#: qml/Components/EdgeDemo.qml:144
4731+#: qml/Components/EdgeDemo.qml:145
4732 msgid "Top edge"
4733 msgstr "Efri brún"
4734
4735-#: qml/Components/EdgeDemo.qml:145
4736+#: qml/Components/EdgeDemo.qml:146
4737 msgid "Try swiping from the top edge to access the indicators"
4738 msgstr "Reyndu að strjúka frá toppi til að fá aðgang að tilkynningum"
4739
4740-#: qml/Components/EdgeDemo.qml:170
4741+#: qml/Components/EdgeDemo.qml:171
4742 msgid "Close"
4743 msgstr "Loka"
4744
4745-#: qml/Components/EdgeDemo.qml:171
4746+#: qml/Components/EdgeDemo.qml:172
4747 msgid "Swipe up again to close the settings screen"
4748 msgstr "Strjúktu upp til að loka stillingum"
4749
4750-#: qml/Components/EdgeDemo.qml:198
4751+#: qml/Components/EdgeDemo.qml:199
4752 msgid "Left edge"
4753 msgstr "Vinstri brún"
4754
4755-#: qml/Components/EdgeDemo.qml:199
4756+#: qml/Components/EdgeDemo.qml:200
4757 msgid "Swipe from the left to reveal the launcher for quick access to apps"
4758 msgstr "Strjúktu frá vinstri til að afhjúpa flýtiræsi forrita"
4759
4760-#: qml/Components/EdgeDemo.qml:226
4761+#: qml/Components/EdgeDemo.qml:227
4762 msgid "Well done"
4763 msgstr "Vel gert"
4764
4765-#: qml/Components/EdgeDemo.qml:227
4766+#: qml/Components/EdgeDemo.qml:228
4767 msgid ""
4768 "You have now mastered the edge gestures and can start using the "
4769 "phone<br><br>Tap on the screen to start"
4770@@ -98,51 +78,47 @@
4771 "Þú ert núna með æfingu í að nota skjáhreyfingar og getur því farið að nota "
4772 "símann<br><br>Sláðu létt á skjáinn til að byrja"
4773
4774-#: qml/Components/Lockscreen.qml:161
4775-msgid "Too many incorrect attempts"
4776-msgstr ""
4777-
4778-#: qml/Components/Lockscreen.qml:163
4779-msgid "Please wait"
4780-msgstr ""
4781-
4782-#: qml/Components/Lockscreen.qml:245
4783+#: qml/Components/Lockscreen.qml:214
4784 msgid "Emergency Call"
4785 msgstr "Neyðarsímtal"
4786
4787-#: qml/Components/Lockscreen.qml:268
4788+#: qml/Components/Lockscreen.qml:231
4789 msgid "OK"
4790 msgstr "Í lagi"
4791
4792-#: qml/Components/PassphraseLockscreen.qml:61
4793+#: qml/Components/PassphraseLockscreen.qml:60
4794 #, qt-format
4795 msgid "Hello %1"
4796 msgstr "Hæ %1"
4797
4798-#: qml/Components/PassphraseLockscreen.qml:61
4799+#: qml/Components/PassphraseLockscreen.qml:60
4800 msgid "Hello"
4801 msgstr "Hæ"
4802
4803-#: qml/Components/PinLockscreen.qml:197
4804+#: qml/Components/PinLockscreen.qml:198
4805 msgid "CANCEL"
4806 msgstr "HÆTTA VIÐ"
4807
4808-#: qml/Components/PinLockscreen.qml:215
4809+#: qml/Components/PinLockscreen.qml:216
4810 msgid "DONE"
4811 msgstr "BÚIÐ"
4812
4813-#: qml/Dash/GenericScopeView.qml:360
4814+#: qml/Components/SeeMore.qml:35
4815+msgid "See more"
4816+msgstr ""
4817+
4818+#: qml/Components/SeeMore.qml:58 qml/Dash/GenericScopeView.qml:330
4819 msgid "See less"
4820 msgstr "Sjá minna"
4821
4822-#: qml/Dash/GenericScopeView.qml:360
4823+#: qml/Dash/DashApps.qml:37
4824+msgid "Recent"
4825+msgstr ""
4826+
4827+#: qml/Dash/GenericScopeView.qml:330
4828 msgid "See all"
4829 msgstr "Sjá allt"
4830
4831-#: qml/Dash/GenericScopeView.qml:423 qml/Panel/SearchIndicator.qml:27
4832-msgid "Search"
4833-msgstr "Leita"
4834-
4835 #: qml/Dash/Previews/PreviewActionCombo.qml:34
4836 msgid "More..."
4837 msgstr "Meira..."
4838@@ -163,26 +139,6 @@
4839 msgid "Send"
4840 msgstr "Senda"
4841
4842-#: qml/Dash/ScopesOverview.qml:201
4843-msgid "Manage Dash"
4844-msgstr ""
4845-
4846-#: qml/Dash/ScopesOverview.qml:408
4847-msgid "Done"
4848-msgstr ""
4849-
4850-#: qml/Dash/ScopesOverview.qml:434
4851-msgid "Store"
4852-msgstr ""
4853-
4854-#: qml/Dash/ScopesOverviewTab.qml:36
4855-msgid "Favorites"
4856-msgstr ""
4857-
4858-#: qml/Dash/ScopesOverviewTab.qml:54
4859-msgid "All"
4860-msgstr ""
4861-
4862 #: qml/Greeter/Greeter.qml:157
4863 msgid "Swipe to unlock"
4864 msgstr "Strjúka til að aflæsa"
4865@@ -207,11 +163,11 @@
4866 msgid "Speaking..."
4867 msgstr "Tala..."
4868
4869-#: qml/Notifications/NotificationMenuItemFactory.qml:100
4870+#: qml/Notifications/NotificationMenuItemFactory.qml:91
4871 msgid "Show password"
4872 msgstr "Birta lykilorð"
4873
4874-#: qml/Notifications/NotificationMenuItemFactory.qml:115
4875+#: qml/Notifications/NotificationMenuItemFactory.qml:103
4876 msgid "Please enter SIM PIN"
4877 msgstr "Settu inn PIN fyrir SIM"
4878
4879@@ -223,80 +179,35 @@
4880 msgid "Conference"
4881 msgstr "Ráðstefna"
4882
4883-#: qml/Panel/Indicators/MenuItemFactory.qml:651
4884+#: qml/Panel/Indicators/MenuItemFactory.qml:583
4885 msgid "In queue…"
4886 msgstr "Í biðröð..."
4887
4888-#: qml/Panel/Indicators/MenuItemFactory.qml:655
4889+#: qml/Panel/Indicators/MenuItemFactory.qml:587
4890 msgid "Downloading"
4891 msgstr "Sæki"
4892
4893-#: qml/Panel/Indicators/MenuItemFactory.qml:657
4894+#: qml/Panel/Indicators/MenuItemFactory.qml:589
4895 msgid "Paused, tap to resume"
4896 msgstr "Í bið, sláðu létt til að halda áfram"
4897
4898-#: qml/Panel/Indicators/MenuItemFactory.qml:659
4899+#: qml/Panel/Indicators/MenuItemFactory.qml:591
4900 msgid "Canceled"
4901 msgstr "Hætt við"
4902
4903-#: qml/Panel/Indicators/MenuItemFactory.qml:661
4904+#: qml/Panel/Indicators/MenuItemFactory.qml:593
4905 msgid "Finished"
4906 msgstr "Lokið"
4907
4908-#: qml/Panel/Indicators/MenuItemFactory.qml:663
4909+#: qml/Panel/Indicators/MenuItemFactory.qml:595
4910 msgid "Failed, tap to retry"
4911 msgstr "Mistókst, sláðu létt til að reyna aftur"
4912
4913-#: qml/Panel/Indicators/ModemInfoItem.qml:105
4914-msgid "Unlock SIM"
4915-msgstr ""
4916-
4917-#: qml/Panel/Indicators/RoamingIndication.qml:27
4918-msgid "Roaming"
4919-msgstr ""
4920-
4921-#: qml/Shell.qml:267
4922-msgid "passphrase"
4923-msgstr ""
4924-
4925-#: qml/Shell.qml:267
4926-msgid "passcode"
4927-msgstr ""
4928-
4929-#: qml/Shell.qml:269
4930-#, qt-format
4931-msgid "Enter your %1"
4932-msgstr ""
4933-
4934-#: qml/Shell.qml:270
4935-#, qt-format
4936-msgid "Incorrect %1"
4937-msgstr ""
4938-
4939-#: qml/Shell.qml:272
4940-msgid "Please re-enter"
4941-msgstr ""
4942-
4943-#: qml/Shell.qml:306
4944-msgid "Sorry, incorrect passphrase."
4945-msgstr ""
4946-
4947-#: qml/Shell.qml:307
4948-msgid "Sorry, incorrect passcode."
4949-msgstr ""
4950-
4951-#: qml/Shell.qml:308
4952-msgid "This will be your last attempt."
4953-msgstr ""
4954-
4955-#: qml/Shell.qml:310
4956-msgid ""
4957-"If passphrase is entered incorrectly, your phone will conduct a factory "
4958-"reset and all personal data will be deleted."
4959-msgstr ""
4960-
4961-#: qml/Shell.qml:311
4962-msgid ""
4963-"If passcode is entered incorrectly, your phone will conduct a factory reset "
4964-"and all personal data will be deleted."
4965+#: qml/Panel/SearchIndicator.qml:27
4966+msgid "Search"
4967+msgstr "Leita"
4968+
4969+#: qml/Shell.qml:359
4970+#, qt-format
4971+msgid "Please enter %1"
4972 msgstr ""
4973
4974=== modified file 'qml/Greeter/GreeterContent.qml'
4975--- qml/Greeter/GreeterContent.qml 2014-06-11 15:36:51 +0000
4976+++ qml/Greeter/GreeterContent.qml 2014-08-17 09:22:41 +0000
4977@@ -18,6 +18,7 @@
4978 import AccountsService 0.1
4979 import Ubuntu.Components 0.1
4980 import LightDM 0.1 as LightDM
4981+import Infographics 0.1 as InfographicsModule
4982 import "../Components"
4983
4984 Item {
4985@@ -115,34 +116,6 @@
4986 }
4987 }
4988
4989- Infographics {
4990- id: infographics
4991- objectName: "infographics"
4992- height: narrowMode ? parent.height : 0.75 * parent.height
4993- model: greeterContentLoader.infographicModel
4994-
4995- property string selectedUser
4996- property string infographicUser: AccountsService.statsWelcomeScreen ? selectedUser : ""
4997- onInfographicUserChanged: greeterContentLoader.infographicModel.username = infographicUser
4998-
4999- Component.onCompleted: {
5000- selectedUser = greeterContentLoader.model.data(greeterContentLoader.currentIndex, LightDM.UserRoles.NameRole)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches