Skip to content
Snippets Groups Projects
  1. Nov 17, 2010
  2. Nov 16, 2010
  3. Nov 15, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
    • Thomas Hartmann's avatar
      QuickToolBar: critical bugfix · 7b179fea
      Thomas Hartmann authored
      The protype chain is cached in m_prototypes,
      but the type might have changed.
      We have to check for this case.
      
      Reviewed-by: Lasse Holmstedt
      7b179fea
    • Christian Kandeler's avatar
      Don't allow to re-run debugger run controls. · 1d7cb01f
      Christian Kandeler authored
      They don't support that currently, so we should not offer it.
      Quick fix for 2.1 release. Debuggers should be fixed instead.
      
      Reviewed-by: dt
      1d7cb01f
    • Kai Koehne's avatar
      QmlObserver: Remove breadcrumb widget in observer mode · 4201046b
      Kai Koehne authored
      I wasn't able to get it working on Mac OS X: Putting it on top
      of the QGraphicsView doesn't work because Cocoa doesn't allow a
      widget to be on top of OpenGL viewport. Embedding it as a
      QGraphicsProxyWidget produces lots of Cocoa warnings (raster engine related).
      
      Anyhow, the same widget shows up in the Debugger/Observer tab of
      Qt Creator.
      
      Reviewed-by: Lasse Holmstedt
      4201046b
    • Kai Koehne's avatar
      QmlOutline: Only show first line of annotation · 74f13467
      Kai Koehne authored
      Fix the artifacts when the annotations contain a multi-line string.
      
      Task-number: QTCREATORBUG-2889
      Reviewed-by: erikv
      74f13467
  6. Nov 10, 2010
  7. Nov 09, 2010
  8. Nov 08, 2010
  9. Nov 05, 2010
  10. Nov 04, 2010
  11. Nov 03, 2010
    • Kai Koehne's avatar
      QmlApp template: Use new 4.7.1 API to enable qml debugging · 2ac91abd
      Kai Koehne authored
      Qml debugging is now disabled by default, and has to be enabled
      explicitly (b2016bbfc9). This has to be done before the
      QDView/QDEngine is instantiated ...
      
      The patch introduces a static create method to QmlApplicationViewer,
      so that the setup can be hidden from the users main file.
      
      Reviewed-by: Alessandro Portale
      2ac91abd
  12. Nov 02, 2010
    • Thomas Hartmann's avatar
      QmlDesigner: fixes crash · a4640e36
      Thomas Hartmann authored
      Deleting an items might have a side effect that turns
      the qml code invalid. (e. g. alias properties)
      
      We catch this an show a proper error message.
      
      Task-number: QTCREATORBUG-2973
      Reviewed-by: Kai Koehne
      a4640e36
    • con's avatar
      Version bump. · d7216e84
      con authored
      d7216e84
  13. Nov 01, 2010
Loading