Merge lp:~aacid/unity8/new_and_old_audio_role into lp:unity8
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~aacid/unity8/new_and_old_audio_role |
| Merge into: | lp:unity8 |
| Diff against target: |
6899 lines (+986/-846) 353 files modified
CMakeLists.txt (+7/-7) debian/control (+5/-5) plugins/Dash/CardAttributes.qml (+3/-3) plugins/Dash/CardCreator.js (+6/-6) plugins/Dash/CardCreatorCache.qml (+1/-1) plugins/Dash/CroppedImageMinimumSourceSize.qml (+1/-1) plugins/Dash/ScopeStyle.qml (+2/-2) plugins/Dash/abstractdashview.h (+0/-4) plugins/Dash/horizontaljournal.cpp (+0/-4) plugins/Dash/horizontaljournal.h (+0/-4) plugins/Dash/organicgrid.cpp (+0/-4) plugins/Dash/organicgrid.h (+0/-4) plugins/Dash/verticaljournal.cpp (+0/-4) plugins/Dash/verticaljournal.h (+0/-4) qml/Components/Background.qml (+2/-2) qml/Components/BaseCarouselDelegate.qml (+2/-2) qml/Components/Carousel.qml (+2/-2) qml/Components/Circle.qml (+1/-1) qml/Components/DelayedLockscreen.qml (+2/-2) qml/Components/Dialogs.qml (+2/-2) qml/Components/DragHandle.qml (+2/-2) qml/Components/DraggingArea.qml (+2/-2) qml/Components/EdgeDragEvaluator.qml (+2/-2) qml/Components/Header.qml (+2/-2) qml/Components/InputMethod.qml (+2/-2) qml/Components/LazyImage.qml (+2/-2) qml/Components/ListItems/Header.qml (+2/-2) qml/Components/ListItems/ThinDivider.qml (+1/-1) qml/Components/Lockscreen.qml (+3/-3) qml/Components/NotificationAudio.qml (+42/-0) qml/Components/PanelState/PanelState.qml (+1/-1) qml/Components/PassphraseLockscreen.qml (+2/-2) qml/Components/PhysicalKeysMapper.qml (+1/-1) qml/Components/PinLockscreen.qml (+3/-3) qml/Components/PinPadButton.qml (+2/-2) qml/Components/Rating.qml (+2/-2) qml/Components/RatingStyle.qml (+2/-2) qml/Components/ResponsiveGridView.qml (+2/-2) qml/Components/ResponsiveVerticalJournal.qml (+2/-2) qml/Components/ScreenGrabber.qml (+2/-4) qml/Components/ScrollCalculator.qml (+2/-2) qml/Components/SearchHistoryModel/SearchHistoryModel.qml (+1/-1) qml/Components/ShellDialog.qml (+3/-3) qml/Components/Showable.qml (+1/-1) qml/Components/StandardAnimation.qml (+1/-1) qml/Components/UbuntuShapeForItem.qml (+2/-2) qml/Components/Unity8Settings.qml (+1/-1) qml/Components/UnityInputInfo/UnityInputInfo.qml (+2/-2) qml/Components/WindowControlButtons.qml (+2/-2) qml/Components/WindowScreenshot.qml (+1/-1) qml/Components/WrongPasswordAnimation.qml (+1/-1) qml/Components/ZoomableImage.qml (+2/-2) qml/Dash/CardCarousel.qml (+2/-2) qml/Dash/CardGrid.qml (+1/-1) qml/Dash/CardHorizontalList.qml (+2/-2) qml/Dash/CardTool.qml (+1/-1) qml/Dash/CardVerticalJournal.qml (+2/-2) qml/Dash/Dash.qml (+2/-2) qml/Dash/DashApplication.qml (+4/-3) qml/Dash/DashBackground.qml (+1/-1) qml/Dash/DashCategoryBase.qml (+2/-2) qml/Dash/DashContent.qml (+2/-2) qml/Dash/DashContentTabBarStyle.qml (+1/-1) qml/Dash/DashNavigation.qml (+4/-4) qml/Dash/DashNavigationButton.qml (+4/-4) qml/Dash/DashNavigationList.qml (+5/-5) qml/Dash/DashPageHeader.qml (+12/-16) qml/Dash/DashRenderer.qml (+1/-1) qml/Dash/GenericScopeView.qml (+6/-6) qml/Dash/PreviewListView.qml (+3/-3) qml/Dash/Previews/Preview.qml (+2/-2) qml/Dash/Previews/PreviewActionButton.qml (+2/-2) qml/Dash/Previews/PreviewActionCombo.qml (+4/-4) qml/Dash/Previews/PreviewActions.qml (+4/-4) qml/Dash/Previews/PreviewAudioPlayback.qml (+6/-6) qml/Dash/Previews/PreviewComment.qml (+2/-2) qml/Dash/Previews/PreviewCommentInput.qml (+2/-2) qml/Dash/Previews/PreviewExpandable.qml (+5/-5) qml/Dash/Previews/PreviewHeader.qml (+4/-4) qml/Dash/Previews/PreviewIconActions.qml (+2/-2) qml/Dash/Previews/PreviewImageGallery.qml (+2/-2) qml/Dash/Previews/PreviewOverlay.qml (+4/-4) qml/Dash/Previews/PreviewPayments.qml (+2/-2) qml/Dash/Previews/PreviewProgress.qml (+2/-2) qml/Dash/Previews/PreviewRatingDisplay.qml (+4/-4) qml/Dash/Previews/PreviewRatingEdit.qml (+2/-2) qml/Dash/Previews/PreviewRatingInput.qml (+6/-6) qml/Dash/Previews/PreviewRatingSingleDisplay.qml (+1/-1) qml/Dash/Previews/PreviewTable.qml (+5/-5) qml/Dash/Previews/PreviewTextSummary.qml (+5/-5) qml/Dash/Previews/PreviewVideoPlayback.qml (+2/-2) qml/Dash/Previews/PreviewWidget.qml (+1/-1) qml/Dash/Previews/PreviewWidgetFactory.qml (+1/-1) qml/Dash/Previews/PreviewZoomableImage.qml (+2/-2) qml/Dash/PullToRefreshScopeStyle.qml (+3/-3) qml/Dash/ScopeListView.qml (+1/-1) qml/Dash/ScopeSettings/ScopeSetting.qml (+2/-2) qml/Dash/ScopeSettings/ScopeSettingBoolean.qml (+5/-5) qml/Dash/ScopeSettings/ScopeSettingList.qml (+3/-3) qml/Dash/ScopeSettings/ScopeSettingNumber.qml (+1/-1) qml/Dash/ScopeSettings/ScopeSettingString.qml (+6/-6) qml/Dash/ScopeSettings/ScopeSettingsWidgetFactory.qml (+1/-1) qml/Dash/ScopeSettingsPage.qml (+3/-3) qml/Dash/ScopesList.qml (+2/-2) qml/Dash/ScopesListCategory.qml (+4/-4) qml/Dash/ScopesListCategoryItem.qml (+2/-2) qml/DeviceConfiguration.qml (+1/-1) qml/Greeter/Clock.qml (+2/-2) qml/Greeter/CoverPage.qml (+2/-2) qml/Greeter/Dot.qml (+1/-1) qml/Greeter/Greeter.qml (+2/-2) qml/Greeter/Infographics.qml (+2/-2) qml/Greeter/IntegratedLightDMImpl.qml (+1/-1) qml/Greeter/LightDM.qml (+1/-1) qml/Greeter/LoginList.qml (+2/-2) qml/Greeter/NarrowView.qml (+2/-2) qml/Greeter/ObjectPositioner.qml (+2/-2) qml/Greeter/ShimGreeter.qml (+1/-1) qml/Greeter/WideView.qml (+2/-2) qml/Launcher/FoldingLauncherDelegate.qml (+2/-2) qml/Launcher/Launcher.qml (+2/-2) qml/Launcher/LauncherDelegate.qml (+2/-2) qml/Launcher/LauncherPanel.qml (+4/-4) qml/Notifications/Notification.qml (+8/-9) qml/Notifications/NotificationMenuItemFactory.qml (+2/-2) qml/Notifications/Notifications.qml (+2/-2) qml/Notifications/OptionToggle.qml (+6/-6) qml/Notifications/ShapedIcon.qml (+3/-3) qml/Notifications/SwipeToAct.qml (+2/-2) qml/OrientedShell.qml (+3/-3) qml/Panel/ActiveCallHint.qml (+2/-2) qml/Panel/Handle.qml (+2/-2) qml/Panel/IndicatorItem.qml (+2/-2) qml/Panel/IndicatorItemRow.qml (+2/-2) qml/Panel/IndicatorPage.qml (+2/-2) qml/Panel/Indicators/IndicatorBase.qml (+1/-1) qml/Panel/Indicators/IndicatorDelegate.qml (+1/-1) qml/Panel/Indicators/IndicatorsLight.qml (+1/-1) qml/Panel/Indicators/MenuItemFactory.qml (+5/-5) qml/Panel/Indicators/MessageMenuItemFactory.qml (+1/-1) qml/Panel/Indicators/ModemInfoItem.qml (+6/-6) qml/Panel/Indicators/RoamingIndication.qml (+4/-4) qml/Panel/Indicators/client/IndicatorRepresentation.qml (+3/-3) qml/Panel/Indicators/client/IndicatorsClient.qml (+4/-4) qml/Panel/Indicators/client/IndicatorsList.qml (+3/-3) qml/Panel/Indicators/client/IndicatorsTree.qml (+2/-2) qml/Panel/IndicatorsBar.qml (+2/-2) qml/Panel/IndicatorsMenu.qml (+2/-2) qml/Panel/MenuContent.qml (+2/-2) qml/Panel/Panel.qml (+2/-2) qml/Panel/PanelBackground.qml (+1/-1) qml/Panel/PanelSeparatorLine.qml (+1/-1) qml/Panel/PanelVelocityCalculator.qml (+1/-1) qml/Rotation/HalfLoopRotationAnimation.qml (+1/-1) qml/Rotation/ImmediateRotationAction.qml (+1/-1) qml/Rotation/NinetyRotationAnimation.qml (+1/-1) qml/Rotation/RotationStates.qml (+2/-2) qml/ScopeTool.qml (+3/-3) qml/Shell.qml (+5/-5) qml/Stages/Animations/BaseSessionAnimation.qml (+1/-1) qml/Stages/Animations/SwipeFromBottomAnimation.qml (+2/-2) qml/Stages/ApplicationWindow.qml (+2/-2) qml/Stages/DecoratedWindow.qml (+2/-2) qml/Stages/DesktopSpread.qml (+1/-1) qml/Stages/DesktopSpreadDelegate.qml (+2/-2) qml/Stages/DesktopStage.qml (+1/-1) qml/Stages/MainViewStyle.qml (+36/-28) qml/Stages/OrientationChangeAnimation.qml (+1/-1) qml/Stages/PageHeadStyle.qml (+3/-3) qml/Stages/PhoneStage.qml (+2/-2) qml/Stages/SessionContainer.qml (+1/-1) qml/Stages/ShimStage.qml (+2/-2) qml/Stages/Splash.qml (+12/-12) qml/Stages/SpreadDelegate.qml (+3/-3) qml/Stages/SpreadMaths.qml (+2/-2) qml/Stages/SurfaceContainer.qml (+2/-2) qml/Stages/TabletStage.qml (+2/-2) qml/Stages/TransformedSpreadDelegate.qml (+2/-2) qml/Stages/TransformedTabletSpreadDelegate.qml (+2/-2) qml/Stages/WindowDecoration.qml (+2/-2) qml/Stages/WindowResizeArea.qml (+2/-2) qml/Tutorial/Arrow.qml (+2/-2) qml/Tutorial/Slider.qml (+2/-2) qml/Tutorial/Tick.qml (+2/-2) qml/Tutorial/Tutorial.qml (+2/-2) qml/Tutorial/TutorialBottom.qml (+2/-2) qml/Tutorial/TutorialBottomFinish.qml (+2/-2) qml/Tutorial/TutorialContent.qml (+2/-2) qml/Tutorial/TutorialLeft.qml (+2/-2) qml/Tutorial/TutorialLeftFinish.qml (+2/-2) qml/Tutorial/TutorialPage.qml (+2/-2) qml/Tutorial/TutorialRight.qml (+2/-2) qml/Wizard/CheckableSetting.qml (+5/-5) qml/Wizard/Page.qml (+4/-4) qml/Wizard/Pages.qml (+2/-2) qml/Wizard/Pages/10-welcome.qml (+3/-3) qml/Wizard/Pages/20-sim.qml (+2/-2) qml/Wizard/Pages/30-passwd-type.qml (+7/-7) qml/Wizard/Pages/40-wifi.qml (+3/-3) qml/Wizard/Pages/50-location.qml (+4/-4) qml/Wizard/Pages/60-reporting.qml (+2/-2) qml/Wizard/Pages/80-finished.qml (+2/-2) qml/Wizard/Pages/here-terms.qml (+4/-4) qml/Wizard/Pages/passwd-confirm.qml (+2/-2) qml/Wizard/Pages/passwd-set.qml (+2/-2) qml/Wizard/StackButton.qml (+4/-4) qml/Wizard/Wizard.qml (+2/-2) tests/CMakeLists.txt (+1/-0) tests/autopilot/unity8/dash.py (+3/-3) tests/imports/CMakeLists.txt (+5/-0) tests/imports/check_imports.py (+125/-0) tests/mocks/MeeGo/QOfono/MockOfonoSimManager.qml (+1/-1) tests/mocks/QMenuModel/QDBusActionGroup.qml (+2/-2) tests/mocks/QMenuModel/UnityMenuAction.qml (+1/-1) tests/mocks/Ubuntu/SystemSettings/LanguagePlugin/MockLanguagePlugin.qml (+1/-1) tests/mocks/Ubuntu/Web/WebView.qml (+1/-1) tests/mocks/Unity/Application/resources/MirSurfaceItem.qml (+1/-1) tests/mocks/Unity/Application/resources/VirtualKeyboard.qml (+1/-1) tests/mocks/Unity/Indicators/ActionRootState.qml (+1/-1) tests/mocks/Unity/Indicators/IndicatorsModel.qml (+1/-1) tests/mocks/Unity/Indicators/ModelActionRootState.qml (+1/-1) tests/mocks/Utils/HomeKeyWatcher.qml (+1/-1) tests/plugins/Dash/cardcreator/1.res (+1/-1) tests/plugins/Dash/cardcreator/2.res (+2/-2) tests/plugins/Dash/cardcreator/3.res (+2/-2) tests/plugins/Dash/cardcreator/4.res (+2/-2) tests/plugins/Dash/cardcreator/5.res (+2/-2) tests/plugins/Dash/cardcreator/6.res (+3/-3) tests/plugins/Dash/cardcreator/7.res (+3/-3) tests/plugins/Dash/cardcreator/8.res (+1/-1) tests/plugins/Dash/cardcreatortest.qml (+1/-1) tests/plugins/Dash/horizontaljournaltest.qml (+1/-1) tests/plugins/Dash/horizontaljournaltry.qml (+1/-1) tests/plugins/Dash/listviewwithpageheadertest.qml (+1/-1) tests/plugins/Dash/listviewwithpageheadertestsection.qml (+1/-1) tests/plugins/Dash/listviewwithpageheadertestsectionexternalmodel.qml (+1/-1) tests/plugins/Dash/organicgridtest.qml (+1/-1) tests/plugins/Dash/organicgridtry.qml (+1/-1) tests/plugins/Dash/tst_CardAttributes.qml (+1/-1) tests/plugins/Dash/tst_CroppedImageMinimumSourceSize.qml (+2/-2) tests/plugins/Dash/tst_ListViewWithPageHeaderQML.qml (+1/-1) tests/plugins/Dash/tst_ScopeStyle.qml (+2/-2) tests/plugins/Dash/verticaljournaltest.qml (+1/-1) tests/plugins/Dash/verticaljournaltry.qml (+1/-1) tests/plugins/IntegratedLightDM/greeter.qml (+1/-1) tests/plugins/Ubuntu/Gestures/DownwardsLauncher.qml (+2/-2) tests/plugins/Ubuntu/Gestures/LeftwardsLauncher.qml (+2/-2) tests/plugins/Ubuntu/Gestures/RightwardsLauncher.qml (+2/-2) tests/plugins/Ubuntu/Gestures/UpwardsLauncher.qml (+2/-2) tests/plugins/Ubuntu/Gestures/empty.qml (+1/-1) tests/plugins/Ubuntu/Gestures/touchGateExample.qml (+1/-1) tests/plugins/Ubuntu/Gestures/tst_DirectionalDragArea.qml (+2/-2) tests/plugins/Ubuntu/Gestures/tst_FloatingFlickable.qml (+2/-2) tests/plugins/Ubuntu/Gestures/tst_PressedOutsideNotifier.qml (+2/-2) tests/plugins/Ubuntu/Gestures/tst_TouchGate.cpp (+1/-5) tests/plugins/Utils/tst_UtilsStyle.qml (+1/-1) tests/qmltests/CMakeLists.txt (+1/-1) tests/qmltests/Components/tst_Background.qml (+1/-1) tests/qmltests/Components/tst_Carousel.qml (+1/-1) tests/qmltests/Components/tst_Dialogs.qml (+3/-3) tests/qmltests/Components/tst_DragHandle.qml (+2/-2) tests/qmltests/Components/tst_DragHandle/BidirectionalShowable.qml (+2/-2) tests/qmltests/Components/tst_DragHandle/HorizontalShowable.qml (+2/-2) tests/qmltests/Components/tst_DragHandle/VerticalShowable.qml (+2/-2) tests/qmltests/Components/tst_DraggingArea.qml (+1/-1) tests/qmltests/Components/tst_EdgeDragEvaluator.qml (+1/-1) tests/qmltests/Components/tst_LazyImage.qml (+4/-4) tests/qmltests/Components/tst_LazyImage/ImageControls.qml (+2/-2) tests/qmltests/Components/tst_Lockscreen.qml (+2/-2) tests/qmltests/Components/tst_PhysicalKeysMapper.qml (+1/-1) tests/qmltests/Components/tst_Rating.qml (+4/-4) tests/qmltests/Components/tst_ResponsiveGridView.qml (+3/-3) tests/qmltests/Components/tst_ResponsiveVerticalJournal.qml (+3/-3) tests/qmltests/Components/tst_Showable.qml (+2/-2) tests/qmltests/Components/tst_ZoomableImage.qml (+1/-1) tests/qmltests/Dash/Previews/MockPreviewWidget.qml (+1/-1) tests/qmltests/Dash/Previews/tst_Preview.qml (+3/-3) tests/qmltests/Dash/Previews/tst_PreviewActions.qml (+2/-2) tests/qmltests/Dash/Previews/tst_PreviewAudioPlayback.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewComment.qml (+2/-2) tests/qmltests/Dash/Previews/tst_PreviewCommentInput.qml (+2/-2) tests/qmltests/Dash/Previews/tst_PreviewExpandable.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewHeader.qml (+1/-1) tests/qmltests/Dash/Previews/tst_PreviewIconActions.qml (+3/-3) tests/qmltests/Dash/Previews/tst_PreviewImageGallery.qml (+1/-1) tests/qmltests/Dash/Previews/tst_PreviewPayments.qml (+2/-2) tests/qmltests/Dash/Previews/tst_PreviewProgress.qml (+2/-2) tests/qmltests/Dash/Previews/tst_PreviewRatingDisplay.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewRatingEdit.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewRatingInput.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewTable.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewTextSummary.qml (+4/-4) tests/qmltests/Dash/Previews/tst_PreviewVideoPlayback.qml (+1/-1) tests/qmltests/Dash/Previews/tst_PreviewWidgetFactory.qml (+3/-3) tests/qmltests/Dash/Previews/tst_PreviewZoomableImage.qml (+1/-1) tests/qmltests/Dash/ScopeSettings/tst_ScopeSettingBoolean.qml (+2/-2) tests/qmltests/Dash/ScopeSettings/tst_ScopeSettingList.qml (+2/-2) tests/qmltests/Dash/ScopeSettings/tst_ScopeSettingNumber.qml (+2/-2) tests/qmltests/Dash/ScopeSettings/tst_ScopeSettingString.qml (+2/-2) tests/qmltests/Dash/ScopeSettings/tst_ScopeSettingsWidgetFactory.qml (+2/-2) tests/qmltests/Dash/tst_Card.qml (+4/-4) tests/qmltests/Dash/tst_CardBenchmark.qml (+2/-2) tests/qmltests/Dash/tst_CardTool.qml (+2/-2) tests/qmltests/Dash/tst_Dash.qml (+3/-3) tests/qmltests/Dash/tst_DashContent.qml (+6/-6) tests/qmltests/Dash/tst_DashPageHeader.qml (+5/-5) tests/qmltests/Dash/tst_GenericScopeView.qml (+5/-5) tests/qmltests/Dash/tst_PreviewListView.qml (+5/-5) tests/qmltests/Greeter/TestView.qml (+2/-2) tests/qmltests/Greeter/tst_Clock.qml (+2/-2) tests/qmltests/Greeter/tst_Greeter.qml (+2/-2) tests/qmltests/Greeter/tst_Infographics.qml (+2/-2) tests/qmltests/Greeter/tst_NarrowView.qml (+2/-2) tests/qmltests/Greeter/tst_WideView.qml (+2/-2) tests/qmltests/Launcher/tst_Launcher.qml (+2/-2) tests/qmltests/Notifications/tst_Notifications.qml (+1/-1) tests/qmltests/Notifications/tst_OptionToggle.qml (+2/-3) tests/qmltests/Notifications/tst_SwipeToAct.qml (+1/-1) tests/qmltests/Notifications/tst_VisualSnapDecisionsQueue.qml (+2/-2) tests/qmltests/Panel/IndicatorTest.qml (+2/-2) tests/qmltests/Panel/Indicators/tst_IndicatorsLight.qml (+2/-2) tests/qmltests/Panel/Indicators/tst_MenuItemFactory.qml (+1/-1) tests/qmltests/Panel/Indicators/tst_MessageMenuItemFactory.qml (+1/-1) tests/qmltests/Panel/tst_ActiveCallHint.qml (+1/-1) tests/qmltests/Panel/tst_IndicatorItem.qml (+2/-2) tests/qmltests/Panel/tst_IndicatorItemRow.qml (+2/-2) tests/qmltests/Panel/tst_IndicatorPage.qml (+1/-1) tests/qmltests/Panel/tst_IndicatorsBar.qml (+2/-2) tests/qmltests/Panel/tst_IndicatorsMenu.qml (+2/-2) tests/qmltests/Panel/tst_MenuContent.qml (+1/-1) tests/qmltests/Panel/tst_Panel.qml (+2/-2) tests/qmltests/Stages/ApplicationCheckBox.qml (+2/-2) tests/qmltests/Stages/RecursingChildSessionControl.qml (+2/-2) tests/qmltests/Stages/tst_ApplicationWindow.qml (+3/-3) tests/qmltests/Stages/tst_DesktopStage.qml (+3/-3) tests/qmltests/Stages/tst_PhoneStage.qml (+2/-2) tests/qmltests/Stages/tst_SessionContainer.qml (+2/-2) tests/qmltests/Stages/tst_Splash.qml (+2/-2) tests/qmltests/Stages/tst_SpreadDelegate.qml (+3/-3) tests/qmltests/Stages/tst_SurfaceContainer.qml (+2/-2) tests/qmltests/Stages/tst_TabletStage.qml (+3/-3) tests/qmltests/Stages/tst_WindowResizeArea.qml (+3/-3) tests/qmltests/Tutorial/tst_Tutorial.qml (+2/-2) tests/qmltests/Wizard/tst_Wizard.qml (+3/-3) tests/qmltests/tst_OrientedShell.qml (+3/-3) tests/qmltests/tst_Shell.qml (+3/-3) tests/qmltests/tst_ShellWithPin.qml (+2/-2) tests/qmltests/utils/Unity/Test/MockObjectForInstanceOfTest.qml (+1/-1) tests/qmltests/utils/Unity/Test/MockObjectForInstanceOfTestChild.qml (+1/-1) tests/qmltests/utils/Unity/Test/tst_UnityTest.qml (+1/-1) tests/utils/modules/Unity/Test/MouseTouchEmulationCheckbox.qml (+2/-2) tests/utils/modules/Unity/Test/TouchEventSequenceWrapper.cpp (+0/-2) tests/utils/modules/Unity/Test/UnityTestCase.qml (+2/-2) |
| To merge this branch: | bzr merge lp:~aacid/unity8/new_and_old_audio_role |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-10-26 | |
| Michał Sawicz | code | Approve on 2015-10-26 | |
| Timo Jyrinki | 2015-10-22 | Approve on 2015-10-22 | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2015-10-26.
Commit Message
Add an Item that proxies for old and new audio roles
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* Did you make sure that your branch does not contain spurious tags?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
* If you changed the UI, has there been a design review?
N/A
- 2005. By Albert Astals Cid on 2015-10-22
-
Add an item that proxies for old and new audio roles
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2005
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 2006. By Albert Astals Cid on 2015-10-23
-
NotificationRole instead of AlarmRole
- 2007. By Albert Astals Cid on 2015-10-23
-
Rename the item to Notification too
| Albert Astals Cid (aacid) wrote : | # |
> This should be Notification, not Alarm.
Fixed
| Albert Astals Cid (aacid) wrote : | # |
> Could make that a binding instead of onCompleted, wdyt?
I think the code is harder to understand since you need to see that the binding code will only be executed once which is not trivial with a binding but quite clear with onCompleted.
I'd prefer to leave it like this.
- 2008. By Albert Astals Cid on 2015-10-23
-
Make the else branch use 5.0 instead of 5.4
It's what the mock provides and also what our intial patches provided
Also move from onCompleted to a binding
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2007
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 2009. By Albert Astals Cid on 2015-10-23
-
Saviq doesn't like the two properties approach
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2008
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2009
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 2010. By Albert Astals Cid on 2015-10-26
-
Merge
- 2011. By Albert Astals Cid on 2015-10-26
-
Merge use_quick_24
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2010
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 2012. By Albert Astals Cid on 2015-10-29
-
log--

Compiled in https:/ /launchpad. net/~ci- train-ppa- service/ +archive/ ubuntu/ landing- 012/+packages for Qt 5.5.1 and works great!