Skip to content
Snippets Groups Projects
  1. Feb 04, 2016
  2. Jan 19, 2016
  3. Jan 16, 2015
  4. Oct 09, 2014
  5. Jun 18, 2014
    • Erik Verbruggen's avatar
      C++: Remove class/function/enum extraction from CppLocatorData. · 2b0954ca
      Erik Verbruggen authored
      
      With every single change in a document the corresponding IndexItem
      elements were extracted and put into an vector. The locator filters
      then used these lists to iterate over and filter them.
      
      This change removes that extraction, and the filtering now directly
      iterates over the IndexItem elements with a callback.
      
      The exception is the current document filter, because it also queries
      for all declarations. Adding this to the model would result in a higher
      memory usage, while that information is only used by this filter.
      
      Change-Id: Ibe445cc11e9f68b5d807348fd46c7cac4aff4c85
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      2b0954ca
  6. Jun 16, 2014
  7. Jun 02, 2014
  8. Jan 14, 2014
  9. Jan 08, 2014
  10. Oct 07, 2013
    • Nikolai Kosjar's avatar
      CppTools: Adapt C++ locator names to reality · 872bfb70
      Nikolai Kosjar authored
      
      The new names are:
      
      * C++ Methods in Current Document -> C++ Symbols in Current Document
      * C++ Classes and Methods -> C++ Classes, Enums and Functions
      * C++ Methods and Functions -> C++ Functions
      
      Further notes:
      
      * "C++ Classes" stays the same.
      * The term "Methods" was removed since "Functions" says it all (member
        functions, non-member functions). Because of this, the "m" shortcut
        for this filter does not fit so well to the name anymore.
      * "C++ Symbols in..." - "Symbols" means the same as in the C++ Search
        dialog: classes, enums, functions and declarations
      
      Change-Id: I8e5f410f2dcb1fafe83d0a1c8607f4c17eabbb8c
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
      872bfb70
  11. Sep 13, 2013
  12. Aug 30, 2013
  13. Aug 26, 2013
  14. Jan 29, 2013
  15. Jan 18, 2013
  16. Nov 26, 2012
  17. Oct 05, 2012
  18. Jul 19, 2012
  19. Jan 26, 2012
  20. Nov 03, 2011
  21. May 06, 2011
  22. Apr 13, 2011
  23. Jan 12, 2011
  24. Dec 17, 2010
  25. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  26. Mar 05, 2010
  27. Feb 01, 2010
  28. Oct 16, 2009
  29. Aug 14, 2009
  30. 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
  31. Feb 25, 2009
  32. Jan 13, 2009
Loading