← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1461053] [NEW] Templates should depend on selected framework version

 

Public bug reported:

Template is currently unique whatever framework version you choose.
Consequently, you can use deprecated methods or not the latest ubuntu
components (and upstream components) available.

For instance, creating a 15.04 qmake framework project, you have:
import QtQuick 2.0
import Ubuntu.Components 1.1

It should be QtQuick 2.4 and Ubuntu.Components 1.2.

"useDeprecatedToolbar: false"
should be removed as well as part of this new template

We may have in the near future some new mandatory property with newer
components. Consequently, the template should really be per framework
version.

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: devexp

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1461053

Title:
  Templates should depend on selected framework version

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  Template is currently unique whatever framework version you choose.
  Consequently, you can use deprecated methods or not the latest ubuntu
  components (and upstream components) available.

  For instance, creating a 15.04 qmake framework project, you have:
  import QtQuick 2.0
  import Ubuntu.Components 1.1

  It should be QtQuick 2.4 and Ubuntu.Components 1.2.

  "useDeprecatedToolbar: false"
  should be removed as well as part of this new template

  We may have in the near future some new mandatory property with newer
  components. Consequently, the template should really be per framework
  version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1461053/+subscriptions


Follow ups

References