- 06 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 03 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
following suggestions. Introduce argument syntax in XML allowing for fine-grained control of handling (omitting empty values, use temporary files).
-
- 02 Sep, 2010 1 commit
-
-
Jarek Kobus authored
-
- 01 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
Add attribute to XML syntax specifying a script to generate files. The script must provide a --dry-run mode in which it prints the files it intends to create and their attributes to stdout. Rework the CustomWizardContext structure to contain target path and parameter mappings, simplify some code there.
-
- 31 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Fixes e5f60a95
-
- 27 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- 26 Aug, 2010 1 commit
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- 25 Aug, 2010 1 commit
-
-
Daniel Molkentin authored
-
- 13 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 09 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
Allowing for nesting sections depending on Javascript expression using the (expanded) wizard field variables as in: -- test.pro.template: QT = core @if "%NETWORK_CHECKBOX%" == "true" QT += network @endif Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 08 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
Separate value and display text for the entries, use in ListModel example. Rubber-stamped-by:
aportale <alessandro.portale@trolltech.com>
-
- 07 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
Add a checkbox with configureable 'true'/'false' strings and illustrate how to comment out a profile line using it in helloworld-example.
-
- 29 Jun, 2010 1 commit
-
-
Kai Koehne authored
-
- 05 May, 2010 1 commit
-
-
con authored
-
- 20 Apr, 2010 1 commit
-
-
Tobias Hunger authored
-
- 16 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
- 31 Mar, 2010 2 commits
-
-
Friedemann Kleint authored
Prepare translations of wizards shipped by Nokia to be searched in Qt Creator's qm-files.
-
Jarek Kobus authored
-
- 22 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
Pass around shared context containing basic replacement map. CustomProjectWizard adds %ProjectName% to it obtained from signal BaseProjectWizardDialog::introPageLeft(). Move replacement code into context. Add new modifier 'c' for capitalizing words.
-
- 19 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
Also list all registered wizards. Bring initialization of Core::MessageManager forward. Acked-by: con
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 17 Mar, 2010 2 commits
-
-
Friedemann Kleint authored
checking the validation line edits as a last resort.
-
Friedemann Kleint authored
-
- 12 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-423
-