Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Sep 01, 2011
  3. Aug 09, 2011
  4. Jul 21, 2011
  5. Jul 19, 2011
  6. Jul 18, 2011
  7. Jun 08, 2011
  8. May 31, 2011
  9. May 24, 2011
  10. May 12, 2011
    • Thorbjørn Lindeijer's avatar
      Disable observer and jsdebugger services when they're already part of Qt · 2b0266d0
      Thorbjørn Lindeijer authored
      As of Qt 4.8 the observer and jsdebugger services are part of Qt. This
      means the following changes are necessary in Qt Creator:
      
      * Do not link to the QmlJSDebugger library.
      * Do not create JSDebuggerAgent and QDeclarativeViewObserver instances
        in the QmlApplicationViewer and use the new declarative_debug CONFIG
        option to enable those services in Qt. This is done automatically
        for debug builds.
      * Point out the QML Debugging Library and the QML Observer are "Not
        needed" in the Qt options page.
      * Change the label in qmake options from "Link QML debugging library" to
        "Enable QML debugging". It still remains as a way to enable this
        functionality in release builds or for QtQuick applications not based
        on Qt Creator's template.
      * Rely on qmlviewer for debugging QML UI projects rather than the
        observer, which is no longer necessary.
      
      Reviewed-by: Kai Koehne
      2b0266d0
  11. May 06, 2011
  12. May 04, 2011
  13. Apr 27, 2011
  14. Apr 26, 2011
  15. Apr 19, 2011
  16. Apr 14, 2011
  17. Apr 13, 2011
  18. Apr 12, 2011
    • dt's avatar
      Fixing tons of application output · 880813a3
      dt authored
      Master fixed a bug where a newline was almost always prepended to any
      output. As a side effect of that a lot of messages which outputed no
      newline broke. This commit fixes the obvious ones, probably missing a
      few.
      880813a3
  19. Mar 28, 2011
  20. Feb 28, 2011
  21. Feb 16, 2011
  22. Feb 08, 2011
  23. Jan 24, 2011
  24. Jan 12, 2011
  25. Jan 10, 2011
  26. Jan 07, 2011
  27. Dec 17, 2010
  28. Dec 02, 2010
  29. Nov 29, 2010
  30. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  31. Nov 12, 2010
  32. Nov 10, 2010
  33. Nov 01, 2010
  34. Oct 26, 2010
  35. Oct 11, 2010
Loading