Skip to content
Snippets Groups Projects
  1. Nov 12, 2013
    • Erik Verbruggen's avatar
      C++: Release more documents. · 566be099
      Erik Verbruggen authored
      
      - fix memory leak in find-usages
      - do not retain snapshot in search history
      - when an editor is invisible for more than 2 minutes, release the
        backing snapshot
      
      Retaining snapshots will retain their documents, and if done for too
      long, the memory consumption might grow. This is especially the case
      when switching to a different kit (Qt version): in that case, the new
      versions of headers will be indexed, while the old ones stay around.
      
      Task-number: QTCREATORBUG-5583
      Task-number: QTCREATORBUG-7645
      Task-number: QTCREATORBUG-9842
      
      Change-Id: I045eda1565e0a3fa702baeffaab9c12662f90289
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      566be099
  2. Oct 01, 2013
  3. Sep 11, 2013
  4. Sep 09, 2013
  5. Aug 19, 2013
  6. Jun 24, 2013
  7. May 15, 2013
  8. May 07, 2013
  9. May 02, 2013
  10. Apr 30, 2013
  11. Apr 29, 2013
    • Orgad Shaneh's avatar
      Fix link error with MSVC · a8ff5e83
      Orgad Shaneh authored
      
      CppTools.lib(CppTools.dll) : error LNK2005: "public: virtual __thiscall
        QFutureInterface<class TextEditor::HighlightingResult>::~QFutureInterface<class TextEditor::HighlightingResult>(void)"
        (??1?$QFutureInterface@VHighlightingResult@TextEditor@@@@UAE@XZ) already defined in moc_cppeditor.obj
         Creating library ..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.lib and object
         ..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.exp..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.dll :
         fatal error LNK1169: one or more multiply defined symbols found
      
      Change-Id: Id53a0f8a99dbd18a9cbdf2af57b4f3970f5c41a3
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      a8ff5e83
  12. Apr 26, 2013
  13. Apr 10, 2013
  14. Apr 08, 2013
  15. Apr 03, 2013
  16. Feb 21, 2013
  17. Jan 29, 2013
  18. Oct 05, 2012
  19. Jul 19, 2012
  20. Feb 20, 2012
  21. Feb 15, 2012
  22. Feb 08, 2012
  23. Jan 26, 2012
  24. Nov 03, 2011
  25. May 06, 2011
  26. Apr 13, 2011
  27. Feb 04, 2011
  28. Jan 12, 2011
  29. Dec 17, 2010
  30. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  31. Jul 02, 2010
  32. Jun 14, 2010
  33. Jun 04, 2010
  34. Mar 24, 2010
  35. Mar 05, 2010
  36. Dec 15, 2009
  37. Nov 13, 2009
Loading