Skip to content
Snippets Groups Projects
  1. Sep 18, 2014
  2. Sep 12, 2014
  3. Sep 04, 2014
  4. Sep 02, 2014
  5. Aug 27, 2014
  6. Aug 20, 2014
  7. Jul 24, 2014
  8. Jul 18, 2014
  9. Jul 15, 2014
  10. 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
  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 28, 2014
  13. Jan 21, 2014
  14. Jan 08, 2014
  15. Oct 24, 2013
  16. Oct 01, 2013
  17. Sep 13, 2013
  18. Sep 03, 2013
  19. Aug 30, 2013
  20. Jul 18, 2013
  21. Jul 12, 2013
  22. Jul 09, 2013
  23. Jun 25, 2013
  24. Jun 05, 2013
    • Eike Ziller's avatar
      Switch less often to edit mode · 7c8db798
      Eike Ziller authored
      
      This change
      * Removes IMode::type, ModeManager::activateModeType, and
        IEditor::preferredModeType, and adds IEditor::isDesignModePreferred
        instead
      * Adapts the mode switching code in EditorManager to handle multiple
        windows, for example switching to edit mode should only happen if
        the editor/view is in the main window. Otherwise the editor window
        should be raised and focused
      * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor
      * Reverts the EditorManager::ModeSwitch logic to switch mode or
        make the current editor visible by default, introducing
        DoNotMakeVisible flag instead
      * Fixes a few instances where EditorManager::ModeSwitch should have been
        used
      
      One non-trivial problem left: If you open a .ui file and switch to an
      external editor window, edit mode is activated, because the current
      editor no longer is a .ui file, which means that the design mode gets
      deactivated.
      
      Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      7c8db798
  25. Jun 03, 2013
  26. May 31, 2013
  27. Apr 26, 2013
  28. Apr 10, 2013
  29. Apr 03, 2013
  30. Mar 20, 2013
  31. Mar 08, 2013
  32. Feb 15, 2013
  33. Feb 14, 2013
  34. Jan 29, 2013
Loading