Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Jan 10, 2014
  3. Jan 08, 2014
  4. Dec 12, 2013
    • Eike Ziller's avatar
      Remove the need to register editors in the action handler · 3d1b70c5
      Eike Ziller authored
      
      The action handler already knows which editors to handle through the
      context. It only needs to receive signals for updating the actions from
      the current editor. So there is no need to tell the action handler about
      every individual editor. This also removes some noise from the text
      editor implementations.
      
      Change-Id: I76dc5b1559cc8cf54ff313e6cdba4e789a3108aa
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      3d1b70c5
  5. Oct 29, 2013
  6. Oct 16, 2013
  7. Oct 01, 2013
  8. Sep 09, 2013
  9. Aug 26, 2013
  10. Jul 12, 2013
  11. May 15, 2013
  12. Jan 29, 2013
  13. Jan 24, 2013
  14. Dec 30, 2012
  15. Oct 05, 2012
  16. Jul 19, 2012
  17. Mar 28, 2012
  18. Jan 26, 2012
  19. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  20. Nov 03, 2011
  21. May 06, 2011
  22. Apr 14, 2011
  23. Apr 13, 2011
  24. 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
  25. Jan 12, 2011
  26. Dec 17, 2010
  27. Nov 08, 2010
  28. Oct 14, 2010
  29. Aug 16, 2010
  30. Jun 25, 2010
  31. May 25, 2010
  32. Apr 26, 2010
  33. Mar 05, 2010
  34. Feb 17, 2010
  35. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
Loading