Skip to content
Snippets Groups Projects
  1. Nov 11, 2010
    • con's avatar
      Fix ui language for custom wizards. · 17fb150f
      con authored
      Introduces a ICore::userInterfaceLanguage method, which centralizes the
      previous qApp property hack for help and designer integration.
      
      Reviewed-by: Friedemann Kleint
      17fb150f
  2. Oct 27, 2010
    • con's avatar
      Fix replacement of variables in wizard parameters. · 6954d898
      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
      6954d898
  3. Sep 30, 2010
  4. Sep 27, 2010
  5. Sep 14, 2010
  6. Sep 07, 2010
  7. Sep 06, 2010
  8. Sep 03, 2010
  9. Sep 02, 2010
  10. Sep 01, 2010
    • Friedemann Kleint's avatar
      Customwizards: Add a way of wrapping a Generator script. · c6132a05
      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.
      c6132a05
  11. Aug 31, 2010
  12. Aug 27, 2010
  13. Aug 26, 2010
  14. Aug 25, 2010
  15. Aug 13, 2010
  16. Jul 09, 2010
  17. Jul 08, 2010
  18. Jul 07, 2010
  19. Jun 29, 2010
  20. May 05, 2010
  21. Apr 20, 2010
  22. Apr 16, 2010
    • Friedemann Kleint's avatar
      Wizards: Open a relevant file in editor after the wizard run · 0a643a19
      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
      0a643a19
  23. Mar 31, 2010
  24. Mar 22, 2010
  25. Mar 19, 2010
  26. Mar 18, 2010
  27. Mar 17, 2010
  28. Mar 12, 2010
Loading