Skip to content
Snippets Groups Projects
  1. Sep 07, 2010
  2. Sep 02, 2010
  3. 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
  4. Aug 26, 2010
  5. Jun 08, 2010
  6. 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
  7. Mar 31, 2010
  8. Mar 18, 2010
  9. Mar 16, 2010
    • Friedemann Kleint's avatar
      Design mode: Give IEditor a 'preferred mode'. · 2edcc7ef
      Friedemann Kleint authored
      ... and switch to it in EditorManager::activateEditor.
      There no longer is a need for special currentEditorChanged()
      handling in the editor that use a special mode.
      
      QmlDesigner receives an additional setting specifying the
      desired edit mode. QmlJSEditor detects whether QmlDesigner
      is present by checking the registered mimetypes of the
      Design mode and retrieves the settings via keys.
      
      Remove some obsolete code and clean up includes
      on qmldesignerconstants.h
      
      Reviewed-by: con
      2edcc7ef
  10. Mar 12, 2010
  11. Mar 05, 2010
  12. Feb 19, 2010
  13. Feb 17, 2010
  14. Jan 15, 2010
  15. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  16. Dec 16, 2009
  17. Nov 27, 2009
  18. Nov 26, 2009
    • Friedemann Kleint's avatar
      Project Wizards: Introduce notion of project directory, polish. · 3e34a9ae
      Friedemann Kleint authored
      
      - Introduce project directory and "use" flag to file manager, use that
        in new item dialog
      - Add configuration under Project settings, rename it to "General"
      - Make wizards create project names as "untitled1.."
      - Remove modules page from Qt application wizards (parametrizable)
      - Give Utils::ProjectIntroPage a "Set as default location" toggle.
      - Introduce wizard dialog base classes for handling that.
      - Introduce notion of "last visited directory to file manager" for
        open and non-project wizards, route open through file manager.
      - Clean out QmlAppWizard
      
      Task-number: QTCREATORBUG-333
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      3e34a9ae
  19. Oct 05, 2009
  20. Aug 14, 2009
  21. Jun 29, 2009
  22. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  23. May 29, 2009
  24. May 11, 2009
  25. Apr 08, 2009
  26. Feb 25, 2009
  27. Jan 23, 2009
  28. Jan 21, 2009
  29. Jan 20, 2009
  30. Jan 19, 2009
  31. Jan 13, 2009
  32. Jan 12, 2009
  33. Dec 16, 2008
  34. Dec 09, 2008
  35. Dec 03, 2008
  36. Dec 02, 2008
Loading