- Nov 11, 2010
-
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
- Oct 27, 2010
-
-
con authored
This was broken in case of no targets page being used, and using the project name variable in default values for wizard parameters in the page following the intro page (like it is done in the hello world wizard). Reviewed-by: Friedemann Kleint
-
- Sep 30, 2010
-
-
Friedemann Kleint authored
Symptom of file name slashification breakage. Reviewed-by: dt Task-number: QTCREATORBUG-2535
-
- Sep 27, 2010
-
-
Friedemann Kleint authored
Add XML-elements allowing for Javascript-based validation rules along with error messages. Rubber-stamped-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- Sep 14, 2010
-
-
Friedemann Kleint authored
Indicating the file is to be copied as is and not preprocessed. Task-number: QTCREATORBUG-2344
-
- Sep 07, 2010
-
-
Friedemann Kleint authored
enabling scripts that completely generate the project directory. Default to %TargetPath%.
-
- Sep 06, 2010
-
-
Friedemann Kleint authored
-
- Sep 03, 2010
-
-
Friedemann Kleint authored
following suggestions. Introduce argument syntax in XML allowing for fine-grained control of handling (omitting empty values, use temporary files).
-
- Sep 02, 2010
-
-
Jarek Kobus authored
-
- Sep 01, 2010
-
-
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.
-
- Aug 31, 2010
-
-
Friedemann Kleint authored
Fixes e5f60a95
-
- Aug 27, 2010
-
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- Aug 26, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Aug 25, 2010
-
-
Daniel Molkentin authored
-
- Aug 13, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jul 09, 2010
-
-
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>
-
- Jul 08, 2010
-
-
Friedemann Kleint authored
Separate value and display text for the entries, use in ListModel example. Rubber-stamped-by:
aportale <alessandro.portale@trolltech.com>
-
- Jul 07, 2010
-
-
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.
-
- Jun 29, 2010
-
-
Kai Koehne authored
-
- May 05, 2010
-
-
con authored
-
- Apr 20, 2010
-
-
Tobias Hunger authored
-
- Apr 16, 2010
-
-
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
-
- Mar 31, 2010
-
-
Friedemann Kleint authored
Prepare translations of wizards shipped by Nokia to be searched in Qt Creator's qm-files.
-
Jarek Kobus authored
-
- Mar 22, 2010
-
-
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.
-
- Mar 19, 2010
-
-
Friedemann Kleint authored
Also list all registered wizards. Bring initialization of Core::MessageManager forward. Acked-by: con
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
checking the validation line edits as a last resort.
-
Friedemann Kleint authored
-
- Mar 12, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-423
-