Skip to content
Snippets Groups Projects
  1. Nov 12, 2010
    • Kai Koehne's avatar
      QmlWizards: Unify templates · e35c53e7
      Kai Koehne authored
      Unify the original qml file generated by Qt Quick UI / Qt Quick
      Application wizards. Use a default size of 360x360.
      Furthermore, add a MouseArea such that clicking on the app will close
      it (demonstrating the use of Qt.quit()).
      
      Reviewed-by: Alessandro Portale
      e35c53e7
  2. Oct 06, 2010
  3. Oct 04, 2010
  4. Sep 28, 2010
  5. Aug 05, 2010
  6. Jul 09, 2010
  7. Jun 24, 2010
  8. Jun 01, 2010
  9. May 31, 2010
  10. May 18, 2010
  11. May 12, 2010
  12. 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
  13. Apr 13, 2010
  14. Mar 31, 2010
  15. Mar 22, 2010
  16. Mar 19, 2010
  17. Mar 18, 2010
  18. Mar 05, 2010
  19. Feb 18, 2010
  20. Feb 16, 2010
  21. Jan 29, 2010
  22. Jan 15, 2010
  23. Jan 08, 2010
    • Kai Koehne's avatar
      Fix default "hello world" qml file to not use anchors · 9b353b7a
      Kai Koehne authored
      Some things like reparenting do not work right now in the Design mode
      for anchored items, and we are missing a way to inform the user.
      Using absolute positions for positioning therefore avoids confusion
      for first time users.
      9b353b7a
  24. 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
  25. Nov 27, 2009
  26. 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
  27. Oct 14, 2009
  28. Oct 05, 2009
  29. Sep 01, 2009
  30. Aug 14, 2009
  31. Aug 13, 2009
  32. Jul 30, 2009
  33. 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
  34. May 11, 2009
Loading