Skip to content
Snippets Groups Projects
  1. Oct 21, 2009
  2. Oct 05, 2009
  3. 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
  4. Sep 23, 2009
  5. Aug 14, 2009
  6. Jul 02, 2009
  7. 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
  8. May 27, 2009
  9. May 25, 2009
  10. May 14, 2009
  11. Apr 24, 2009
  12. Apr 20, 2009
  13. Apr 17, 2009
  14. Apr 08, 2009
  15. Mar 27, 2009
    • Oswald Buddenhagen's avatar
      re-use pre-existing builds · deff5ac2
      Oswald Buddenhagen authored
      run "cmake . [...]" if a build already exists in the build dir. this
      saves the user from reproducing all the arguments he may need.
      
      on the downside, this will go utterly awry if the source dir of the
      existing build is a different one than known to creator. this should be
      a rather rare corner case, so ignore it for now. the nice solution would
      be a checkbox (on by default) to request this new behavior.
      deff5ac2
  16. Mar 25, 2009
  17. Mar 18, 2009
    • Friedemann Kleint's avatar
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower... · bccf4a1f
      Friedemann Kleint authored
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
      
      Task: 241959, 248085
      
      RevBy: Optics/Naming checked by con
      Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
      bccf4a1f
  18. Mar 10, 2009
  19. 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
  20. Mar 03, 2009
  21. Feb 25, 2009
  22. Jan 23, 2009
    • dt's avatar
      Fixes: Progress to the cmake plugin · e8e2e4f4
      dt authored
      Details:  Add a dialog asking for command line options and build
      directory. This dialog pops up if you don't have a .user file. Note,
      though that it also pops up if there is already a in source build.
      (The build directory lineedit should be read only then.)
      The cmake button in that dialog and the output pane need more polish to
      make them better. With those changes you can now build and run marble
      from Qt Creator. (For marble you need to pass a few options to cmake.)
      
      Also add a configuration page to the Tools/Options dialog, where you can
      specify the cmake executable path.
      
      And add a class which runs cmake in the background to find out which
      version and wheter that cmake version has Qt Creator generator. (Which I
      did begin to write.)
      e8e2e4f4
  23. Jan 21, 2009
  24. Jan 20, 2009
  25. Jan 13, 2009
  26. Dec 16, 2008
  27. Dec 02, 2008
Loading