Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. 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
  3. Jan 29, 2013
  4. Jan 17, 2013
  5. Dec 29, 2012
  6. Oct 05, 2012
  7. Jul 19, 2012
  8. May 23, 2012
  9. Feb 15, 2012
  10. Nov 03, 2011
  11. May 06, 2011
  12. Apr 13, 2011
  13. Apr 11, 2011
  14. Feb 07, 2011
  15. Jan 20, 2011
  16. Dec 20, 2010
    • Tobias Hunger's avatar
      Macros: Fix license headers · f74fdcf5
      Tobias Hunger authored
      f74fdcf5
    • Nicolas Arnaud-Cormos's avatar
      New plugin: plugin macro · f5fbbbfd
      Nicolas Arnaud-Cormos authored
      
      This plugin let the user record and replay some macros:
       * 3 handlers: action, find and texteditor
       * almost all texteditor and cpp actions recorded
       * options page to set the directories where the macros are stored
       * optional dialog to give a name and comment at the end of a macro
       * locator integration to play a macro
       * shortcuts assignment to macro
      
      The most important change outside the plugin macros is the isScriptable method
      for command: All scriptable commands can be stored in a macro.
      
      Merge-request: 2176
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      f5fbbbfd
Loading