← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1214626] Re: click manifest should prefill the application name as the title

 

This bug was fixed in the package qtcreator - 2.7.1-0ubuntu7

---------------
qtcreator (2.7.1-0ubuntu7) saucy; urgency=low

  * debian/patches/qtcreator-plugin-ubuntu.patch:
    - Support manifest format which is compatible with click hooks
      (LP: #1214623)
    - The title is filled with the application name in the manifest
      (LP: #1214626)
    - The description field is added to the manifest file (LP: #1214612)
    - Some initial work on #1215133: Replace "_" with "-" in the name of the
      security manifest file
    - Enable Click packaging for Cordova projects (LP: #1216046)
 -- Timo Jyrinki <timo-jyrinki@xxxxxxxxxx>   Mon, 26 Aug 2013 09:48:45 +0300

** Changed in: qtcreator (Ubuntu Saucy)
       Status: Fix Committed => Fix Released

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

Title:
  click manifest should prefill the application name as the title

Status in “qtcreator” package in Ubuntu:
  Fix Released
Status in “qtcreator” source package in Saucy:
  Fix Released

Bug description:
  If I create a new application and look in Packaging, the title is set like so:
      "title": "My Cool App",

  This should be set prefilled with the appname instead. Eg, if the appname is 'foobar', then the manifest might have:
  {
      ...
      "name": "com.ubuntu.developer.id.foobar",
      ...
      "title": "foobar",
      ...
  }

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