Skip to content
Snippets Groups Projects
  1. Jun 19, 2013
  2. Feb 01, 2013
  3. Jan 29, 2013
  4. Oct 05, 2012
  5. Jul 19, 2012
  6. Jun 21, 2012
    • Tobias Hunger's avatar
      Profile introduction · 24314562
      Tobias Hunger authored
      
      Introduce Profiles to store sets of values that describe a system/device.
      
      These profiles are held by a target, getting rid of much of the information
      stored in the Build-/Run-/DeployConfigurations, greatly simplifying those.
      
      This is a squash of the wip/profile branch which has been on gerrit for a
      while, rebased to current master.
      
      Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      24314562
  7. Feb 15, 2012
  8. Feb 14, 2012
  9. Jan 26, 2012
  10. Nov 03, 2011
  11. Sep 19, 2011
  12. Jul 14, 2011
  13. Jun 29, 2011
  14. Jun 22, 2011
  15. May 06, 2011
  16. Apr 13, 2011
  17. Feb 09, 2011
  18. Feb 06, 2011
  19. Feb 04, 2011
  20. Jan 12, 2011
  21. Dec 17, 2010
  22. Oct 04, 2010
    • Alessandro Portale's avatar
      Merged 'New Qt quick App' and 'Import Qml App' Wizards · 5d0177ac
      Alessandro Portale authored
      The only difference between these wizards was that in the
      Import Wizard, the user was able to chose a .qml file.
      So, why not merge them. Also, this commit is a nice code
      reduction.
      
      The module deployment feature was killed by popular demand.
      Apparently, nobody writes or deploys Qml modules, these days.
      Let's see when they want to have it back ;)
      
      Task-Number: QTCREATORBUG-2505
      Reviewed-by: ck
      5d0177ac
  23. Sep 16, 2010
  24. Aug 31, 2010
  25. Aug 25, 2010
  26. Aug 18, 2010
  27. Jul 20, 2010
    • Alessandro Portale's avatar
      Support existing Qml project for "standalone" Qml apps · 38e2ba8c
      Alessandro Portale authored
      Now, the user can select an existing qml application that can
      be turned into a standalone Qml app. The qml source files will not
      be copied around but rather stay in their original location. The
      new .pro file that gets generated by this wizard will reference
      the qml source files via relative path and deploy them from there.
      
      Task-number: QTCREATORBUG-1814
      38e2ba8c
  28. Jul 16, 2010
    • Alessandro Portale's avatar
      Wizard for standalone qml applications · 59386b20
      Alessandro Portale authored
      Short: Create a new self running qml .sis/.deb package.
      
      Long:
      A typical Qml application usually consists of a couple of .qml,
      .js and image files. Deploying such an application is challenging,
      especially to mobile devices.
      
      This wizard will generate a C++ project with a customized, light
      weight Declarative Viewer, a helloworld Qml file and a .pro file
      that takes care of the deployment of the Qml file(s).
      
      This is just the first step. There will be an import wizard,
      and further more there will be the possibility to add additional
      Qml modules and probably also Qml directories to the package.
      
      Task-number: QTCREATORBUG-1813
      59386b20
  29. Mar 05, 2010
  30. Dec 16, 2009
  31. Aug 14, 2009
  32. Jul 28, 2009
    • Daniel Molkentin's avatar
      Make the welcome screen into plugins. · 5633de2a
      Daniel Molkentin authored
      This removes the all hard dependencies to and from welcome screen,
      except the one to the core plugin. More in detail:
      
      - Add IWelcomePage to add a tab to the welcome screen
      - Move tabs in the modules where they belong
      - Enables QHelpManager to open help fullscreen and contextually
      - "Getting Started" moves to Qt4ProjectManager
      - Projects & Sessions (aka "Develop") moves to ProjectExplorer
      - "Community" remains in the welcome plugin for simplicity
      5633de2a
  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 27, 2009
  35. Feb 25, 2009
Loading