lp://qastaging/~unity-team/unity8/infographics-new-lightdm
- Get this branch:
- bzr branch lp://qastaging/~unity-team/unity8/infographics-new-lightdm
Branch merges
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Michał Sawicz: Needs Fixing
- Albert Astals Cid (community): Needs Fixing
-
Diff: 2596 lines (+245/-1730)35 files modifiedbuild.sh (+1/-0)
plugins/LightDM/CMakeLists.txt (+0/-3)
plugins/LightDM/plugin.cpp (+0/-11)
plugins/Ubuntu/Payments/CMakeLists.txt (+0/-20)
po/hu.po (+4/-3)
po/is.po (+44/-133)
qml/Greeter/GreeterContent.qml (+24/-28)
qml/Greeter/Infographics.qml (+18/-383)
qml/Greeter/Infographics.qml.moved (+43/-0)
run.sh (+1/-2)
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)
Branch information
Recent revisions
- 864. By Andrea Cimitan
-
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Fix dash overview test and prevent crash in mock ApplicationInfo's
d'tor. tryCompareFunction didn't work because .item threw.
[ thomas-voss ]
* Explicitly select gcc version.
[ 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)
[ Nick Dedekind ]
* Added support for TransferMenu
[ Michał Sawicz ]
* Initial code for a payment button widget, to handle purchasing apps
from the click scope.
[ Nick Dedekind ]
* Moved [Message]MenuItemFacotor y from Unity.Indicators plugin to qml
folder.
[ Albert Astals ]
* EasingCurve: Initialize members
* Fix valgrind warning by not emitting reset on model destructor That
won't be supported until Qt 5.4 More info at https://bugreports. qt-
project.org/browse/ QTBUG-39780 Warning was ==16693== Invalid read of
size 8 ==16693== at 0x72B19A0: QQmlContext::isValid( ) const
(qqmlcontext.cpp:231) ==16693== by 0x736C82B:
QQmlDelegateModelPrivate: :emitChanges( ) (qqmldelegatemo del.cpp: 1412)
==16693== by 0x7372AE6: QQmlDelegateModel::_q_ modelReset( )
(qqmldelegatemodel.cpp: 1463) ==16693== by 0x7397224:
QQmlDelegateModel::qt_ static_ metacall( QObject* , QMetaObject::Call,
int, void**) (moc_qqmldelegatemodel_ p.cpp:196) ==16693== by
0x739769E: QQmlDelegateModel::qt_ metacall( QMetaObject: :Call, int,
void**) (moc_qqmldelegatemodel_ p.cpp:292) ==16693== by 0x66379CC:
QMetaObject::activate( QObject* , int, int, void**) (in
/usr/lib/x86_ 64-linux- gnu/libQt5Core. so.5.3. 0) ==16693== by
0x65AEEFD: QAbstractItemModel::endResetMo del() (in /usr/lib/x86_64-
linux-gnu/libQt5Core. so.5.3. 0) ==16693== by 0x23461EFD:
FakeIndicatorsModel: :unload( ) (fakeindicators model.cpp: 53) ==16693==
by 0x23461E13: FakeIndicatorsModel::~ FakeIndicatorsM odel()
(fakeindicatorsmodel. cpp:34) ==16693== by 0x2345C073:
QQmlPrivate::QQmlElement< FakeIndicatorsM odel>:: ~QQmlElement( ) (in
/home/tsdgeos_ work/phablet/ unity8/ investigate_ test_shell_ crash/build
dir/tests/mocks/Unity/ Indicators/ libIndicatorsFa keQml.so) ==16693==
by 0x2345C0A3:
QQmlPrivate::QQmlElement< FakeIndicatorsM odel>:: ~QQmlElement( )
(qqmlprivate.h:106) ==16693== by 0x663636B:
QObjectPrivate::deleteChildr en() (in /usr/lib/ x86_64- linux-
gnu/libQt5Core.so.5. 3.0) ==16693== Address 0x1862d448 is 8 bytes
inside a block of size 16 free'd ==16693== at 0x4C2C2BC: operator
delete(void*) (vg_replace_malloc. c:503) ==16693== by 0x72B21B8:
QQmlContextData::destroy( ) (qqmlcontext. cpp:647) ==16693== by
0x7293458: QQmlPrivate::qdeclarativeel ement_destructo r(QObject* )
(qqmlengine.cpp:612) ==16693== by 0x6C0CADD:
QQmlPrivate::QQmlElement< QQuickItem> ::~QQmlElement( )
(qqmlprivate.h:105) ==16693== by 0x663636B:
QObjectPrivate::deleteChildr en() (in /usr/lib/ x86_64- linux-
gnu/libQt5Core.so.5. 3.0) ==16693== by 0x663F0EB: QObject::~QObject()
(in /usr/lib/x86_64- linux-gnu/ libQt5Core. so.5.3. 0) ==16693== by
0x6BF64B5: QQuickItem::~QQuickItem( ) (qquickitem. cpp:2064) ==16693==
by 0x6C0CAE5: QQmlPrivate::QQmlElement< QQuickItem> ::~QQmlElement( )
(qqmlprivate.h:106) ==16693== by 0x663636B:
QObjectPrivate::deleteChildr en() (in /usr/lib/ x86_64- linux-
gnu/libQt5Core.so.5. 3.0) ==16693== by 0x663F0EB: QObject::~QObject()
(in /usr/lib/x86_64- linux-gnu/ libQt5Core. so.5.3. 0) ==16693== by
0x6BF64B5: QQuickItem::~QQuickItem( ) (qquickitem. cpp:2064) ==16693==
by 0x6C0CAE5: QQmlPrivate::QQmlElement< QQuickItem> ::~QQmlElement( )
(qqmlprivate.h:106) (LP: #1332598)
[ Michael Zanetti ]
* drop launcher item spacing (LP: #1332022)
* change wording in launcher quicklist (LP: #1332035)
[ Alejandro J. Cura ]
* Initial code for a payment button widget, to handle purchasing apps
from the click scope.
[ Rodney Dawes ]
* Initial code for a payment button widget, to handle purchasing apps
from the click scope.
[ Renato Araujo Oliveira Filho ]
* Create IndicatorsLight.qml component used to control indicator led.
A blue led will pulse if the message indicator is blue and screen is
off.
* 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)
[ Michael Terry ]
* Revert split greeter for now. We will bring it back as an option
for Desktop, but use a big hammer revert right now to get Touch back
in shape.
[ CI bot ]
* Fix build problems. Reviewed by: Michael Terry (LP: #1328850)
[ Michał Sawicz ]
* Make lockscreen buttons translatable.
[ Albert Astals ]
* Correctly mark these functions as overrides
* Remove connections to non existant signal
* Better test name
* Improvements for headerless categories LVPWH: No section name -> no
header LVPWH: New hasSectionHeader context property for delegates
GSV: Add topMargin if no hasSectionHeader (LP: #1326415)
* Make tryVerticalJournal, tryHorizontalJournal and tryOrganicGrid
work again
[ Michael Zanetti ]
* Don't crash when we get an invalid app from ApplicationManager (LP:
#1309162)
[ Andrea Cimitan ]
* Workaround for lp1324159 (LP: #1322233, #1324159)
[ CI bot ]
* Resync trunk
[ Florian Boucault ]
* Application startup: changed splash rectangle to be black instead of
white and added a neat little animation. (LP: #1124265)
[ Michael Terry ]
* Bump version so ubuntu-touch-session can reference this one
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Move env setup past session init in greeter wrapper. (LP: #1325882)
* no change rebuild
* drop dbus-x11 dependency of unity8-greeter, it makes us end up with
multiple session dbus daemons which breaks many AP tests in the lab
[ Michael Terry ]
* Bump version for Breaks due to unity8-greeter
* In split mode, determine whether the application identifiers in
AccountsService are click packages or not, so we know the correct
url prefix to use.
* Start logrotate in the greeter's session.
[ Andrea Cimitan ]
* Passes to make tryCommand -qmljsdebugger=port:3768 to enable
debug/profiling test apps
* Fixes carousel shadow
[ Michał Sawicz ]
* Use dpkg-architecture, not gcc, to determine the machine triplet.
[ Ying-Chun Liu ]
* Fix ZoomableImage test failure. (LP: #1317254)
[ Albert Astals ]
* We don't need iconutils in this mock
* Don't reserve space for mascot if no mascot is specified (LP:
#1319343)
* CardHeader is no more, remove stale line in CMakeLists.txt
* GenericScopeViewTest: Wait a bit more Otherwise sometimes we end
getting up the wrong delegate (maybe one that will be garbage
collected?) (LP: #1322279)
* Fix crash in organicgridtest
[ Daniel d'Andrada ]
* Remove Shell's underlay background image as it cannot be seen
anymore Now that the Dash has its own, opaque, background, the
underlay's background image can no longer be seen. So it's just a
waste of resources to have it.
[ Michael Terry ]
* Use the same animation when dismissing a greeter slide from the
launcher as from a normal greeter drag. (LP: #1316513)
[ Michael Zanetti ]
* enhance lockscreen add a retry indication label (e.g. 3 attempts
left). add an additional label (e.g. phone number for multi sim).
add a infoPopup (e.g. to display a warning for last retry). add min
and max limit values. add tests for the above (LP: #1302050)
[ Albert Astals ]
* Use Interface classes from unity-api
[ Ubuntu daily release ]
* New rebuild forced
[ Albert Astals ]
* Use the new displayMargin feature Also port our DashViews to use
same naming and behaviour + update tests
[ Michal Hruby ]
* Updated scope tool to create proper config files after recent
libunity-scopes- api changes.
[ Michał Sawicz ]
* Refactor export_qmlfiles and export_qmlplugins to be more generic
and clean up installed mocks.
[ Albert Astals ]
* Remove empty dirs
* Set the tabbarmodel index as we do on real code It works better :D
(LP: #1317255)
[ Thomi Richards ]
* Use new import location for ProcessSearchError in process_helpers
script.
[ Andrea Cimitan ]
* Adds shadow for the carousel
[ Daniel d'Andrada ]
* Remove Revealer component It's not used anywhere anymore. It's been
replaced by DragHandle.
[ Andy Doan ]
* unlock_device: support more complex reboot/wait cycles Currently
this script only allows you to override how to "wait" on the device.
This changes the logic to also support how you go about rebooting
the device. This is handy for the ubuntu-emulator because adb-reboot
is not currently supported. However, we also have a more
sophisticated, fool-proof way we reboot/wait in the CI lab that
would be nice to take advantage of:
http://bazaar. launchpad. net/~ubuntu- test-case- dev/ubuntu- test-
cases/touch/view/ head:/scripts/ reboot- and-wait
[ CI bot ]
* Resync trunk
[ Michael Zanetti ]
* support appid:// entries in gsettings schema and make
findDesktopFile work with short-appid (LP: #1239750)
[ Antti Kaijanmäki ]
* Indicators/RootActionState : use g_variant_iter_loop to extract
icons.
[ Andrea Cimitan ]
* Improve padding in Text preview widget. (LP: #1316683)
[ CI bot ]
* Resync trunk
[ Nick Dedekind ]
* Removed binding loop from Unity.Indicators.MenuContentAc tivator
Change handler for QMLListProperty used by MenuContent.qml:
menuActivator.content[ index]. active If we're already asking for the
index, we know it exists already. No need to send a
changeNotification on an implied creation.
[ Josh Arenson ]
* Implements usage-style documentation for unity8 executable. Fixes
lp:1269282 (LP: #1269282)
[ Albert Astals ]
* Create specialized Card code in Javascript instead of having various
copied&pasted files (LP: #1297197)
[ Michał Sawicz ]
* Remove HUD from the bottom edge. Again.
[ Ted Gould ]
* Provide a dbus interface for setting the count and countVisible
properties. (LP: #1301400)
[ Michał Sawicz ]
* Pass env variables to initctl start.
* Suffix .sh to our scripts and clean up debian/rules.
* Adapt to Debian Qt package renames and drop unneeded Dee plugin
dependency.
[ Ying-Chun Liu ]
* Add Zoomable Image for Preview widgets.
[ Albert Astals ]
* Remove support for Qt <= 5.2.1
[ Mirco Müller ]
* Implemented feature-request from Design for modal snap-decision
notifications on the phone. See LP #1285712 (LP: #1285712)
[ Andrea Cimitan ]
* Make progressbas in preview widget big as the button
[ CI bot ]
* Resync trunk
[ tpeeters ]
* Adapt to new TabBar
[ Tim Peeters ]
* Adapt to new TabBar
[ Andrea Cimitan ]
* Update upstart job to reflect latest unity-mir changes
* Fix locale in qml tests and fixtimeformattertest (LP: #1301038)
* Fix 1309135 (LP: #1309135)
[ Michał Sawicz ]
* Split out unity8-common package
* Don't wait for indicator services to start, and drop Scope Tool's
.desktop file. (LP: #1310172)
[ Michael Terry ]
* Stop clock from hiding when the 'show dash' button is pressed in
greeter. (LP: #1308139)
* Make swipe teases in the greeter more helpful and obvious (LP:
#1267623)
[ Nick Dedekind ]
* Fixed datetime indicator appointment colour (LP: #1307048)
[ Albert Astals ]
* Improve Card creation time by adding loaders that make sure only
what's needed is loaded (LP: #1297197)
* CategoryDelegateRange: Fix condition for detecting overshooting
* Make xvfbtests work in the DashView plugins
* Fix binding loop in FilterGrid height
[ Victor R. Ruiz ]
* Move autopilot notification code to a helper method.
[ Albert Astals ]
* Fix last item X position Fixes clicking on the last item sometimes
not working (LP: #1301871)
* Use upstart in ./run Makes it so that you can use the lock button on
the device without getting that nasty hwc crash
* Remove AnimationControllerWithSignals .
* Use the correct delegate base item for the Carousel test
* Some simplification in DashContent Kill the ScopeDelegateMapper in
favour of a simple if (that will eventually go away). Removal of all
the fake scopes in the tests that added nothing of value to the
tests. Removal of movementEnded signal that was unused. Removal of
movementStarted and positionedAtBeginning signals that were being
used as function calls. Rework DashContent tests so they what the
function does what it is supposed to do instead of just making sure
QML signals work .
* Improve Card creation time by adding loaders that make sure only
what's needed is loaded In my computer it goes from RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMasc otSummaryMode
l": 3.217 msecs per iteration (total: 3,218, iterations: 1000)
RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMasc otModel" :
1.647 msecs per iteration (total: 1,648, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMode l": 1.514
msecs per iteration (total: 1,515, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtModel" : 1.471 msecs per
iteration (total: 1,471, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardArtMo del": 1.447 msecs per
iteration (total: 1,448, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle Model": 1.276 msecs per
iteration (total: 1,276, iterations: 1000) to RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMasc otSummaryMode
l": 2.916 msecs per iteration (total: 2,917, iterations: 1000)
RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMasc otModel" :
1.504 msecs per iteration (total: 1,504, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtSubtitleMode l": 1.060
msecs per iteration (total: 1,061, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle ArtModel" : 1.052 msecs per
iteration (total: 1,053, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardArtMo del": 0.727 msecs per
iteration (total: 728, iterations: 1000) RESULT :
qmltestrunner::benchmark_ time:"cardTitle Model": 0.817 msecs per
iteration (total: 818, iterations: 1000) (LP: #1297197)
[ Allan LeSage ]
* DashApps emulator get_applications should return a list ordered by
visible y, x.
[ Andrea Cimitan ]
* Workaround for lp1301309 until fixes for palette in ui toolkit (LP:
#1301309)
[ Leo Arias ]
* Reverted the change that returns application cards instead of
titles.
[ Nick Dedekind ]
* Indicator services started by unity8 upstart configuration rather
than manual emmision from indicator manager.
[ Mirco Müller ]
* Fix notification ap-test assertions.
[ Michael Terry ]
* Use new tablet and phone backgrounds from Design.
[ Michael Zanetti ]
* workaround the QTestLogger assertion issue with make tryXyz and our
custom uqmlscene
[ Michael Terry ]
* When an application requests focus, handle it in Shell.qml by hiding
the greeter and stopping any edge demo. (LP: #1227753)
[ Leo Arias ]
* Use subprocess.check_call when caling url-dispatcher, so an error
will be raised if it fails.
* Test application life cycle with fake apps, instead of messaging and
address book.
[ Didier Roche ]
* Resync trunk with previous revert upload
[ Michał Sawicz ]
* Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
lp:1291575 (LP: #1291575)
[ Albert Astals ]
* Take into account the originY when specifying the delegate ranges
Fixes bug #1300302 (LP: #1300302)
[ CI bot ]
* Resync trunk
[ Allan LeSage ]
* Swiping open an indicator must show its correct title--protect
against lp:1253804 . (LP: #1253804)
[ Alexander Sack ]
* Fix TypeError: issue seen in system_integration autopilot test on
image 279. (LP: #1303685)
[ Bill Filler ]
* Set the Qt.ImhNoPredictiveText flag on wifi password field, fixes
lp:1291575 (LP: #1291575)
[ Leo Arias ]
* Added a search autopilot helper.
[ Michael Terry ]
* Provide a all-in-one script for getting a device to an unlocked
state.
* Revert to previous version as it's linked to latest sdk change which
is making gallery-app AP tests failing on the CI dashboard
[ Albert Astals ]
* Adapt to new TabBar
[ Michael Terry ]
* Re-enable test_networkmanager_integratio n autopilot test on phone
platforms
[ CI bot ]
* Resync trunk
[ Leo Arias ]
* Reverted the open_preview autopilot helper to return a Preview
object.
[ Albert Astals ]
* If not running in Mir load the "fake" application manager (LP:
#1301547)
* Remove unused properties from DashRenderer
[ Michael Zanetti ]
* Fix tests after right edge merge. Drop old stages tests. Fix right
edge tests if someone doesn't have the GRID_UNIT_PX exported. make
GenericScopeView test more robust that broke because the ordering
changed
* add "make xvfbtestSomething" target to run qml tests in xvfb
* make the "make test" commit hook work again
[ Michał Sawicz ]
* Bump version to ensure incompatibility with previous Unity.Application
implementations.
* We'll only have the unity-mir and mock Ubuntu.Application plugins
now, no need for mangling the import paths.
[ Michal Hruby ]
* Remove the albumart image provider. (LP: #1262711)
* Don't reset search string after 2 seconds. (LP: #1297246)
[ James Henstridge ]
* Remove the albumart image provider. (LP: #1262711)
[ Albert Astals ]
* Carousel: Add test to make sure we only create the needed delegates
and not more
* LVWPH: Remove processEvents() call from updatePolish() It causes
some reentrancy issues and in some times you end up in polishItems()
with items that have been deleted because you called processEvents()
This means i need a small tweak in itemGeometryChanged to not
reposition items if we are inside a setContentHeight call and two
small tweaks to tests since now things happen in a different order
and numbers are different (though equivalent) (LP: #1297240)
* Card.qml binding loops are gone. hooray \o/ Also made the aspect
properties readonly
[ Mirco Müller ]
* A potential fix for "Cannot read property 'state' of null"-failure
on Jenkins with the VisualSnapDecisionsQueue QML-test of
notifications.
[ Michael Terry ]
* Pass user's preference for auto-brightness on to powerd. (LP:
#1273174)
[ Michael Zanetti ]
* Registers a dummy QObject as QTestRootObject in uqmlscene in order
to fix make trySomething with Qt 5.2.
* For now, have libunity-private depending on libunity-core-6.0-9 as the
gsettings schema is here. The dependency wasn't direct and dropped from
Touch image #271. Consequently, unity8 didn't start (gsettings
segfaulting).
Proper strategy will be to include the schema in another package to only
pull it.
[ Michał Sawicz ]
* Increase kill timeout so that crashes are not truncated.
[ Ying-Chun Liu ]
* Fix a small typo in LazyImage: scale -> scaleTo
[ Albert Astals ]
* Make geometry calls for autopilot work again -geometry is a internal
Qt argument that only works for QWidget based apps Before it was
being returned to us in -args but now it's eaten so we need to use a
different one, -windowgeometry
* Make "Recent" translatable and update pot file
[ Mirco Müller ]
* Make visual queue of (up to five) snap-decisions contract and expand
according to visual design-spec.
[ Michael Terry ]
* Pass user's preference for auto-brightness on to powerd. (LP:
#1273174)
[ Michael Zanetti ]
* allow executing a single test function example: make testShell
FUNCTION="Shell: :test_backgroun d"
[ Michal Hruby ]
* Change and extend the way non-installed scopes are started with the
scope-tool.
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Gerry Boland ]
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Michał Sawicz ]
* Fix rating input action to always be "rated", not dynamic. Based on
http://developer. ubuntu. com/api/ devel/ubuntu- 14.04/cplusplus /unity-
scopes/previewwidgets. html#rating- input
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Kevin Gunn ]
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Albert Astals ]
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
* LVWPH: cull lost items lost items will be released on the next
updatePolish cycle but meanwhile don't let them be visible
[ Daniel d'Andrada ]
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Michał Karnicki ]
* Switch to new scope backend and apply required visual adaptations.
(LP: #1294294)
[ Michał Sawicz ]
* Work around bug #1293478 - make sure to send ints, not doubles for
volume control. (LP: #1293478)
[ Nick Dedekind ]
* Fixed binding being cleared when manually changing slider value
(lp#1283191). (LP: #1283191)
[ Albert Astals ]
* Fix indicators highlight position on 5.2 We need to take into
account the list originX if we're using the list delegates x outside
the list itself
* LVWPH: Make sure m_firstVisibleIndex is correctly set on
removeNonVisibleItems
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Revert disable-hud, we weren't ready to land it yet.
[ Mirco Müller ]
* The snap-decision AP-test for "incoming call"-case used the wrong
objectName "notification0". It has to be "notification1".
[ Michał Sawicz ]
* Fix tests under Qt 5.2.
* CardHeader improvements depending on background. Also drop prices,
they need to be reworked into attributes.
* Bring Cards closer to design
* Add back the workaround for not being able scroll the image gallery
Taken from AppPreview.qml (LP: #1281709)
* Only allow searching when preview isn't open. (LP: #1282475)
* Adds carousel dynamic switch
[ Leo Arias ]
* Update the url dispatcher test to use the fake app fixture from the
toolkit.
[ Albert Astals ]
* Fix tests under Qt 5.2.
* Workaround compiz/unity7 behaviour change/bug
[ Michael Zanetti ]
* Fix tests under Qt 5.2.
* Disable HUD from the bottom edge.
[ Andrea Cimitan ]
* Adds carousel dynamic switch
[ CI bot ]
* Resync trunk
[ Michał Karnicki ]
* CardHeader improvements depending on background. Also drop prices,
they need to be reworked into attributes.
* New rebuild forced
[ Bill Filler ]
* Convert gallery and camera to click
[ Michael Zanetti ]
* Just disable HUD tests, without really disabling the HUD itself
[ Sergio Schvezov ]
* Convert gallery and camera to click
[ Michael Terry ]
* Ensure that the selected() signal is emitted by the greeter on
startup, fixing the background on startup for the first user in
tablet mode.
[ Nick Dedekind ]
* Remocked IndicatorModel to fix qt5.2.1 changes.
[ Albert Astals ]
* Initialize m_distance (LP: #1285385)
* import Ubuntu.Components so we can use UbuntuAnimation
[ Michał Sawicz ]
* Fix CardHeader title font weight.
* Delete stale sockets. (LP: #1285215)
[ Dmitrijs Ledkovs ]
* Ship python3 autopilot modules.
[ Albert Astals ]
* Cleanup DashContent Remove unused signals and properties
[ Michał Karnicki ]
* Take it easy on the logging.
* Fix CardHeader title font weight.
[ Nick Dedekind ]
* Added ability to change indicator profile in shell (env
UNITY_INDICATOR_ PROFILE)
[ Andrea Cimitan ]
* Rename PreviewRating to PreviewRatingInput
* Adds PreviewRatingDisplay
[ Daniel d'Andrada ]
* DirectionalDragArea: Reset status if disabled while dragging (LP:
#1276122)
[ Dimitri John Ledkov ]
* Ship python3 autopilot modules.
[ Michał Sawicz ]
* Add card background support.
* Increase the sidestage threshold.
[ Jussi Pakkanen ]
* Move downloads to their own threads so they don't muck about with
the parent thread's event loop. (LP: #1240408)
[ Michał Sawicz ]
* Center-align title when it's alone in the header.
[ Leo Arias ]
* Prepare unity8 to the _uinput refactors in autopilot.
[ Albert Astals ]
* Progress Preview Widget
* LWPH Fix crash from bug 1279434 (LP: #1279434)
* Show the loading indicator of the screenshot in video playback
[ Andrea Cimitan ]
* Adds rating preview widget. Work on the rating widget
[ Daniel d'Andrada ]
* Make DirectionalDragArea work when rotated The drag gesture
direction is in local coordinates, not in scene coordinates
[ Michał Karnicki ]
* Center-align title when it's alone in the header.
[ Gerry Boland ]
* Add InputFilterArea to sidestage handle to block input to mainstage
app while moving sidestage (LP: #1275732)
[ Leo Arias ]
* On the autopilot helper to open a scope, wait for the dash content
list to stop moving. (LP: #1277591)
* Added a test to swipe out an application started by url-dispatcher.
[ Nick Dedekind ]
* Added a "-profile" option to the indicator-client to switch between
indicator service profiles.
* Fixed issue importing plugin qml files into qtcreator
[ Albert Astals ]
* Fix test_previewCycle
* Don't move the list contentY unless there's a preview to show (LP:
#1271676)
* Add overlay to card. Fix implicit card height. .
* PreviewHeader Is just a link of the widgetData with the CardHeader
* Fix tst_Preview.qml
* Scopes guys want the data back
* Link the pageheader scope with the current scope So that the
activity indicator on search works again (LP: #1279316)
[ Andrea Cimitan ]
* Add PreviewImage
* Preview widget for video playback
[ CI bot ]
* Add overlay to card. Fix implicit card height. .
[ Ted Gould ]
* You can't tap anywhere
[ Michał Sawicz ]
* Wait for the indicator to appear.
* Add CardTool to determine category-wide card properties based on the
category template. Clean up test configurations, too.
* Actions Preview Widget
* Add Preview for new generation scopes.
* Add overlay to card. Fix implicit card height. .
[ Albert Astals ]
* Basic ImageGallery widget for Previews Mostly a copy of the code
used in AppPreview.qml but without the MouseArea hack that I'll wait
to introduce until we start using this somewhere were it is needed
* Actions Preview Widget
[ Andrea Cimitan ]
* First audio player widget for previews, with tests
* Adds TextSummary preview widget
[ Michał Karnicki ]
* Add overlay to card. Fix implicit card height. .
[ Michael Terry ]
* Expand greeter demo support to include listing multiple users and
specifying individual passwords and names.
[ Michael Terry ]
* Disable NM integration test, jenkins has a problem with it because
logind isn't configured
[ Ubuntu daily release ]
* New rebuild forced
[ Michał Sawicz ]
* Add ubuntu-settings- components to build script. Revert workaround
for bug #1268578, got fixed upstream. Drop GenericName from
unity8.desktop. (LP: #1268578)
* Improve Card and CardHeader layouts: anchor summary to art when no
header. don't indent header when no mascot. reduce header and
summary font sizes and weights. increase art shape radius .
* Add doxygen-based documentation generator.
* Add CardTool to determine category-wide card properties based on the
category template. Clean up test configurations, too.
* Move upstart kill timeout to the unity8 job itself.
* Don't treat scope as active when preview open to inhibit model
updates and reset processing on previewData changes. (LP: #1275832)
[ Leo Arias ]
* Added the DashPreview autopilot helper.
[ Michał Karnicki ]
* CardHeader mascot improvements.
[ Michał Sawicz ]
* Bring back libunity-mir1, it's dlopen'ed, so not linked to unity8,
so not in shlibs.
[ Nick Dedekind ]
* Added Panel/VisibleIndicatorsModel for use with both indicator row &
menuContent. This removes the need to hide indicators in the row and
map inicator indexes between row & content. Fixes the indicator
highlight line offset not bound by listView position.
* Ported indicators to using ubuntu-settings- components
[ Albert Astals ]
* Prepend /sbin/ to initctl calls My phablet user does not have /sbin/
in path and thus this calls fail
* Call updateDelegateCreationRange when it's needed It depends on
other variables than the ones we were using to call it, so need to
call it if these change too Device manual test, go to apps scope,
scroll down so that only part of the installed apps collapsed
category is shown, expand it, see how previously some icons were not
painted and now they are
[ Mirco Müller ]
* Fixed the failure of notification autopilot-test
test_sd_incoming_ call.
[ Andrea Cimitan ]
* Add AP test for policykit/network manager, which was causing issues
with nested mir
[ CI bot ]
* Resync trunk
[ Michał Karnicki ]
* Don't display artShape when artImage source not set.
* Fix FilterGrid rendering issues.
[ Michal Hruby ]
* Added unity-scope-tool, which will help when developing scopes.
[ Michał Sawicz ]
* Added unity-scope-tool, which will help when developing scopes.
* Use full DashContent, not just GenericScopeView in ScopeTool.qml.
* Bring Card and CardHeader over from new-scopes.
* Work around bug #1268578. (LP: #1268578)
* Drop unnecessary version dependencies.
* Return null instead of undefined from findChild and
findInvisibleChild.
* Fix CardHeader and Card heights (empty Label does have non-zero
height apparently). Also improve test robustness and reduce future
diffs.
[ Albert Astals ]
* Do not assert if the item we are removing was not created yet
(because e.g. it's not in the viewport).
* Position correctly the pointer of the search history box .
* Make test_filter_expand_ expand less unstable in CI VMs Make sure
header0 is the header0 we want to click On the CI VM stuff is a bit
slower than on real hw and we were clicking in the wrong place.
* Add TabBar to the Dash header navigation Changes this comes with: *
DashBar at the bottom is gone * PageHeader doesn't have a Label
anymore, it has the childItem property where you add which thing it
has to contain * New: PageHeaderLabel mimics the old behaviour of
PageHeader * The header of the LVWPH of GenericScopeView is now fake
and only used for positioning. There is a single global floating
header in DashContent (which is a PageHeader with a TabBar as
childItem) * The GenericScopeView previewLoader and OpenEffect have
been also moved to the DashContent so that the openEffect includes
the floating header in the "animation" .
* Introduce the HorizontalJournal.
* If there are no items m_firstVisibleIndex has to be -1 .
* Add some more documentation about tests to the CODING file.
* Fixes to the journal cmake tests code * Output to the correct
filename for the test * Don't output stuff from the tryXYZ targets.
* Adapt to findChild return value changes .
* Organic Grid for the Dash View.
* Misc journal fixes Don't init *modelIndex to INT_MAX Makes no sense
since we're not doing any qMin and the calling function also accepts
any index >= 0 as valid so in some cases it may end up wanting to
create an index that doesn't exist Don't refill if height() < 0,
that gives bad ranges for from/to and the code gets confused .
[ Michał Karnicki ]
* Fix grid view column count.
* Add test for minimum number of items in a carousel.
[ Allan LeSage ]
* Add stubs for indicators autopilot tests.
[ Andrea Cimitan ]
* Avoid input falling through notifications onto surfaces below, thus
fixing LP: #1257312. (LP: #1257312)
[ Leo Arias ]
* Close the Touch devices after the tests. (LP: #1267600)
* Added methods to scroll to other scopes on autopilot tests.
* Added autopilot helpers for the app scope and the app preview.
Install the fake scopes in order to use them on the tests. (LP:
#1269114)
* On autopilot helpers, wait for the scope category to appear.
[ Nick Dedekind ]
* Visual updates for indicator panel highlight and opening opacity.
* Added inidcator tests for page & item factories.
* Fixes visible indicator misalignment in indicator items/menus
(lp#1264678). (LP: #1264678)
[ Mirco Müller ]
* Fixed the failure of notification autopilot-test
test_sd_incoming_ call.
[ Michael Zanetti ]
* clean up fullscreen notifications code.
* import qml files into cmake, drop qmlproject.
* also add qml files in tests directory.
* Added autopilot helpers for the app scope and the app preview.
Install the fake scopes in order to use them on the tests. (LP:
#1269114)
[ Michael Terry ]
* Fix failure to build when using the ./build script with ninja-build
installed. (LP: #1268525)
* Point DBus-activated processes at unity8's MIR_SOCKET rather than
the system socket.
[ Daniel d'Andrada ]
* DragHandle: Never restart hinting animation while still pressed (LP:
#1269022)
[ Bill Filler ]
* fix for lp:1259294, turn off auto capitalization for wifi password
field. (LP: #1259294)
* disable predictive text in Dash search field as it interferes with
built-in search (LP: #1273643)
[ Michał Sawicz ]
* Clean up root project file. Introduce include/ and qml/ and move
files around to be where they fit, also adapt everything else to
match.
[ Michael Hall ]
* Update CODING to reflect the fact that only 14.04 is supported
currently.
[ Christopher Lee ]
* Make use of helpers in all tests. (LP: #1260860). (LP: #1260860)
[ Nic ]
* Added kill time 30 to unity8 override. Added install path. (LP:
#1260379)
[ Nick Dedekind ]
* Added parser for strftime in TimeFormatter. Moved TimeFormatter to
Utils plugin.
[ Mirco Müller ]
* Support fullscreen for special-case extended snap-decision of the
pin-unlock dialog.
[ Michael Zanetti ]
* Change the default behaviour of the Lockscreen to have a variable
PIN length, requiring the user to confirm with OK.
[ Daniel d'Andrada ]
* Update CODING with instructions on how to run tests.
[ Dimitri John Ledkov ]
* Fix cross-compilation.
[ Albert Astals ]
* Vertical journal Comes from lp:~aacid/+junk/verticalJournal.
* Add code and tests for incremental inserting/removing from the end.
[ Ubuntu daily release ]
* Automatic snapshot from revision 603
[ Michał Sawicz ]
* Add PyDev project files for autopilot tests. Also tweak .bzrignore
to not ignore generic Eclipse project definitions.
* Retry unlocking the greeter three times.
* Reduce code duplication and clean up CMakeLists and includes in
indicator tests.
[ Nick Dedekind ]
* Replaced indicator page dynamic menuSelected binding with Connection
to listview selectedIndex property. (LP: #1243146)
* Indicators close when menu items are activated. (LP: #1238182)
* Fixed up connections for changes to model data. (LP: #1253810)
[ Albert Astals ]
* dashItemSelected -> showDashHome Because we are not using the index
at all in the upper layers.
* Fix filtering colllapsing/expanding again Also the delegate creation
range stuff flows up->down not down->up so rearrange the bindings.
[ Ubuntu daily release ]
* Automatic snapshot from revision 590
[ Michal Hruby ]
* Ensure DashContent's ListView's currentItem is set if the model is
not empty.
[ Michał Sawicz ]
* Don't generate build-deps .deb twice and allow overriding
QML2_IMPORT_PATH in ./run.
[ Albert Astals ]
* Remove unused Applications/ folder .
* Implement an 'interface' for Dash Renderers.
* Use deelistmodel's conversion method Instead of a copy of the code .
* Remove icons we don't use .
* Do not start apps or go to dash on demo If you are pulling the
launcher out while in demo mode it doesn't make sense to let you
start applications. Besides it locks you out because it starts the
app and the demo is still not finished so you can't really use any
of the edges to escape Bug #1233696. (LP: #1233696)
* Add a test for the carousel showing the preview when being clicked .
* Fix collapsing of categories not working and the
expansion/collapsing animation +test.
[ Timo Jyrinki ]
* Depend on either Qt 5.2 or libqt5v8-5-private- dev.
* qtdeclarative5-private- dev 5.0.2-6ubuntu5 now depends directly on Qt
V8 private headers. The remaining "qtdeclarative5-private- dev"
dependency is enough now both when compiling against 5.0.2 or 5.2.
[ Pete Woods ]
* Handle optional parameterized action properties. (LP: #1256258)
[ Andrea Cimitan ]
* Implement an 'interface' for Dash Renderers.
[ Michael Zanetti ]
* Added music preview.
* rename some parameters from desktopFile to appId as scopes are now
changed to give us the appId.
* unhardcode launcher's search paths for .desktop files.
* Enable teasing of the phone greeter even though we have a
lockscreen.
* check if variant is valid to avoid asserting in debug mode when the
connection to AccountsService doesn't work for some reason .
[ Michael Terry ]
* Add the DBus greeter API from the desktop greeter into the unity8
greeter.
[ Daniel d'Andrada ]
* Dash: disable close mode when you click outside app thumbnails To
leave the termination mode you can now just mouse/touch press
anywhere outside the running applications' thumbnails The other way,
which still works, is long-pressing a thumbnail once more. (LP:
#1193414)
[ Ubuntu daily release ]
* Automatic snapshot from revision 579
[ Michal Hruby ]
* Depend on the separate scopes plugin
* Move the BottomBar* DBus communicator to the Utils plugin.
[ Michał Sawicz ]
* Wait for DashHome to be available in tst_Shell. (LP: #1254898)
* Use plugindir from unity-shell-api.pc.
* Expect stop in upstart job and raise in case of surfaceflinger. (LP:
#1239876)
[ Albert Astals ]
* Fix time test in Qt 5.2 Make factors an array instead of a
object/dict Objects/dicts are unordered by definition, it happened
that Qt 5.0 gave them in the orrder we wanted, but with Qt 5.2 is
failing, and we don't even need the "key", so array works as well
:).
* Test that the dash hswipe is disabled while the inner stuff is
moving .
* Skip restMaximizeVisibleAreaMoveUpA ndShowHeader, it's causing too
many failed runs And we are confident it's failing because of the
suboptimal scenegraph run in 5.0.x.
* Make Dash::test_show_scope_ on_load more robust If we are testing
showScopeOnLoaded make sure we force a scope reload after we set it,
otherwise it may just happen that the scope has already been loaded
and the expectaction that we'll change the list to it is just wrong.
* Dash renderer signals: No need to pass the model up and down Whoever
is listening to the signal has access to the item that emits the
signal and has the model right there accessible if needs it.
* LVWPH: Fix header going bad when setContentHeight ends up moving the
viewport How to reproduce the bug easily without the patch: * In the
Dash Home, search for london * Scroll to the bottom * Start moving
to the apps scope very slowly * At around 3/4 of the move you'll see
the header in the home scope went to a bad position * Go back to the
Dash Home. (LP: #1237942, #1246351)
* Remove unused AppInfo and VideoInfo files .
* Kill unused ApplicationsFilterGrid. qml .
* Unify ScopeView and GenericScopeView .
* Fix header getting lost as per bug 1245824. (LP: #1245824)
* Remove unused Time.js and its test .
* Do not include the QtQml megaheader Include only qqml.h which is
what we need in these files.
* Don't do stuff if our parent context is gone We'll be gone soon too
(and crash probably) so don't do anything. This looks a bit like a
workaround, wait for 5.2 better painting/dispatching loop to see if
this is not needed anymore, we find a better way to do it, or we
decide this is fine.
[ Lars Uebernickel ]
* Allow setting different indicator positions for different profiles.
[ Mirco Müller ]
* Added checkbox for toggling between echo-modes of password-
entryfields in ext. snap-decisions.
* Fixes bug #1200569. (LP: #1200569)
[ Andrea Cimitan ]
* Switch to application scope when a dash swipe is taking place and an
app is on foreground. (LP: #1231996)
* Shifts wallpaper rendering for greeter lockscreen to be inline with
shell. (LP: #1231731)
* Dinamically load the Carousel/Filtergrid with more than 6 items.
(LP: #1226288, #1234105)
* Removes Math.js and its usage. Use SDK ones.
[ Gerry Boland ]
* DragHandle: javascript argument name clashes with local variable.
Yes it works, but is a little unsafe.
[ Nick Dedekind ]
* Added UnityMenuModel submenu row removal awareness in
UnityMenuModelStack.
* Round indicator widget icon/label width up to closest gu for
alignment. (LP: #1236267)
* Indicator re-select by dragging from top when fully opened. (LP:
#1213164)
* Fixed a race condition causing search history popup to show up when
it shouldn't. (LP: #1249369)
[ Christopher Lee ]
* Unity8 tests now make use of the helper functions (added in the pre-
req branch) so that the helper functions are tested as part of daily
business.
[ Daniel d'Andrada ]
* Improve DirectionalDragArea Removed Rejected status, simplifying
state machine. Added compositionTime property. Multi-finger
scenarios are better handled now. Refactored TimeSource in
Ubuntu.Gestures plugin. Added an easy way to debug
DirectionalDragArea by having switchable debug prints. Updated tests
to also simulate the passage of time. Use touch point scene
coordinates for gesture recognition so that moving the.
DirectionalDragArea (as in a hinting DragHandle) won't affect it.
(LP: #1228336)
* Add right-edge drag hinting to Greeter To match with the existing
teasing animation when you tap on the right half of the Greeter.
Also has the side benefit of making the code look a bit nicer.
* Refactor Ubuntu.Gesture tests to share common logic Take the common
part out of tst_DirectionalDragArea and put it into a separate base
class, GestureTest, so that it can be shared with other, future,
tests. In CMakeLists.txt, create a macro out of DirectionalDragArea
build script to be used by future tests with similar requirements
and structure. Also add the "m_" prefix to member variables.
* Remove dead code from Utils plugin They are not being used anywhere.
[ Michael Terry ]
* Make EdgeDemoOverlay test more reliable by testing for what we
really care about, not an indirect indicator of it. (LP: #1248232)
* Explicitly set MIR_SOCKET for other upstart jobs, rather than
relying on the default socket, since that won't work once we move to
a nested Mir.
[ Michael Zanetti ]
* don't add margins to RunningApplicationTile' s label. (LP: #1245482)
* allow SIM PIN entry to have a variable pin length (by adding a done-
button). (LP: #1240561)
* fix launcher wording for pinning actions. (LP: #1240891)
* fix preview background positioning don't explicitly take originY
into account as it's already in there implicitly. make sure we don't
split the openeffect in a place where it can be covered by the
header.
* fix album artwork containing / in the name. (LP: #1237829)
* small launcher tweaks fix fakeDragItem's initial position to match
with real item. remove UbuntuShape's border glow. .
* drop all references to LighDM from the Lockscreen This should make
it generic enough to allow reusing it for SIM PIN entry .
[ Omer Akram ]
* make the non working code in the screen unlocker helper work.
[ Nicolas d'Offay ]
* Pushed up the z order of the clock in GreeterContent. (LP: #1233146)
* Search history is now persistent across all scopes and remains in
QML. (LP: #1226221)
[ Ubuntu daily release ]
* Automatic snapshot from revision 556
[ Andrea Cimitan ]
* Place ShaderEffectSource of UbuntuShapeForItem under the Shape Item.
(LP: #1239317)
[ Omer Akram ]
* test: make sure the search indicator hides when an app has focus.
[ Nick Dedekind ]
* Fixed indicator slider menu item alignment to label field and icon.
(LP: #1240756)
[ chris.gagnon ]
* Update to autopilot 1.4.
[ Ubuntu daily release ]
* Automatic snapshot from revision 500
[ Michał Sawicz ]
* Implement switching between previews by swiping. (LP: #1220651,
#1088572)
[ Nick Dedekind ]
* Faster loading of indicator menus. (LP: #1226650)
[ Albert Astals ]
* Make sure we have ssh started when we need it .
* Fix a few warnings in DashContent.qml on shutdown
Dash/DashContent. qml:119: TypeError: Cannot read property
'previewShown' of null Dash/DashContent.qml:120: TypeError: Cannot
read property 'moving' of null .
* Don't use deprecated Panel methods.
[ Christopher Lee ]
* Adds an easy to consume function that attempts to unlock the unity
greeter. (LP: #1240261)
[ Lars Uebernickel ]
* Indicators: add TimeFormatter and use it in the messaging menu This
component can be used to turn a timestamp and a format string into a
string with the corresponding time and format. The string will
change whenever the timezone changes. (LP: #1236413)
[ Andrea Cimitan ]
* Allow drag over bounds, but not overshoot. (LP: #1204300)
* Threshold to activate the left edge swipe to reveal dash is now 26
GU. (LP: #1236286)
[ Michael Zanetti ]
* replace the launcher quicklist's Popover with an own quicklist
implementation The Popover probably won't ever support what the
launcher needs.
* Implement switching between previews by swiping. (LP: #1220651,
#1088572)
* don't trigger the greeter teasing during a movement of the greeter.
[ Ubuntu daily release ]
* Automatic snapshot from revision 495
[ Michał Sawicz ]
* Use setenv as early as possible to avoid setenv and getenv clashing
in multi-threaded situations. (LP: #1240866)
[ Ubuntu daily release ]
* Automatic snapshot from revision 482
* New rebuild forced
* Automatic snapshot from revision 480
[ Andrea Cimitan ]
* Fix 1195349 by counting drawbuffer on the newContentX logic of the
carousel When we changed carousel from repeater to listview, we
added drawbuffer. this breaks the logic of newContentX, which was
considered disabled and set to -1. The correct disabled value now
has to take into account the drawbuffer. (LP: #1195349)
[ Christopher Lee ]
* Checks both then env and upstart env for the currently set
XDG_DATA_DIRS so they can be set correctly for the test.
[ Ubuntu daily release ]
* Automatic snapshot from revision 479
[ Loïc Minier ]
* Merge ~lool/unity8/drop-setcap- conf. Drop unity8-setcap.conf as this
breaks desktop installs (no boot-hook event is emitted, boot
stalls); add maintscript snippet to rm_conffile on upgrades; this
boot-hook is now shipped under a different name in lxc-android-
config.
[ Michał Sawicz ]
* Ship a camera-app.desktop file and use a custom XDG_DATA_DIRS for
testing.
[ Ubuntu daily release ]
* Automatic snapshot from revision 472
[ Diego Sarmentero ]
* Disable Preview interaction until the scope responds.
[ Albert Astals ]
* Hide placeholder notification.
[ Ubuntu daily release ]
* Automatic snapshot from revision 469
[ Loïc Minier ]
* Add upstart job to copy unity8 to a new tmpfs, setcap it, and bind-
mount it back; this is an ugly hack to set CAP_SYS_RESOURCE until we
have a root-helper for it.
[ Michal Hruby ]
* Enable definition of scope back references in overridden results.
[ Ubuntu daily release ]
* Automatic snapshot from revision 466
[ Michał Sawicz ]
* Replace ubuntu-touch-session' s unity8.conf upstart job.
* Revert r440 that made the dash collapse animation worse, rather than
better.
[ <email address hidden> ]
* close the app only when the close button is tapped, not the entire
thumbnail
[ Nick Dedekind ]
* Added missing Unity.Indicator mock objects causing qmltests to fail.
Approved by: Michał Sawicz.
[ Christopher Lee ]
* Launch unity8 for autopilot with upstart, and bring unity8 session
over from session-manager- touch.
[ Pawel Stolowski ]
* Temporarily disable category_order changed signal handling.
[ Daniel d'Andrada ]
* OSKController area shouldn't cover the indicators' bar Since ubuntu-
keyboard surface area doesn't cover the indicators' bar,
OSKController should follow suit. Otherwise the OSKContoller's
internal InputFilterArea (and others) wouldn't perfectly overlap the
graphical keyboard rendered by ubuntu-keyboard (i.e. the opaque part
of ubuntu-keyboard's surface).
[ Michael Zanetti ]
* Initialize initialHeight/Width to height/width depending on scaleTo
add checks for initialWidth/Height in the tests change sizes in
tests to something else than the default for initialWidth/Height in
order to catch failures there more easily
[ Omer Akram ]
* Only show search indicator while the Dash is focued.
* Add 2dp left margin for music and video tiles' title.
[ Nicolas d'Offay ]
* Changed Infographics to use Ubuntu font.
[ Ubuntu daily release ]
* Automatic snapshot from revision 463
[ Michał Sawicz ]
* Work around Mir not delivering input to shell after restart, if the
device isn't reinitialized.
[ Albert Astals ]
* Remove unused DashMusic/DashVideos.
* Don't let the user change between scopes if the current one is
moving up/down.
* Fix two uninitialized variable uses reported by valgrind ==17988==
Conditional jump or move depends on uninitialised value(s) ==17988==
at 0x13839F3A: AccountsService::updateDemoEdg es()
(AccountsService.cpp: 74) ==17988== by 0x13839DA5:
AccountsService::setUser( QString const&) (AccountsServic e.cpp:45)
==17988== by 0x1383F67B:
AccountsService::qt_ metacall( QMetaObject: :Call, int, void**)
(moc_AccountsService .cpp:192) ==17988== by 0x496143D:
StoreProperty(QV8Engine* , QObject*, QQmlPropertyData*,
v8::Handle<v8::Value> ) (in /usr/lib/arm-linux-
gnueabihf/libQt5Qml. so.5.0. 2) ==17988== ==17988== Conditional jump
or move depends on uninitialised value(s) ==17988== at 0x1383A0F6:
AccountsService::updateStats WelcomeScreen( ) (AccountsServic e.cpp:92)
==17988== by 0x13839DB1: AccountsService::setUser( QString const&)
(AccountsService.cpp: 47) ==17988== by 0x1383F67B:
AccountsService::qt_ metacall( QMetaObject: :Call, int, void**)
(moc_AccountsService .cpp:192) ==17988== by 0x496143D:
StoreProperty(QV8Engine* , QObject*, QQmlPropertyData*,
v8::Handle<v8::Value> ) (in /usr/lib/arm-linux-
gnueabihf/libQt5Qml. so.5.0. 2)
* Fix unitialized variable in Scope ==18457== Conditional jump or move
depends on uninitialised value(s) ==18457== at 0x15AD1FD6:
Scope::setActive( bool) (scope.cpp:165) ==18457== by 0x15B0023D:
Scope::qt_metacall( QMetaObject: :Call, int, void**)
(moc_scope.cpp: 478) ==18457== by 0x48B709F:
QQmlPropertyPrivate: :write( QObject* , QQmlPropertyData const&,
QVariant const&, QQmlContextData*,
QFlags<QQmlPropertyPri vate::WriteFlag >) (in /usr/lib/arm-linux-
gnueabihf/libQt5Qml. so.5.0. 2)
* Fix crash on the phone For some reason i'm getting v8 crashes
without this when shuting down unity-mir
[ Gerry Boland ]
* Use focusRequested signal from AppManager. WM: AppManager has new
signal to ask shell to request focus for app - use it to properly
animate and focus the app. If app wants to be side stage, but no
side stage available, override the application stage.
[ Nick Dedekind ]
* Only use the root action state as a unitymenumodel ActionStateParser
when needed.
[ Andrea Cimitan ]
* Move the close app icon on top left.
* The header of category list is already on screen after unlock
[ Michael Zanetti ]
* Make the greeter's clock update in sync with the indicators.
[ Omer Akram ]
* Increase dash header height to 5gu.
[ Nicolas d'Offay ]
* Standardised expansion speed in scopes.
[ Ubuntu daily release ]
* Automatic snapshot from revision 449
[ Michał Sawicz ]
* Fix frequent application IDs and drop old AppsAvailableForDownload
model.
* Unrevert r388 now that we have fixed the infinite loop it was
causing in Qt.
[ Steve Langasek ]
* Don't keep a long-lived connection open to upstart when we only use
it for two events, one at load time and one at unload time.
[ Lars Uebernickel ]
* VolumeControl: use 'volume' instead of 'scroll' action The volume
action doesn't show a notification.
[ Michael Terry ]
* Disable DragHandle on right side of screen while the greeter is
animating
[ Marcus Tomlinson ]
* Added missing "enabled" property to "progressMenu" component in the
menu item factory.
[ Michael Zanetti ]
* Add scaleTo: "fit" mode support to LazyImage
[ Andrea Cimitan ]
* Add music and video renderers
* Use shell.edgeSize for BottomBar's EdgeDragArea, detecting gestures
only when they are within the edgeSize.
[ Nick Dedekind ]
* Removed greeter "toHome" animation (LP#1092976) (LP: #1092976)
* Only show Snap Decision notification actions when available.
[ Albert Astals ]
* Dash: Set delegate creation range for inner itemviewss If it's above
the list viewport we set it to the end of the list to precache the
last items It it's below the list viewport we set it to the
beginning to precache the first items Otherwise we set it to the
part of the viewport in the view Approved by: Michał Sawicz.
[ Ubuntu daily release ]
* Automatic snapshot from revision 435
[ David Callé ]
* Small logic change in preview descriptions line breaks. Multiple new
lines are now replaced by multiple br tags.
[ Nick Dedekind ]
* Use indicator identifier for indicators-client list item label.
* Make sure overflow indicators are hidden and not the search label.
[ Mirco Müller ]
* Tweaks to notifications to improve spec-compliance. - updated
notifications-qmltest to reflect the use of a variant-map for the
hints - made text-fields as heigh as buttons - made the summary
align horizontally to the icon - updated button-height and bubble-
background.
[ Pawel Stolowski ]
* Handle category_order_changes signal from scopes (used in Home only)
and reorder categories accordingly.
* Implementation of albumart image provider for audio content.
[ Michael Terry ]
* Hide the greeter when an app is focused, fixing snap decisions
launching an app in the greeter (like receiving a call).
[ Michael Zanetti ]
* Launcher - remove support for pinning items in the backend After the
latest design changes, recent apps is everything that is contained
in the ApplicationManager. So no need for storing anything else than
pinned apps in the config.
[ Michał Sawicz ]
* Remove the mir socket before starting unity8 during autopilot tests.
[ Ubuntu daily release ]
* Automatic snapshot from revision 420
[ Michal Hruby ]
* Add Scope::isActive property and corresponding tests. (LP: #1230352)
[ Daniel d'Andrada ]
* Move OSKController to the front as it will now also block input
meant to the OSK That's in the unity-mir implementation. The
SurfaceFlinger one is still an empty noop. Currently, when the OSK
is up, both shell and OSK get user input, thus we need the
OSKController to shield our shell components from them. (LP:
#1236773)
[ Michał Sawicz ]
* Add Scope::isActive property and corresponding tests. (LP: #1230352)
* Force focus back on shell in case it loses it for some reason.
[ Ubuntu daily release ]
* Automatic snapshot from revision 409
[ Michał Sawicz ]
* update previews to match design. (LP: #1224555)
* Add an InputFilterArea in Notifications. (LP: #1233411, #1235215)
[ Ying-Chun Liu ]
* update previews to match design. (LP: #1224555)
[ Albert Astals ]
* Unrevert 376 by reverting r395 and a small fix to fix the cpu
hogging issue . (LP: #1124567)
[ Michael Terry ]
* Add Showable.showNow() method and use it in Shell to immediately
show greeter when we blank the screen rather than animating it. (LP:
#1233564)
[ Michael Zanetti ]
* update previews to match design. (LP: #1224555)
[ Diego Sarmentero ]
* update previews to match design. (LP: #1224555)
[ Ubuntu daily release ]
* Automatic snapshot from revision 404
[ Michał Sawicz ]
* Respect pre-set import and library paths and prevent segfault in
startShell.
[ Ubuntu daily release ]
* Automatic snapshot from revision 399
[ Michał Sawicz ]
* Revert r376 that caused constant CPU usage due to the
ActivityIndicator.
[ Nick Dedekind ]
* Removed indicators-client autopilot tests. (LP: #1234736)
[ Albert Astals ]
* Revert r388. (LP: #1235268)
[ Christopher Lee ]
* Removes passing -fullscreen to unity8 when on the device (as per bug
#1235065). (LP: #1235065)
[ Ubuntu daily release ]
* Automatic snapshot from revision 396
* Revert 7.82+13.10.20131004. 1-0ubuntu1 back to
7.81.3+13.10. 20130927. 3-0ubuntu1 due to CPU hogging issue with
7.82+13.10.20131004. 1-0ubuntu1.
[ Michał Sawicz ]
* Bump to indicate support for extended snap decisions.
* Make Tile themeable, add renderers for Dash Plugins and weather.
(LP: #1231948)
* Drop network agents now that they're in indicator-network instead.
[ Michal Hruby ]
* Differentiate generic and music carousels.
* Use the thumbnailer image provider for scope results that don't
specify icon as well as for previews.
* Added an indicator which is displayed in the search bar whenever a
search is in progress. Added accompanying test in tst_PageHeader.
* Expose rendererHint to shell.
[ Albert Astals ]
* Update pot file. (LP: #1232374)
* Only enable the animation when the item is on screen (i.e. !culled)
. (LP: #1200374)
* Do not crash on positionAtBeginning if the list is empty .
* Enable/disable running apps height animation in a less error prone
way.
[ Michael Terry ]
* Use a chevron after 'Skip intro' and drop the underlining.
* Load testability driver when QT_LOAD_TESTABILITY is set. (LP:
#1226234)
* Listen to the system setting StatsWelcomeScreen, which tells us
whether to show user-specific infographic data in the greeter. (LP:
#1207857)
[ Gerry Boland ]
* WM: ensure focusedApplicationWhenUsingScr eenshots reset when unused,
and only used when set. Fixes window focus conflict between shell
and ApplicationManager.
[ Nick Dedekind ]
* Removed deprecated Unity.IndicatorsLegacy plugin.
* Added actionState parser to the indicators-client text printer so
that we get the icon.
* Moved indicator page titles to the root action state of menu model.
(LP: #1223635)
[ Mirco Müller ]
* Added rendering- and interaction-support for the first three
extended snap-decision dialog-cases password-entry, user-
authentication and simunlock.
[ Daniel d'Andrada ]
* Revert the reversion of r304 since it doesn't seem to crash anymore
Original commit was Reset apps scope when returning from app to dash
(LP #1193419) If an app is on foreground and you perform a long
left-edge swipe to minimize it, and therefore return to the dash,
the dash should be in the Applications scope and showing the
running/recents applications. (LP: #1193419)
[ Andrea Cimitan ]
* Add behaviours to the hud reveal. (LP: #1224480, #1224633)
* Make Tile themeable, add renderers for Dash Plugins and weather.
(LP: #1231948)
[ Michael Zanetti ]
* fix inserting into quicklistmodel.
* Drop useStorage argument and use exising LAUNCHER_TESTING define for
this decision.
[ Omer Akram ]
* Make the volume/brightness slider changes realtime. (LP: #1227595)
[ Nicolas d'Offay ]
* Fixed black colour on the first of the month due to division. (LP:
#1233657)
* Added an indicator which is displayed in the search bar whenever a
search is in progress. Added accompanying test in tst_PageHeader.
[ Ubuntu daily release ]
* Automatic snapshot from revision 390
[ Michal Hruby ]
* Correctly handle image URI scheme in results.
[ Michał Sawicz ]
* Make SHOW_DASH and HIDE_DASH close the current preview. (LP:
#1231404)
* Add a LazyImage component that shows an activity spinner for long-
loading images and handles aspect ratio properly.
* Fix Qt 5.1 FTBFS and suppress some build warnings.
[ Albert Astals ]
* Make sure we always have least have one column in the gridview. (LP:
#1225391)
* LVWPH: Make sure we always overshoot vertically. (LP: #1229851)
* Remember the expanded categoryId and not the expanded index The
index can change on search, and we still want to maintain it
expanded in that case. (LP: #1230216)
* Fix showHeader in an edge case of notShownByItsOwn Not all the tests
i've added fail without the code fix, but i've added them just to be
more covered . (LP: #1230187)
[ Diego Sarmentero ]
* Handling error signal from the DownloadTracker plugin (BUG:
#1229744). (LP: #1229744)
* Remove "Reviews and Comments" section from Application Preview until
the feature is ready (BUG: #1226632) - Detect when the keyboard is
being shown to allow the user to scroll the Preview even more if
necessary to interact with the components at the bottom of that
preview, and don't leave those components obscured behind the
keyboard (BUG: #1226638). (LP: #1226632, #1224717, #1226638)
[ Nick Dedekind ]
* Brought messaging indicator inline with UnityMenuModel &
UnityMenuAction. (LP: #1217676, #1217678)
[ Pawel Stolowski ]
* Support canned search queries returned by Home Scope.
* Cancel previous actions and previews on new activation / preview.
Expose previewed data row in Preview object.
[ Michael Terry ]
* Only enable the Bottombar when the HUD is available. (LP: #1220306)
* Increase the "Skip intro" clickable area, making dismissing the edge
demo intro feel more natural. (LP: #1220632)
[ Michael Zanetti ]
* drop our CrossFadeImage in favor of the SDK one. (LP: #1227783)
[ Ubuntu daily release ]
* Automatic snapshot from revision 358
[ Michal Hruby ]
* Fix the signal prototypes on music grid renderer. (LP: #1228390)
[ Michael Zanetti ]
* use less auto variables, align coding style, constify and Qt'ify API
in AccountsService plugin.
[ Nick Dedekind ]
* Re-enable MenuContentActivator in Indicators.
[ Albert Astals ]
* LVWPH: Update the section header on list change events.
[ Pawel Stolowski ]
* Check results model ptr returned by GetResultsFromCategory method
from UnityCore. (LP: #1228097, #1211595)
[ Ubuntu daily release ]
* Automatic snapshot from revision 340
[ Michal Hruby ]
* Add support for music grid renderer to GenericScopeView.
[ Nick Dedekind ]
* Fixed the removal of messaging widget due to incompatible action
state. (LP: #1225017)
[ Christopher Lee ]
* Addition of initial autopilot tests for the application lifecycle.
[ Lars Uebernickel ]
* VolumeControl: use action of the new indicator indicator-sound
recently gained an action to increase and decrease the volume. This
patch makes use of that to get rid of a bus round trip (to get the
current volume) and a race (when the volume gets set between
fetching the current volume and setting the new volume). (LP:
#1219057)
[ Michael Terry ]
* When AccountsService.backgroundFile is unset/invalid, have the
greeter fall back to whatever the shell background is.
* Add a tiny SessionBroadcast plugin that listens to unity-greeter-
session-broadcast for the ShowHome signal.
[ Daniel d'Andrada ]
* Remove obsolete, unused graphics.
* Make MouseTouchAdaptor work with multiple QWindows.
[ Michael Zanetti ]
* change how icons are searched a) try to find it the Icon as is b)
prepend with Path if a Path variable is given c) fall back to the
image://theme/ with just the icon name . (LP: #1225186)
* fix an issue with removing a running app from the launcher and
always store pinning to the config.
* collapse any open preview when programmatically switching current
dash index. (LP: #1221137)
[ Ubuntu daily release ]
* Automatic snapshot from revision 333
[ Michael Zanetti ]
* allow left edge gesture to minimize apps even when launcher is
already visible.
* Don't hide the launcher on changes in the stages.
* ssh is now installed per default, but it's set to manual in the
ssh.override.
[ Ubuntu daily release ]
* Automatic snapshot from revision 320
[ Michael Zanetti ]
* add support for finding icons from click package apps in the
launcher.
* update to latest launcher API for better integration with the
AppManager.
[ Ricardo Mendoza ]
* Fixes problems related to image 20130912.0, amongst: * Fix autopilot
tests by preventing blocking of input during HUD button animations,
only when fully visible * Fix loading of unity-mir library, major
version wasn't specified so unless the dev package was there it
would fail.
[ Ubuntu daily release ]
* Automatic snapshot from revision 316
[ Michael Terry ]
* Switch from deprecated image://gicon/ to new image://theme/.
[ Gerry Boland ]
* Add OSKController so shell can control OSK correctly on Mir.
* Remove InputFilterArea for bottom edge swipes, as applications also
listen for such swipes for Toolbar reveal.
[ Ricardo Mendoza ]
* Select the backend to use dynamically on runtime according to the
QPA selected by the system.
[ Ubuntu daily release ]
* Automatic snapshot from revision 311
[ Michal Hruby ]
* Hide all gicon strings from the shell and use the image://theme icon
provider that was recently added to the SDK.
[ Gerry Boland ]
* Convert to new ApplicationManager API.
[ Nick Dedekind ]
* Updated access point design as per spec.
* Indicator visibility based on connection with backend service.
[ Albert Astals ]
* Dash: Make assignments bindings This way if the model changes the
item value also changes.
[ Michael Zanetti ]
* adds support for highlighting the currently focused application in
the launcher, adds tests.
* include ~/.local/share/applicati ons in launcher's .desktop file
search path.
* shrink size of area for revealing the HUD button and make it
disappear on release again. fixes 1219035. (LP: #1219035)
* revert revision 304 as it makes the Shell crash.
[ Michael Terry ]
* Allow testers to set custom password or pin in demo mode, rather
than hardcoding them.
* Have the greeter use AccountsService to determine its background.
(LP: #1218402)
* Listen to changes in the "show edge demo" AccountsService setting.
[ Daniel d'Andrada ]
* Update fake/mock plugins so that "./run --fake" works well again -
You can now see the thumbnails of the fake running applications once
again. - You no longer get hundreds of warnings due to icons not
found.
* Reset apps scope when returning from app to dash (LP #1193419) If an
app is on foreground and you perform a long left-edge swipe to
minimize it, and therefore return to the dash, the dash should be in
the Applications scope and showing the running/recents applications.
(LP: #1193419)
[ Ubuntu daily release ]
* Automatic snapshot from revision 306
[ Michael Zanetti ]
* Integrate Launcher with AppManager.
[ Nick Dedekind ]
* Removed FIXME from slider int->double conversion.
[ Ubuntu daily release ]
* Automatic snapshot from revision 291
[ Nicolas d'Offay ]
* Switched infographic background at design's request.
[ Ubuntu daily release ]
* Automatic snapshot from revision 287
[ mhall119 ]
* Add a little bit of text to the last step of the tour telling the
user how to end it and get to their phone.
[ Jussi Pakkanen ]
* Use CCache if it is installed.
[ Nick Dedekind ]
* Multiple icon/label support for indicators.
[ Albert Astals ]
* Remove unneeded role.
[ Lars Uebernickel ]
* Fall back to "ubuntu-mobile" icon theme if $UBUNTU_ICON_THEME is
unset.
[ Michael Zanetti ]
* Use MouseAreas in DashBar to enable clicking again.
* load launcher default config from existing dconf key.
[ Ubuntu daily release ]
* Automatic snapshot from revision 285
[ Michael Zanetti ]
* workaround quicklist text color.
[ Ubuntu daily release ]
* Automatic snapshot from revision 277
[ Pawel Stolowski ]
* Implement a virtual 'All' filter option.
[ Ubuntu daily release ]
* Automatic snapshot from revision 275
[ Michael Terry ]
* Implement launcher item backend via AccountsService.
[ Ubuntu daily release ]
* Automatic snapshot from revision 272
[ Michael Terry ]
* Make sure greeter and lockscreen backgrounds are always defined,
even if the wallpaper preference string is bogus. (LP: #1208889,
#1208894)
[ Ubuntu daily release ]
* Automatic snapshot from revision 270
[ Andrea Cimitan ]
* Streamline some new HUD interactions to be more consistent with the
Unity Launcher.
[ Michael Zanetti ]
* setting the launcher's extensionSize delayed to position the view
correctly at the beginning .
[ Bill Filler ]
* add new telephony apps (dialer, messaging, contacts) to launcher and
Home scope.
[ Michael Terry ]
* Implement edge demos on first boot. Build-Depends: +dbus-test-
runner, +qtbase5-dev-tools.
[ Ubuntu daily release ]
* Automatic snapshot from revision 267
[ Andrea Cimitan ]
* Hide the LauncherPanel when it's really hidden, by changing visible
to false.
[ Gerry Boland ]
* Fix sidestage applications - they were being ignored in the show-
application-surface logic. (LP: #1217027, #1210079)
[ Michał Sawicz ]
* Raise the exception if typing failed in autopilot.
[ Nick Dedekind ]
* Added location indicator defaults.
[ Michael Zanetti ]
* increase minimal dragging width for dismissing apps with left edge
make it a configurable parameter and adjust animation to look like
requested in the bug report . (LP: #1213153)
[ Ubuntu daily release ]
* Automatic snapshot from revision 262
[ Michael Zanetti ]
* unset model in quicklist before closing it.
[ Ubuntu daily release ]
* Automatic snapshot from revision 256
[ Michael Zanetti ]
* Theme the Quicklist Popover.
[ Albert Astals ]
* Apply expandedIndex on delegate creation bug #1213033. (LP:
#1213033)
[ Ubuntu daily release ]
* Automatic snapshot from revision 254
[ Michael Zanetti ]
* tweak launcher folding and visuals according to feedback from
design: - increase foldingStartHeight - Introduces a
foldingStopHeight. Folding only happens between the
foldingStartHeight and the foldingStopHeight. - Only change
brightness while folding - remove highlight of pressed icon -
decrease launcher's width by half a grid unit.
[ Ubuntu daily release ]
* Automatic snapshot from revision 251
[ Michał Sawicz ]
* Add module entry in HudClient's qmldir.
[ Jussi Pakkanen ]
* Let Ninja parallelize itself.
[ Nick Dedekind ]
* Abstraction of indicator menu item properties prior to move into
common components library.
[ Christopher Lee ]
* Added autopilot-tests for ephemeral, interactive and snap-decision
notifications.
[ Mirco Müller ]
* Added autopilot-tests for ephemeral, interactive and snap-decision
notifications.
[ Michael Zanetti ]
* only search visible children in findChild, add findInvisibleChild
for others.
* Added autopilot-tests for ephemeral, interactive and snap-decision
notifications.
[ Thomi Richards ]
* Added autopilot-tests for ephemeral, interactive and snap-decision
notifications.
[ Ubuntu daily release ]
* Automatic snapshot from revision 249
[ Albert Astals ]
* Don't include QtQML It includes LOTS of files we don't need.
[ Ubuntu daily release ]
* Automatic snapshot from revision 243
* Automatic snapshot from revision 241
[ Michael Zanetti ]
* delay move operations if the start dragging operation is running
This prevents items to left in wrong places when transitions clash.
* add empty setUser to allow compiling in jenkins again until the
branch that matches unity-api is ready to land. .
* add count and progress overlay information to real model too.
[ Pawel Stolowski ]
* Changed the type of setActive argument from
QVector<AbstractFilterO ption *>::size_type to unsigned int.
[ Ubuntu daily release ]
* Automatic snapshot from revision 240
[ Michael Terry ]
* Listen to display-power-changed rather than system- power-changed
signals when showing the greeter; ignore such signals when the
proximity sensor is active. (LP: #1214477)
[ Pawel Stolowski ]
* Added a role for accessing progress-source property of categories.
[ Ubuntu daily release ]
* Automatic snapshot from revision 233
[ Michael Zanetti ]
* allow testing at 11:13. Old code failed because the text actually
says "11:13 AM".
* add some checks if we actually clicked an item or in the spacing
between them gets rid of some warnings printed by the launcher .
[ Michał Sawicz ]
* Update runtime deps in the build script.
[ Nick Dedekind ]
* Added/Updated legacy network indicator components to use with new
indicator backend.
[ Albert Astals ]
* Fix insertions/removals on the qlimitproxymodel . (LP: #1213959)
[ Ubuntu daily release ]
* Automatic snapshot from revision 230
[ Michael Zanetti ]
* added support for count emblems and progress overlays on the
launcher.
[ Pawel Stolowski ]
* Add role for getting filter options model. Add method to activate
option based on index or id.
[ Ted Gould ]
* Mark indicators-client as providing an indicator-renderer.
[ Nick Dedekind ]
* Added flatmenuproxymodel pass-through signals from qmenumodel.
* Renamed indicator-messaging to indicator-messages.
[ Gerry Boland ]
* Typo fix in FrequentlyUsedAppsModel.
[ Ubuntu daily release ]
* Automatic snapshot from revision 224
[ Michael Zanetti ]
* initial support for quicklists For now they support pinning and
removing of items.
[ Ubuntu daily release ]
* Automatic snapshot from revision 217
[ Andrea Cimitan ]
* Implement background changing through gsettings. Make sure it does
fallback to default background when needed.
[ Michael Zanetti ]
* Implement background changing through gsettings. Make sure it does
fallback to default background when needed.
* Add Drag'n'drop support to Launcher As dragging an item pins it to
the launcher this also contains initial quicklist and pinning
support in the plugin part.
[ Michał Sawicz ]
* Fix generic preview wrapping and force rich text parsing.
[ Michal Hruby ]
* Remove the override for Apps available for download, click scope
provides these now.
* Hide rating widgets when scope provides rating set to < 0.0. Also
fallback to regular preview image if there are no more_screenshots
specified.
[ Albert Astals ]
* Make sure minYExtent is updated before setting the new content
height Otherwise bad things can happen in the positioning .
[ Ubuntu daily release ]
* Automatic snapshot from revision 215
[ Michal Hruby ]
* Implement overrideResults() method, which allows us to seamlessly
combine real scope data with mocked data.
[ Michał Sawicz ]
* Wait for activeFocus before typing in autopilot tests. (LP:
#1212580)
[ Nick Dedekind ]
* Fixed network indicator password dialog not appearing. (LP:
#1212730)
* Remove time & battery indicator service info.
[ Albert Astals ]
* Dash category expansion.
* Fix crash in the shell test Give the item a parent, otherwise the
qml engine decides to adopt it and when we do the deleteLater on
them, they have been already deleted. Since we are the parents, we
don't need to call the deleteLAter eiether they'll be properly
deleted on our deletion.
[ Michael Zanetti ]
* make entering text in lockscreen tests more robust. (LP: #1212580)
[ Michael Terry ]
* Define the 'build' target as PHONY so make doesn't get confused by
our 'build' script.
* Add a test for the Powerd plugin shell support.
[ Pawel Stolowski ]
* Bindings for filters.
[ Ubuntu daily release ]
* Automatic snapshot from revision 208
[ Ted Gould ]
* Upstart signals to control indicator services.
[ Nick Dedekind ]
* Replaced indicator menu listView with tabs view.
* Transition Unity.Indicators to UnityMenuModel.
[ Ubuntu daily release ]
* Automatic snapshot from revision 197
[ Michał Sawicz ]
* Add AppPreview.
[ Nick Dedekind ]
* Use key from indicator service file to source indicator positions.
[ Diego Sarmentero ]
* Add AppPreview.
[ Ubuntu daily release ]
* Automatic snapshot from revision 193
[ Michael Zanetti ]
* don't scale the EARLY ALPHA warning text bigger than the screen is.
[ Michał Sawicz ]
* Add debug logging to passphrase entry.
[ Albert Astals ]
* Remove unneeded stuff from CMakelists.txt set(CMAKE_AUTOMOC ON)
include(FindPkgConfig) find_package( Qt5Core REQUIRED)
find_package( Qt5Quick REQUIRED) Are already on the top-level
CMakeLists.txt so no need to write them again Well, actually the
Qt5Core wasn't and i added it, it's not really necessary since it's
pulled by the others that depend on it, but it doesn't hurt to be
explicit.
[ Ubuntu daily release ]
* Automatic snapshot from revision 189
[ Michael Zanetti ]
* preserve lockscreen's background wallpaper's aspect ratio. (LP:
#1208892)
[ Ubuntu daily release ]
* Automatic snapshot from revision 184
[ Albert Astals ]
* Fix uses of uninitialized values reported by valgrind.
[ Ubuntu daily release ]
* Automatic snapshot from revision 182
[ Michal Hruby ]
* Set phone form factor for scope requests.
[ Michał Sawicz ]
* Add support for plurals and update the translation template.
[ Ubuntu daily release ]
* Automatic snapshot from revision 179
[ Michał Sawicz ]
* Prepare unity8 for cross-building.
[ Ubuntu daily release ]
* Automatic snapshot from revision 176
[ Michał Sawicz ]
* Re-enable battery slider test.
[ Nick Dedekind ]
* Workaround for non-deletion of indicator page menu items. (LP:
#1183065, #1206991)
[ Albert Astals ]
* LVPWH: Fix regression handling the sticky top section culling r166
introduced the regression, this fixes it+tests.
* Implement+test the maximizeVisibleArea function Tries to show as
much possible of an index that is already shown on screen Will be
used for the dash category expansion.
[ Ubuntu daily release ]
* Automatic snapshot from revision 174
[ Michał Sawicz ]
* Drop ppa:ubuntu-unity/next.
* Revert revision 161 that causes issues with invalid background.
[ Albert Astals ]
* Fix off by one in the culling condition If you are on 0 and your
height is 1 and viewport starts at 1 you have to be culled since you
are not visible.
[ Ubuntu daily release ]
* Automatic snapshot from revision 168
[ Michael Terry ]
* Show the greeter when powerd tells us to, not just whenever we press
the power key. (LP: #1186256)
[ Ubuntu daily release ]
* Automatic snapshot from revision 164
[ Michael Terry ]
* Fixes the lockscreen and swiping on the greeter still being possible
even when in tablet mode. (LP: #1204984)
* Watch powerd signals to notice a sleep and unfocus current app when
that happens.
[ Michael Zanetti ]
* make findChild also find invisible childs This considerably
increases the amount of items to be searched up to a level where
testShell didn't finish any more with searching. Hence this commit
also changes findChild to do a breadth-first instead of a depth-
first search.
* Read background from GSettings or fallback to default_background.
[ Andrea Cimitan ]
* Read background from GSettings or fallback to default_background.
[ Albert Astals ]
* Make LVWPH provide a delegateIndex for sectionHeaders This way we
can match the sectionHeader to the model easier in the qml/js side .
* Fix tryCompare call The 4th parameter of tryCompare is timeout not
message .
[ Daniel d'Andrada ]
* Read background from GSettings or fallback to default_background.
[ Ubuntu daily release ]
* Automatic snapshot from revision 162
[ Michael Terry ]
* Make hud autopilot tests more reliable by fixing how it calculates
relative coordinates.
[ Albert Astals ]
* Only update the "section" if we are not culling the item If the item
is not shown we should not care about its section.
[ Ubuntu daily release ]
* Automatic snapshot from revision 155
[ Michał Sawicz ]
* Add a disclaimer for the fake applications plugin.
[ Nick Dedekind ]
* Removed animations from fake indicator pages.
[ Ubuntu daily release ]
* Automatic snapshot from revision 152
[ Michael Zanetti ]
* implemented new Lockscreen design.
[ Michał Sawicz ]
* Fix mock VideoPreview to use the string categoryId as well.
[ Nick Dedekind ]
* Added a text tree representation of the qmenumodel to the
indicators-client application.
[ Albert Astals ]
* Don't need deelistmodel here.
[ Ubuntu daily release ]
* Automatic snapshot from revision 149 (ubuntu-unity/next)
[ Michał Sawicz ]
* Adapt to Qt 5.1.
[ Albert Astals ]
* Adapt to Qt 5.1.
[ Ubuntu daily release ]
* Automatic snapshot from revision 143 (ubuntu-unity/next)
[ Michal Hruby ]
* Remove the variant conversions methods as they were moved to dee-qt.
[ Michał Sawicz ]
* Re-enable passphrase tests under UInput.
* Use the new string categoryIds in custom video and music scope
views. (LP: #1199322)
[ Nick Dedekind ]
* Behavioural changes for indicators - Part 1 - Use standard
animations. - Search bar animation less distracting. - Hinting
animation shows header. - Vertical velocity detector to reduce
accidental menu switches in dragging phase.
[ Gustavo Pichorim Boiko ]
* Add entries to the new applications resulted from the split of the
phone-app.
[ Ubuntu daily release ]
* Automatic snapshot from revision 141 (ubuntu-unity/next)
[ Michal Hruby ]
* Expose real category ids and not just indices.
* Provide fallbacks for default renderer.
[ Daniel d'Andrada ]
* Give a visual feedback on right-edge drag with no running apps (LP:
#1116207). (LP: #1116207)
[ Albert Astals ]
* Update m_firstVisibleIndex if there's no visible items anymore Also
remove the check for m_visibleItems.isEmpty( ) on insert, the
m_firstVisibleIndex == 0 already protects us against that.
[ Christopher Lee ]
* Tests now use a default lightdm mock if not decorated. (LP:
#1204772)
[ Ubuntu daily release ]
* Automatic snapshot from revision 135 (ubuntu-unity/next)
[ Michal Hruby ]
* Fix adding items into an empty LVWPH.
[ Michał Sawicz ]
* Move to using upstart in run_on_device.
* Added heeding and qmltest for button-tint hint.
* Refactoring and cleanup of the Unity8 Autopilot tests.
* Hide the Unity launcher during autopiloting and skip battery tests
if unavailable.
[ Ying-Chun Liu ]
* Let GenericScope support loading different renderers.
[ Nick Dedekind ]
* Removed overview from indicators.
* Menus for indicators is now created prioritised by distance from
current item to speed up user experience.
* Add ApplicationArguments to know the geometry from start.
[ Mirco Müller ]
* Added heeding and qmltest for button-tint hint.
[ Christopher Lee ]
* Refactoring and cleanup of the Unity8 Autopilot tests.
[ Thomi Richards ]
* Refactoring and cleanup of the Unity8 Autopilot tests.
[ Ubuntu daily release ]
* Automatic snapshot from revision 129 (ubuntu-unity/next)
[ Andrea Cimitan ]
* Add support for the colour palette.
[ Omer Akram ]
* fix the calendar icon in the launcher. (LP: #1201905)
[ Nick Dedekind ]
* Export indicator plugin symbols using Q_DECL_EXPORT.
[ Ying-Chun Liu ]
* Don't include .moc in previewbindingstest.cpp.
[ Ubuntu daily release ]
* Automatic snapshot from revision 118 (ubuntu-unity/next)
[ Daniel d'Andrada ]
* Remove dead code: Showable::showWithoutAni mation.
[ Nick Dedekind ]
* Split Plugins export macro into export_qmlfiles and
export_qmlplugins. Added qmltypes to indicators plugin.
[ Ubuntu daily release ]
* Automatic snapshot from revision 112 (ubuntu-unity/next)
[ Pete Woods ]
* Rename the demo user "single" to "phablet" Fix the infographics on
the device At the moment the mock lightdm backend we are using says
the current user is called "single", while in reality the processes
all run as the "phablet" user.
[ Michał Sawicz ]
* Only use ppa:ubuntu-unity/next and clean build scripts and CODING,
accordingly.
* Do not recommend indicator-power and indicator-sound. On device
they're provided by lp:indicator-server for the time being.
* Fix the Network page to provide the correct token. (LP: #1201529)
[ Ubuntu daily release ]
* Automatic snapshot from revision 109 (ubuntu-unity/next)
[ Michael Terry ]
* Change Ok to OK. (LP: #1131842)
[ Ubuntu daily release ]
* Automatic snapshot from revision 104 (ubuntu-unity/next)
[ Michael Zanetti ]
* Make use of the launcher API defined in unity-api and separate the
model from the backend.
[ Michał Sawicz ]
* Issue wrap-and-sort -abt on debian/.
[ Nick Dedekind ]
* Moved indicators-client code into unity8. (LP: #1191132, #1191822)
[ Ubuntu daily release ]
* Automatic snapshot from revision 102 (ubuntu-unity/next)
[ Michael Zanetti ]
* invert the home button too in case the whole panel is inverted. (LP:
#1199622)
[ Michał Sawicz ]
* Make the OpenEffect non-live by default to improve performance. (LP:
#1124584)
[ Ying-Chun Liu ]
* Add Generic Preview. Modify GenericScopeView to support activate and
preview.
[ Ubuntu daily release ]
* Automatic snapshot from revision 98 (ubuntu-unity/next)
[ Michael Zanetti ]
* removed unused old file ShortcutsContainer.qml.
[ Michał Sawicz ]
* Fix fetching data from scopes in the custom scope pages. (LP:
#1199322)
[ Ying-Chun Liu ]
* Fix references to scope data. (LP: #1199322)
[ Albert Astals ]
* Fix showHeader animation when the header is half shown at top .
* Disable -pedantic on the private Qt headers .
[ Pawel Stolowski ]
* Bindings for SocialPreview.
[ Ubuntu daily release ]
* Automatic snapshot from revision 94 (ubuntu-unity/next)
[ Michal Hruby ]
* Implement CategoryResults based on DeeFilterModel.
[ Nick Dedekind ]
* Added plugin cmake procedure for qmltypes files.
[ Ubuntu daily release ]
* Automatic snapshot from revision 86 (ubuntu-unity/next)
[ Michael Terry ]
* Ensure the past circle animations complete Currently, all the
animations stop as soon as the present circles are all visible. This
change ensures that the animations run to completion.
[ Michael Zanetti ]
* improve launcher flicking bahavior - fix initial snapping - improve
foldingAreas behavior - increase clickFlick speed to flick 4 items.
[ Albert Astals ]
* Remove workarounds for Qt bug 28403 . (LP: #28403)
[ Ubuntu daily release ]
* Automatic snapshot from revision 83 (ubuntu-unity/next)
[ Didier Roche ]
* Clean packaging for entering saucy and following daily release guidelines
* Automatic snapshot from revision 49 (bootstrap)
[ Michał Sawicz ]
* Fix unity8.pot file.
* Support the simplified theming from ubuntu-ui-toolkit.
* Use AbstractButtons instead of Button { color: "transparent" } that
doesn't work.
[ Albert Astals ]
* ListViewWithPageHeader implementation in C++. (LP: #1171918)
* LVWPH: Do not crash on showHeader if we don't have a header .
* Fix bug when setting the same model twice to a QLimitProxyModelQML.
* Add some const & Saves us some microseconds in copying stuff.
[ Daniel d'Andrada ]
* Make Greeter and Stage use the new DragHandle component. So they no
longer use Revealers. Now a directional drag gesture is required to
start the animation that brings back a "minimized" application when
the dash is on foreground. Besides that, now they have the following
feature: - Action only completes succesfully if you drag through at
least half the screen width or if your swipe is fast enough. The
shorter the swipe, the faster it has to be for the action to auto-
complete.
* DirectionalDragArea: add touchSceneX, touchSceneY, and sceneDistance
properties.
* DirectionalDragArea: emit draggingChanged() on direct recognition
draggingChanged() should be emited when status change from
WaitingForTouch directly to Recognized.
* update CODING instructions for building & running.
* DragHandle: add stretch and hintDisplacement properties.
* DragHandle: fix hinting Revision 64 had a bad interaction with
revision 66 (that added line was lost in the merge/rebase process).
tst_DragHandle::hintingAnima tion() points out the problem (fails on
line 388).
* Make Panel use DragHandles instead of a Revealer - A directional
drag gesture is needed reveal the panel when fullscreen. - better
logic for deciding when to auto-complete the show/hide animation -
hinting animation to close the panel - Tapping on menu bar no longer
opens nearest indicator menu - No closing with handle click.
[ mhall119 ]
* Fix build script error from extra blank line. (LP: #1196322)
[ Nick Dedekind ]
* Changed shellImportPath to return a list of paths. Added
prependImportPaths and changed appendImportPaths to check for
duplicates.
[ Mirco Müller ]
* Added support and tests for expanding snap-decisions with more than
2 actions passed in.
[ Michael Zanetti ]
* As requested by design, decreasing wobblyness in the
WrongPasswordAnimation.
* improve the bzr commit hook - don't run qmltests in here, it takes
too long - don't abort commit on failed tests, its too annoying -
instead, print a fat warning and backup the commit message to be
reused after uncommitting and fixing the tests.
* edge hinting tweaks - change edge hinting behavior to only happen on
onPressed and immediately snap back - fix edge hinting to not happen
if the Greeter is locked .
[ Michael Terry ]
* Fix "Tap to Unlock" text not appearing when in tablet greeter mode
with only one user.
* Use libusermetrics to provide infographic data.
* Delete builddir/ when running "debuild clean".
[ Pawel Stolowski ]
* Bindings for preview and activation requests.
[ Kevin Gunn ]
* update CODING instructions for building & running.
[ Ubuntu daily release ]
* Automatic snapshot from revision 78 (ubuntu-unity/next)
* Choose more appropriate values for edge-drag gestures (LP: #1194150)
* Translation updates.
[ Michał Sawicz ]
* Fix icons in ApplicationsFilterGrid. qml.
* Support flipped image in run_on_device.[ Michael Zanetti ]
* Don't clear lockscreen when it's fading out.
* Reworked Launcher folding.
* Tweak Launcher revealing.
[ Michal Hruby ]
* Add content_type property to category models.
* Translation updates.
[ Michał Sawicz ]
* Don't limit installed apps.
* Pre-optimize PNGs to speed-up builds.
* Clean up build scripts.
[ Daniel d'Andrada ]
* Use DirectionalDragArea in BottomBar.
* Translation updates.
[ Michał Sawicz ]
* Drop People lens.
* Support git-backed checkout.
* Revert focus stealing prevention for new apps. Fixes:
https://bugs.launchpad .net/bugs/ 1190155.
* Update CODING after unity8 rename.
* Update translation template file.
* Fix notification placement.
[ Michael Terry ]
* Show login list when not in narrow mode, instead of only when we have
multiple users.
[ Günter Schwann ]
* Bring back ListView'ed Carousel now that Qt is fixed.
[ Daniel d'Andrada ]
* Stage: code cleanup.
* DirectionalDragArea: added minSpeed and maxSilenceTime constraints.
* Move Direction enum out of DirectionalDragArea.
* Added uqmlscene tool and tryFoo targets for manual testing.
[ Michael Zanetti ]
* Add Lockscreens.
* Added right edge hinting to greeter.
[ Nick Dedekind ]
* Added Dash tests.
[ Nicolas d'Offay ]
* Changed infographic gradient colours.
[ Mirco Müller ]
* Integrate notifications.
[ Pawel Stołowski ]
* New version with support for smart scopes.
* Rename to unity8.
* Focus/unfocus apps on lock/unlock to make sure keyboard is hidden.
[ Michael Terry ]
* Make greeter look like the desktop one[ Gerry Boland ]
* Fix a bug where a minimized app gets focus after closing another app
* Applied a workaround to reduce flickering when launching apps
[ Ying-Chun Liu (PaulLiu) ]
* Make the panel translatable
[ Michael Zanetti ]
* Limit people lens to max 50 people. More people can be found with search feature.
[ Sergio Schvezov ]
* Replacing the music and ski safari mock apps with calendar and weather in
the launcher (LP: #1178262).
[ Daniel d'Andrada ]
* Support pointer-to-touch event conversion for desktop testing.
* Use DirectionalDragArea in the Launcher.
* Add AxisVelocityCalculator component.
* Use touch instead of pointer interaction in autopilot.
[ Nick Dedekind ]
* Enable indicators in greeter.
* Add DashContent tests.
[ Michael Terry ]
* Split mock and test LightDM plugins.
* Add support for more PAM/LightDM features in the greeter.
[ Ying-Chun Liu (PaulLiu) ]
* Add i18n support.
* Add libc6-dev to Build-Depends.
[ Michał Sawicz ]
* Unlock onFocusRequested to unlock on incoming call (LP: #1181654).
* Use device-services in run_on_device.
* Filter input in greeter. (LP: #1185443).
[ Albert Astals Cid ]
* Remove FilterGrid dimensions bahavior.
[ Ubuntu Translators Team ]
* Added translations for 36 languages. Thanks!
[ Michael Zanetti ]
* Fix autopilot tests on devices.
[ Mathieu Trudel-Lapierre ]
* debian/control:
- Drop indicators-client- plugin* Depends for qml-phone-shell to Recommends.
- Add/update Vcs-Browser, Vcs-Bzr and add a notice to uploaders.
* debian/copyright: fix syntax.
[ Michał Sawicz ]
* Drop indicators-client- examples recommends altogether
[ Renato Araujo Oliveira Filho ]
* Renamed Media player files to match with new application name.
[ Daniel d'Andrada ]
* New: DirectionalDragArea component. An area that detects axis-aligned
single-finger drag gestures.
* Make it possible to send touch events from within QML test code.
[ Albert Astals Cid ]
* Remove QSortFilterProxyModelQML: :get() to ensure per-role fetching
* Highlight matching strings in the HUD
[ Michał Sawicz ]
* Dropped support for 12.10
[ Michael Zanetti ]
* Update autopilot tests for 1.3 release
[ Andrea Cimitan ]
* Use SDK's Panel - enable swipe from bottom to reveal Dash bottom bar
[ Michael Terry ]
* Introduce a mock LightDM plugin to prepare for real switch
[ Daniel d'Andrada ]
* Move definition of global test targets to main tests CMakeLists file
[ Mirco Müller ]
* Introduce Notifications UI, currently only driven by tests
* Fix search history in the dash
* Hud: No appstack anymore
* Hud: Support having toolbar items enabled/disabled
* Hud: remove the app quit toolbar item
* Tweak to improve the switch application animation
* Correctly load icons when running on the desktop
* Use real enum from ApplicationInfo instead of its counterfeit local version
* Added gdb debugging (-g/--gdb) run_on_device option
* Drop support for quantal in build_unity script
* Make out of source builds work in sibling directories
* Clean up debian/control
* Build with the new Qt 5.0.2 packages
* Tests for:
* IndicatorMenuWindow
* PeopleFilterGrid
[ Albert Astals Cid ]
* Use new HUD api
* Improvements to build and run scripts
* Test for GenericLensView
* Use -z defs for SHARED and MODULE libraries
[ Albert Astals ]
* No need to include lens.h in peoplepreviewdata.h
* Bumping libhud dependency to use the new libhud-client2
[ Andrea Cimitan ]
* Adds test for LensView
[ Michael Zanetti ]
* Fix execution of local autopilot tests
* bring greeter closer to desktop design
* simplify SortFilterProxyModel role management
* CMake and build script improvements
* enable volume slider in Overview
* clean up .bzrignore
* flatten qmluitests and unittests into generic qmltests
* split out LimitProxyModel out of SortFilterProxyModel
* replace fake QML wrappers for Ubuntu.Application with a mock
implementation
* hide Frequent and Available categories in Apps lens during search
(LP: #1170495)
* add first test utilities
* use fake Unity plugin for Dash tests
* generate and package API docs
* close applications after long-press in dash
* simplify preview calculation
* tests for:
* bad indentation
* Panel
* indicators Overview
* IndicatorItem
* ListViewWithPageHeader
* Clock
* OpenEffect
* FilterGrids
* MenuContent
* header standalone compilation
* add missing python3 dependency
* CMake fixes
* improve HUD PeakDetector performance
* initial QML coverage measurement
* enable coverage analysis for C/C++
* require out-of-source builds
* fix incorrect linkage in hudclient.cpp
* reduce warnings
* add an optional on-commit test hook
* tests for:
* IndicatorRow
* Tile
* SearchIndicator
* trailing whitespace
* PageHeader
* SearchHistoryModel
* ResponsiveFlowView
* SideStage
* Indicators
* move tests into subdirectories
* increase test setup consistency
* remove some dead code
* register CategoryFilter to QML
* use a static python install path for autopilot
* merge first stages of libunity-api
* drop unneeded moc includes
[ Sergio Schvezov ]
* Removing mocks for calendar, clock and calculator.
[ Michał Sawicz ]
* Add entries needed in the .desktop file and change the name and comment.
* fix launching SideStage apps when there's no side stage
* CMake cleanups
* prevent breakage of local builds
* added README for qmluitests
* use real data in Apps lens Installed category
* add --clean option in build scripts
* add CODING guide
* install test dependencies in build scripts
* fix phone app name
* Tests for:
* Showable
* Launcher
* HUD parametrized actions
* Revert Carousel changes due to crash
* Modifying build dep to require python
* Rename ubuntu-gallery to gallery-app
* Resetting Apps lens content position when swiping from left
* Make the previews more flexible with different screen sizes
* Tests for:
* HUD
* ResponsiveGridView
* Rename telephony-app to phone-app
* notepad-qml has been renamed to notes-app
* Use a ListView for the Carousel component for scalability
* Make sure the greeter stays usable for smaller screens
* Elide username in greeter when too long
* Improve Carousel creation time
* CrossFadeImage fixes
* Fixed play button size
* Remove unused files
* Tests for:
* Revealer
* HUD
* Greeter
* FilterGrid
* CrossFadeImage
* Use one SpecialItem in HUD AppStack
* Remove outdated manual tests
* Improve build scripts
* Hook up other HUD Toolbar actions
* Tests for:
* HUD
* Time.js
* AnimationControllerWithSignals
* Carousel
* Autopilot test framework
* Force build-dep at python2.7
* Suppress warnings
* Rename ubuntu-browser to webbrowser-app.
* Fixes in sidestage
* Reduce memory consumption
* Introduced testing
* Window management: update screenshots manually and only when an application in focus goes out out focus.
* Dash apps lens: use screenshot of applications from cache when going back to dash.
* Sidestage: make the handle bigger to make it easier to grab.
* fix right-edge swipe breaking
* use ApplicationManager.keyboardVis ible and keyboardHeight for system-wide
keyboard detection
* fix seeing flash of previous application when launching a new one
* fix quitting last application again
* fix activation of incorrect application
* fix home lens population and increase initial lens search delay
* reduce the times of image reloads in carousels
* reduce memory consumption by tweaking the background images
* indicator visual and behaviour fixes
* reduce search crash probability
* fix panel over greeter when fullscreen app open
* fix sidestage after quitting last mainstage app
* fix launcher for password-protected users
* fix ebay link for ebay web app
* allow launching arbitrary apps from command line
* show sidestage on sidestage app activation
* add sidestage support to the HUD
* disable main stage's right edge when sidestage is enabled
* destroy greeter contents when hidden to save memory
* fix indicators height
* visual fixes to HUD
* remove spotify from dash
* show dash after closing last application
* rename qmlproject to unity
* add Lenses::loaded property to prevent acting on non-ready Lens
objects
* use lens data in home
* increase flicking velocity in dash
* New side stage feature.
* Implemented support for volume control using hardware keys.
* reduce the edge detection size to 2 GUs.
* use mock music lens.
* add an "expandable" property to FilterGrid.
* Use the current time as a icon for Time&Date device menu item. Missing device menu plane and volume icons added.
* decrease delegate height for those showing contact details.
* adjust music and videos lens to latest design spec.
* fix people preview
* show page headers when switching lenses
* more HUD fixes
* bottom bar fullscreen behavior fix
* clean up stage implementation
* reduce memory footprint by reducing image sizes
* darken view on open indicators
* design tweaks for HUD, people lens and video preview
* added carousel in music lens
* workaround people lens performance
* add carousel in people lens and use real data in Home people carousel
* new people preview
* HUD fixes
* fullscreen mode support
* use external mock lens for videos
* rework bottombar communication due to PID mismatch
* improve unity build script
* rename ubuntu-gallery
* connect up the HUD quit button
* unfocus HUD text entry on speech recognition
* carousel fixes for low item count
* new greeter
* new people carousel
* integration of voice and parametrized actions in HUD
* xml-based user list for greeter
* new people lens layout
* refactored top panel
* latest designs for greeter and video preview
* initial integration with HUD service
* HUD parametrized actions UI
* licensing and packaging fixes
* asynchronous loading in video preview to reduce delay
* search support in People and Generic lens views
* carousel view in dash
* smarter dash categories
* generic lens view
* fixes to HUD
* fix launching gallery
* close preview when launching player
* run_on_device tweaks
* restore video playback
* Video previews
* run_on_device is tunneled through adb forward
* Fix missing installed files
* HUD ui with fake data
* fix launching of notepad
* QT_QPA_PLATFORM was renamed from hybris to ubuntu, so reflecting at the
env variable to make it to work fullscreen at the devices again
* launch real notepad app
* fix launching of mock apps
* integrate ubuntu-browser instead of snowshoe
* Qt5-proper release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release
* New release with fullscreen launcher fixes
* New release
* enable multi-threaded render for apps
[ Bill Filler ]
* update launcher to use wk2-render (chromeless webkit) for facebook
and twitter
* New release
* fix to launch new gallery with correct args
* New release
* New release
* New release
* Daily release
* Daily release
* Daily release
* New release
[ Michał Sawicz ]
* new codebase
* fix working dir for launch
* launch script that sets up ofono and then calls telephony-app
* comment out console.log() to prevent crash
* Remove install rule for qml-phone-shell.conf
* Remove qml-phone-shell.conf to use new ubuntu-session.
* Fix for both size and scrolling.
[Michael Frey]
* qml-phone-shell.conf: better setup of env vars and launch
via dbus-luanch to properly setup session bus
* shellapplication.cpp: don't setup custom env before launching
processes
* added additional Android env vars to upstart script
* added support to launch telephony-app
* Creating a release
* added support for launching applications
* New release that includes upstart support.
* Initial release - 863. By Andrea Cimitan
-
[ Michael Terry ]
* Bring dialer to front on incoming call even when device is locked
(LP: #1354532)
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Use palette's baseText for text colour in dash.
* Update qmltypes definitions
* Move PageHeader out of qml/Components into qml/Dash
* Reshuffle and update dependencies
* Fix cardtool test and make card creator output debugging info on
errors.
* Support previews for scopes in overview and hook up preview
processing to activity indicator.
* Fix notifications indicator title
* Fix horizontal list activation and add test for it.
[ Ying-Chun Liu ]
* Add button colors and i18n for power off dialog. (LP: #1354506)
[ Mirco Müller ]
* Force plain-text rendering for summary- and body-text. (LP:
#1335787)
[ Michael Terry ]
* Add --lightdm= argument to ./run.sh that lets developers choose
which lightdm backend to use. Stop letting a user that is
immediately denied via PAM into the shell by fixing some assumptions
that a user which was not prompted was successfully authenticated.
This is not a common situation, you'd have to manually change your
PAM config. Fix a small console warning .
* Make wrong-password handling much nicer by showing a pretty spinner
while we wait for PAM, by improving the prompt text to match
designs, by forcing the user to wait five seconds after every five
failed attemps, and by supporting (but not yet enabling) an opt-in
"factory-reset your phone after X failed attemps" feature.
[ Michael Zanetti ]
* bring back network caching in dash (LP: #1355729)
[ Michał Sawicz ]
* Add --lightdm= argument to ./run.sh that lets developers choose
which lightdm backend to use. Stop letting a user that is
immediately denied via PAM into the shell by fixing some assumptions
that a user which was not prompted was successfully authenticated.
This is not a common situation, you'd have to manually change your
PAM config. Fix a small console warning .
* Fix anchor in PreviewListView.qml.
* Make wrong-password handling much nicer by showing a pretty spinner
while we wait for PAM, by improving the prompt text to match
designs, by forcing the user to wait five seconds after every five
failed attemps, and by supporting (but not yet enabling) an opt-in
"factory-reset your phone after X failed attemps" feature.
* Add new horizontal list category layout. (LP: #1352226)
* Fix qml tests - loader around PageHeader, more retries for selecting
a scope and undefined attributes in mock overview scope.
[ Leo Arias ]
* Added autopilot helpers and tests for the launcher and dash icon.
* Added an autopilot helper to click a scope item.
* Added an autopilot test for focusing an app clicking the icon on the
launcher.
[ Mirco Müller ]
* Allow ENTER/RETURN in a TextField to accept a snap-decision
notification. (LP: #1305885)
[ Andrea Cimitan ]
* Add emblem support in dash cards.
[ Michael Terry ]
* Fix a variety of design nits with the current lockscreen: * disable
indicators and launcher when locked * when reversing the direction
of a greeter flick, treat it as a cancel * don't animate dots when
changing the infographic data source * make cancelling a login
nicer: * reduce the delay before greeter starts animating * show the
greeter from the same side of the screen that it hid to * don't re-
animate the infographic (LP: #1351027)
[ Stephen M. Webb ]
* enables the unity8 upstart job for desktop sessions (LP: #1353041)
[ Albert Astals ]
* Dash Overview (LP: #1317683)
* GenericScopeView: On click only activate scope:// uris and
clickscope items The rest of clicks result in a preview, also
scope:// uris don't get a preview
* Pass the scope search hint up to the search line
[ CI bot ]
* Resync trunk
[ Nick Dedekind ]
* Added application prompt surfaces to allow prompting application
which have not yet created a surface.
[ Michal Hruby ]
* Work with the scopes-v4 branch + departments->navigation renaming
[ Michał Sawicz ]
* Hardcode art shape size for click scope local and predefined
categories While at it, drop the fillmode of cards
* Use the correct API in PageHeader. (LP: #1353048)
* Refactor dash activity indicator. (LP: #1351539)
[ Albert Astals ]
* Dash Departments fixes Update maxHeight manually since it depends on
the position of the item and its parents and it can't know when the
binding has to be updated Make parent stuff non interactive when the
department list is shown
* PageHeader: when on search clip y-coordinates otherwise the
background spills out when on search (LP: #1350398)
* Dash: Implement OverlayColor support in Cards
* Hardcode art shape size for click scope local and predefined
categories While at it, drop the fillmode of cards
* Make test_departments test more stable There's various
DashDepartments on the dash, make sure we're working over the one
that is on screen, otherwise clicks don't end up where they should
* Work with the scopes-v4 branch + departments->navigation renaming
* Fixes for dash as app Load i18n catalog Process command line options
Add the posibility to have a mouse touch adaptor (LP: #1353351)
* Implement the Expandable Preview Widget Now TextSummary is not
expandable by itself anymore, you have to use it inside an
Expandable to get the behaviour
* Add test prefix to xml output, seems CI needs it
[ Antti Kaijanmäki ]
* Indicators: Adds new ModemInfoItem to be used with indicator-network
(LP: #1329204)
[ Michael Terry ]
* When the edge demo is running, don't show the greeter if the screen
is turned off. This avoids an odd interaction where parts of the
greeter are disabled but the edge demo isn't visible until you slide
the greeter away. (LP: #1283425)
* Don't hardcode the phablet password in our testing script.
[ Ying-Chun Liu ]
* Add divider dots.
[ Mirco Müller ]
* Make sure the TextField of a snap-decision notification has the
active focus upon creation, thus the osk shows up right away. (LP:
#1346867)
[ Andrea Cimitan ]
* Add touchdown effect to dash cards.
* Import Ubuntu.Components for preview image gallery to pick up
default flicking speeds.
[ Michael Zanetti ]
* Split the dash from the shell into a separate app (LP: #1232687)
[ Leo Arias ]
* Update the autopilot tests to work with the new dash app.
[ Daniel d'Andrada ]
* Split the dash from the shell into a separate app (LP: #1232687)
[ Gerry Boland ]
* Fix the run.sh script - pretend to be running with qtmir and emit
SIGSTOP at the right time
[ Ying-Chun Liu ]
* Implement Attribute UI. (LP: #1282460)
[ Albert Astals ]
* Hide search history popup as soon as you start typing As discussed
with Mike and Saviq
* Compile with for scopes-v3 unity-api
* PageHeader: Unfocus search field when search entry is selected
* Show search field if the search query changes
* Test: Add a condition for art.height being > 0 means stuff has
already been layouted a bit without it it can happen that we get 0
for everything at startup and tests still pass
* Remove leftover in test of an old headerless implementation
[ Michael Zanetti ]
* Drop Recent apps category from Dash (LP: #1281092)
* update launcher count emblems to match new spec (LP: #1338984)
[ Bill Filler ]
* disable predictive text for dash search field (LP: #1340409)
[ CI bot ]
* Resync trunk
[ Antti Kaijanmäki ]
* DefaultIndicatorPage: use Loader status to determine the visible
property. (LP: #1350555)
[ Michael Terry ]
* Check user's pin/password using PAM, instead of a plaintext keyfile.
New build dependency: libpam0g-dev for phone unlock with PAM (LP:
#1234983)
[ Gerry Boland ]
[ Daniel d'Andrada ]
* Re-architecture unity8 to use the QtMirCompositor library so that
the Qt scenegraph renderer is used as the Mir compositor, and
application surfaces are added to the QML scene as items.[ Michael Zanetti ]
* Port phone right-edge spread code to use QtCompositor
* Add right-edge spread animation for tablet
[ Ubuntu daily release ]
* New rebuild forced - 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 - 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)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/unity8