Merge lp://staging/~zeller-benjamin/ubuntu-ui-toolkit/qrcify into lp://staging/ubuntu-ui-toolkit/staging

Proposed by Benjamin Zeller
Status: Work in progress
Proposed branch: lp://staging/~zeller-benjamin/ubuntu-ui-toolkit/qrcify
Merge into: lp://staging/ubuntu-ui-toolkit/staging
Diff against target: 1611 lines (+862/-480)
29 files modified
.bzrignore (+2/-0)
.qmake.conf (+100/-0)
debian/qtdeclarative5-ubuntu-ui-toolkit-plugin.install (+6/-15)
features/ubuntu_default_build.prf (+29/-0)
features/ubuntu_qml_plugin.prf (+7/-0)
features/ubuntu_qrc_build.prf (+66/-0)
src/Ubuntu/Components/ComponentModule.pro (+175/-133)
src/Ubuntu/Components/ListItems/ListItems.pro (+18/-41)
src/Ubuntu/Components/ListItems/listitemplugin.cpp (+26/-0)
src/Ubuntu/Components/ListItems/listitemplugin.h (+32/-0)
src/Ubuntu/Components/ListItems/listitems.qrc (+42/-0)
src/Ubuntu/Components/ListItems/qmldir (+46/-45)
src/Ubuntu/Components/Pickers/Pickers.pro (+19/-33)
src/Ubuntu/Components/Pickers/pickers.qrc (+34/-0)
src/Ubuntu/Components/Pickers/pickersplugin.cpp (+27/-0)
src/Ubuntu/Components/Pickers/pickersplugin.h (+32/-0)
src/Ubuntu/Components/Pickers/qmldir (+20/-18)
src/Ubuntu/Components/Popups/Popups.pro (+18/-21)
src/Ubuntu/Components/Popups/popups.qrc (+22/-0)
src/Ubuntu/Components/Popups/popupsplugin.cpp (+26/-0)
src/Ubuntu/Components/Popups/popupsplugin.h (+32/-0)
src/Ubuntu/Components/Popups/qmldir (+27/-26)
src/Ubuntu/Components/plugin/plugin.cpp (+28/-0)
src/Ubuntu/Components/plugin/plugin.h (+5/-0)
src/Ubuntu/Components/plugin/uchaptics.cpp (+1/-1)
src/Ubuntu/Components/plugin/uclistitem.cpp (+1/-1)
src/Ubuntu/Components/qmldir (+0/-144)
tests/apicheck/apicheck.cpp (+19/-2)
ubuntu-sdk.pro (+2/-0)
To merge this branch: bzr merge lp://staging/~zeller-benjamin/ubuntu-ui-toolkit/qrcify
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Needs Fixing
PS Jenkins bot continuous-integration Needs Fixing
Zsombor Egri Pending
Review via email: mp+266216@code.staging.launchpad.net

Commit message

- Move all components to qrc files.
- Introduce plugins that carry the qrcs

Description of the change

- Move all components to qrc files.
- Introduce plugins that carry the qrcs

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1589. By Benjamin Zeller

Add missing copyright

1590. By Benjamin Zeller

Merge with trunk

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

Make packaging working again

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

Resolve qml file paths in qrc with an option to fallback to fs lookup

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

- Implement switch between normal and qrcified build

1594. By Benjamin Zeller

wrong mode

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

Add missing files

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

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui-toolkit-autolanding/13/
Executed test runs:
    None: https://jenkins.ubuntu.com/ubuntu-sdk/job/generic-land-mp/13/console

review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui-toolkit-autolanding/28/
Executed test runs:
    None: https://jenkins.ubuntu.com/ubuntu-sdk/job/generic-land-mp/28/console

review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

1595. By Benjamin Zeller

Add missing files

1594. By Benjamin Zeller

wrong mode

1593. By Benjamin Zeller

- Implement switch between normal and qrcified build

1592. By Benjamin Zeller

Resolve qml file paths in qrc with an option to fallback to fs lookup

1591. By Benjamin Zeller

Make packaging working again

1590. By Benjamin Zeller

Merge with trunk

1589. By Benjamin Zeller

Add missing copyright

1588. By Benjamin Zeller

Resolve

1587. By Benjamin Zeller

Remove unused var, use qrc to load Haptics.qml

1586. By Benjamin Zeller

Merge staging

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