Skip to content
Snippets Groups Projects
  1. Oct 04, 2013
  2. Oct 01, 2013
    • Przemyslaw Gorszkowski's avatar
      CppEditor: introduce include hierarchy · a3eaed4c
      Przemyslaw Gorszkowski authored
      
      Based on type hierarchy.
      
      Added to context menu ('Open Include Hierarchy')
      Shortcut(Ctrl+Shift+I)
      
      'Include Hierarchy' contains:
      FileName for which 'Include Hierarchy' is done
      Includes(which files are included by current file - tree hierarchy)
      Included by(which files include current file - tree hierarchy)
      
      It is possible to open/goto each file by clicking on specific item.
      Additionally for 'Included by' files it goes to the line where is include
      directive for current file.
      
      Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      a3eaed4c
  3. Aug 08, 2013
  4. Mar 26, 2013
  5. Jan 29, 2013
  6. Oct 05, 2012
  7. Aug 23, 2012
    • Friedemann Kleint's avatar
      Introduce static localProcesses() method to DeviceProcessList. · 6a569903
      Friedemann Kleint authored
      
      Add synchronous static getLocalProcesses() (platformspecific)
      method to LocalProcessList, use that for the model, simplifying
      the code of doUpdate(). Use that for
      DeviceProcessList::localProcesses().
      
      Polish the proclist-method for UNIX a bit such that it tries
      to read out the 'cmdline' first to obtain the complete
      command line and full path to the executable.
      
      Similarly, set the absolute image path on Windows.
      
      Implement doKill() on Windows.
      
      Change-Id: I3a5b990eaa9f6beb4c589406bdf4c7a234e40734
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      6a569903
  8. Aug 06, 2012
  9. Aug 03, 2012
    • Christian Kandeler's avatar
      Device support: Move processes dialog creation to settings widget. · 1d00146e
      Christian Kandeler authored
      
      With the process list model being publicly available from the IDevice
      interface, there's no longer a need to force all subclasses to create
      the dialog themselves via opaque handles.
      Since clients can now check whether a device offers a process list,
      the base process list model has been made abstract.
      
      Change-Id: If4a0aa68a95b221862c287ad8397ebabe9be5909
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      1d00146e
  10. Aug 02, 2012
  11. Aug 01, 2012
  12. Jul 27, 2012
  13. Jul 25, 2012
  14. Jul 19, 2012
  15. Jun 08, 2012
  16. May 04, 2012
  17. Feb 15, 2012
  18. Feb 07, 2012
  19. Jan 26, 2012
  20. Dec 08, 2011
  21. Nov 03, 2011
  22. Sep 22, 2011
  23. Sep 20, 2011
  24. Sep 15, 2011
  25. Jul 22, 2011
  26. May 31, 2011
  27. May 26, 2011
    • Christian Kandeler's avatar
      Maemo: Create dedicated plugin. · 64ba06e2
      Christian Kandeler authored
      No change in functionality for now. More support for generic remote
      Linux support is planned to be added.
      
      The changes in decreasing order of magnitude:
      1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin.
      2) Make some classes in qt4nodes public for now. More decoupling
      in that area will follow.
      3) Fix some minor problems uncovered by the move.
      
      Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4
      Reviewed-on: http://codereview.qt.nokia.com/106
      
      
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      64ba06e2
  28. May 06, 2011
  29. Apr 13, 2011
  30. Feb 14, 2011
  31. Feb 04, 2011
  32. Jan 12, 2011
  33. Oct 22, 2010
  34. Oct 21, 2010
  35. Oct 15, 2010
  36. Aug 13, 2010
  37. Jul 29, 2010
  38. Jul 16, 2010
Loading