Merge lp://qastaging/~bzoltan/ubuntu-ui-toolkit/applauncher-fixes into lp://qastaging/ubuntu-ui-toolkit

Proposed by Zoltan Balogh
Status: Rejected
Rejected by: Zoltan Balogh
Proposed branch: lp://qastaging/~bzoltan/ubuntu-ui-toolkit/applauncher-fixes
Merge into: lp://qastaging/ubuntu-ui-toolkit
Diff against target: 6057 lines (+3642/-649)
77 files modified
app-launch-profiler/app-launch-profiler-lttng (+30/-6)
app-launch-profiler/app-launch-profiler.pro (+3/-2)
app-launch-profiler/appstart_test (+170/-85)
components.api (+5/-0)
debian/changelog (+7/-0)
debian/control (+177/-97)
debian/copyright (+209/-209)
debian/libubuntugestures5-dev.install (+23/-23)
debian/libubuntugestures5-private-dev.install (+1/-1)
debian/libubuntutoolkit5-dev.install (+5/-3)
debian/libubuntutoolkit5-private-dev.install (+1/-0)
debian/qml-module-ubuntu-components.install (+11/-19)
debian/qml-module-ubuntu-components.lintian-overrides (+1/-1)
debian/qml-module-ubuntu-layouts.install (+3/-0)
debian/qml-module-ubuntu-performancemetrics.install (+4/-0)
debian/qml-module-ubuntu-test.install (+1/-0)
debian/ubuntu-app-launch-profiler.install (+2/-1)
debian/ubuntu-ui-toolkit-autopilot.install (+1/-1)
debian/ubuntu-ui-toolkit-doc.install (+1/-1)
debian/ubuntu-ui-toolkit-theme.install (+9/-9)
examples/ubuntu-ui-toolkit-gallery/BottomEdgePage.qml (+37/-3)
examples/ubuntu-ui-toolkit-gallery/MainPage.qml (+3/-0)
src/Ubuntu/Components/1.3/AdaptivePageLayout.qml (+1/-1)
src/Ubuntu/Components/Themes/Ambiance/1.3/BottomEdgeStyle.qml (+4/-23)
src/Ubuntu/Components/Themes/Ambiance/1.3/ListItemStyle.qml (+1/-0)
src/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml (+2/-1)
src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml (+39/-32)
src/Ubuntu/Components/plugin/plugin.pri (+2/-0)
src/Ubuntu/Components/plugin/privates/listviewextensions.cpp (+151/-0)
src/Ubuntu/Components/plugin/privates/listviewextensions.h (+60/-0)
src/Ubuntu/Components/plugin/quickutils.cpp (+53/-0)
src/Ubuntu/Components/plugin/quickutils.h (+3/-0)
src/Ubuntu/Components/plugin/ucbottomedge.cpp (+137/-45)
src/Ubuntu/Components/plugin/ucbottomedge.h (+7/-0)
src/Ubuntu/Components/plugin/ucbottomedge_p.h (+9/-3)
src/Ubuntu/Components/plugin/ucbottomedgeregion.cpp (+146/-31)
src/Ubuntu/Components/plugin/ucbottomedgeregion.h (+38/-7)
src/Ubuntu/Components/plugin/uclistitem.cpp (+110/-7)
src/Ubuntu/Components/plugin/uclistitem.h (+7/-0)
src/Ubuntu/Components/plugin/uclistitem_p.h (+5/-1)
src/Ubuntu/Components/plugin/ucstyleditembase.cpp (+16/-1)
src/Ubuntu/Components/plugin/ucstyleditembase.h (+2/-1)
src/Ubuntu/Components/plugin/ucstyleditembase_p.h (+1/-0)
src/Ubuntu/Components/plugin/ucviewitemsattached.cpp (+28/-10)
src/Ubuntu/Test/plugin/uctestcase.cpp (+13/-0)
src/Ubuntu/Test/plugin/uctestcase.h (+1/-0)
src/Ubuntu/UbuntuGestures/ucswipearea.cpp (+52/-5)
src/Ubuntu/UbuntuGestures/ucswipearea_p.h (+5/-0)
src/Ubuntu/UbuntuGestures/ucswipearea_p_p.h (+1/-0)
src/Ubuntu/UbuntuToolkit/UbuntuToolkit.pro (+5/-2)
src/Ubuntu/UbuntuToolkit/asyncloader.cpp (+222/-0)
src/Ubuntu/UbuntuToolkit/asyncloader.h (+63/-0)
src/Ubuntu/UbuntuToolkit/asyncloader_p.h (+54/-0)
tests/packaging-sorting.sh (+42/-0)
tests/resources/listitems/ListItemTest.qml (+10/-5)
tests/tests.pro (+1/-0)
tests/unit/test-include.pri (+1/-1)
tests/unit/tst_tree/tst_tree.cpp (+465/-0)
tests/unit/tst_tree/tst_tree.pro (+6/-0)
tests/unit/unit.pro (+2/-1)
tests/unit_x11/tst_asyncloader/Document.qml (+31/-0)
tests/unit_x11/tst_asyncloader/FaultyDocument.qml (+20/-0)
tests/unit_x11/tst_asyncloader/HeavyDocument.qml (+31/-0)
tests/unit_x11/tst_asyncloader/TestApp.qml (+22/-0)
tests/unit_x11/tst_asyncloader/tst_asyncloader.cpp (+288/-0)
tests/unit_x11/tst_asyncloader/tst_asyncloader.pro (+11/-0)
tests/unit_x11/tst_bottomedge/AutoCollapseInPageHeader.qml (+3/-1)
tests/unit_x11/tst_bottomedge/AutoCollapseInPageWithPageHeader.qml (+3/-1)
tests/unit_x11/tst_bottomedge/PreloadedContent.qml (+60/-0)
tests/unit_x11/tst_bottomedge/tst_bottomedge.cpp (+76/-0)
tests/unit_x11/tst_bottomedge/tst_bottomedge.pro (+3/-2)
tests/unit_x11/tst_components/tst_listitem_focus.qml (+417/-0)
tests/unit_x11/tst_components/tst_quickutils.qml (+31/-4)
tests/unit_x11/tst_components/tst_sections.qml (+56/-1)
tests/unit_x11/tst_swipearea/DownwardsLauncher.qml (+14/-0)
tests/unit_x11/tst_swipearea/tst_swipearea.cpp (+105/-1)
tests/unit_x11/unit_x11.pro (+2/-1)
To merge this branch: bzr merge lp://qastaging/~bzoltan/ubuntu-ui-toolkit/applauncher-fixes
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Benjamin Zeller Pending
Review via email: mp+288860@code.qastaging.launchpad.net

Commit message

Improved tool to measure application startup

Description of the change

Improved tool to measure application startup

To post a comment you must log in.
1903. By Zoltan Balogh

Add changelog

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

1903. By Zoltan Balogh

Add changelog

1902. By Zoltan Balogh

Please peop8 and

1901. By Zoltan Balogh

Add -a parameter what takes list of applications to test

1900. By Zoltan Balogh

Make scripts less verbose and add -v verbose option

1899. By Zoltan Balogh

add filtering feature

1898. By Zoltan Balogh

fix syntax error

1897. By Zoltan Balogh

update before installing the ubuntu-app-launch-profiler

1896. By Zoltan Balogh

update before installing the ubuntu-app-launch-profiler

1895. By Zoltan Balogh

Fix help text

1894. By Zoltan Balogh

Fix help text

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to status/vote changes: