Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
  2. Nov 11, 2010
  3. Nov 10, 2010
  4. Nov 04, 2010
  5. Oct 08, 2010
  6. Oct 04, 2010
  7. Sep 29, 2010
  8. Sep 27, 2010
  9. Sep 23, 2010
  10. Sep 22, 2010
  11. Sep 20, 2010
  12. Sep 10, 2010
  13. Sep 09, 2010
    • Marco Bubke's avatar
      Add breakpad · 7aaaa750
      Marco Bubke authored
      This is not activated if breakpad and qt-breakpad is not availiable.
      7aaaa750
  14. Sep 06, 2010
  15. Aug 26, 2010
    • Tobias Hunger's avatar
      Add TaskList plugin · 701d5407
      Tobias Hunger authored
      This plugin enables loading of .tasks files into the Build Isssue list. This
      is really nice if you need to e.g. browse results from static codecheckers
      in creator.
      
      Tasks files are simple tab-separated lists of one of the following forms:
      description
      type\tdesciption
      file\ttype\description
      file\tline\ttype\tdescription
      
      The strings may contain escape codes:
      \n for newline,
      \t for tab
      and \\ for a backslash
      701d5407
  16. 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
  17. 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
  18. Jul 29, 2010
  19. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  20. Jul 16, 2010
  21. Jul 14, 2010
  22. Jul 08, 2010
    • Lasse Holmstedt's avatar
      disabled qt designer · 4c1297f3
      Lasse Holmstedt authored
      this is just so speed up compilation time & have some files
      go away which have same names in qml viewer and quickdesigner.
      4c1297f3
  23. Jun 28, 2010
  24. Jun 18, 2010
  25. Jun 14, 2010
  26. Jun 11, 2010
    • kh1's avatar
      Move help manager into core. · 1b6ad087
      kh1 authored
       - lessens open file handles
       - improves help plugin startup further
      
      Task-number: QTCREATORBUG-337
      Reviewed-by: ck
      1b6ad087
  27. Jun 07, 2010
  28. Jun 03, 2010
  29. Jun 01, 2010
  30. May 20, 2010
  31. May 14, 2010
  32. Apr 26, 2010
Loading