Skip to content
Snippets Groups Projects
  1. Nov 30, 2009
  2. Nov 19, 2009
  3. Oct 05, 2009
  4. Oct 01, 2009
  5. 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
  6. Sep 17, 2009
  7. Aug 14, 2009
  8. Jul 23, 2009
  9. Jul 20, 2009
  10. Jul 15, 2009
  11. Jul 10, 2009
  12. Jun 24, 2009
  13. Jun 17, 2009
  14. 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
  15. Jun 12, 2009
  16. Jun 02, 2009
  17. May 27, 2009
  18. Apr 28, 2009
  19. Apr 24, 2009
  20. Apr 20, 2009
  21. Apr 06, 2009
  22. Mar 25, 2009
    • dt's avatar
      Add a argument line edit for the cmake runconfiguration. · 5a97436c
      dt authored
      Even works.
      5a97436c
    • dt's avatar
      Also use the dumper library code from the cmake plugin. · 74974a5a
      dt authored
      Adds a little bit of code duplication, don't currently know how to best
      avoid it, so I'll leave that for now as is. To be tested once Andre
      pushes his stuff.
      74974a5a
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  23. Mar 18, 2009
  24. Mar 16, 2009
    • dt's avatar
      More progress on the CMake plugin · 00951b6b
      dt authored
      Made the cmake plugin even more usable by implementing:
      Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty
      project reported on irc.)
      Pop up a wizard if the .cbp file is older then the CMakeLists.txt file,
      thus reparsing the file. (Note: There is a bug that we need to actually
      also check the last modified of all included files.)
      Reparse the cbp file to add new RunConfigurations / delete no longer
      existing RunConfigurations and update those that have changed.-
      Show a nicer title in the Projects/RunConfiguration pane
      00951b6b
  25. Feb 27, 2009
  26. Feb 25, 2009
Loading