Skip to content
Snippets Groups Projects
  1. Apr 16, 2010
  2. Apr 01, 2010
  3. Mar 05, 2010
  4. Feb 26, 2010
  5. Feb 18, 2010
  6. Feb 16, 2010
  7. Feb 15, 2010
  8. Jan 29, 2010
  9. Jan 18, 2010
  10. Jan 15, 2010
  11. Jan 14, 2010
    • Kai Koehne's avatar
      Prevent symbol clashes for qml classes · 33ec15b9
      Kai Koehne authored
      Fix namespace usage such that all classes in shared/qml live in the
      Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner
      namespace.
      
      This should prevent any symbol clashes until we can finally get rid
      of the file dublicates (e.g. QmlDocument).
      33ec15b9
  12. Dec 16, 2009
    • Kai Koehne's avatar
      Fix various crashes for QmlProject · 80963107
      Kai Koehne authored
      QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
      e.g. an associated BuildConfiguration. Fix this by implementing it's
      own QmlRunControlFactory, QmlRunControl.
      80963107
  13. Nov 19, 2009
    • dt's avatar
      Make BuildSteps one instance per BuildConfiguration · 0d162be2
      dt authored
      Enables users to change which buildsteps get run per buildconfiguration.
      Some further tweaks are probably necessary. This is a rather big
      change, though it should work. :)
      0d162be2
  14. Nov 11, 2009
  15. Oct 23, 2009
  16. Aug 14, 2009
  17. 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
  18. May 22, 2009
  19. May 11, 2009
  20. May 07, 2009
  21. May 04, 2009
  22. Mar 18, 2009
  23. Mar 16, 2009
  24. Mar 12, 2009
  25. Mar 10, 2009
  26. Mar 09, 2009
    • dt's avatar
      Fixes: Add a smarter cmake open project wizard. · ef1693e9
      dt authored
      Details:  That fixes a few bugs, while still having a few missing
      things. Don't allow the user to set a shadow build directory, if there
      is already a in source build. Detect if a cbp file is already existing
      and recent enough, don't rerun cmake then. Ensure that the user runs
      cmake with the cbp generator on opening the project. Show the output of
      the cmake generator while running. Remove the unecessary cmake step.
      ef1693e9
  27. Feb 25, 2009
  28. Jan 21, 2009
  29. Jan 20, 2009
  30. Jan 19, 2009
  31. Jan 13, 2009
  32. Jan 12, 2009
  33. Dec 16, 2008
  34. Dec 09, 2008
    • dt's avatar
      Fixes: Some running support for cmake · 7d4dab15
      dt authored
      Task:     -
      RevBy:    -
      AutoTest: -
      Details:  Note: I need to refactor the code significantly, i'm more or
      less convinced that one build configuration per target is wrong.
      We probably want one build configuration per build directory and instead
      build all targets that we are interested then in the makestep.
      This means we won't have any cmake support for the beta.
      7d4dab15
  35. Dec 02, 2008
Loading