Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
    • dt's avatar
      Qt4ProjectManager: Do not enumerate files from cumulatively found folders · fa7d22e3
      dt authored
      Ignore folders from cumulative parse, we are recursively enumerating all the
      files from those folders and add watchers for them, that's too dangerous
      if we get the foldrs wrong and enumerate the whole project tree multiple
      times.
      
      Task-Nr: QTCREATORBUG-3104
      
      Reviewed-By: con
      Reviewed-By: Alessandro Portale
      fa7d22e3
    • Kai Koehne's avatar
      Bauhaus: Remove invalid image file · d47a2c56
      Kai Koehne authored
      Requested-by: Maurice Kalinowski
      d47a2c56
    • Alessandro Portale's avatar
      Do not link against (the possibly absent) eiksrv.dso · fabaffde
      Alessandro Portale authored
      The template .pri file of the "Qt Quick Application" and
      "Qt Mobile Application" wizards linked against eiksrv
      when locking the screen orientation. That is however not
      necessary.
      
      The real problem is that eiksrv does not get shipped with
      the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the
      innecessary link attempt even fails.
      
      This patch removes the -leiksrv and bumps the version for
      the template.
      
      Cherrypicking into qtcreator/2.1 is highly recommended.
      
      Task-Number: QTCREATORBUG-3142
      Task-Number: QTSDK-194
      fabaffde
  2. Nov 19, 2010
  3. Nov 18, 2010
  4. Nov 17, 2010
  5. Nov 16, 2010
    • Kai Koehne's avatar
      QmlObserver: Fix navigation on Mac OS X · 2b8e5b53
      Kai Koehne authored
      The QmlObserver relies on installing an event handler on the graphicsview
      viewport, to get e.g. Mouse events.
      
      QmlObserver on Mac OS X switches the viewport later on to a QGLViewPort, when
      QmlObserver has already been set up ... Make QmlObserver aware of this by
      listening to the ChildRemoved event that will be signalled in this case.
      
      Task-number: QTCREATORBUG-2892
      Reviewed-by: Lasse Holmstedt
      2b8e5b53
    • Christian Kamm's avatar
      Fix crash when computing the selection path. · 3564feac
      Christian Kamm authored
      Task-number: QTCREATORBUG-3097
      Reviewed-by: con
      3564feac
  6. Nov 15, 2010
  7. Nov 12, 2010
  8. 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
  9. Nov 10, 2010
  10. Nov 09, 2010
Loading