Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Sep 16, 2010
  3. Sep 15, 2010
  4. Sep 14, 2010
  5. Sep 13, 2010
  6. Sep 10, 2010
  7. Sep 08, 2010
  8. Sep 03, 2010
  9. Aug 31, 2010
  10. Aug 27, 2010
  11. Aug 25, 2010
  12. Aug 24, 2010
    • Lasse Holmstedt's avatar
      Qml Debugger: Code style and cleanup · 7afef496
      Lasse Holmstedt authored
      Reviewed-by: hjk
      7afef496
    • Lasse Holmstedt's avatar
      Qml Debugger: Enable debugging qml+cpp standalone applications · b557c58e
      Lasse Holmstedt authored
      A new debugger engine, QmlCppEngine, is introduced, which wraps gdb
      and qml engines into one. Alternatively, if using Windows, Cdb is used
      instead of Gdb.
      
      Most of the debugger ui switcher is now rewritten, and it is tailored
      for the QML and CPP layout case, the only one supported anyway.
      
      Reviewed-by: hjk
      b557c58e
    • Friedemann Kleint's avatar
      Debugger: Fix exit crash. · ad9ff8ed
      Friedemann Kleint authored
      Make sure DebuggerRunner::finished() is always connected to
      handleFinished() (even for subclassed DebuggerRunners). Add
      some more debugging information.
      ad9ff8ed
    • Friedemann Kleint's avatar
      Debugger: Fix Symbian. · 54f9654b
      Friedemann Kleint authored
      ...which subclasses DebuggerRunner and does not call
      DebuggerPlugin::startDebugger(), which connects the
      engine, leading to strange malfunctions. Move functionality
      to DebuggerRunner::start() to make it self-contained.
      Add object names to engines for easier debugging.
      
      Reviewed-by: hjk
      54f9654b
  13. Aug 20, 2010
    • Friedemann Kleint's avatar
      S60: Dis-embed the embedded run S60 debugger run control. · 5b4f8265
      Friedemann Kleint authored
      As it created 2 output panes that could be closed indepently
      of each other.
      5b4f8265
    • Friedemann Kleint's avatar
      Debugger: Refactor run control termination. · 6840c1d1
      Friedemann Kleint authored
      Fix breakage introduced by the new asynchronous stop() methods
      of the debugger run controls. Allow for RunControl::stop() to
      be asynchronous by introducing a return enumeration indicating
      that. Introduce additional method aboutToStop() asking user
      to quit (tie that to the RunControl instead of having to hack
      the behaviour elsewhere).
      If asynchronous stop is detected, terminate the ProjectExplorer
      asynchronously.
      This makes the behaviour consistent across switching sessions/
      closing outputwindow tabs and quitting Qt Creator.
      
      Reviewed-by: dt
      Rubber-stamped-by: hjk
      6840c1d1
  14. Aug 13, 2010
    • Lasse Holmstedt's avatar
    • Lasse Holmstedt's avatar
      QML Debugger refactoring · b71c3c62
      Lasse Holmstedt authored
      Now, QmlEngine creates the connection to the inferior (debuggee), and
      notifies QmlInspector when a connection is established. Before,
      inspector created the debugger engin, which was wrong.
      
      QmlEngine's responsibilities are connecting to the debuggee and basic
      QML/JS debugging features like locals & watchers, breakpoints etc.
      QmlInspector takes care of Live Preview and other fancy inspection
      features.
      
      Reviewed-by: hjk
      b71c3c62
  15. Aug 10, 2010
  16. Aug 09, 2010
  17. Jul 22, 2010
  18. Jul 21, 2010
  19. Jul 20, 2010
  20. Jul 02, 2010
  21. Jun 30, 2010
  22. Jun 25, 2010
    • Friedemann Kleint's avatar
      Debugger[Trk]: Added TCF experimental adapter. · beba423a
      Friedemann Kleint authored
      Added adapter to work with TCF over WLAN.
      Factor out common code for Symbian from TrkAdapter.
      Improve message logging in TrkGdbAdapter, some cleanup.
      Added new TcfTrkGdbAdapter based on TcfTrkDevice
      in symbianutils based on JSON, using QTcpSocket.
      To be started via special @tcf@ argument.
      Rubber-stamped-by: hjk
      beba423a
  23. Jun 23, 2010
  24. Jun 22, 2010
Loading