Merge lp:~bzoltan/ubuntu-ui-toolkit/uitk12_final_vivid_landing into lp:ubuntu-ui-toolkit
| Status: | Merged |
|---|---|
| Approved by: | Zoltan Balogh on 2015-03-06 |
| Approved revision: | 1441 |
| Merged at revision: | 1165 |
| Proposed branch: | lp:~bzoltan/ubuntu-ui-toolkit/uitk12_final_vivid_landing |
| Merge into: | lp:ubuntu-ui-toolkit |
| Diff against target: |
19361 lines (+7892/-4374) 299 files modified
.bzrignore (+1/-0) components.api (+172/-36) debian/changelog (+102/-0) debian/control (+3/-0) documentation/css/base.css (+1/-1) documentation/docs.sh (+0/-2) documentation/overview.qdoc (+21/-12) documentation/resolution-independence.qdoc (+3/-3) documentation/snippets/layouts/SimpleLayout.qml (+2/-2) documentation/snippets/layouts/layout1.qml (+2/-2) documentation/snippets/layouts/layout2.qml (+2/-2) documentation/snippets/layouts/layout3.qml (+2/-2) documentation/snippets/layouts/layout6.qml (+2/-2) documentation/snippets/layouts/layout7.qml (+2/-2) documentation/snippets/statesaver/ColorChanger.qml (+2/-2) documentation/snippets/statesaver/MultiplePropertySaver.qml (+2/-2) documentation/snippets/statesaver/PropertyGroupSaver.qml (+2/-2) documentation/snippets/statesaver/PropertyGroupSaver2.qml (+2/-2) documentation/ubuntu-components.qdoc (+1/-1) documentation/ubuntu-ui-toolkit-common.qdocconf (+2/-2) documentation/ubuntu-whatsnew.qdoc (+46/-0) examples/calculator/calculator.qml (+1/-1) examples/calculator/components/DefaultLayout.qml (+1/-1) examples/calculator/components/Functions.qml (+1/-1) examples/customtheme/main.qml (+1/-4) examples/customtheme/theme/Palette.qml (+1/-1) examples/jokes/jokes.qml (+1/-1) examples/locale/locale.qml (+1/-1) examples/ubuntu-ui-toolkit-gallery/Buttons.qml (+2/-2) examples/ubuntu-ui-toolkit-gallery/Colors.qml (+2/-2) examples/ubuntu-ui-toolkit-gallery/CrossFadeImage.qml (+2/-2) examples/ubuntu-ui-toolkit-gallery/Dialog.qml (+3/-3) examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml (+1/-0) examples/ubuntu-ui-toolkit-gallery/ListItems.qml (+3/-3) examples/ubuntu-ui-toolkit-gallery/NewListItems.qml (+93/-17) examples/ubuntu-ui-toolkit-gallery/ProgressBars.qml (+2/-2) examples/ubuntu-ui-toolkit-gallery/Styles.qml (+1/-1) examples/ubuntu-ui-toolkit-gallery/UbuntuListViews.qml (+2/-2) examples/ubuntu-ui-toolkit-gallery/UbuntuShape.qml (+26/-23) examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml (+2/-2) examples/unit-converter/unit-converter.qml (+2/-2) modules/Ubuntu/Components/10/Button.qml (+2/-2) modules/Ubuntu/Components/10/UbuntuColors10.qml (+1/-1) modules/Ubuntu/Components/11/Button.qml (+2/-2) modules/Ubuntu/Components/11/Haptics.qml (+181/-0) modules/Ubuntu/Components/11/UbuntuColors.qml (+1/-1) modules/Ubuntu/Components/AbstractButton.qml (+8/-14) modules/Ubuntu/Components/ActionItem.qml (+2/-2) modules/Ubuntu/Components/ActionList.qml (+2/-2) modules/Ubuntu/Components/ActivityIndicator.qml (+1/-1) modules/Ubuntu/Components/AnimatedItem.qml (+1/-1) modules/Ubuntu/Components/AppHeader.qml (+2/-2) modules/Ubuntu/Components/Captions.qml (+150/-0) modules/Ubuntu/Components/CheckBox.qml (+1/-1) modules/Ubuntu/Components/ComboButton.qml (+15/-15) modules/Ubuntu/Components/CrossFadeImage.qdoc (+2/-2) modules/Ubuntu/Components/CrossFadeImage10.qml (+2/-2) modules/Ubuntu/Components/CrossFadeImage11.qml (+2/-2) modules/Ubuntu/Components/DraggingArea.qml (+1/-1) modules/Ubuntu/Components/Header.qml (+1/-1) modules/Ubuntu/Components/Icon10.qml (+1/-1) modules/Ubuntu/Components/Icon11.qml (+1/-1) modules/Ubuntu/Components/InputHandler.qml (+2/-2) modules/Ubuntu/Components/Label.qml (+1/-1) modules/Ubuntu/Components/ListItems/Base.qml (+3/-2) modules/Ubuntu/Components/ListItems/Caption.qml (+3/-2) modules/Ubuntu/Components/ListItems/Divider.qml (+3/-2) modules/Ubuntu/Components/ListItems/Empty.qml (+4/-3) modules/Ubuntu/Components/ListItems/Expandable.qml (+3/-3) modules/Ubuntu/Components/ListItems/ExpandablesColumn.qml (+3/-3) modules/Ubuntu/Components/ListItems/Header.qml (+1/-1) modules/Ubuntu/Components/ListItems/IconVisual.qml (+2/-2) modules/Ubuntu/Components/ListItems/ImageWithFallback.qml (+1/-1) modules/Ubuntu/Components/ListItems/ItemSelector.qml (+2/-2) modules/Ubuntu/Components/ListItems/LabelVisual.qml (+2/-2) modules/Ubuntu/Components/ListItems/MultiValue.qml (+2/-1) modules/Ubuntu/Components/ListItems/ProgressionVisual.qml (+2/-2) modules/Ubuntu/Components/ListItems/SingleControl.qml (+4/-3) modules/Ubuntu/Components/ListItems/SingleValue.qml (+2/-1) modules/Ubuntu/Components/ListItems/Standard.qml (+4/-3) modules/Ubuntu/Components/ListItems/Subtitled.qml (+3/-2) modules/Ubuntu/Components/ListItems/ThinDivider.qml (+2/-2) modules/Ubuntu/Components/ListItems/ValueSelector.qml (+2/-2) modules/Ubuntu/Components/MainView.qdoc (+14/-52) modules/Ubuntu/Components/MainView.qml (+5/-8) modules/Ubuntu/Components/MainView12.qml (+163/-0) modules/Ubuntu/Components/MainViewBase.qml (+2/-3) modules/Ubuntu/Components/Object.qml (+1/-1) modules/Ubuntu/Components/OptionSelector.qml (+3/-3) modules/Ubuntu/Components/OptionSelectorDelegate.qml (+3/-3) modules/Ubuntu/Components/OrientationHelper.qml (+2/-2) modules/Ubuntu/Components/Page.qdoc (+10/-4) modules/Ubuntu/Components/Page10.qml (+6/-5) modules/Ubuntu/Components/Page11.qml (+5/-1) modules/Ubuntu/Components/PageHeadConfiguration.qml (+5/-6) modules/Ubuntu/Components/PageHeadSections.qml (+4/-6) modules/Ubuntu/Components/PageHeadState.qml (+5/-6) modules/Ubuntu/Components/PageStack.qml (+8/-18) modules/Ubuntu/Components/PageTreeNode.qml (+3/-2) modules/Ubuntu/Components/PageWrapper.qml (+1/-1) modules/Ubuntu/Components/Panel.qml (+8/-8) modules/Ubuntu/Components/Pickers/DatePicker.qml (+10/-10) modules/Ubuntu/Components/Pickers/DayModel.qml (+2/-2) modules/Ubuntu/Components/Pickers/Dialer.qml (+3/-3) modules/Ubuntu/Components/Pickers/DialerHand.qml (+2/-2) modules/Ubuntu/Components/Pickers/DialerHandGroup.qml (+2/-2) modules/Ubuntu/Components/Pickers/HoursModel.qml (+2/-2) modules/Ubuntu/Components/Pickers/MinutesModel.qml (+2/-2) modules/Ubuntu/Components/Pickers/MonthModel.qml (+2/-2) modules/Ubuntu/Components/Pickers/Picker.qml (+4/-4) modules/Ubuntu/Components/Pickers/PickerDelegate.qml (+2/-2) modules/Ubuntu/Components/Pickers/PickerModelBase.qml (+1/-1) modules/Ubuntu/Components/Pickers/PickerPanel.qml (+4/-4) modules/Ubuntu/Components/Pickers/PickerRow.qml (+2/-2) modules/Ubuntu/Components/Pickers/SecondsModel.qml (+2/-2) modules/Ubuntu/Components/Pickers/YearModel.qml (+2/-2) modules/Ubuntu/Components/Popups/ActionSelectionPopover.qml (+2/-2) modules/Ubuntu/Components/Popups/ComposerSheet.qml (+3/-3) modules/Ubuntu/Components/Popups/DefaultSheet.qml (+3/-3) modules/Ubuntu/Components/Popups/Dialog.qml (+4/-4) modules/Ubuntu/Components/Popups/Popover.qml (+12/-4) modules/Ubuntu/Components/Popups/PopupBase.qml (+2/-2) modules/Ubuntu/Components/Popups/SheetBase.qml (+2/-2) modules/Ubuntu/Components/ProgressBar10.qml (+1/-1) modules/Ubuntu/Components/ProgressBar11.qml (+1/-1) modules/Ubuntu/Components/PullToRefresh.qml (+8/-8) modules/Ubuntu/Components/Scrollbar.qml (+1/-1) modules/Ubuntu/Components/Slider.qml (+1/-1) modules/Ubuntu/Components/StyledItem.qml (+2/-2) modules/Ubuntu/Components/Styles/ComboButtonStyle.qml (+1/-1) modules/Ubuntu/Components/Styles/PageHeadStyle.qml (+1/-1) modules/Ubuntu/Components/Styles/PullToRefreshStyle.qml (+1/-1) modules/Ubuntu/Components/Switch.qml (+1/-1) modules/Ubuntu/Components/Tab.qml (+55/-2) modules/Ubuntu/Components/TabBar.qml (+1/-1) modules/Ubuntu/Components/Tabs.qml (+5/-5) modules/Ubuntu/Components/TextArea.qml (+2/-2) modules/Ubuntu/Components/TextCursor.qml (+2/-2) modules/Ubuntu/Components/TextField.qml (+4/-4) modules/Ubuntu/Components/TextInputPopover.qml (+7/-2) modules/Ubuntu/Components/Themes/Ambiance/ActivityIndicatorStyle.qml (+3/-8) modules/Ubuntu/Components/Themes/Ambiance/BubbleShape.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/ButtonForeground.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/ButtonStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/CheckBoxStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/ComboButtonStyle.qml (+3/-3) modules/Ubuntu/Components/Themes/Ambiance/DatePickerStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/DialerHandStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/DialerStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/DialogForegroundStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/HeadDividerStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/HeaderStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/HighlightMagnifier.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/ListItemOptionSelectorStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/ListItemPanel.qml (+0/-189) modules/Ubuntu/Components/Themes/Ambiance/ListItemStyle.qml (+391/-13) modules/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/OptionSelectorStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/OverflowPanel.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/PageHeadButton.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/PageHeadStyle.qml (+4/-3) modules/Ubuntu/Components/Themes/Ambiance/Palette.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/PartialColorize.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/PartialColorizeUbuntuShape.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/PickerDelegateStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/PickerStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/PopoverForegroundStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml (+3/-3) modules/Ubuntu/Components/Themes/Ambiance/ProgressionVisualStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/PullToRefreshStyle.qml (+3/-3) modules/Ubuntu/Components/Themes/Ambiance/ScrollbarStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/SelectionCursorStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/SheetForegroundStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/SliderStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/SwitchStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/TextAreaStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/TextCursorStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/TextFieldStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/ToolbarButtonStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/ToolbarStyle.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/qmldir (+0/-1) modules/Ubuntu/Components/Themes/Palette.qml (+1/-1) modules/Ubuntu/Components/Themes/PaletteValues.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruDark/MainViewStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruDark/OptionSelectorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruDark/Palette.qml (+2/-2) modules/Ubuntu/Components/Themes/SuruDark/TabBarStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruGradient/MainViewStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruGradient/OptionSelectorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruGradient/Palette.qml (+1/-1) modules/Ubuntu/Components/Themes/SuruGradient/TabBarStyle.qml (+1/-1) modules/Ubuntu/Components/Toolbar.qml (+1/-1) modules/Ubuntu/Components/ToolbarButton.qml (+3/-3) modules/Ubuntu/Components/ToolbarItems.qml (+7/-7) modules/Ubuntu/Components/UbuntuListView.qml (+10/-3) modules/Ubuntu/Components/UbuntuListView11.qdoc (+2/-2) modules/Ubuntu/Components/UbuntuListView11.qml (+1/-1) modules/Ubuntu/Components/UbuntuNumberAnimation.qml (+4/-4) modules/Ubuntu/Components/plugin/adapters/alarmsadapter_organizer.cpp (+19/-15) modules/Ubuntu/Components/plugin/adapters/alarmsadapter_p.h (+33/-12) modules/Ubuntu/Components/plugin/adapters/dbuspropertywatcher_p.cpp (+0/-226) modules/Ubuntu/Components/plugin/adapters/dbuspropertywatcher_p.h (+0/-55) modules/Ubuntu/Components/plugin/alarmmanager_p.cpp (+7/-8) modules/Ubuntu/Components/plugin/alarmmanager_p.h (+1/-1) modules/Ubuntu/Components/plugin/alarmmanager_p_p.h (+1/-3) modules/Ubuntu/Components/plugin/i18n.cpp (+2/-2) modules/Ubuntu/Components/plugin/inversemouseareatype.cpp (+6/-6) modules/Ubuntu/Components/plugin/plugin.cpp (+21/-8) modules/Ubuntu/Components/plugin/plugin.pro (+20/-9) modules/Ubuntu/Components/plugin/plugin.qrc (+6/-0) modules/Ubuntu/Components/plugin/privates/listitemdragarea.cpp (+313/-0) modules/Ubuntu/Components/plugin/privates/listitemdragarea.h (+55/-0) modules/Ubuntu/Components/plugin/privates/listitemdraghandler.cpp (+86/-0) modules/Ubuntu/Components/plugin/privates/listitemdraghandler.h (+47/-0) modules/Ubuntu/Components/plugin/propertychange_p.cpp (+24/-20) modules/Ubuntu/Components/plugin/propertychange_p.h (+5/-4) modules/Ubuntu/Components/plugin/shaders/shape.frag (+57/-0) modules/Ubuntu/Components/plugin/shaders/shape.vert (+43/-0) modules/Ubuntu/Components/plugin/sortfiltermodel.cpp (+2/-2) modules/Ubuntu/Components/plugin/statesaverbackend_p.cpp (+2/-0) modules/Ubuntu/Components/plugin/ucactionpanel_p.cpp (+0/-132) modules/Ubuntu/Components/plugin/ucalarm.cpp (+4/-2) modules/Ubuntu/Components/plugin/ucalarmmodel.cpp (+5/-4) modules/Ubuntu/Components/plugin/ucfontutils.cpp (+4/-4) modules/Ubuntu/Components/plugin/uclistitem.cpp (+589/-476) modules/Ubuntu/Components/plugin/uclistitem.h (+101/-52) modules/Ubuntu/Components/plugin/uclistitem_p.h (+42/-152) modules/Ubuntu/Components/plugin/uclistitemactions.cpp (+6/-6) modules/Ubuntu/Components/plugin/uclistitemattached.cpp (+0/-181) modules/Ubuntu/Components/plugin/uclistitemstyle.cpp (+124/-37) modules/Ubuntu/Components/plugin/uclistitemstyle.h (+71/-17) modules/Ubuntu/Components/plugin/ucmousefilters.cpp (+15/-15) modules/Ubuntu/Components/plugin/ucnamespace.cpp (+48/-0) modules/Ubuntu/Components/plugin/ucnamespace.h (+36/-0) modules/Ubuntu/Components/plugin/ucserviceproperties.cpp (+0/-317) modules/Ubuntu/Components/plugin/ucserviceproperties.h (+0/-83) modules/Ubuntu/Components/plugin/ucserviceproperties_p.h (+0/-53) modules/Ubuntu/Components/plugin/ucstatesaver.cpp (+2/-2) modules/Ubuntu/Components/plugin/ucstyleditembase.cpp (+2/-2) modules/Ubuntu/Components/plugin/uctheme.cpp (+4/-4) modules/Ubuntu/Components/plugin/ucubuntushape.cpp (+1202/-820) modules/Ubuntu/Components/plugin/ucubuntushape.h (+270/-183) modules/Ubuntu/Components/plugin/ucubuntushapetexture.h (+4/-4) modules/Ubuntu/Components/plugin/ucunits.cpp (+2/-2) modules/Ubuntu/Components/plugin/ucviewitemsattached.cpp (+423/-21) modules/Ubuntu/Components/plugin/unitythemeiconprovider.cpp (+20/-14) modules/Ubuntu/Components/plugin/unitythemeiconprovider.h (+1/-1) modules/Ubuntu/Components/qmldir (+6/-0) modules/Ubuntu/Layouts/plugin/ulitemlayout.cpp (+1/-1) modules/Ubuntu/PerformanceMetrics/BarGraph.qml (+2/-2) modules/Ubuntu/PerformanceMetrics/PerformanceOverlay.qml (+1/-1) modules/Ubuntu/Test/UbuntuTestCase.qml (+9/-2) modules/Ubuntu/Test/plugin/uctestextras.cpp (+36/-0) modules/Ubuntu/Test/plugin/uctestextras.h (+2/-0) push_to_phone.sh (+23/-1) tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_header.py (+9/-4) tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_mainview.py (+34/-4) tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_qquicklistview.py (+22/-0) tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_uclistitem.py (+6/-0) tests/autopilot/ubuntuuitoolkit/tests/components/test_textinput.header.qml (+34/-0) tests/autopilot/ubuntuuitoolkit/tests/components/test_textinput.py (+24/-6) tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_header.HeaderInCustomMainViewTestCase.qml (+1/-1) tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_header.py (+8/-1) tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_listitem.ListItemTestCase.qml (+3/-4) tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_listitem.py (+12/-0) tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_main_view.py (+54/-1) tests/resources/alarm/AlarmDays.qml (+4/-4) tests/resources/alarm/Alarms.qml (+55/-43) tests/resources/header/header.qml (+5/-5) tests/resources/listitems/ListItemDragging.qml (+189/-0) tests/resources/listitems/ListItemTest.qml (+70/-21) tests/resources/navigation/MyDeprecatedPage.qml (+64/-0) tests/resources/navigation/PageStack.qml (+72/-70) tests/resources/navigation/StackWithTabs.qml (+4/-31) tests/resources/navigation/Tabs.qml (+11/-28) tests/resources/ubuntushape/UbuntuShapeTest.qml (+299/-0) tests/uitk_test_plan.sh (+30/-3) tests/unit/runtest.sh (+7/-2) tests/unit/tst_components/tst_haptics.qml (+52/-0) tests/unit/tst_performance/ListItemList.qml (+2/-2) tests/unit/tst_performance/ListOfCaptions.qml (+35/-0) tests/unit/tst_performance/tst_performance.cpp (+1/-0) tests/unit_x11/tst_components/tst_alarms.qml (+60/-3) tests/unit_x11/tst_components/tst_captions.qml (+86/-0) tests/unit_x11/tst_components/tst_listitem.qml (+658/-130) tests/unit_x11/tst_components/tst_page_size.qml (+109/-0) tests/unit_x11/tst_components/tst_popover.qml (+71/-14) tests/unit_x11/tst_components/tst_textinput_touch.qml (+3/-0) tests/unit_x11/tst_iconprovider/icons/mockTheme/actions/scalable/battery-100-charging.svg (+25/-0) tests/unit_x11/tst_iconprovider/icons/mockTheme/index.theme (+17/-0) tests/unit_x11/tst_iconprovider/tst_iconprovider.cpp (+76/-0) tests/unit_x11/tst_iconprovider/tst_iconprovider.pro (+5/-0) tests/unit_x11/tst_serviceproperties/IncomingCallVibrateWatcher.qml (+0/-31) tests/unit_x11/tst_serviceproperties/InvalidPropertyWatcher.qml (+0/-31) tests/unit_x11/tst_serviceproperties/InvalidPropertyWatcher2.qml (+0/-32) tests/unit_x11/tst_serviceproperties/tst_serviceproperties.cpp (+0/-146) tests/unit_x11/tst_serviceproperties/tst_serviceproperties.pro (+0/-8) tests/unit_x11/unit_x11.pro (+1/-0) |
| To merge this branch: | bzr merge lp:~bzoltan/ubuntu-ui-toolkit/uitk12_final_vivid_landing |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-03-06 | |
| Ubuntu SDK team | 2015-03-03 | Pending | |
|
Review via email:
|
|||
Commit Message
Final UITK 1.2 Landing to Vivid
Description of the Change
Final UITK 1.2 Landing to Vivid
- 1429. By Zoltan Balogh on 2015-03-03
-
reverted
- 1430. By Zoltan Balogh on 2015-03-03
-
fix changelog
- 1431. By Zoltan Balogh on 2015-03-03
-
move 1.2
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1431
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 1432. By Zoltan Balogh on 2015-03-03
-
update from staging
- 1433. By Zoltan Balogh on 2015-03-03
-
fixed changelog
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1433
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 1434. By Zoltan Balogh on 2015-03-04
-
update from staging
- 1435. By Zoltan Balogh on 2015-03-04
-
solves this failure in Autopilot
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1434
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1435
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 1436. By Zoltan Balogh on 2015-03-05
- 1437. By Zoltan Balogh on 2015-03-05
- 1438. By Zoltan Balogh on 2015-03-05
-
lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/addListItemsItemSelectorToExceptions
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1437
http://
Executed test runs:
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 1439. By Zoltan Balogh on 2015-03-05
-
disable tst_tabs_
with_repeater. deprecated_ toolbar. qml tests - 1440. By Zoltan Balogh on 2015-03-05
-
Ignore unit test failures and warnings
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1439
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1440
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
- 1441. By Zoltan Balogh on 2015-03-06
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1441
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://

FAILED: Continuous integration, rev:1428 jenkins. qa.ubuntu. com/job/ ubuntu- ui-toolkit- ci/2185/ jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- vivid-touch/ 1622/console jenkins. qa.ubuntu. com/job/ generic- mediumtests- vivid/669/ console jenkins. qa.ubuntu. com/job/ ubuntu- ui-toolkit- vivid-amd64- ci/9/console jenkins. qa.ubuntu. com/job/ ubuntu- ui-toolkit- vivid-armhf- ci/9/console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-armhf/ 1620/console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-amd64/ 786/console
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/ubuntu- ui-toolkit- ci/2185/ rebuild
http://