Skip to content
Snippets Groups Projects
  1. Sep 23, 2015
  2. Jun 17, 2015
    • Jarek Kobus's avatar
      Properly delete plugins dependent on failed plugin · 68426717
      Jarek Kobus authored
      
      Init all class member pointers to NULL.
      This fixes possible crash on exit when dependent
      plugin was not loaded (e.g. TextEditor was missing).
      In this case plugin's constructor gets called,
      initialize() method is _not_ called
      and destructor gets called -> crash.
      
      Properly delete dependent plugins on
      a plugin which failed to initialize properly.
      
      Fix labels of deleted plugins inside an error dialog
      after pressing "Error Details" from "Installed Plugins"
      dialog.
      
      Change-Id: Iddc029a0f07dcba2501d734d142fb0e69e9383d3
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      68426717
  3. Jun 10, 2015
  4. Mar 05, 2015
  5. Feb 26, 2015
  6. Feb 17, 2015
  7. Jan 30, 2015
  8. Jan 16, 2015
  9. Jan 12, 2015
  10. Dec 03, 2014
  11. Oct 14, 2014
  12. Oct 09, 2014
  13. Sep 18, 2014
  14. Sep 12, 2014
  15. Sep 04, 2014
  16. Sep 02, 2014
  17. Aug 27, 2014
  18. Aug 20, 2014
  19. Jul 24, 2014
  20. Jul 18, 2014
  21. Jul 15, 2014
  22. 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
  23. 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
  24. May 28, 2014
  25. Jan 21, 2014
  26. Jan 08, 2014
  27. Oct 24, 2013
  28. Oct 01, 2013
  29. Sep 13, 2013
  30. Sep 03, 2013
  31. Aug 30, 2013
  32. Jul 18, 2013
  33. Jul 12, 2013
Loading