Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Dec 16, 2015
  3. Nov 04, 2015
  4. Jul 10, 2015
  5. Jun 03, 2015
  6. May 13, 2015
  7. Jan 26, 2015
    • Nikolai Kosjar's avatar
      CppEditor: Move CppEditorWidget::linkToSymbol to CppTools · cfd3b561
      Nikolai Kosjar authored
      
      * Cuts direct dependency to CPlusPlus from cppeditor.h, but
        cppfunctiondecldeflink.h still pulls it in.
      
      * Cuts direct dependency to
        cppeditor.h from cppvirtualfunctionassistprovider.cpp, but it still
        depends on cppeditorconstants.h.
      
      * Cuts direct dependency to cppeditor.h from cppelementevaluator.cpp.
      
      The long-term goal is to make the CppEditor independent from concrete
      code model backends.
      
      Change-Id: I291ee0d0da5fc5ed1a839a763fe7be11dcf7a6fb
      Reviewed-by: default avatarMarco Bubke <marco.bubke@theqtcompany.com>
      cfd3b561
  8. Jan 16, 2015
  9. Oct 09, 2014
  10. Aug 20, 2014
  11. Jun 10, 2014
    • Nikolai Kosjar's avatar
      CppTools: Unexport some internal classes. · 11845cd3
      Nikolai Kosjar authored
      
      Unexports CppModelManager, CppSourceProcessor and CppToolsPlugin.
      
      Now only some constructor signatures mention "Internal::" in the
      exported symbols:
      
      % nm --extern-only --demangle ./lib/qtcreator/plugins/libCppTools.so | grep "Internal::"
      CppTools::CppClassesFilter::CppClassesFilter(CppTools::Internal::CppLocatorData*)
      CppTools::CppClassesFilter::CppClassesFilter(CppTools::Internal::CppLocatorData*)
      CppTools::CppEditorSupport::CppEditorSupport(CppTools::Internal::CppModelManager*, TextEditor::BaseTextEditor*)
      CppTools::CppEditorSupport::CppEditorSupport(CppTools::Internal::CppModelManager*, TextEditor::BaseTextEditor*)
      
      Change-Id: I167c21a6dc03cf02230c95fde66cf404e40df36f
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      11845cd3
  12. May 23, 2014
  13. Jan 08, 2014
  14. Apr 08, 2013
  15. Jan 29, 2013
  16. Oct 12, 2012
  17. Oct 05, 2012
  18. Jul 19, 2012
  19. Apr 13, 2012
  20. Feb 16, 2012
    • Erik Verbruggen's avatar
      Supply c++11 flags and per-project info to c++ code model. · 3aab8bea
      Erik Verbruggen authored
      
      A manual squash/merge of the changes below, plus a couple of subsequent
      code fixes.
      
      59085aa5fbb99e2d786cd2c1a06c24a111ccb49f:
          Modify CppModel::ProjectInfo
      
          Adding per project node information, to pass on the correct
          defines/includes for each file, instead of aggregating them incorrectly.
      
          Also split up SOURCES and OBJECTIVE_SOURCES.
      
          Also ask the toolchain to convert the compilerflags to flags the
          codemodel understands, for now only gcc and only c++11.
      
          Also make the toolchain aware of the flags used to compile, so that it
          can emit the correct defines.
      
          Note: No header files are passed on.
      
      74028802314cd4e75b41b46407433e07090a304d:
          GCC: Evaluate cxxflags when checking for predefined macros
      
      ebaaa4957e4c02cc9637a998eddae1d0acd74f83:
          MSVC: Take cxxflags into account when checking for predefined macros
      
      9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7:
          Compile fixes
      
      Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      3aab8bea
  21. Jan 26, 2012
  22. Jan 10, 2012
  23. Nov 15, 2011
  24. Nov 03, 2011
  25. Oct 25, 2011
  26. Oct 18, 2011
  27. Oct 12, 2011
  28. Jul 08, 2011
    • Leandro Melo's avatar
      C++ editor: Improve type hierarchy widget · 23decd9d
      Leandro Melo authored
      Now the type hierarchy widget will also show the classes
      derived from the selected one. For consistency the way
      the base classes are shown was changed too. The diagram
      below is an example from Creator's code when openining
      the type hierarchy for BaseTextEditorWidget:
      
      Bases
       +QObject
        +QWidget
         +...
           BaseTextEditorWidget
       +QPaintDevice
        +...
          BaseTextEditorWidget
      Derived
       +BaseTextEditorWidget
        +VCSBaseEditorWidget
          GitEditor
          MercurialEditor
          ...
         GLSLEditorWidget
         CppEditorWidget
         QmlJSTextEditorWidget
         ...
      
      Depending on the project and on the selected class the
      hierarchy widget might take a bit to be constructed.
      This should be improved later.
      
      Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5
      Reviewed-on: http://codereview.qt.nokia.com/883
      
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      23decd9d
Loading