lp://staging/~zeller-benjamin/qtcreator-plugin-ubuntu/snapcraft-step1
Created by
Benjamin Zeller
and last modified
- Get this branch:
- bzr branch lp://staging/~zeller-benjamin/qtcreator-plugin-ubuntu/snapcraft-step1
Only
Benjamin Zeller
can upload to this branch. If you are
Benjamin Zeller
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Zoltan Balogh: Approve
- ubuntu-sdk-build-bot: Needs Fixing (continuous-integration)
-
Diff: 1485 lines (+1183/-19)26 files modifiedUbuntuPlugin.pro (+9/-2)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName.pro (+32/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/Main.qml (+54/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/appName.desktop (+9/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/appName.pro (+48/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/appName.qrc (+5/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/appName.wrapper (+63/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/appName/main.cpp (+14/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/snapcraft.yaml (+23/-0)
share/qtcreator/templates/wizards/ubuntu/snap-qtquick-app-qmake/wizard.json (+108/-0)
share/qtcreator/ubuntu/qml/publishpage.qml (+2/-2)
share/qtcreator/ubuntu/scripts/usdk-target-build (+1/-0)
src/plugin.pri (+1/-0)
src/ubuntu/clicktoolchain.cpp (+1/-1)
src/ubuntu/clicktoolchain.h (+1/-1)
src/ubuntu/snap/snapcraftpackagestep.cpp (+468/-0)
src/ubuntu/snap/snapcraftpackagestep.h (+105/-0)
src/ubuntu/snap/snaphelper.cpp (+30/-0)
src/ubuntu/snap/snaphelper.h (+22/-0)
src/ubuntu/ubuntuconstants.h (+1/-0)
src/ubuntu/ubuntujsextension.cpp (+46/-0)
src/ubuntu/ubuntujsextension.h (+37/-0)
src/ubuntu/ubuntupackagingmodel.cpp (+86/-5)
src/ubuntu/ubuntupackagingmodel.h (+1/-0)
src/ubuntu/ubuntuplugin.cpp (+9/-3)
src/ubuntu/wizards/ubuntuprojectapplicationwizard.cpp (+7/-5)
Branch information
Recent revisions
- 468. By Benjamin Zeller
-
- Give the developer more info on AskUbunt
- Use DISPLAY env var to detect and check the local X connection
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/qtcreator-plugin-ubuntu