Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Sep 17, 2010
  3. Sep 10, 2010
  4. Sep 03, 2010
  5. Sep 02, 2010
  6. Sep 01, 2010
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  7. Aug 30, 2010
  8. Aug 26, 2010
  9. Aug 25, 2010
  10. Aug 24, 2010
  11. Aug 23, 2010
  12. Aug 20, 2010
  13. Aug 19, 2010
    • Kai Koehne's avatar
      QmlProject: Search for qmlviewer in configured Qt versions (if not found in $PATH) · 60fffda9
      Kai Koehne authored
      If no 'qmlviewer' executable is found in the PATH, iterate through the
      list of configured Qt versions and try to find a qmlviewer there. This
      should help users configuring creator such to play with Qml.
      
      Right now the first qmlviewer found in a Qt version is selected. A UI
      to let the user select one explicitly was not possible any more (string
      freeze).
      
      This requires a dependency from QmlProjectManager to
      Qt4ProjectManager.
      
      Reviewed-by: dt
      60fffda9
  14. Aug 18, 2010
  15. Aug 17, 2010
  16. Aug 16, 2010
  17. Aug 15, 2010
  18. 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
  19. Aug 11, 2010
  20. Aug 09, 2010
  21. Aug 06, 2010
  22. Aug 05, 2010
Loading