~ubuntu-branches/ubuntu/lucid/quickly/lucid

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/add.py

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-14 19:10:50 UTC
  • mfrom: (8.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414191050-vw3929m2heswh3rj
Tags: 0.4-0ubuntu1
* New bugfix upstream release:
  - various fix to tutorial command (LP: #559565)
  - update some part of the existing tutorial (LP: #556237, #550510)
  - fix gpg key creation parameter %commit with right error message as we
    don't push it to LP (LP: #554302)
  - fix some case where gpg secret key wasn't exported to sign the package
    (LP: #555384)
  - add debug command relying on winpdb (Nafai)
  - remove some debug message
  - updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            quicklyutils.conventional_names(project_name)
122
122
 
123
123
        substitutions = (("project_name",project_name),
124
 
                    ("dialog_name",dialog_name),
125
 
                    ("dialog_python_name",dialog_python_name),
126
 
                    ("dialog_camel_case_name",dialog_camel_case_name),
127
 
                    ("project_camel_case_name",project_camel_case_name),
128
 
                    ("project_sentence_name",project_sentence_name),
129
 
                    ("dialog_sentence_name",dialog_sentence_name),
130
 
                    ("python_name",python_name))
 
124
                         ("dialog_name",dialog_name),
 
125
                         ("dialog_python_name",dialog_python_name),
 
126
                         ("dialog_camel_case_name",dialog_camel_case_name),
 
127
                         ("project_camel_case_name",project_camel_case_name),
 
128
                         ("project_sentence_name",project_sentence_name),
 
129
                         ("dialog_sentence_name",dialog_sentence_name),
 
130
                        ( "python_name",python_name))
131
131
 
132
132
        quicklyutils.file_from_template(template_ui_dir, 
133
133
                                        "dialog_camel_case_nameDialog.ui",