Skip to content
Snippets Groups Projects
  1. Apr 26, 2011
  2. Apr 21, 2011
  3. Apr 18, 2011
  4. Apr 13, 2011
  5. 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
  6. Apr 08, 2011
  7. Apr 07, 2011
  8. Mar 30, 2011
  9. Mar 28, 2011
  10. Mar 18, 2011
  11. Mar 16, 2011
  12. Mar 14, 2011
  13. Mar 08, 2011
  14. Mar 01, 2011
  15. Feb 28, 2011
  16. Feb 25, 2011
  17. Feb 24, 2011
    • Friedemann Kleint's avatar
      Debugger: Add toolchain combos to start dialogs, refactor detection. · 75f4b9cf
      Friedemann Kleint authored
      Add combo box listing toolchains with debuggers to start external,
      attach and core.
      Another attempt at streamlining engine detection:
      Split in detection functions that first collect a list of
      available engines by preference, then remove disabled and
      wrongly configured engines and use the remaining best.
      matching. checkconfiguration is now the central place where
      engine detection and config check takes place.
      
      Rubber-stamped-by: hjk
      75f4b9cf
  18. Feb 23, 2011
  19. Feb 22, 2011
  20. Feb 21, 2011
    • Tobias Hunger's avatar
      ToolChain: Refactor toolchain support · 8d0c4772
      Tobias Hunger authored
      Refactor ToolChains in Qt Creator:
      
       * Allow for several toolchains of the same type
       * Be smarter wrt. guessing what kind of output a toolchain
         produces. This allows us to eventually handle e.g. embedded
         linux setups way better than before.
       * Be smarter wrt. guessing what kind of environment a Qt version
         needs.
       * Improve auto-detection of toolchains a bit
       * Decide on which debugger to use based on the kind of output
         produced by the compiler.
       * Add options page to configure toolchains
       * Remove toolchain related options from the Qt version dialog
      
      Reviewed-by: dt
      8d0c4772
  21. Feb 11, 2011
    • Friedemann Kleint's avatar
      Debugger: Make tooltips pinnable. · 0ac879e3
      Friedemann Kleint authored
      Replace old debugger tooltip by a new ToolTipManager which
      has a list of AbstractDebuggerToolTipWidget with the functionality
      to 'acquire' an engine (display its data) and 'release' it
      (store engine data and display them as 'previous') and serialization
      to XML session data.
      DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget
      for tree model acting as  a filter on watch models.
      
      Rubber-stamped-by: hjk
      0ac879e3
  22. Feb 07, 2011
    • Kai Koehne's avatar
      Debugger: Ensure breakpoints to simple JS expressions are hit · 50b6a98b
      Kai Koehne authored
      Prevent QDeclarativeEngine to handle simple bindings on their own by
      setting the QML_DISABLE_OPTIMIZER environment variable. This ensures
      that every binding is actually updated through the JavaScript engine,
      and therefore checked for breakpoints.
      
      Task-number: QTCREATORBUG-3595
      50b6a98b
  23. Feb 04, 2011
  24. Feb 01, 2011
  25. Jan 19, 2011
  26. Jan 18, 2011
  27. Jan 17, 2011
    • con's avatar
      Add "never ask again" option to dialog asking about killing applications · edd7224c
      con authored
      The option is used for the stop button in the application output.
      Closing tabs will still ask unconditionally, also if applications would
      be killed as a side-effect, e.g. of closing Qt Creator.
      The Symbian controls also always ask, with a more descriptive text,
      because killing applications might have negative effect on the device in
      some cases.
      
      Reviewed-by: Friedemann Kleint
      Task-number: QTCREATORBUG-3119
      edd7224c
  28. Jan 12, 2011
Loading