Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Sep 16, 2010
  3. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  4. Sep 13, 2010
  5. Sep 08, 2010
  6. Aug 31, 2010
  7. Aug 30, 2010
  8. Aug 27, 2010
  9. Aug 26, 2010
  10. Aug 25, 2010
  11. Aug 24, 2010
  12. Aug 20, 2010
  13. Aug 19, 2010
  14. Aug 18, 2010
  15. Aug 13, 2010
    • Lasse Holmstedt's avatar
      removed undefined slot · 6757af87
      Lasse Holmstedt authored
      6757af87
    • 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
  16. Aug 12, 2010
  17. Aug 11, 2010
  18. Aug 10, 2010
Loading