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