~ubuntu-sdk-team/qtcreator-plugin-ubuntu/trunk

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/backend-app-cmake/wizard.xml

  • Committer: CI Train Bot
  • Author(s): Benjamin Zeller
  • Date: 2015-07-20 12:53:08 UTC
  • mfrom: (394.3.6 qtcreator-plugin-ubuntu)
  • Revision ID: ci-train-bot@canonical.com-20150720125308-itp4rdxmzf01kmql
- Remove QtScript dependency from the manifest.json parser
- Fix Bug lp:1461026 "Kits creation for a project should match targeted framework"
- Fix Bug lp:1461014 "Match application name to click package name"
- Fix Bug lp:1461019 "Default in project creation dialog should be a qmake project"
- Fix Bug lp:1340061: "Some dialogs have unreadable (too small) text" Fixes: #1340061, #1461014, #1461019, #1461026
Approved by: Zoltan Balogh, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        <file source="app/Main.qml"                                       target="app/Main.qml"                                         openeditor="true"/>
39
39
        <file source="po/CMakeLists.txt"                                  target="po/CMakeLists.txt"                                    openeditor="false"/>
40
40
   </files>
41
 
 
42
 
      <!-- Create a 2nd wizard page with click package parameters -->
43
 
        <fieldpagetitle>Click package parameters</fieldpagetitle>
44
 
        <fields>
45
 
            <field mandatory="true" name="ClickDomain">
46
 
              <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9-]+$'
47
 
                            defaulttext="" placeholdertext="Nickname"/>
48
 
              <fielddescription>Nickname:</fielddescription>
49
 
            </field>
50
 
            <field mandatory="true" name="ClickMaintainer">
51
 
              <fieldcontrol class="QLineEdit" validator='^[^"]+$'
52
 
                            defaulttext="" placeholdertext="Maintainer"/>
53
 
              <fielddescription>Maintainer:</fielddescription>
54
 
            </field>
55
 
            <field mandatory="true" name="ClickHookName">
56
 
              <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9.-]+$'
57
 
                            defaulttext="myapp" placeholdertext="app hook name"/>
58
 
              <fielddescription>App name:</fielddescription>
59
 
            </field>
 
41
   
 
42
          <!-- Create a 2nd wizard page with click package parameters -->
 
43
                <fieldpagetitle>Click package parameters</fieldpagetitle>
 
44
                <fields>
 
45
                        <field mandatory="true" name="ClickDomain">
 
46
                          <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9-]+$'
 
47
                                        defaulttext="" placeholdertext="Nickname"/>
 
48
                          <fielddescription>Nickname:</fielddescription>
 
49
                        </field>
 
50
                        <field mandatory="true" name="ClickMaintainer">
 
51
                          <fieldcontrol class="QLineEdit" validator='^[^"]+$'
 
52
                                        defaulttext="" placeholdertext="Maintainer"/>
 
53
                          <fielddescription>Maintainer:</fielddescription>
 
54
                        </field>
 
55
                        <field mandatory="true" name="ClickHookName">
 
56
                          <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9.-]+$'
 
57
                                        defaulttext="%ProjectName%" placeholdertext="app hook name"/>
 
58
                          <fielddescription>App name:</fielddescription>
 
59
                        </field>
60
60
      <field name="ClickFrameworkVersion">
61
61
          <fieldcontrol class="QComboBox" defaultindex="0">
62
62
              <comboentries>