Skip to content
Snippets Groups Projects
  1. Sep 28, 2010
  2. Sep 24, 2010
  3. Sep 17, 2010
  4. Sep 10, 2010
  5. Sep 03, 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 20, 2010
  8. 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
  9. Jul 16, 2010
  10. Jul 15, 2010
  11. Jul 14, 2010
  12. Jul 08, 2010
  13. Jun 10, 2010
  14. May 20, 2010
  15. Apr 21, 2010
  16. Apr 19, 2010
  17. Apr 16, 2010
  18. 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
  19. Apr 14, 2010
  20. Apr 13, 2010
  21. Apr 12, 2010
  22. Apr 06, 2010
  23. Mar 21, 2010
  24. Mar 10, 2010
  25. Mar 09, 2010
  26. Mar 08, 2010
  27. Mar 05, 2010
  28. Mar 02, 2010
  29. Feb 28, 2010
  30. Feb 26, 2010
  31. Feb 22, 2010
  32. Feb 16, 2010
Loading