Skip to content
Snippets Groups Projects
  1. Sep 16, 2010
  2. Sep 13, 2010
  3. Sep 08, 2010
  4. Aug 30, 2010
  5. Aug 26, 2010
  6. Aug 24, 2010
  7. Aug 20, 2010
  8. Aug 19, 2010
  9. Aug 13, 2010
    • 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
  10. Aug 12, 2010
  11. Aug 06, 2010
    • Lasse Holmstedt's avatar
      QML Observer: Refresh debug id's when new objects are created · 85bafac5
      Lasse Holmstedt authored
      Previously, the user had to navigate to the context of a qml item in
      order to edit its source code in Live Preview mode. This change tells
      the client to update when new objects are created on server-side, and
      makes the editing possible without having to manually trigger updates.
      85bafac5
  12. Aug 05, 2010
  13. Aug 03, 2010
  14. Aug 02, 2010
  15. Jul 27, 2010
  16. Jul 22, 2010
  17. Jul 21, 2010
  18. Jul 20, 2010
  19. Jul 19, 2010
  20. Jul 16, 2010
  21. Jul 14, 2010
  22. Jul 09, 2010
  23. Jul 08, 2010
  24. Jul 02, 2010
  25. Jun 29, 2010
Loading