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