Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Sep 13, 2010
  3. Sep 08, 2010
  4. Aug 24, 2010
  5. 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
  6. Aug 12, 2010
  7. Aug 11, 2010
  8. Aug 02, 2010
  9. Jul 30, 2010
    • Lasse Holmstedt's avatar
      Qml JS Live Preview: Show warnings when running Live Preview · 2c15b30a
      Lasse Holmstedt authored
      Two kinds of warnings are now shown: one for warning about the Live
      Preview itself, as it is experimental, and another when user changes
      id's of objects during runtime, as this is not supported at the moment.
      
      More warnings will be added later for other unsupported changes.
      2c15b30a
  10. Jul 27, 2010
  11. Jul 14, 2010
  12. Jul 09, 2010
  13. Jul 08, 2010
  14. Jun 29, 2010
  15. Jun 28, 2010
  16. Jun 25, 2010
  17. Apr 29, 2010
  18. Apr 28, 2010
  19. Apr 21, 2010
  20. Apr 15, 2010
    • Lasse Holmstedt's avatar
      Added debugging mode for simultaneous QML and C++ debugging · 990ec1be
      Lasse Holmstedt authored
      It's not yet possible to attach to an external app running a qml
      debugging server, because the server is only started on startup if an
      env variable is set. Changing this requires action from Brisbane, but
      even the current solution works for C++ apps with QML in them.
      
      Task-number: BAUHAUS-585
      Reviewed-by: dt
      990ec1be
  21. Apr 13, 2010
  22. Mar 26, 2010
  23. Mar 22, 2010
  24. Mar 19, 2010
  25. Mar 18, 2010
  26. Mar 17, 2010
Loading