Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Jan 08, 2014
  3. 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
  4. Nov 27, 2013
  5. Nov 26, 2013
  6. Nov 05, 2013
  7. Nov 01, 2013
  8. Oct 24, 2013
  9. Oct 22, 2013
  10. Oct 10, 2013
  11. Oct 09, 2013
  12. Sep 30, 2013
  13. Sep 12, 2013
  14. Sep 11, 2013
  15. Sep 10, 2013
  16. Sep 09, 2013
  17. Sep 05, 2013
  18. Sep 04, 2013
  19. Sep 02, 2013
  20. Aug 30, 2013
  21. Aug 28, 2013
  22. Aug 26, 2013
  23. Aug 21, 2013
  24. Aug 19, 2013
    • Christian Kandeler's avatar
      Introduce the concept of a "device process". · 22599094
      Christian Kandeler authored
      
      Provide a QProcess-like abstraction that can be used
      to implement processes running locally or on a remote
      device. Objects of a concrete class implementing the functionality
      are created by IDevice objects.
      Current implementations are:
           - Local execution (QProcess-based), provided via the DesktopDevice.
           - Remote execution via SSH.
           - A specialized case of the former for remote Linux systems (provided by
             LinuxDevice).
      The latter is already being used in a number of places. As a result, lots of
      code dealing with details such as setting the remote environment could be
      moved to a central location. These things are no longer the concern of whoever
      is wishing to run a remote process.
      
      Change-Id: I919260ee6e77a020ca47226a4a534e7b8398106f
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      22599094
    • Tobias Hunger's avatar
      TaskHub: Move code to be more conform with other singletons · 85b2017a
      Tobias Hunger authored
      
      Make methods static and add a instance() method for Signals/Slots.
      
      Remove ProjectExplorerPlugin::taskHub() method and use the new
      ones instead.
      
      Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      85b2017a
  25. Aug 16, 2013
  26. Aug 13, 2013
  27. Aug 12, 2013
Loading