Skip to content
Snippets Groups Projects
  1. Jan 13, 2011
    • Tobias Hunger's avatar
      Clean up environmentmodel/widget · 6b92bc3d
      Tobias Hunger authored
       * Move the environment model code to utils and export it
       * rename the environmenteditmodel files to environmentwidget
         (which is the class they actually contain)
      
      Reviewed-by: dt
      6b92bc3d
  2. Jan 12, 2011
  3. Dec 17, 2010
  4. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  5. Nov 01, 2010
  6. Sep 27, 2010
  7. Sep 23, 2010
  8. Sep 03, 2010
  9. Sep 01, 2010
    • Lasse Holmstedt's avatar
      compile · b935bca4
      Lasse Holmstedt authored
      b935bca4
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  10. Aug 27, 2010
  11. Aug 24, 2010
  12. Jun 09, 2010
  13. Apr 16, 2010
  14. Mar 05, 2010
  15. 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
  16. Feb 02, 2010
  17. Feb 01, 2010
  18. 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
  19. Dec 14, 2009
  20. Dec 07, 2009
    • dt's avatar
      Cmake: Let the generator determine the toolchain · 24a45907
      dt authored
      Otherwise we need to parse the cbp file, which happens only if the
      buildconfiguration gets active. Also try to decouple a few internals a
      little bit by using signals. The CMakeProject still handles a few things
      directly instead of via signals, more to come eventually.
      24a45907
  21. Nov 30, 2009
  22. Nov 19, 2009
  23. Oct 05, 2009
  24. Oct 01, 2009
  25. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  26. Sep 17, 2009
    • dt's avatar
      The project pane rewrite version 2. · 65648ee1
      dt authored
      This splits up the edit and active settings. Let people try it and
      report usability problems. I'm not 100% convinced of the layout either.
      65648ee1
  27. Aug 14, 2009
  28. Jul 20, 2009
  29. Jul 15, 2009
  30. Jul 14, 2009
  31. Jun 17, 2009
  32. Jun 16, 2009
    • dt's avatar
      Add a working directory line edit to the cmake run configuration · ddef96ec
      dt authored
      Task-Nr: 254424
      ddef96ec
    • 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
  33. Jun 12, 2009
  34. Jun 08, 2009
Loading