Merge lp://staging/~marcustomlinson/qtcreator-plugin-ubuntu/js-scope-template into lp://staging/qtcreator-plugin-ubuntu
Proposed by
Marcus Tomlinson
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~marcustomlinson/qtcreator-plugin-ubuntu/js-scope-template |
Merge into: | lp://staging/qtcreator-plugin-ubuntu |
Diff against target: |
583 lines (+509/-0) 12 files modified
debian/control (+3/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/.bzrignore (+5/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/CMakeLists.txt (+57/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/displayName.apparmor (+6/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/manifest.json.in (+15/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/po/CMakeLists.txt (+14/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/po/POTFILES.in.in (+3/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/src/CMakeLists.txt (+56/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/src/data/displayName-settings.ini.in (+21/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/src/data/displayName.ini.in (+9/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/src/displayName.js (+224/-0) share/qtcreator/templates/wizards/ubuntu/scope-js/wizard.xml (+96/-0) |
To merge this branch: | bzr merge lp://staging/~marcustomlinson/qtcreator-plugin-ubuntu/js-scope-template |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu SDK team | Pending | ||
Review via email: mp+271480@code.staging.launchpad.net |
Commit message
Added JavaScript scope templates
To post a comment you must log in.
Unmerged revisions
- 434. By Marcus Tomlinson
-
Added unity-js-scopes deps
- 433. By Marcus Tomlinson
-
OOPS!
- 432. By Marcus Tomlinson
-
Update template to use new style contructors
- 431. By Marcus Tomlinson
-
Don't pass arch to unity-js-
scopes- tool build - 430. By Marcus Tomlinson
-
Revert control file changes
- 429. By Marcus Tomlinson
-
Fixed xml template
- 428. By Marcus Tomlinson
-
Added xml and empty code paths
- 427. By Marcus Tomlinson
-
Update template to use OpenWeatherMap
- 426. By Marcus Tomlinson
-
Don't copy node_modules to build dir for local execution, make a symlink instead
- 425. By Marcus Tomlinson
-
Install the source directory node_modules not the build directory one