Skip to content
Snippets Groups Projects
  1. Aug 21, 2014
  2. Aug 04, 2014
  3. Jun 16, 2014
  4. May 05, 2014
  5. Jan 24, 2014
  6. Jan 08, 2014
  7. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  8. Sep 20, 2013
  9. Mar 27, 2013
  10. Feb 12, 2013
  11. Jan 29, 2013
  12. Jan 17, 2013
  13. Oct 05, 2012
  14. Sep 20, 2012
    • Christian Kandeler's avatar
      Do not use QAbstractItemModel::reset(). · 938612c3
      Christian Kandeler authored
      
      Change-Id: Ie49bdf576a6d3543aef6df133b27c8827775c935
      Rationale:
          a) It is conceptually cleaner to do the changes to the model
             in between calls to beginResetModel() and endResetModel,
             respectively.
          b) The function is deprecated in Qt 5, for exactly that reason.
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      938612c3
  15. Aug 09, 2012
  16. Jul 19, 2012
  17. Jun 19, 2012
  18. May 23, 2012
  19. Mar 06, 2012
  20. Feb 15, 2012
  21. Jan 26, 2012
  22. Jan 24, 2012
  23. Nov 03, 2011
  24. Sep 19, 2011
  25. Jun 20, 2011
  26. Jun 01, 2011
  27. May 06, 2011
  28. Apr 18, 2011
  29. Apr 13, 2011
  30. 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
  31. Feb 02, 2011
  32. Jan 14, 2011
    • Leandro Melo's avatar
      Snippets: Check for content change on apply · 7968853f
      Leandro Melo authored
      Cannot rely on the focus out event (on Mac) in the
      situation where a snippet is added/edited and the
      dialog is immediately confirmed.
      
      Reviewed-by: con
      Task-number: QTCREATORBUG-3464
      7968853f
  33. Jan 12, 2011
  34. Dec 17, 2010
  35. Dec 08, 2010
Loading