Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Jan 13, 2016
  3. Dec 02, 2015
  4. Aug 24, 2015
  5. Jul 10, 2015
    • Nikolai Kosjar's avatar
      CppTools: Avoid unnecessary blocking of main thread · 442bdbde
      Nikolai Kosjar authored
      
      Among others, BaseEditorDocumentParser::projectPart() was a blocking
      operation in case the parser was running. This led to noticeable GUI
      freezes for the ClangCodeModel since the function was called from the
      main thread.
      
      Rework *EditorDocumentParser to clearly separate the configuration data
      (input) from the actual object state. Querying/setting configuration or
      (last) state does not block anymore. update() is supposed to get the
      necessary configuration and the last state at the beginning and to set
      the new state at end.
      
      Change-Id: Ib4b534fa6ff373c3059826726b3f10ece95acc21
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@theqtcompany.com>
      442bdbde
  6. Jul 02, 2015
  7. Jun 03, 2015
  8. Apr 14, 2015
  9. Mar 05, 2015
  10. Feb 18, 2015
  11. Feb 17, 2015
  12. Feb 04, 2015
  13. Jan 16, 2015
  14. Jan 07, 2015
  15. Dec 19, 2014
  16. Nov 03, 2014
  17. Oct 09, 2014
  18. Sep 26, 2014
  19. Sep 22, 2014
  20. Sep 19, 2014
  21. Sep 04, 2014
  22. Jun 16, 2014
  23. May 23, 2014
  24. Feb 24, 2014
  25. Jan 09, 2014
  26. Jan 07, 2014
Loading