Missing example QML code for using the "QML Extension LIbrary"
Bug #1181125 reported by
Juhapekka Piiroinen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
[obsolete] Ubuntu QtCreator Plugins |
Fix Released
|
Undecided
|
Unassigned | ||
qtcreator (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We are missing an example code snippet from QML Extension Library template for accessing the data from QML.
Related branches
lp://staging/~juhapekka-piiroinen/ubuntu-qtcreator-plugins/refactoring-and-fixing
- Juhapekka Piiroinen: Pending requested
-
Diff: 2875 lines (+1496/-867)57 files modifiedMakefile (+69/-3)
README (+0/-34)
build (+0/-35)
build-package (+0/-21)
packaging/ubuntu-qtcreator-plugins.install (+0/-3)
patches/2013-04-control.patch (+0/-12)
prepare (+0/-41)
qt5libs/debian/changelog (+0/-11)
qt5libs/debian/compat (+0/-1)
qt5libs/debian/control (+0/-39)
qt5libs/debian/rules (+0/-27)
qt5libs/debian/source/format (+0/-1)
qt5libs/debian/source/include-binaries (+0/-331)
qt5libs/debian/ubuntu-qtcreator-qt5libs.install (+0/-2)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/Makefile (+0/-3)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/helloworld.qml (+0/-37)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/Generic/__init__.py (+0/-1)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/Generic/test_helloworld.py (+0/-39)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/__init__.py (+0/-54)
qtcreator/share/qtcreator/templates/wizards/ubuntu/unit/Makefile (+0/-2)
qtcreator/share/qtcreator/templates/wizards/ubuntu/unit/tst_test.qml (+0/-43)
ubuntu-qtcreator-plugins/debian/qtcreator-plugin-ubuntu.install (+4/-0)
ubuntu-qtcreator-plugins/debian/qtcreator.desktop (+10/-0)
ubuntu-qtcreator-plugins/debian/ubuntusdk.desktop (+11/-0)
ubuntu-qtcreator-plugins/share/qtcreator/static.pro (+126/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/backend/backend.h (+21/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/projectypes.json (+48/-36)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/Makefile (+18/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/components/HelloComponent.qml (+14/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/main.qml (+4/-2)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/__init__.py (+129/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/main/__init__.py (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/main/test_main.py (+38/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/unit/tst_hellocomponent.qml (+49/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/Makefile (+18/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/components/HelloComponent.qml (+14/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/main.qml (+6/-45)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/__init__.py (+129/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/main/__init__.py (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/main/test_main.py (+23/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/unit/tst_hellocomponent.qml (+49/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/HelloTab.qml (+30/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTab.qml (+35/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml (+13/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/menu.json (+7/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/device_search (+2/-1)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_launch_gallery (+2/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_project_packaging (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_read_bazaar_settings (+24/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/Link.qml (+79/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/NewsBox.qml (+79/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/welcome.qml (+62/-35)
ubuntu-qtcreator-plugins/src/plugins/plugins.pro (+361/-0)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntu.pro (+6/-6)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuconstants.h (+1/-0)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuplugin.cpp (+1/-1)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuprojectapplicationwizard.cpp (+11/-1)
Changed in ubuntu-qtcreator-plugins: | |
status: | New → In Progress |
Changed in ubuntu-qtcreator-plugins: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-qtcreator-plugins: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package qtcreator - 2.7.1-0ubuntu1
---------------
qtcreator (2.7.1-0ubuntu1) saucy; urgency=low
* Add devscripts dependency to qtcreator- plugin- ubuntu (LP: #1170685) patches/ workaround_ welcome_ plugin. patch: patches/ qtcreator- plugin- ubuntu. patch: lowercase/ capital DISPLAYNAME for source/ include- binaries: qtcreator. png
* New upstream release.
- Build against Qt 5.0.2 (LP: #1180392)
* debian/
- Fixes compatibility issue with Qt 5.0.2 (LP: #1179920)
* debian/control:
- Build-depend on libqt5help5
- Add needed new dependencies to Ubuntu plugin
* debian/
- Fix unreliable DEB info access bug (LP: #1170692)
- add the html folder to the project in HTML5 template
- change the hybrid application template to a QML backend plugin template
- support source packages with multiply binary packages
- Time settings cloning from host
- Enhanced device detection
- Improved ssh authentication (LP: #1171063)
- Disable menu items not usable for a specific project
- Enable orientation support in templates
- More descriptive text than "please wait..." when enableing development
mode (LP: #1169830)
- fix automatic ssh connection failure (LP: #1171063)
- Added menu items for "make check" and "make autopilot"
- Make Qt Creator plugins compatible with flipped device image.
- Cordova plugin merged
- Cordova HTML5 application template added
- Unity Scope template for Saucy
- The Ubuntu specific screen is refactored
- Ubuntu Project Manager and Ubuntu Run Control extensions
- New project type .ubuntuproject
- Support for release specific feature control to application templates
json file.
- Backend template automatic configuration
- Added support for upercase/
application templates.
- Improved backend template, changed structure and added an unit test
- QtC source code is put to the source tree
- Added check to application template for autopilot installation
- Integrate tests inside the application templates (LP: #1172241)
- When searching in the dash, 'Ubuntu SDK' should find Qt Creator
(LP: #1180192)
- Qt Creator should be renamed 'Ubuntu SDK' (LP: #1180193)
- Remove duplicate Welcome view (LP: #1180195)
- Missing example QML code for using the "QML Extension Library"
(LP: #1181125)
- Remove qt5libs package generation (LP: #1186220)
- Separate Ubuntu plugin from QtCreator sources (LP: #1186230)
- Have the UI Toolkit gallery launchable from Qt Creator (LP: #1186996)
- All edited files should be saved when Run on device is selected
(LP: #1169831)
- Application debug output from device is not realtime (LP: #1194099)
- Device-search script does not handle "no permissions" (LP: #1194107)
- The active project is deployed (LP: #1169832)
- Revert changes in qtcreator.desktop
- Updated HTML5 Touch UI template.
- CordovaQt renamed to cordovaqt-2.3
* debian/
- Add ubuntu-
* Build with g++-4.7 on armhf to prevent FTBFS
-- Timo Jyrinki <email address hidden> Mon, 08 Jul 2013 12:48:04 +0300