--- unity8-7.86+14.10.20140513.orig/debian/changelog +++ unity8-7.86+14.10.20140513/debian/changelog @@ -0,0 +1,3662 @@ +unity8 (7.86+14.10.20140513-0ubuntu1) utopic; urgency=low + + [ Andrea Cimitan ] + * Improve padding in Text preview widget. (LP: #1316683) + + [ CI bot ] + * Resync trunk + + [ Nick Dedekind ] + * Removed binding loop from Unity.Indicators.MenuContentActivator + 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) + + -- Ubuntu daily release Tue, 13 May 2014 08:34:02 +0000 + +unity8 (7.86+14.10.20140507.3-0ubuntu1) utopic; urgency=low + + [ Michał Sawicz ] + * Remove HUD from the bottom edge. Again. + + -- Ubuntu daily release Wed, 07 May 2014 11:14:30 +0000 + +unity8 (7.86+14.10.20140505-0ubuntu1) utopic; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 05 May 2014 12:09:43 +0000 + +unity8 (7.86+14.10.20140502.6-0ubuntu1) utopic; urgency=low + + [ tpeeters ] + * Adapt to new TabBar + + [ Tim Peeters ] + * Adapt to new TabBar + + -- Ubuntu daily release Fri, 02 May 2014 16:44:52 +0000 + +unity8 (7.86+14.10.20140429.2-0ubuntu1) utopic; urgency=medium + + [ 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. + + -- Ubuntu daily release Tue, 29 Apr 2014 15:21:33 +0000 + +unity8 (7.85+14.04.20140416-0ubuntu1) trusty; urgency=low + + [ 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:"cardTitleArtSubtitleMascotSummaryMode + l": 3.217 msecs per iteration (total: 3,218, iterations: 1000) + RESULT : + qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel": + 1.647 msecs per iteration (total: 1,648, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.514 + msecs per iteration (total: 1,515, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleArtModel": 1.471 msecs per + iteration (total: 1,471, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardArtModel": 1.447 msecs per + iteration (total: 1,448, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleModel": 1.276 msecs per + iteration (total: 1,276, iterations: 1000) to RESULT : + qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotSummaryMode + l": 2.916 msecs per iteration (total: 2,917, iterations: 1000) + RESULT : + qmltestrunner::benchmark_time:"cardTitleArtSubtitleMascotModel": + 1.504 msecs per iteration (total: 1,504, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleArtSubtitleModel": 1.060 + msecs per iteration (total: 1,061, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleArtModel": 1.052 msecs per + iteration (total: 1,053, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardArtModel": 0.727 msecs per + iteration (total: 728, iterations: 1000) RESULT : + qmltestrunner::benchmark_time:"cardTitleModel": 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 + + -- Ubuntu daily release Wed, 16 Apr 2014 13:45:01 +0000 + +unity8 (7.85+14.04.20140415.2-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Tue, 15 Apr 2014 12:47:11 +0000 + +unity8 (7.85+14.04.20140410.1-0ubuntu1) trusty; urgency=medium + + [ 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. + + -- Ubuntu daily release Thu, 10 Apr 2014 10:03:31 +0000 + +unity8 (7.85+14.04.20140404.is.7.85+14.04.20140403.1-0ubuntu1) trusty; urgency=medium + + * Revert to previous version as it's linked to latest sdk change which + is making gallery-app AP tests failing on the CI dashboard + + -- Didier Roche Tue, 08 Apr 2014 13:53:47 +0200 + +unity8 (7.85+14.04.20140404-0ubuntu1) trusty; urgency=low + + [ Albert Astals ] + * Adapt to new TabBar + + -- Ubuntu daily release Fri, 04 Apr 2014 15:03:00 +0000 + +unity8 (7.85+14.04.20140403.1-0ubuntu1) trusty; urgency=low + + [ Michael Terry ] + * Re-enable test_networkmanager_integration 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 + + -- Ubuntu daily release Thu, 03 Apr 2014 10:38:53 +0000 + +unity8 (7.85+14.04.20140401.3-0ubuntu1) trusty; urgency=medium + + [ 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. + + -- Ubuntu daily release Tue, 01 Apr 2014 22:56:52 +0000 + +unity8 (7.84+14.04.20140327.1-0ubuntu2) trusty; urgency=medium + + * 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. + + -- Didier Roche Tue, 01 Apr 2014 09:52:14 +0200 + +unity8 (7.84+14.04.20140327.1-0ubuntu1) trusty; urgency=low + + [ 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_background" + + -- Ubuntu daily release Thu, 27 Mar 2014 12:38:21 +0000 + +unity8 (7.84+14.04.20140324.4-0ubuntu1) trusty; urgency=low + + [ 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) + + -- Ubuntu daily release Mon, 24 Mar 2014 16:10:24 +0000 + +unity8 (7.84+14.04.20140319.1-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 19 Mar 2014 16:40:20 +0000 + +unity8 (7.84+14.04.20140317.2-0ubuntu1) trusty; urgency=low + + [ 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". + + -- Ubuntu daily release Mon, 17 Mar 2014 15:54:39 +0000 + +unity8 (7.84+14.04.20140314-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Fri, 14 Mar 2014 15:46:10 +0000 + +unity8 (7.84+14.04.20140307-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Fri, 07 Mar 2014 10:54:33 +0000 + +unity8 (7.84+14.04.20140306-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 06 Mar 2014 16:45:46 +0000 + +unity8 (7.84+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 04 Mar 2014 11:43:04 +0000 + +unity8 (7.84+14.04.20140228-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Fri, 28 Feb 2014 10:48:06 +0000 + +unity8 (7.84+14.04.20140221-0ubuntu1) trusty; urgency=low + + [ 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) + + -- Ubuntu daily release Fri, 21 Feb 2014 09:06:04 +0000 + +unity8 (7.84+14.04.20140218-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Tue, 18 Feb 2014 11:41:58 +0000 + +unity8 (7.84+14.04.20140212-0ubuntu1) trusty; urgency=low + + [ 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. . + + -- Ubuntu daily release Wed, 12 Feb 2014 15:15:03 +0000 + +unity8 (7.84+14.04.20140207.1-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Fri, 07 Feb 2014 10:46:46 +0000 + +unity8 (7.84+14.04.20140204-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Tue, 04 Feb 2014 14:09:14 +0000 + +unity8 (7.84+14.04.20140130-0ubuntu1) trusty; urgency=low + + [ Michał Sawicz ] + * Bring back libunity-mir1, it's dlopen'ed, so not linked to unity8, + so not in shlibs. + + -- Ubuntu daily release Thu, 30 Jan 2014 14:00:40 +0000 + +unity8 (7.84+14.04.20140129-0ubuntu1) trusty; urgency=low + + [ 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. + + -- Ubuntu daily release Wed, 29 Jan 2014 16:11:20 +0000 + +unity8 (7.84+14.04.20140128-0ubuntu1) trusty; urgency=low + + [ 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) + + -- Ubuntu daily release Tue, 28 Jan 2014 15:58:45 +0000 + +unity8 (7.84+14.04.20131220-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 20 Dec 2013 03:23:08 +0000 + +unity8 (7.84+14.04.20131212-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 12 Dec 2013 21:41:19 +0000 + +unity8 (7.84+14.04.20131206.1-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 06 Dec 2013 13:15:57 +0000 + +unity8 (7.84+14.04.20131128.2-0ubuntu1) trusty; urgency=low + + [ 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 restMaximizeVisibleAreaMoveUpAndShowHeader, 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 + + -- Ubuntu daily release Thu, 28 Nov 2013 18:09:17 +0000 + +unity8 (7.83+14.04.20131106-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 06 Nov 2013 03:37:02 +0000 + +unity8 (7.83+14.04.20131105.1-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 05 Nov 2013 12:22:04 +0000 + +unity8 (7.83+14.04.20131031-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 31 Oct 2013 20:10:56 +0000 + +unity8 (7.83+14.04.20131028.1-0ubuntu1) trusty; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 480 + + -- Ubuntu daily release Mon, 28 Oct 2013 22:42:07 +0000 + +unity8 (7.83+14.04.20131028-0ubuntu1) trusty; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 28 Oct 2013 03:08:59 +0000 + +unity8 (7.83+13.10.20131016.2-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 16 Oct 2013 23:15:48 +0000 + +unity8 (7.83+13.10.20131016.1-0ubuntu1) saucy; urgency=low + + [ Diego Sarmentero ] + * Disable Preview interaction until the scope responds. + + [ Albert Astals ] + * Hide placeholder notification. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 469 + + -- Ubuntu daily release Wed, 16 Oct 2013 17:29:36 +0000 + +unity8 (7.83+13.10.20131016-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 16 Oct 2013 11:29:52 +0000 + +unity8 (7.83+13.10.20131015.4-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Replace ubuntu-touch-session's unity8.conf upstart job. + * Revert r440 that made the dash collapse animation worse, rather than + better. + + [ om26er@ubuntu.com ] + * 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 + + -- Ubuntu daily release Tue, 15 Oct 2013 11:05:04 +0000 + +unity8 (7.82+13.10.20131011.2-0ubuntu1) saucy; urgency=low + + [ 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::updateDemoEdges() + (AccountsService.cpp:74) ==17988== by 0x13839DA5: + AccountsService::setUser(QString const&) (AccountsService.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) (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::updateStatsWelcomeScreen() (AccountsService.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) (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) (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 + + -- Ubuntu daily release Fri, 11 Oct 2013 17:26:34 +0000 + +unity8 (7.82+13.10.20131011.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 11 Oct 2013 09:05:30 +0000 + +unity8 (7.82+13.10.20131010-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 10 Oct 2013 04:15:13 +0000 + +unity8 (7.82+13.10.20131008.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 08 Oct 2013 19:14:20 +0000 + +unity8 (7.82+13.10.20131008-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 08 Oct 2013 02:57:55 +0000 + +unity8 (7.82+13.10.20131007-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Respect pre-set import and library paths and prevent segfault in + startShell. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 399 + + -- Ubuntu daily release Mon, 07 Oct 2013 07:10:46 +0000 + +unity8 (7.82+13.10.20131005-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Sat, 05 Oct 2013 11:45:14 +0000 + +unity8 (7.82+13.10.20131004.2-0ubuntu1) saucy; urgency=low + + * 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. + + -- Loïc Minier Fri, 04 Oct 2013 21:22:29 +0200 + +unity8 (7.82+13.10.20131004.1-0ubuntu1) saucy; urgency=low + + [ 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 focusedApplicationWhenUsingScreenshots 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 + + -- Ubuntu daily release Fri, 04 Oct 2013 06:55:16 +0000 + +unity8 (7.81.3+13.10.20130927.3-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 27 Sep 2013 14:13:22 +0000 + +unity8 (7.81.3+13.10.20130924.2-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 24 Sep 2013 14:40:01 +0000 + +unity8 (7.81.3+13.10.20130919.3-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 19 Sep 2013 15:15:07 +0000 + +unity8 (7.81.3+13.10.20130916-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 16 Sep 2013 11:49:28 +0000 + +unity8 (7.81.3+13.10.20130912-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 12 Sep 2013 13:47:59 +0000 + +unity8 (7.81.3+13.10.20130911.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 11 Sep 2013 16:22:55 +0000 + +unity8 (7.81.3+13.10.20130911-0ubuntu1) saucy; urgency=low + + [ 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/applications 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 + + -- Ubuntu daily release Wed, 11 Sep 2013 00:54:31 +0000 + +unity8 (7.81.3+13.10.20130905.2-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * Integrate Launcher with AppManager. + + [ Nick Dedekind ] + * Removed FIXME from slider int->double conversion. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 291 + + -- Ubuntu daily release Thu, 05 Sep 2013 10:48:02 +0000 + +unity8 (7.81.3+13.10.20130904.1-0ubuntu1) saucy; urgency=low + + [ Nicolas d'Offay ] + * Switched infographic background at design's request. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 287 + + -- Ubuntu daily release Wed, 04 Sep 2013 07:34:57 +0000 + +unity8 (7.81.3+13.10.20130904-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 04 Sep 2013 03:02:57 +0000 + +unity8 (7.81.3+13.10.20130903.1-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * workaround quicklist text color. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 277 + + -- Ubuntu daily release Tue, 03 Sep 2013 06:09:36 +0000 + +unity8 (7.81.3+13.10.20130830-0ubuntu1) saucy; urgency=low + + [ Pawel Stolowski ] + * Implement a virtual 'All' filter option. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 275 + + -- Ubuntu daily release Fri, 30 Aug 2013 12:44:40 +0000 + +unity8 (7.81.3+13.10.20130829.2-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Implement launcher item backend via AccountsService. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 272 + + -- Ubuntu daily release Thu, 29 Aug 2013 19:09:44 +0000 + +unity8 (7.81.3+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 29 Aug 2013 11:09:43 +0000 + +unity8 (7.81.3+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 29 Aug 2013 02:10:38 +0000 + +unity8 (7.81.3+13.10.20130828.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 28 Aug 2013 11:55:46 +0000 + +unity8 (7.81.3+13.10.20130827.1-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * unset model in quicklist before closing it. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 256 + + -- Ubuntu daily release Tue, 27 Aug 2013 10:49:17 +0000 + +unity8 (7.81.3+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 27 Aug 2013 02:10:43 +0000 + +unity8 (7.81.3+13.10.20130826.5-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 26 Aug 2013 22:09:43 +0000 + +unity8 (7.81.3+13.10.20130826.4-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 26 Aug 2013 18:34:44 +0000 + +unity8 (7.81.3+13.10.20130826.2-0ubuntu1) saucy; urgency=low + + [ Albert Astals ] + * Don't include QtQML It includes LOTS of files we don't need. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 243 + + -- Ubuntu daily release Mon, 26 Aug 2013 10:08:52 +0000 + +unity8 (7.81.3+13.10.20130826.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 241 + + -- Ubuntu daily release Mon, 26 Aug 2013 06:08:33 +0000 + +unity8 (7.81.3+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ 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::size_type to unsigned int. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 240 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:31:42 +0000 + +unity8 (7.81.3+13.10.20130821.2-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 21 Aug 2013 22:09:53 +0000 + +unity8 (7.81.3+13.10.20130821.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 21 Aug 2013 15:04:59 +0000 + +unity8 (7.81.3+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 21 Aug 2013 08:05:13 +0000 + +unity8 (7.81.3+13.10.20130820.2-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * initial support for quicklists For now they support pinning and + removing of items. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 217 + + -- Ubuntu daily release Tue, 20 Aug 2013 10:09:36 +0000 + +unity8 (7.81.3+13.10.20130820-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 20 Aug 2013 02:08:42 +0000 + +unity8 (7.81.3+13.10.20130816.3-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 16 Aug 2013 14:11:35 +0000 + +unity8 (7.81.3+13.10.20130814.3-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 14 Aug 2013 14:33:39 +0000 + +unity8 (7.81.3+13.10.20130814.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 14 Aug 2013 06:33:14 +0000 + +unity8 (7.81.3+13.10.20130813.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 13 Aug 2013 14:08:32 +0000 + +unity8 (7.81.3+13.10.20130812.1-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * preserve lockscreen's background wallpaper's aspect ratio. (LP: + #1208892) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 184 + + -- Ubuntu daily release Mon, 12 Aug 2013 19:14:35 +0000 + +unity8 (7.81.3+13.10.20130812-0ubuntu1) saucy; urgency=low + + [ Albert Astals ] + * Fix uses of uninitialized values reported by valgrind. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 182 + + -- Ubuntu daily release Mon, 12 Aug 2013 14:33:29 +0000 + +unity8 (7.81.3+13.10.20130809.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 09 Aug 2013 15:35:06 +0000 + +unity8 (7.81.3+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Prepare unity8 for cross-building. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 176 + + -- Ubuntu daily release Fri, 09 Aug 2013 02:32:10 +0000 + +unity8 (7.81.3+13.10.20130808-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 08 Aug 2013 15:23:17 +0000 + +unity8 (7.81.3+13.10.20130807-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Wed, 07 Aug 2013 02:32:00 +0000 + +unity8 (7.81.3+13.10.20130806-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Tue, 06 Aug 2013 03:43:01 +0000 + +unity8 (7.81.3+13.10.20130805-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Mon, 05 Aug 2013 02:32:05 +0000 + +unity8 (7.81.3+13.10.20130802-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Fri, 02 Aug 2013 02:40:11 +0000 + +unity8 (7.81.3+13.10.20130801.1-0ubuntu1) saucy; urgency=low + + [ 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 + + -- Ubuntu daily release Thu, 01 Aug 2013 14:30:40 +0000 + +unity8 (7.81.3+13.10.20130801ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Thu, 01 Aug 2013 02:32:03 +0000 + +unity8 (7.81.3+13.10.20130730ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Tue, 30 Jul 2013 02:33:12 +0000 + +unity8 (7.81.3+13.10.20130729ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Mon, 29 Jul 2013 03:41:07 +0000 + +unity8 (7.81.3+13.10.20130726ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Fri, 26 Jul 2013 07:06:08 +0000 + +unity8 (7.81.3+13.10.20130725ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Thu, 25 Jul 2013 03:02:12 +0000 + +unity8 (7.81.3+13.10.20130718ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Thu, 18 Jul 2013 06:07:00 +0000 + +unity8 (7.81.3+13.10.20130717ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ Daniel d'Andrada ] + * Remove dead code: Showable::showWithoutAnimation. + + [ 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) + + -- Ubuntu daily release Wed, 17 Jul 2013 03:14:49 +0000 + +unity8 (7.81.3+13.10.20130716ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Tue, 16 Jul 2013 02:32:03 +0000 + +unity8 (7.81.3+13.10.20130714ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Change Ok to OK. (LP: #1131842) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 104 (ubuntu-unity/next) + + -- Ubuntu daily release Sun, 14 Jul 2013 02:31:57 +0000 + +unity8 (7.81.3+13.10.20130712ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Fri, 12 Jul 2013 02:31:59 +0000 + +unity8 (7.81.3+13.10.20130711ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Thu, 11 Jul 2013 03:00:53 +0000 + +unity8 (7.81.3+13.10.20130710ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Wed, 10 Jul 2013 02:32:00 +0000 + +unity8 (7.81.3+13.10.20130709ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Tue, 09 Jul 2013 02:58:58 +0000 + +unity8 (7.81.3+13.10.20130708ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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) + + -- Ubuntu daily release Mon, 08 Jul 2013 02:34:23 +0000 + +unity8 (7.81.3+13.10.20130704ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ 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::hintingAnimation() 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) + + -- Ubuntu daily release Thu, 04 Jul 2013 12:44:19 +0000 + +unity8 (7.81.3) UNRELEASED; urgency=low + + * Choose more appropriate values for edge-drag gestures (LP: #1194150) + + -- Daniel d'Andrada Fri, 28 Jun 2013 16:28:24 -0300 + +unity8 (7.81.2) saucy; urgency=low + + * 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. + + -- Michał Sawicz Wed, 26 Jun 2013 18:10:39 +0200 + +unity8 (7.81.1) saucy; urgency=low + + * 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. + + -- Michał Sawicz Fri, 21 Jun 2013 17:37:02 +0200 + +unity8 (7.81.0) saucy; urgency=low + + * 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. + + -- Michał Sawicz Fri, 14 Jun 2013 12:56:17 +0200 + +unity8 (7.80.0) saucy; urgency=low + + * Rename to unity8. + + -- Michał Sawicz Tue, 04 Jun 2013 14:45:29 +0200 + +qml-phone-shell (1.80) raring; urgency=low + + * Focus/unfocus apps on lock/unlock to make sure keyboard is hidden. + + -- Michał Sawicz Sat, 01 Jun 2013 00:31:03 +0200 + +qml-phone-shell (1.79) raring; urgency=low + + [ 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. + + -- Michael Zanetti Fri, 24 May 2013 17:06:05 +0200 + +qml-phone-shell (1.78) raring; urgency=low + + [ 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. + + -- Michał Sawicz Fri, 24 May 2013 17:06:05 +0200 + +qml-phone-shell (1.77) raring; urgency=low + + [ 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. + + -- Mathieu Trudel-Lapierre Fri, 26 Apr 2013 11:15:00 -0400 + +qml-phone-shell (1.76) raring; urgency=low + + [ 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 + + -- Michał Sawicz Thu, 16 May 2013 15:52:18 +0200 + +qml-phone-shell (1.75) raring; urgency=low + + * 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 Thu, 09 May 2013 15:10:03 +0200 + +qml-phone-shell (1.74) raring; urgency=low + + [ Albert Astals Cid ] + * Use new HUD api + * Improvements to build and run scripts + * Test for GenericLensView + * Use -z defs for SHARED and MODULE libraries + + -- Sergio Schvezov Fri, 26 Apr 2013 13:14:03 -0300 + +qml-phone-shell (1.73) raring; urgency=low + + [ 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 + + -- Ricardo Salveti de Araujo Thu, 25 Apr 2013 13:46:23 -0300 + +qml-phone-shell (1.72) raring; urgency=low + + * 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 + + -- Michał Sawicz Fri, 19 Apr 2013 21:16:50 +0200 + +qml-phone-shell (1.71) quantal; urgency=low + + * add missing python3 dependency + + -- Michał Sawicz Thu, 11 Apr 2013 17:11:15 +0200 + +qml-phone-shell (1.70) quantal; urgency=low + + * 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 + + -- Michał Sawicz Thu, 11 Apr 2013 14:42:22 +0200 + +qml-phone-shell (1.69) quantal; urgency=low + + [ Sergio Schvezov ] + * Removing mocks for calendar, clock and calculator. + + [ Michał Sawicz ] + * Add entries needed in the .desktop file and change the name and comment. + + -- Sergio Schvezov Thu, 04 Apr 2013 19:32:06 -0300 + +qml-phone-shell (1.68) quantal; urgency=low + + * fix launching SideStage apps when there's no side stage + * CMake cleanups + * prevent breakage of local builds + * added README for qmluitests + + -- Michał Sawicz Thu, 04 Apr 2013 02:02:27 +0200 + +qml-phone-shell (1.67) quantal; urgency=low + + * 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 + + -- Michał Sawicz Wed, 03 Apr 2013 00:11:00 +0200 + +qml-phone-shell (1.66) quantal; urgency=low + + * Revert Carousel changes due to crash + + -- Michał Sawicz Thu, 28 Mar 2013 10:51:20 +0100 + +qml-phone-shell (1.65) quantal; urgency=low + + * Modifying build dep to require python + + -- Sergio Schvezov Wed, 27 Mar 2013 16:07:10 -0300 + +qml-phone-shell (1.64) quantal; urgency=low + + * 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 + + -- Albert Astals Cid Wed, 20 Mar 2013 17:44:44 +0100 + +qml-phone-shell (1.63) quantal; urgency=low + + * 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 + + -- Albert Astals Cid Tue, 19 Mar 2013 17:43:21 +0100 + +qml-phone-shell (1.62) quantal; urgency=low + + * 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 + + -- Michał Sawicz Fri, 15 Mar 2013 16:26:22 +0100 + +qml-phone-shell (1.61) quantal; urgency=low + + * Rename ubuntu-browser to webbrowser-app. + + -- Olivier Tilloy Fri, 08 Mar 2013 15:55:36 +0100 + +qml-phone-shell (1.60) quantal; urgency=low + + * Fixes in sidestage + * Reduce memory consumption + * Introduced testing + + -- Michael Zanetti Thu, 07 Mar 2013 12:04:19 +0100 + +qml-phone-shell (1.59) quantal; urgency=low + + * 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. + + -- Florian Boucault Sat, 23 Feb 2013 17:48:23 +0000 + +qml-phone-shell (1.58) quantal; urgency=low + + * Sidestage: make the handle bigger to make it easier to grab. + + -- Florian Boucault Fri, 22 Feb 2013 23:20:16 +0000 + +qml-phone-shell (1.57) quantal; urgency=low + + * fix right-edge swipe breaking + + -- Gerry Boland Wed, 20 Feb 2013 14:37:25 +0000 + +qml-phone-shell (1.56) quantal; urgency=low + + * use ApplicationManager.keyboardVisible and keyboardHeight for system-wide + keyboard detection + + -- Florian Boucault Wed, 20 Feb 2013 07:05:49 +0000 + +qml-phone-shell (1.55) quantal; urgency=low + + * fix seeing flash of previous application when launching a new one + + -- Florian Boucault Wed, 20 Feb 2013 06:15:01 +0000 + +qml-phone-shell (1.54) quantal; urgency=low + + * fix quitting last application again + + -- Florian Boucault Wed, 20 Feb 2013 03:39:17 +0000 + +qml-phone-shell (1.53) quantal; urgency=low + + * 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 + + -- Michał Sawicz Wed, 20 Feb 2013 01:47:27 +0100 + +qml-phone-shell (1.52) quantal; urgency=low + + * 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 + + -- Michał Sawicz Mon, 18 Feb 2013 17:51:34 +0100 + +qml-phone-shell (1.51) quantal; urgency=low + + * use lens data in home + * increase flicking velocity in dash + + -- Michał Sawicz Sat, 16 Feb 2013 20:59:58 +0100 + +qml-phone-shell (1.50) quantal; urgency=low + + * 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. + + -- Florian Boucault Sat, 16 Feb 2013 02:50:24 +0000 + +qml-phone-shell (1.49) quantal; urgency=low + + * fix people preview + * show page headers when switching lenses + + -- Michał Sawicz Fri, 15 Feb 2013 11:12:37 +0100 + +qml-phone-shell (1.48) quantal; urgency=low + + * more HUD fixes + * bottom bar fullscreen behavior fix + * clean up stage implementation + * reduce memory footprint by reducing image sizes + + -- Michał Sawicz Fri, 15 Feb 2013 01:49:05 +0100 + +qml-phone-shell (1.47) quantal; urgency=low + + * 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 + + -- Michał Sawicz Wed, 13 Feb 2013 22:00:32 +0100 + +qml-phone-shell (1.46) quantal; urgency=low + + * 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 + + -- Michał Sawicz Tue, 12 Feb 2013 10:24:09 +0100 + +qml-phone-shell (1.45) quantal; urgency=low + + * new people carousel + * integration of voice and parametrized actions in HUD + * xml-based user list for greeter + * new people lens layout + * refactored top panel + + -- Michał Sawicz Sun, 10 Feb 2013 13:06:25 +0100 + +qml-phone-shell (1.44) quantal; urgency=low + + * 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 + + -- Michał Sawicz Fri, 08 Feb 2013 00:34:18 +0100 + +qml-phone-shell (1.43) quantal; urgency=low + + * 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 + + -- Michał Sawicz Wed, 06 Feb 2013 20:34:28 +0100 + +qml-phone-shell (1.42) quantal; urgency=low + + * restore video playback + + -- Michał Sawicz Tue, 05 Feb 2013 23:42:07 +0100 + +qml-phone-shell (1.41) quantal; urgency=low + + * Video previews + * run_on_device is tunneled through adb forward + + -- Michael Zanetti Tue, 05 Feb 2013 17:46:57 +0100 + +qml-phone-shell (1.40) quantal; urgency=low + + * Fix missing installed files + + -- Albert Astals Cid Tue, 05 Feb 2013 11:26:46 +0100 + +qml-phone-shell (1.39) quantal; urgency=low + + * HUD ui with fake data + + -- Albert Astals Cid Mon, 04 Feb 2013 18:48:39 +0100 + +qml-phone-shell (1.38) quantal; urgency=low + + * fix launching of notepad + + -- Bill Filler Fri, 01 Feb 2013 03:21:29 -0500 + +qml-phone-shell (1.37) quantal; urgency=low + + * 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 + + -- Ricardo Salveti de Araujo Fri, 01 Feb 2013 02:35:44 -0500 + +qml-phone-shell (1.36) quantal; urgency=low + + * launch real notepad app + * fix launching of mock apps + + -- Bill Filler Thu, 31 Jan 2013 21:36:05 -0500 + +qml-phone-shell (1.35) quantal; urgency=low + + * integrate ubuntu-browser instead of snowshoe + + -- Bill Filler Thu, 31 Jan 2013 17:33:37 -0500 + +qml-phone-shell (1.34) quantal; urgency=low + + * Qt5-proper release + + -- Michał Sawicz Thu, 31 Jan 2013 17:34:06 +0000 + +qml-phone-shell (1.33) quantal; urgency=low + + * New release + + -- Florian Boucault Thu, 17 Jan 2013 07:39:47 +0700 + +qml-phone-shell (1.32) quantal; urgency=low + + * New release + + -- Michał Sawicz Fri, 21 Dec 2012 21:49:43 +0100 + +qml-phone-shell (1.31) quantal; urgency=low + + * New release + + -- Michał Sawicz Fri, 21 Dec 2012 02:06:37 +0100 + +qml-phone-shell (1.30) quantal; urgency=low + + * New release + + -- Michał Sawicz Wed, 19 Dec 2012 19:29:40 +0100 + +qml-phone-shell (1.29) quantal; urgency=low + + * New release + + -- Florian Boucault Wed, 19 Dec 2012 00:07:55 +0000 + +qml-phone-shell (1.28) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 18 Dec 2012 19:03:04 +0000 + +qml-phone-shell (1.27) quantal; urgency=low + + * New release + + -- Michał Sawicz Tue, 18 Dec 2012 02:22:35 +0100 + +qml-phone-shell (1.26) quantal; urgency=low + + * New release + + -- Florian Boucault Fri, 14 Dec 2012 18:17:40 +0000 + +qml-phone-shell (1.25) quantal; urgency=low + + * New release + + -- Florian Boucault Thu, 13 Dec 2012 22:51:56 +0000 + +qml-phone-shell (1.24) quantal; urgency=low + + * New release + + -- Florian Boucault Wed, 12 Dec 2012 21:49:50 +0000 + +qml-phone-shell (1.23) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 11 Dec 2012 20:38:08 +0000 + +qml-phone-shell (1.22) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 11 Dec 2012 00:13:16 +0000 + +qml-phone-shell (1.21) quantal; urgency=low + + * New release with fullscreen launcher fixes + + -- Bill Filler Fri, 07 Dec 2012 09:36:37 +0000 + +qml-phone-shell (1.20) quantal; urgency=low + + * New release + + -- Florian Boucault Thu, 06 Dec 2012 16:53:05 +0000 + +qml-phone-shell (1.19) quantal; urgency=low + + * enable multi-threaded render for apps + + -- Bill Filler Wed, 05 Dec 2012 17:34:09 +0000 + +qml-phone-shell (1.18) quantal; urgency=low + + [ Bill Filler ] + * update launcher to use wk2-render (chromeless webkit) for facebook + and twitter + + -- Florian Boucault Wed, 05 Dec 2012 12:20:50 +0000 + +qml-phone-shell (1.17) quantal; urgency=low + + * New release + + -- Florian Boucault Sat, 01 Dec 2012 01:18:03 +0000 + +qml-phone-shell (1.16) quantal; urgency=low + + * fix to launch new gallery with correct args + + -- Bill Filler Thu, 29 Nov 2012 17:04:36 -0500 + +qml-phone-shell (1.15) quantal; urgency=low + + * New release + + -- Florian Boucault Wed, 28 Nov 2012 20:35:03 +0000 + +qml-phone-shell (1.14) quantal; urgency=low + + * New release + + -- Florian Boucault Mon, 26 Nov 2012 21:39:36 +0000 + +qml-phone-shell (1.13) quantal; urgency=low + + * New release + + -- Florian Boucault Fri, 23 Nov 2012 19:47:54 +0000 + +qml-phone-shell (1.12) quantal; urgency=low + + * Daily release + + -- Florian Boucault Thu, 22 Nov 2012 10:21:11 +0000 + +qml-phone-shell (1.11) quantal; urgency=low + + * Daily release + + -- Florian Boucault Wed, 21 Nov 2012 22:06:38 +0000 + +qml-phone-shell (1.10) quantal; urgency=low + + * Daily release + + -- Florian Boucault Wed, 21 Nov 2012 01:04:32 +0000 + +qml-phone-shell (1.9) quantal; urgency=low + + * New release + + -- Florian Boucault Mon, 19 Nov 2012 18:55:51 +0000 + +qml-phone-shell (1.8) quantal; urgency=low + + [ Michał Sawicz ] + * new codebase + + -- Florian Boucault Fri, 09 Nov 2012 00:15:19 +0000 + +qml-phone-shell (1.2) quantal; urgency=low + + * fix working dir for launch + * launch script that sets up ofono and then calls telephony-app + + -- Bill Filler Mon, 05 Nov 2012 17:28:31 -0500 + +qml-phone-shell (1.1) quantal; urgency=low + + * comment out console.log() to prevent crash + + -- Bill Filler Sun, 28 Oct 2012 22:18:36 +0100 + +qml-phone-shell (1.0) quantal; urgency=low + + * Remove install rule for qml-phone-shell.conf + + -- Ricardo Mendoza Fri, 26 Oct 2012 12:09:03 -0430 + +qml-phone-shell (0.9) quantal; urgency=low + + * Remove qml-phone-shell.conf to use new ubuntu-session. + + -- Ricardo Mendoza Fri, 26 Oct 2012 11:10:04 -0430 + +qml-phone-shell (0.8) quantal; urgency=low + + * Fix for both size and scrolling. + + -- Michael Frey Thu, 25 Oct 2012 14:28:46 +0200 + +qml-phone-shell (0.7) quantal; urgency=low + + [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 + + -- Bill Filler Sun, 21 Oct 2012 11:32:42 +0200 + +qml-phone-shell (0.6) quantal; urgency=low + + * added additional Android env vars to upstart script + + -- Bill Filler Fri, 19 Oct 2012 09:35:25 -0400 + +qml-phone-shell (0.5) quantal; urgency=low + + * added support to launch telephony-app + + -- Bill Filler Thu, 18 Oct 2012 13:45:25 -0400 + +qml-phone-shell (0.4) quantal; urgency=low + + * Creating a release + + -- Sergio Schvezov Mon, 15 Oct 2012 13:05:34 -0300 + +qml-phone-shell (0.3) quantal; urgency=low + + * added support for launching applications + + -- Bill Filler Fri, 12 Oct 2012 12:42:33 -0400 + +qml-phone-shell (0.2) quantal; urgency=low + + * New release that includes upstart support. + + -- Tony Espy Thu, 11 Oct 2012 17:18:07 -0400 + +qml-phone-shell (0.1) quantal; urgency=low + + * Initial release + + -- Bill Filler Wed, 10 Oct 2012 10:19:53 -0400 --- unity8-7.86+14.10.20140513.orig/debian/compat +++ unity8-7.86+14.10.20140513/debian/compat @@ -0,0 +1 @@ +9 --- unity8-7.86+14.10.20140513.orig/debian/control +++ unity8-7.86+14.10.20140513/debian/control @@ -0,0 +1,177 @@ +Source: unity8 +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus-test-runner, + debhelper (>= 9), + doxyqml, + graphviz, + libdee-qt5-dev (>= 3.2), + libgl1-mesa-dev[!armhf] | libgl-dev[!armhf], + libgl1-mesa-dri, + libgles2-mesa-dev[armhf], + libglib2.0-dev, + libgsettings-qt-dev, + libhud-client2-dev, + libpulse-dev, + libqmenumodel-dev (>= 0.2.7), + libqt5xmlpatterns5-dev, + libunity-api-dev (>= 7.80.6), + libunity-mir-dev, + libusermetricsoutput1-dev, + libxcb1-dev, + pkg-config, + python-setuptools, + python3-all:any, + python3-setuptools, + python:any (>= 2.7), + qml-module-qtquick-xmllistmodel, + qml-module-qtquick2, + qml-module-qttest, + qt5-default, + qtbase5-dev (>= 5.2.1), + qtbase5-dev-tools, + qtbase5-private-dev (>= 5.2.1), + qtdeclarative5-dev (>= 5.2.1), + qtdeclarative5-dev-tools, + qtdeclarative5-private-dev (>= 5.2.1), + qtdeclarative5-qtmultimedia-plugin, + qtdeclarative5-ubuntu-settings-components, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ttf-ubuntu-font-family, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/unity +# If you aren't a member of ~unity-team but need to upload +# packaging changes, just go ahead. ~unity-team will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/unity8 +Vcs-Browser: https://bazaar.launchpad.net/~unity-team/unity8/trunk + +Package: indicators-client +Architecture: amd64 armhf i386 +Depends: qmenumodel-qml (>= 0.2.7), + qtdeclarative5-ubuntu-ui-toolkit-plugin, + unity8 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Indicators client test application + This package contains the client application for indicators used by autopilot + +Package: unity-scope-tool +Architecture: any +Depends: unity8-common (= ${source:Version}), + unity8-private (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Development tool for Unity scopes + This package contains the development tool for new generation Unity scopes, based + on Unity8. + +Package: unity8 +Architecture: any +Provides: indicator-renderer, +Depends: gsettings-desktop-schemas, + libcap2-bin, + libglib2.0-bin, + libunity-mir1 (>= 0.4), + qmenumodel-qml (>= 0.2.7), + qml-module-qtquick-xmllistmodel, + qtdeclarative5-gsettings1.0, + qtdeclarative5-ubuntu-settings-components, + unity-launcher-impl-3, + unity8-common (= ${source:Version}), + unity8-private (= ${binary:Version}), + unity8-private | unity-launcher-impl, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: unity-scope-click, + unity-scope-mediascanner2, + unity-scope-scopes, +Breaks: indicator-network (<< 0.5.1), + ubuntu-touch-session (<< 0.107), +Replaces: ubuntu-touch-session (<< 0.82~), +Description: Unity 8 shell + The Unity 8 shell is the primary user interface for Ubuntu devices. + +Package: unity8-common +Architecture: all +Depends: qtdeclarative5-ubuntu-thumbnailer0.1 | ubuntu-thumbnailer-impl, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-unity-notifications-plugin | unity-notifications-impl, + ubuntu-thumbnailer-impl-0, + unity-application-impl-2, + unity-notifications-impl-3, + unity-plugin-scopes | unity-scopes-impl, + unity-scopes-impl-0, + unity8-fake-env | unity-application-impl, + ${misc:Depends}, +Breaks: unity8 (<< 7.86), +Replaces: unity8 (<< 7.86), +Description: Unity 8 shell (common files) + The Unity 8 shell is the primary user interface for Ubuntu devices. + . + This package contains the QML, graphics and locale files shared between + unity8 and unity-scope-tool. + +Package: unity8-autopilot +Architecture: all +Depends: gir1.2-glib-2.0, + libautopilot-qt (>= 1.4), + libqt5test5, + libqt5widgets5, + python-autopilot, + python-evdev, + python-fixtures, + python-gi, + python-mock, + python3-autopilot, + python3-evdev, + python3-fixtures, + python3-gi, + ubuntu-ui-toolkit-autopilot, + unity8 (= ${source:Version}), + unity8-fake-env (= ${source:Version}), + url-dispatcher-tools, + ${misc:Depends}, + ${python3:Depends}, + ${python:Depends}, + ${shlibs:Depends}, +Description: Test package for Unity 8 shell + Autopilot tests for the unity8 package + +Package: unity8-fake-env +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Provides: unity-application-impl, + unity-application-impl-2, +Description: Fake environment for running Unity 8 shell + Provides fake implementations of some QML modules used by Unity 8 shell + (e.g Ubuntu.Application) so that you can run it in a sandboxed environment. + +Package: unity8-private +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: gsettings-ubuntu-schemas, + libunity-core-6.0-9, + ${misc:Depends}, + ${shlibs:Depends}, +Provides: unity-launcher-impl, + unity-launcher-impl-3, +Description: Unity 8 private libs + The Unity 8 shell is the primary user interface for Ubuntu devices. + . + This package contains the private libraries for QML and other components + only used by the shell. + +Package: unity8-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Description: Documentation for Unity8 + The Unity 8 shell is the primary user interface for Ubuntu devices. (documentation) --- unity8-7.86+14.10.20140513.orig/debian/copyright +++ unity8-7.86+14.10.20140513/debian/copyright @@ -0,0 +1,62 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity8 +Source: http://launchpad.net/unity + +Files: * +Copyright: 2011-2013 Canonical Ltd. +License: GPL-3 + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. + +Files: tests/mocks/LightDM/UsersModel.h tests/mocks/LightDM/Greeter.h +Copyright: 2013 Canonical Ltd. + 2010-2011 David Edmundson + 2010-2011 Robert Ancell +License: GPL-3 + +Files: plugins/Utils/qvariantlistmodel.* + tests/unittests/plugins/Utils/modeltest.* + tests/plugins/Utils/modeltest.* +Copyright: 2013 Digia Plc and/or its subsidiary(-ies). +License: LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3 + Commercial License Usage + Licensees holding valid commercial Qt licenses may use this file in + accordance with the commercial license agreement provided with the + Software or, alternatively, in accordance with the terms contained in + a written agreement between you and Digia. For licensing terms and + conditions see http://qt.digia.com/licensing. For further information + use the contact form at http://qt.digia.com/contact-us. + . + GNU Lesser General Public License Usage + Alternatively, this file may be used under the terms of the GNU Lesser + General Public License version 2.1 as published by the Free Software + Foundation and appearing in the file LICENSE.LGPL included in the + packaging of this file. Please review the following information to + ensure the GNU Lesser General Public License version 2.1 requirements + will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + . + In addition, as a special exception, Digia gives you certain additional + rights. These rights are described in the Digia Qt LGPL Exception + version 1.1, included in the file LGPL_EXCEPTION.txt in this package. + . + GNU General Public License Usage + Alternatively, this file may be used under the terms of the GNU + General Public License version 3.0 as published by the Free Software + Foundation and appearing in the file LICENSE.GPL included in the + packaging of this file. Please review the following information to + ensure the GNU General Public License version 3.0 requirements will be + met: http://www.gnu.org/copyleft/gpl.html. --- unity8-7.86+14.10.20140513.orig/debian/indicators-client.install +++ unity8-7.86+14.10.20140513/debian/indicators-client.install @@ -0,0 +1 @@ +/usr/bin/indicators-client --- unity8-7.86+14.10.20140513.orig/debian/rules +++ unity8-7.86+14.10.20140513/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 +export NO_PNG_PKG_MANGLE=1 + +%: + dh $@ --parallel --fail-missing --with python2,python3 + +override_dh_auto_clean: + dh_auto_clean + rm -rf builddir + +override_dh_auto_configure: + # Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong. + # So until Debian bug 719148 is fixed, do it ourselves. + dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var" + +override_dh_auto_build: + # doc is not a default target + dh_auto_build -- all doc + +override_dh_install: + # install autopilot tests + cd tests/autopilot; \ + set -ex; for python in $(shell pyversions -r) $(shell py3versions -r); do \ + $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ + done; \ + cd $(CURDIR) + dh_install -X'*.pyc' --fail-missing + +# use private lib directories +override_dh_makeshlibs: + dh_makeshlibs -Nunity8-private -Nunity8-fake-env + +# libMockLightDM-qml.so links against liblightdm-qt5-2.so which doesn't exist +override_dh_shlibdeps: + dh_shlibdeps -XlibMockLightDM-qml.so --- unity8-7.86+14.10.20140513.orig/debian/source/format +++ unity8-7.86+14.10.20140513/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity8-7.86+14.10.20140513.orig/debian/unity-scope-tool.install +++ unity8-7.86+14.10.20140513/debian/unity-scope-tool.install @@ -0,0 +1,2 @@ +usr/bin/unity-scope-tool +usr/share/unity8/ScopeTool.qml --- unity8-7.86+14.10.20140513.orig/debian/unity8-autopilot.install +++ unity8-7.86+14.10.20140513/debian/unity8-autopilot.install @@ -0,0 +1,2 @@ +usr/lib/python*/*/unity* +usr/share/unity8/unlock-device --- unity8-7.86+14.10.20140513.orig/debian/unity8-common.install +++ unity8-7.86+14.10.20140513/debian/unity8-common.install @@ -0,0 +1,5 @@ +usr/share/locale +usr/share/unity8/Components +usr/share/unity8/Dash +usr/share/unity8/Notifications +usr/share/unity8/graphics --- unity8-7.86+14.10.20140513.orig/debian/unity8-doc.install +++ unity8-7.86+14.10.20140513/debian/unity8-doc.install @@ -0,0 +1 @@ +usr/share/doc/unity8/* --- unity8-7.86+14.10.20140513.orig/debian/unity8-fake-env.install +++ unity8-7.86+14.10.20140513/debian/unity8-fake-env.install @@ -0,0 +1,4 @@ +usr/lib/*/unity8/qml/mocks +usr/lib/*/unity8/qml/nonmirplugins +usr/lib/*/unity8/qml/scopefakes +usr/share/unity8/mocks --- unity8-7.86+14.10.20140513.orig/debian/unity8-private.install +++ unity8-7.86+14.10.20140513/debian/unity8-private.install @@ -0,0 +1,13 @@ +usr/lib/*/unity8/qml/AccountsService +usr/lib/*/unity8/qml/Dash +usr/lib/*/unity8/qml/HudClient +usr/lib/*/unity8/qml/LightDM +usr/lib/*/unity8/qml/Powerd +usr/lib/*/unity8/qml/SessionBroadcast +usr/lib/*/unity8/qml/Ubuntu +usr/lib/*/unity8/qml/Unity +usr/lib/*/unity8/qml/Utils +usr/share/accountsservice/interfaces +usr/share/dbus-1/interfaces +usr/share/polkit-1 +var/lib/polkit-1 --- unity8-7.86+14.10.20140513.orig/debian/unity8.install +++ unity8-7.86+14.10.20140513/debian/unity8.install @@ -0,0 +1,9 @@ +data/unity8.conf usr/share/upstart/sessions/ +usr/bin/unity8 +usr/share/applications/unity8.desktop +usr/share/unity8/Greeter +usr/share/unity8/Hud +usr/share/unity8/Launcher +usr/share/unity8/Panel +usr/share/unity8/Shell.qml +usr/share/unity8/Stages --- unity8-7.86+14.10.20140513.orig/debian/unity8.maintscript +++ unity8-7.86+14.10.20140513/debian/unity8.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/init/boot-hooks/unity8-setcap.conf