Skip to content
Snippets Groups Projects
  1. Feb 08, 2012
    • Thomas Hartmann's avatar
      Wizards: changes the structure of Wizards · 95a028e8
      Thomas Hartmann authored
      
      This patch introduces platforms as a top level topic when choosing
      a wizard. Also I changed the categories and priorities.
      
      Details:
      
      1. I did change the way the dialog/view is structured in newdialog.cpp
      
      2. I added platformName() and supportsPlatform() to BaseQtVersion.
         I needed two functions because the Simulator does not provide a platform
         and therefore has no platformName but supports two platforms.
         I still have to turn the platform names into proper constants.
      
      3. I changed the categories and priorities to get the layout that was
         discussed. (I had to touch quite alot of files but this is mostly trivial)
      
      4. I added a combobox that allows filtering for platforms.
      
      5. I added flags() to IWizard to indicate that a wizard is platform independent.
      
      Change-Id: I86c7ad628a431ad06505c76580885c6e6c3ddc23
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      95a028e8
  2. Jan 26, 2012
  3. Jan 18, 2012
  4. Dec 07, 2011
  5. Nov 03, 2011
  6. Sep 08, 2011
    • Tobias Hunger's avatar
      ABI: Improve tool chain selection for Qt projects · aaf260c0
      Tobias Hunger authored
      * Set a null-ABI for toolchains where detection of ABI failed: This
        allows the user to select any tool chain.
      
      * Warn if ABI detection fails by showing a message in the Qt version
        setup dialog
      
      * Do not override the mkspec if the Qt version has a null ABI only:
        We (have to) trust the user to know what he is doing in that case.
      
      * GCC: Add version information to GCC tool chain and use it to select
        the mkspec on Mac.
      
      * GCC: Do not override mkspec if we do a cross-compile
        (and actually detect that).
      
      * GCC: Leave out -32 or -64 from mkspec if the compiler binaries ABI
        matches the target ABI.
      
      * Linux-generic is compatible with all other linuxes (both ways)
        The targets themselves do additional filtering and will remove
        anything that does not work for them anyway.
      
      Task-number: QTCREATORBUG-5756
      Task-number: QTCREATORBUG-5960
      Change-Id: Ib3c0ac91f3aa8e2a823e3e9891a02bdccb97af14
      Reviewed-on: http://codereview.qt-project.org/4281
      
      
      Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      aaf260c0
  7. Sep 07, 2011
  8. Jul 20, 2011
  9. May 24, 2011
  10. May 13, 2011
  11. May 12, 2011
    • dt's avatar
      Qt Version refactoring · 8e171e0b
      dt authored
      Split up target specific code into subclasses. Also change
      Qt4BuildConfiguration to allow a null qtversion.
      
      Remove code that relied on always having a qt version.
      Also make it possible to remove all qt versions.
      
      Completly change the qt in path autodetection to be only
      a fall back if no configuration was found.
      
      Note: For now the old settings are not removed, as such 2.2 and master
      can coexist.
      
      Reviewed-By: hunger
      8e171e0b
  12. May 06, 2011
  13. Apr 13, 2011
  14. Feb 10, 2011
  15. Feb 04, 2011
  16. Jan 17, 2011
    • dt's avatar
      Qt4projectManager: Refactor Qt4Target, split up in per target classes · 67cfb7e0
      dt authored
      Almost(*) all of the symbian and maemo specific code is now theoretically
      moveable to a separate plugin. Thus making it possible to implement
      new targets in a plugin.
      
      (*) Noteable missing is the qtversion, which needs to be split up
      per target too.
      
      Also fixes
      Task-Nr: QTCREATORBUG-2440
      
      Reviewed-By: hunger
      Reviewed-By: ck
      67cfb7e0
  17. Jan 12, 2011
  18. Dec 17, 2010
  19. Sep 21, 2010
  20. Sep 17, 2010
  21. Sep 13, 2010
  22. Aug 25, 2010
  23. Aug 18, 2010
  24. 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
  25. 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
  26. Mar 05, 2010
  27. Feb 18, 2010
  28. 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
  29. Oct 05, 2009
  30. Aug 14, 2009
  31. 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
  32. May 11, 2009
  33. May 04, 2009
  34. Apr 08, 2009
  35. Mar 20, 2009
  36. Mar 19, 2009
  37. Mar 18, 2009
Loading