summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins/QtGuiu.def
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'qt/master' into earth-team-stagingJoão Abecasis2011-02-161-3/+7
|\ | | | | | | | | Conflicts: src/s60installs/bwins/QtGuiu.def
| * Updated QtGui and QtCore DEF filesEckhart Koppen2011-02-141-0/+4
| | | | | | | | | | | | Added new functions needed for QtDeclarative Reviewed-by: TrustMe
* | Using QFile open by RFile and take ownership of handlemread2011-02-101-1/+3
|/ | | | | | | | | | QFileOpenEvent's open method now opens the QFile with an RFile handle if possible. It takes a duplicate of the handle and transfers ownership to the QFile, so that the QFile can be used many times and outside of the lifetime of the QFileOpenEvent. Task-number: QTBUG-15015 Reviewed-by: Shane Kearns
* Update def filesShane Kearns2010-12-201-2/+93
| | | | | | Add the new APIs + all the unfrozen changes on master Reviewed-by: Trust Me
* DEF file freezemread2010-11-291-8/+154
| | | | | | | Updating the DEF files on master as there's quite a few new exports since they were last frozen. Reviewed-by: Shane Kearns
* Update QtGui emulator def file for bug QT-3971Joona Petrell2010-11-231-1/+2
|
* Add missing symbols in QtGui emulator def fileJoona Petrell2010-11-181-0/+6
|
* 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
|
* Update QtGui def filesJoona Petrell2010-10-061-1/+4
|
* 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 QtGui def filesJoona Petrell2010-09-201-2/+8
|
* Fix Symbian def files for 34b805d66c09fb324d1b6a7bcf259e8743ef3894Thomas Hartmann2010-09-151-0/+1
|
* Recreate Qt 4.7.0 def files over Qt 4.6.3Joona Petrell2010-09-091-280/+277
| | | | | 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 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 QtGui and QtDeclarative def filesJoona Petrell2010-07-221-0/+4
| | | | | Task-number: Reviewed-by: Michael Brasser
* 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
| * Fix wins def file for qtguiShane Kearns2010-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .def file contained symbols for both: public: static int __cdecl QEglContext::display(void) public: int __thiscall QEglContext::display(void) const But the autogenerated def file comments showed both of these as just QEglContext::display(void) Leading to confusion. There is some bug in SBSv2 which made the postlink succeed on retry. Task-number: QTBUG-10520 Reviewed-by: Trust Me
| * stub implementations for EGL for symbianShane Kearns2010-04-231-49/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done to keep binary compatibility between Qt built with openvg vs Qt built without openvg support. The problem is that Symbian uses .def files to map between exported symbol names and ordinals in the DLL export table. The alternative of manually maintaining two versions of the QtGui def files proved to be too error prone and time consuming. Note that the EGL exports are defined in a private header, for use by the openvg and opengl graphics system plugins. These plugins should always be compiled against Qt configured with support for the graphics system, as the headers contain default parameters which are inlined into the plugin binary. Task-number: QTBUG-7870 Reviewed-by: Tom Cooksey
| * Update EABI and BWINS DEF files for SymbianIain2010-04-151-2/+14
| | | | | | | | Reviewed-by: TrustMe
* | qtguiu.def merge conflict fixmread2010-07-021-20/+55
| | | | | | | | | | | | | | | | This takes the new exports added in qt/4.7, leaves them in place and moves the Avkon Removal exports, which conflicted, to the end of the DEF file. Reviewed-by: Sami Merila
* | Avkon Removal DEF file updatesmread2010-07-011-1/+21
| | | | | | | | | | | | This adds the s60framework exports to the Symbian DEF files. These new exports remove the need for apps using s60framework classes to link to Avkon.
* | Update EABI and WINSCW DEF files for SymbianIain2010-06-251-0/+4
| | | | | | | | Reviewed-by: TrustMe
* | Update 4.7-beta2 def filesShane Kearns2010-06-211-0/+7
| | | | | | | | | | Task-number: QTBUG-11585 Reviewed-by: Trust Me
* | Update 4.7 def filesShane Kearns2010-06-101-0/+8
| | | | | | | | Reviewed-by: Trust Me
* | Freeze 4.7 def files on top of 4.6.3Shane Kearns2010-05-281-29/+225
| | | | | | | | | | Task-number: QTBUG-8769 Reviewed-by: Trust Me
* | Update def files for 4.6.3Shane Kearns2010-05-281-280/+71
| | | | | | | | | | | | | | Frozen 4.6.3 branch on top of 4.6.2 def files. Task-number: QTBUG-8769 Reviewed-by: Trust Me
* | Update symbian def files for 4.7Shane Kearns2010-05-181-4/+19
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-05-141-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Update Symbian DEF files for WINSCW and EABI Fix spurious mouse click when dismissing a native menu Add 'runonphone' target for symbian / makefile Double-click support for virtual cursor in Symbian
| * | Update Symbian DEF files for WINSCW and EABIIain2010-05-131-0/+3
| | | | | | | | | | | | Reviewed-by: TrustMe
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-121-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (33 commits) Compile fix on Windows. Remove an unnecessary assert. Documentation for the Pad Navigator Example. New Pad Nagivator example implementation. Skip definition of wintab functions in case of QT_NO_TABLETEVENT. Made curve tesselation be dynamically adjusted based on transform. Modified QPainter and QPixmap benchmarks to use raster pixmaps. Stabilize tst_QWidgetAction::visibilityUpdate Fix compiler warning in QT_REQUIRE_VERSION Stabilize tst_QColumnView::parentCurrentIndex Really fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on Linux Fix typos in Elastic Nodes example documentation. Made paint engine texture drawing work in GL ES 2 and updated docs. Opt out of visual-config size checks with extension Fix off-by-one in text layouts and widget size hints on Mac Stabilize tst_QDockWidget::taskQTBUG_9758_undockedGeometry Mark QFileDialog::Options as a Q_FLAGS fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on Linux Fixed scrolling bugs in widget graphics effect backend. Fixed source pixmap bug in widget graphics effect backend. ...
| * | Made curve tesselation be dynamically adjusted based on transform.Samuel Rødal2010-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us avoid having to use a very low curve threshold value for all scales, and thus avoids the performance regression from change c41dbbb5e6495e26cd32. Task-number: QTBUG-9218 Reviewed-by: Gunnar Sletta
* | | Update DEF files for Qt 4.7Shane Kearns2010-05-111-1/+3
|/ / | | | | | | | | Task-Number: QTBUG-10251 Reviewed-by: Trust Me
* | DEF file updates for BWINS and EABI for SymbianIain2010-04-261-4/+9
| | | | | | | | Reviewed-by: TrustMe
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-04-241-53/+53
|\ \ | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL. Stub implementations for EGL for symbian
| * | Stub implementations for EGL for symbianShane Kearns2010-04-231-53/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done to keep binary compatibility between Qt built with openvg vs Qt built without openvg support. The problem is that Symbian uses .def files to map between exported symbol names and ordinals in the DLL export table. The alternative of manually maintaining two versions of the QtGui def files proved to be too error prone and time consuming. Note that the EGL exports are defined in a private header, for use by the openvg and opengl graphics system plugins. These plugins should always be compiled against Qt configured with support for the graphics system, as the headers contain default parameters which are inlined into the plugin binary. Task-number: QTBUG-7870 Reviewed-by: Tom Cooksey
* | | Removed bezier intersection code in path clipper.Samuel Rødal2010-04-221-3/+3
|/ / | | | | | | | | | | | | | | | | | | The bezier intersections caused a lot of numerical stability issues, so instead we now convert them to line segments. In the future it might be possible to keep track of which bezier curve a line segment originated from and reconstruct the bezier curves at the end. Task-number: QTBUG-8035 Reviewed-by: Gunnar Sletta
* | EABI and BWINS DEF file updates for SymbianIain2010-04-161-1/+24
| | | | | | | | Reviewed-by: TrustMe
* | Update to def files for 4.7.0-beta1Shane Kearns2010-04-141-1/+4
| | | | | | | | | | | | | | | | Frozen against qt-releases/4.7.0-beta1 commit 4061d0ff3e8ed72ecb83ef1026492511a0afb9fa Task-number: QTBUG-9892 Reviewed-by: Trust Me
* | Update Symbian def files for 4.7Shane Kearns2010-04-071-14/+58
| | | | | | | | Reviewed-by: Trust Me
* | Merge commit 'origin/4.7' into symbian47Thomas Zander2010-03-311-3/+3
|\ \ | |/ | | | | | | | | | | Conflicts: src/3rdparty/webkit/WebCore/WebCore.pro src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtGuiu.def
| * Exporting QFontDatabase::removeAllApplicationFonts()Alessandro Portale2010-03-291-0/+1
| | | | | | | | | | | | | | | | It was missing and not covered by the standard autotests, so its missing was not detected for quite some time. Task-number: QTBUG-8423 Reviewed-By: Shane Kearns
* | Exporting QFontDatabase::removeAllApplicationFonts()Alessandro Portale2010-03-291-1/+2
| | | | | | | | | | | | | | | | It was missing and not covered by the standard autotests, so its missing was not detected for quite some time. Task-number: QTBUG-8423 Reviewed-By: Shane Kearns
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+1
|\ \ | |/ | | | | | | Conflicts: src/gui/styles/qs60style_s60.cpp