Skip to content
Snippets Groups Projects
  1. Feb 03, 2011
  2. Jan 10, 2011
  3. Jan 06, 2011
  4. Dec 20, 2010
    • Nicolas Arnaud-Cormos's avatar
      New plugin: plugin macro · f5fbbbfd
      Nicolas Arnaud-Cormos authored
      
      This plugin let the user record and replay some macros:
       * 3 handlers: action, find and texteditor
       * almost all texteditor and cpp actions recorded
       * options page to set the directories where the macros are stored
       * optional dialog to give a name and comment at the end of a macro
       * locator integration to play a macro
       * shortcuts assignment to macro
      
      The most important change outside the plugin macros is the isScriptable method
      for command: All scriptable commands can be stored in a macro.
      
      Merge-request: 2176
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      f5fbbbfd
  5. Nov 26, 2010
  6. Nov 22, 2010
  7. Nov 11, 2010
  8. Nov 10, 2010
  9. Nov 04, 2010
  10. Oct 08, 2010
  11. Oct 04, 2010
  12. Sep 29, 2010
  13. Sep 27, 2010
  14. Sep 23, 2010
  15. Sep 22, 2010
  16. Sep 20, 2010
  17. Sep 10, 2010
  18. 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
  19. Sep 06, 2010
  20. 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
  21. 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
  22. 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
  23. Jul 29, 2010
  24. 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
  25. Jul 16, 2010
  26. Jul 14, 2010
  27. 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
  28. Jun 28, 2010
  29. Jun 18, 2010
  30. Jun 14, 2010
  31. 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
Loading