Skip to content
Snippets Groups Projects
  1. Jul 06, 2010
  2. Jul 05, 2010
  3. Jun 10, 2010
  4. Jun 08, 2010
  5. Apr 23, 2010
  6. Apr 14, 2010
  7. Apr 13, 2010
  8. Apr 08, 2010
    • Tobias Hunger's avatar
      Always show import wizard · 70b96146
      Tobias Hunger authored
      Show the import wizard on all imports. This eases import of
      shadow builds at non-default locations.
      
      Task-number: QTCREATORBUG-1069
      Task-number: QTCREATORBUG-1068
      Reviewed-by: dt
      70b96146
  9. Apr 01, 2010
  10. Mar 31, 2010
  11. Mar 29, 2010
  12. Mar 26, 2010
  13. Mar 25, 2010
  14. Mar 16, 2010
  15. Mar 10, 2010
  16. Mar 05, 2010
  17. Mar 04, 2010
  18. Feb 19, 2010
  19. Feb 18, 2010
  20. Feb 17, 2010
  21. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  22. Feb 01, 2010
  23. 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
  24. Nov 30, 2009
  25. Nov 19, 2009
  26. Nov 10, 2009
  27. Oct 27, 2009
  28. Oct 22, 2009
    • dt's avatar
      The qtversions's toolchain now depends on the actual compiler not mkspec · cfc7040e
      dt authored
      That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few
      other variables) to figure out the correct mkspec. This makes using
      custom mkspecs easier and is also cleaner. I also changed mkspec() and
      mkspecPath() to behave a little diffrent, essentialy mkspec() will
      return only the name (the actual dir name) of the mkspec. That is in
      general not sufficient for passing on to qmake. mkspecPath() only
      returns the correct path to mkspecs/default.
      Hopefully I haven't broken WinCE/Maemo/MinGW.
      cfc7040e
  29. Oct 09, 2009
  30. Oct 06, 2009
  31. Oct 01, 2009
  32. Sep 03, 2009
  33. Sep 01, 2009
  34. Aug 14, 2009
  35. Jul 24, 2009
    • dt's avatar
      More import fixes and tweaks · 15471e64
      dt authored
      Don't add -spec foo to the additional Arguments if foo is the same as
      the default mkspec. This makes the common case better, while breaking if
      you have QMAKESPEC set in teh environment and used -spec foo to override
      it.
      15471e64
  36. Jul 22, 2009
  37. Jul 21, 2009
  38. Jun 26, 2009
  39. 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
Loading