summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins
Commit message (Collapse)AuthorAgeFilesLines
* Froze two more symbols and fixed compilation error (QtQuick11).juhvu2011-02-021-0/+2
| | | | Reviewed-by: Martin Jones
* Froze Symbian def files for QtQuick11.juhvu2011-02-014-38/+125
| | | | Reviewed-by: Martin Jones
* Fix corelib def files.Miikka Heikkinen2011-01-121-0/+1
| | | | | | | Added symbianCommandLine function to corelib def files. Task-number: QTBUG-15987 Reviewed-by: TrustMe
* Update QtGui bwins def file for QTBUG-15615Joona Petrell2010-12-091-2/+4
|
* Update QtGui def filesJoona Petrell2010-12-071-0/+1
| | | | Task-number: QTBUG-15815
* Update QtGui emulator def file for bug QT-3971Joona Petrell2010-11-231-1/+2
|
* Add missing symbols to QtOpenGL emulator def fileJoona Petrell2010-11-191-3/+8
|
* Add missing symbols in QtGui emulator def fileJoona Petrell2010-11-181-0/+6
|
* Added missing symbols in QtCore and QtGui def files needed by fix made to ↵Joona Petrell2010-11-161-1/+3
| | | | QT-4077
* Update QtOpenVg def files for bug QT-3589Joona Petrell2010-11-081-0/+1
|
* Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-021-1/+2
| | | | | | | | | | | | | Enable the remote debugging of QDeclarativeEngines only after QDeclarativeDebugHelper::enableDebugging() has been called. Approved by 4.7 Program Team. Reviewed-by: Alessandro Portale Task-number: QTBUG-13762
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-291-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Play whole file in spectrum analyzer demo Do not unnecessarily reset state of spectrum demo Set SpectrumAnalyserThread parent to 0 before calling moveToThread() Avoid being killed by graphics out-of-memory monitor. Revert function renaming in QtOpenVG. Support tactile feedback in QWidgets from QS60Style Support tactile feeedback from QS60Style for QWidgets Making the buttons less finger unfriendly Readded .def file entries after a little stunt Do not crash on Symbian Temporarily remove .def file entries for a little stunt Fixed crash with QClipboard in Symbian^3 Fallback to vgWritePixels in drawPixmap.
| * Readded .def file entries after a little stuntAlessandro Portale2010-10-281-0/+2
| |
| * Do not crash on SymbianAlessandro Portale2010-10-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The qml debugging enabler in QtDeclarative made any Qt app crash which used QDeclarative. Reason was that QtDeclarative.dll tried to directly access (private) writable static data from QtGui.dll. This patch adds an accessor function for the data to QtGui, and the crash is gone. Done-by: Kai Koehne Reviewed-by: Kai Koehne Conflicts: src/declarative/debugger/qdeclarativedebugservice.cpp
| * Temporarily remove .def file entries for a little stuntAlessandro Portale2010-10-281-2/+0
| |
* | Export private QtDeclarative classes needed by Qt3d on SymbianJoona Petrell2010-10-281-111/+111
|/ | | | | | | | | | Task-number: QTBUG-14789 Reviewed-by: Rhys Weatherley * QDeclarativeState * QDeclarativeStateGroup * QDeclarativeStateOperation * QDeclarativeTransition
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-1273/+1273
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* Update QtDeclarative def filesJoona Petrell2010-10-121-0/+1
|
* Update QtCore def filesJoona Petrell2010-10-121-0/+1
|
* Update QtGui def filesJoona Petrell2010-10-061-1/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-011-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: (23 commits) hybrid heap improvement in the disabling of BTrace Further hybrid heap review changes hybrid heap further review changes lower case name for allocator support header hybrid allocator integration review updates hybrid allocator tuning removing need for u32std.h in s60main declaring fast allocation shrink hysteresis value fast allocator compiling for S60 3.2 moved fast allocator config to qt_hybridHeap_symbian_p.h getting fast allocator to compile on S60 5.0 SDK removing header use not in public SDKs added header to arch.pri added renamed header new allocator tidy up and winscw freeze Qt apps to use the Symbian^4 fast allocator in pre-Symbian^4 platforms Enable call stack tracing of allocs, for memory leak debugging Fix BTRACE logging Implement RNewAllocator::Available for Doug Lea section Fill in some of the missing functions ...
| * new allocator tidy up and winscw freezemread2010-09-301-0/+1
| | | | | | | | | | | | | | | | | | renamed headers diabaled new allocator for winscw builds, and froze the heap creation export Task-number: QT-3967 Reviewed-by: Shane Kearns
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-301-90/+128
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (27 commits) Revert "QDeclarativeDebugService: Add bc autotest" to get changes through staging. Doc clarification. Fallback to A8 text rendering on Mac when LCD smoothing is disabled Recreate Qt 4.7 branch QtDeclarative def files on top of changes made to Qt 4.7.1 Autotest that new "import Qt 4.7"s aren't added accidentally Document "import QtQuick 1.0" change Replace "import Qt 4.7" with "import QtQuick 1.0" Add test for Qt 4.7 module Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Correct property type of PathAttribute::value in the docs. Register QtQuick 1.0 module. Remove unused AST node destructors. Fix crash when trying to append a null transform to QDeclarativeItem. Documentation. Documentation fix for Flickable (mark content properties as real, not int). QDeclarativeDebugClient: Fix gcc warning QmlDebugService: Check that there is a receiver before sending messages If a type is registered under several names, share the attached property object QmlViewer: Fix typo in comment QmlViewer: Fix assert on exit (Windows) ...
| * Recreate Qt 4.7 branch QtDeclarative def files on top of changes made to Qt ↵Joona Petrell2010-09-291-90/+128
| | | | | | | | 4.7.1
* | Implemeting, exporting and autotesting QFont::lastResortFont()Alessandro Portale2010-09-281-0/+1
|/ | | | | | | | | | | | | | | | | | | | | An implementation of QFont::lastResortFont() is still(!) missing in Qt 4.7.0. I only became aware of QTBUG-6921, lately. This patch... 1) implements QFont::lastResortFont() in qfont_s60.cpp by first trying to get the lastResortFamily() and then falling back to a hardcoded font. 2) updates the .def files with one additional entry 3) adds an autotest which verifies that lastResortFamily() does return a non-empty string. In the firt place, that autotest makes sure that lastResortFamily() is implemented and exported, so that something like this issue will not go unnoticed in the next Qt port. Task-number: QTBUG-6921 Reviewed-by: Eskil
* Update QtDeclarative def filesJoona Petrell2010-09-231-2/+4
|
* Update QtDeclarative def filesJoona Petrell2010-09-221-0/+83
|
* Update QtDeclarative def filesJoona Petrell2010-09-201-1/+4
|
* Update QtGui def filesJoona Petrell2010-09-201-2/+8
|
* Update QtCore bwins def fileJoona Petrell2010-09-201-2/+2
|
* Update QtDeclarative def filesJoona Petrell2010-09-161-1/+23
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix Symbian def files for 6454f4db1697af1d36ad4c0ea83ccd0bb490fd39Thomas Hartmann2010-09-151-0/+51
|
* Fix Symbian def files for 34b805d66c09fb324d1b6a7bcf259e8743ef3894Thomas Hartmann2010-09-151-0/+1
|
* Add QtOpenGL .def filesJani Hautakangas2010-09-141-0/+701
| | | | Reviewed-by: TRUSTME
* Recreate Qt 4.7.0 def files over Qt 4.6.3Joona Petrell2010-09-098-2031/+1986
| | | | | Task-number: Reviewed-by: Martin Jones
* Update QtDeclarative def filesJoona Petrell2010-08-171-0/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Update QtGui def filesJoona Petrell2010-08-171-1/+3
| | | | | Task-number: Reviewed-by: Martin Jones
* Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-08-051-1/+1
| | | | | | | | | It has been decided that this logic will not be used by anyone at the moment so let's remove it. This removes an exported (although private) virtual function so breaks binary compatiblity for plugins built with previous versions. Reviewed-by: Jani Hautakangas
* Update def files.Aaron McCarthy2010-08-031-0/+2
|
* Update QtGui def filesJoona Petrell2010-08-021-0/+3
| | | | | Task-number: QTBUG-12333 Reviewed-by: Martin Jones
* Fixed a broken def file entry.axis2010-07-301-1/+1
|
* Update Symbian emulator QtOpenVGu.def, QtNetworku.def, QtCoreu.def files for ↵Joona Petrell2010-07-283-259/+252
| | | | | | | Qt 4.7 to be in sync between respective def files in Qt 4.6.3 Task-number: QTBUG-12468 Reviewed-by: Jason Barron
* Update QtDeclarative def filesJoona Petrell2010-07-231-3/+4
|
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-221-1/+1
| | | | | | | Broke signal handlers in QML Task-number: QTBUG-12335 Reviewed-by: Aaron Kennedy
* Update QtGui and QtDeclarative def filesJoona Petrell2010-07-222-6/+17
| | | | | Task-number: Reviewed-by: Michael Brasser
* Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-171-0/+3
|\ | | | | | | | | Conflicts: tests/auto/qtexttable/tst_qtexttable.cpp
| * update def files for 69027cdb2ab9b89673edf29d5034bed33e614a05Shane Kearns2010-07-161-0/+3
| | | | | | | | Reviewed-by: Trust Me
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebCore/bridge/qt/qt_instance.cpp src/3rdparty/webkit/WebCore/bridge/qt/qt_runtime.h src/3rdparty/webkit/WebCore/page/FrameView.cpp src/3rdparty/webkit/WebCore/page/FrameView.h src/3rdparty/webkit/WebCore/platform/ScrollView.cpp src/3rdparty/webkit/WebCore/platform/ScrollView.h src/corelib/plugin/quuid.cpp src/gui/dialogs/qfontdialog.cpp src/multimedia/audio/qaudiodevicefactory.cpp src/opengl/qgl.cpp src/openvg/qpaintengine_vg.cpp tests/auto/qxmlquery/tst_qxmlquery.cpp
| * Removed missing symbols from DEF files.axis2010-07-021-1/+1
| | | | | | | | RevBy: Jason Barron
| * Update def files for 4.6.3Shane Kearns2010-05-281-242/+55
| | | | | | | | | | | | | | Frozen 4.6.3 branch on top of 4.6.2 def files. Task-number: QTBUG-8769 Reviewed-by: Trust Me