Skip to content
Snippets Groups Projects
  1. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  2. Jan 12, 2011
  3. Jan 06, 2011
  4. Jan 04, 2011
  5. Dec 17, 2010
  6. Jul 20, 2010
  7. Jul 06, 2010
  8. Jul 02, 2010
  9. Jun 14, 2010
  10. Jun 07, 2010
  11. Jun 04, 2010
  12. May 31, 2010
  13. May 10, 2010
  14. May 05, 2010
  15. Apr 13, 2010
  16. Mar 17, 2010
  17. Mar 10, 2010
  18. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  19. Mar 05, 2010
  20. Feb 03, 2010
  21. Jan 19, 2010
  22. Dec 21, 2009
  23. Dec 15, 2009
  24. Dec 07, 2009
  25. Nov 10, 2009
  26. Nov 09, 2009
  27. Oct 13, 2009
  28. Oct 12, 2009
  29. Oct 05, 2009
  30. Oct 01, 2009
  31. Sep 30, 2009
  32. Sep 23, 2009
  33. Aug 14, 2009
  34. Aug 13, 2009
    • hjk's avatar
      sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession() · b104b43f
      hjk authored
      sessionUnloaded was sometimes emitted when the session manager was in
      an unsafe state (between delete m_file and  m_file = new ...) leading
      to crashes when slots connected to the signal accessed the sessionmanager
      again. This patch moves the signal emission before  delete m_file.
      
      Reviewed-by: dt
      b104b43f
  35. Jul 24, 2009
Loading