Skip to content
Snippets Groups Projects
  1. Sep 24, 2010
  2. Sep 23, 2010
  3. Sep 08, 2010
  4. Jul 02, 2010
  5. Jun 21, 2010
  6. Jun 16, 2010
  7. Apr 13, 2010
  8. Mar 26, 2010
  9. Mar 05, 2010
  10. Feb 02, 2010
  11. Jan 29, 2010
  12. Jan 11, 2010
  13. 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
  14. Nov 27, 2009
  15. Nov 24, 2009
    • Friedemann Kleint's avatar
      Polish the settings dialog. · 65e11062
      Friedemann Kleint authored
      Add a title label to the pages. Use QGroupBoxes throughout.
      Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
      use common layout for VCS plugins. Performance: Apply only visited
      settings pages. Add search keywords.
      
      Task-number: QTCREATOR-26
      65e11062
  16. Nov 20, 2009
  17. Oct 21, 2009
  18. Oct 05, 2009
  19. 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
  20. Sep 23, 2009
  21. Aug 14, 2009
  22. Jul 02, 2009
  23. 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
  24. May 27, 2009
  25. May 25, 2009
  26. May 14, 2009
  27. Apr 24, 2009
  28. Apr 20, 2009
  29. Apr 17, 2009
  30. Apr 08, 2009
  31. 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
  32. Mar 25, 2009
  33. 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
  34. Mar 10, 2009
  35. 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
  36. Mar 03, 2009
Loading