Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
    • 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 18, 2010
  3. Nov 17, 2010
    • 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
  4. Nov 15, 2010
  5. Nov 12, 2010
  6. Nov 11, 2010
    • 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
  7. Nov 10, 2010
  8. Nov 09, 2010
  9. Nov 08, 2010
  10. Nov 05, 2010
  11. Nov 04, 2010
  12. 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
  13. Nov 02, 2010
  14. Nov 01, 2010
    • Alessandro Portale's avatar
      Changing template/qmljsdbg-lib as suggested in QTCREATORBUG-2885 · 7d622f11
      Alessandro Portale authored
      - Renaming the screen orientation enum and keys
      - Explicit constructors
      - Virtual destructors
      - Renamed some occurences of 'Qml' in comments to 'QML'
      - Adding descriptive comments to all generated files which should
        not be touched by the user.
      - Adding missing license headers to the qmljsdebugger sources
      
      Task-Number: QTCREATORBUG-2885
      Reviewed-by: Friedemann Kleint
      Reviewed-by: dt
      7d622f11
  15. Oct 28, 2010
  16. Oct 27, 2010
  17. Oct 26, 2010
  18. Oct 25, 2010
  19. Oct 22, 2010
  20. Oct 21, 2010
Loading