summaryrefslogtreecommitdiffstats
path: root/src/s60installs/qt.iby
Commit message (Collapse)AuthorAgeFilesLines
* Symbian: drop OpenGL ES in non-supported hardwarePasi Pentikainen2012-03-231-0/+3
| | | | | | | | | | When hardware configuration has no OpenGL ES 2 support indicated, leave OpenGL ES out of Qt compilation alltogether. Task-number: ou1cimx1#987609 Change-Id: If43a8de059596fbdb52c97535436c441760c97ab Reviewed-by: Gareth Stockwell <ext-gareth.stockwell@nokia.com> Reviewed-by: Jani Hautakangas <jani.hautakangas@nokia.com>
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/image/qpixmap_raster_symbian.cpp src/gui/image/qpixmapdatafactory.cpp src/gui/painting/qgraphicssystem.cpp src/gui/styles/qs60style.cpp src/network/bearer/qnetworkconfigmanager_p.h src/s60installs/bwins/QtGuiu.def src/s60installs/bwins/QtOpenGLu.def src/s60installs/bwins/QtOpenVGu.def src/s60installs/eabi/QtGuiu.def src/s60installs/eabi/QtOpenVGu.def tests/auto/qnetworkproxyfactory/tst_qnetworkproxyfactory.cpp
| * Added qmlshadersplugin to Symbian qt.iby-file.Marko Niemelä2011-06-231-0/+3
| | | | | | | | | | Task-number: QTBUG-18346 Reviewed-by: Sami Merila
| * Fixing Linux compatibility issues for SymbianTomi Vihria2011-05-251-21/+21
| | | | | | | | | | | | | | | | The patch applies everything from the original, except for the filename case changes in LIBS which are handled differently based on the auto-detected is_using_gnupoc CONFIG value. Reviewed-by: Laszlo Agocs
| * Revert "Fixing Linux compatibility issues for Symbian"Laszlo Agocs2011-05-251-21/+21
| | | | | | | | | | | | | | | | | | | | Changing the library names to lowercase breaks 5.0-based Linux builds. It will be investigated if it is possible to change the SDKs instead. If not, the patch will have to be extended to use the original names for 5.0 and the lowercased ones otherwise. This reverts commit 5933d4e4fb8b48ebed641e7f6b1d032df253df30.
* | Merge remote branch 'upstream/4.8' into qt-4.8-from-4.7Toby Tomkins2011-06-081-4/+0
|\ \ | |/ |/| | | | | Conflicts: src/gui/styles/qs60style.cpp
| * Remove s60 plugin dll from the iby file too.Laszlo Agocs2011-05-201-4/+0
| | | | | | | | Reviewed-by: TRUSTME
* | Fixing Linux compatibility issues for SymbianTomi Vihria2011-05-181-21/+21
|/ | | | Reviewed-by: Laszlo Agocs
* Take phonon backend back in qt.ibyGuoqing Zhang2011-04-051-5/+2
| | | | | Task-number: Reviewed-by: Miikka Heikkinen
* Remove obsolete files from qt.ibyMiikka Heikkinen2011-04-041-13/+0
| | | | | | | | | | | | - qaudio.dll is no longer built separately, it is static part of QtMultimedia.dll - s60main resources are no longer needed or generated - Webkit files are installed via separate IBY Task-number: QT-4839 Reviewed-by: Guoqing Zhang
* Remove support for automatic tactile feedback from QS60StyleSami Merila2010-12-161-5/+0
| | | | | | | | | | | | | | | Currently QS60Style loads automatically a plugin to support tactile feedback for styled applications. However, there is no control over this, so applications cannot remove the automatic support, if they'd like to use Mobility APIs to control the feedback themselves. In order to avoid this, remove tactile feedback plugin from style. Lets see if we can later put this back with optional enable/disable flag. Task-number: QTBUG-16151 Reviewed-by: Miikka Heikkinen
* Support tactile feeedback from QS60Style for QWidgetsSami Merila2010-10-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently tactile feedback is not given for QWidgets running on Symbian even if the native side supports this (Sym^3 and 5th Edition devices). This task adds support for QWidgets having QS60Style. The tactile feedback has been implemented as a plugin that the style loads when instantiating itself for touch devices. NOTE that the feedback is NOT supported by the emulated style, nor is the plugin interface public, so it cannot be used outside of style. The implementation is simplistic, since we only want to provide stop-gap solution until 4.8 when real Qt feedback implementation is ready. The implementation will only give feedback for touch-down events for visible, interactive and enabled widgets. Sliders and scrollbars will use sensitive feedback (slightly less aggressive) and all others will use basic feedback. Note that Sym^3 adds tens of different feedback categories, which this plugin ignores as we want to share the same implementation for Sym^3 and 5th ed. In distributed Qt package there is no tactile feedback for 5th edition, due to package creation limitations. Support can be added manually by re-compiling Qt on top of 5th Edition SDK. Task-number: QT-4037 Reviewed-by: Jani Hautakangas Reviewed-by: Janne Koskinen
* Added bearer plugin deployment to qt.ibyMiikka Heikkinen2010-10-121-0/+6
| | | | Reviewed-by: TrustMe
* Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-0/+3
| | | | | Task-number: QT-2139 Reviewed-by: Gunnar Sletta
* Update S60 stuff after renaming the webkit component.Alexis Menard2010-06-181-2/+2
| | | | | | The new name is QtWebKit not org.webkit. Reviewed-by:jbarron
* Add qml import plugins to qt.iby and qt.sisJoona Petrell2010-06-021-0/+15
| | | | | | | | | | Task-number: QTBUG-10835, QTBUG-9784 Reviewed-by: Alessandro Portale Import plugins provide functionality (webkit, gesture, folderlistmodel, particle elements) that is important for QML application development and should be included in Qt 4.7 deployment. Even the plugins labeled as "Qt Labs" plugins will be maintained in the future Qt 4.x releases.
* Updated qt.ibyMiikka Heikkinen2010-03-121-70/+34
| | | | | | | | | | | | | | | - Dependencies were removed as they cause difficulties for maintaining ROM build configurations. - PAGED flags were removed as paging configuration should be handled via other means. - MMF Phonon backend was commented out by default as normally ROM builds have Helix backend for Phonon included. Part of QtP delta reduction effort. Reviewed-by: Iain
* Symbian backend for QtMultimedia audioGareth Stockwell2010-02-181-0/+6
| | | | Task-number: QT-567
* Add make stub_sis target, and add webkit stub to qt.ibyShane Kearns2010-02-121-1/+2
| | | | | | | | | | | | | qmake - add targets to wrapper make file make stub_sis createpackage - use -s or --stub to run makesis with the -s argument also copies the file to the right place in epoc32\data\system\installs qt.iby - add qt_stub.sis and qt_webkit_stub.sis Task-number: QTBUG-6570 Reviewed-by: Miikka Heikkinen
* Generic solution for plugin stub exports for IBY usageMiikka Heikkinen2010-01-201-13/+13
| | | | | | | | | | Previous s60installs specific fix was flawed in that it failed to generate exports when doing clean build. Replaced that with a more generic solution that exports plugin stubs under \epoc32\data\z always. Task-number: QTBUG-6972 Reviewed-by: Janne Anttila
* Using qt.iby no longer requires emulator deployment to be doneMiikka Heikkinen2009-12-281-13/+13
| | | | | | | | | Export generated plugin stubs to a known location under epoc32 in all Symbian builds, so that emulator deployment is not the only way to make them available for qt.iby. Task-number: QTBUG-6972 Reviewed-by: Janne Koskinen
* Install Qt declarative (if available) and QmlPatterns on S60Martin Jones2009-11-161-0/+2
| | | | Reviewed-by: Warwick Allison
* Update IBY file to contain all Qt modules, inc. phonon, multimedia, sqlIain2009-10-141-0/+8
| | | | Reviewed-by: Janne Koskinen
* Merge branch 'master' into topic/mmfphononFrans Englich2009-08-121-1/+1
|\ | | | | | | | | | | Conflicts: src/3rdparty/phonon/phonon/factory.cpp src/s60installs/qt_libs.pro
| * 'Trailing whitespace' fixes from s60installsJanne Anttila2009-08-041-1/+1
| |
* | Merge commit 'origin/master' into topic/mmfphononFrans Englich2009-07-211-0/+7
|\| | | | | | | | | | | Conflicts: src/plugins/plugins.pro src/s60installs/qt.iby
| * Tweak deployment rules after addition of OpenVG.Jason Barron2009-07-091-0/+7
| | | | | | | | | | | | | | Ensure that we build the plugins we need and also clean up the file a bit to remove the symbian specific blocks that aren't needed. Also we no longer need a separate .iby file for deploying the VG graphics system since it is now nicely integrated into Qt.
* | Add the Phonon MMF backend.Frans Englich2009-07-211-0/+6
|/
* Add dependancy on Symbian OS std C++ support now the exceptions branchIain2009-06-221-0/+1
| | | | has been merged
* IBY files for adding Qt into ROMIain2009-05-081-0/+94
RevBy: jbarron