Skip to content
Snippets Groups Projects
  1. Nov 25, 2010
    • con's avatar
      Fix debugging Symbian gcce raptor built apps. · fb3524af
      con authored
      Local executable is put into a different folder
      (always 'armv5' despite it being a 'gcce' build, changed in qmake),
      and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'.
      
      Done-by: Friedemann Kleint
      Reviewed-by: Pawel Polanski
      fb3524af
    • Kai Koehne's avatar
      JsDebugger: Open original file if breakpoint is hit · ea0dd4ad
      Kai Koehne authored
      Hotfix for Qt Quick Applications: Try to open the original file
      by stripping "X.app/Contents/Resources" from the path.
      
      Reviewed-by: Christiaan Janssen
      ea0dd4ad
  2. Nov 24, 2010
  3. Nov 23, 2010
  4. Nov 22, 2010
  5. Nov 18, 2010
  6. Nov 17, 2010
    • Friedemann Kleint's avatar
      CodePaster: Fix listing of pastebin.com. · 79aad2eb
      Friedemann Kleint authored
      
      Skip multiple left-boxes (mobile section).
      
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      Rubber-stamped-by: dt
      Task-number: QTCREATORBUG-3118
      79aad2eb
    • Thomas Hartmann's avatar
      QmlDesigner: adding a distinguished context for the form editor · 71d98970
      Thomas Hartmann authored
      Since Actions like copy/paste and delete interfiere
      with controls like LineEdit, I added a special context
      for the form editor. Now copy/paste/delete on the Qml items
      are only registered for the form editor context and copying the contens
      of a LineEdit will not lead to copy an item instead, anymore.
      
      Reviewed-by: Kai Koehne
      71d98970
    • Tobias Hunger's avatar
      Symbian: Fix pathes · 9f824f41
      Tobias Hunger authored
      Fix pathes for Nokia Qt SDK:
       * Set SBS path in one location only
       * Fix up perl path
       * Set path to CMD on windows. Both ABLD and SBSv2 actually need this.
       * Set GCC path only if the directory actually exists
      
      These fixes allow for building both ABLD and SBSv2 based projects in
      a clean environment.
      
      Reviewed-by: Tim Jenssen
      9f824f41
    • Leandro Melo's avatar
      Tooltips: Fix brief description for QML elements · 1800e98e
      Leandro Melo authored
      The brief description was not being shown. The help id for a
      QML element is something like QML.Item while the extraction
      mark is simply Item.
      
      Reviewed-by: Thomas Hartmann
      Reviewed-by: con
      1800e98e
  7. Nov 16, 2010
  8. Nov 15, 2010
  9. Nov 12, 2010
  10. 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
  11. Nov 10, 2010
  12. Nov 09, 2010
  13. Nov 08, 2010
Loading