summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins
Commit message (Collapse)AuthorAgeFilesLines
* 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-154-2/+22
| | | | Reviewed-by: TrustMe
* 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
* Implement symbian^3 e32atomics APIShane Kearns2010-03-151-0/+18
| | | | | | | | | | | | Symbian^3 provides an enhanced atomics API, which provides relaxed, acquire, release, ordered versions of each atomic operation. The armv5 and armv6 assembly atomics previously used in Qt are not SMP safe. The atomics provided by the OS will be SMP safe when using the SMP kernel, or similar ARM assembly implementations when using the uniprocessor kernel. Task-number: QTBUG-7655 Reviewed-by: mread
* Updated Symbian DEF filesGareth Stockwell2010-03-121-1/+1
| | | | | | Marked as absent a symbol removed by 971f1947 Reviewed-by: trustme
* Update Symbian DEF filesIain2010-02-102-2/+80
| | | | | | | | | | | Reserve ordinal numbers in the WINSCW DEF file for EGL exports from QtGui (now added, but marked as ABSENT) Update OpenVG DEF files for EABI and WINSCW Update QtGui DEF file for WINSCW with 2 non-EGL-related exports Reviewed-by: TrustMe
* Update Symbian OS def files for 4.6.2Shane Kearns2010-02-081-6/+21
| | | | Task-number: QTBUG-8024
* Fixed def files on Symbian.axis2010-02-021-2/+2
|
* Update symbian def filesShane Kearns2010-01-213-3/+13
| | | | | | | Commit 5464cee529a26832517607b764e805bef96ea9f1 changes 3 private class symbols. Reviewed-by: Trust Me
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ↵Simon Hausmann2009-12-301-623/+0
| | | | | | | | | | | | | | | | | | ( 70b5989bdeea2f73bd950099fc0f0e954550ef54 ) Changes in WebKit/qt since the last update: ++ b/WebKit/qt/ChangeLog 2009-12-30 Janne Koskinen <janne.p.koskinen@digia.com> Reviewed by Simon Hausmann. Upstream Symbian def files from Qt 4.6. These files define the ABI of QtWebKit on Symbian. * symbian/bwins/QtWebKitu.def: Added. * symbian/eabi/QtWebKitu.def: Added.
* Fixes to winscw def filesShane Kearns2009-12-211-5/+8
| | | | Reviewed-by: TrustMe
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-161-1/+1
|\ | | | | | | | | Conflicts: src/s60installs/bwins/QtGuiu.def
| * def file maintenance.Rohan McGovern2009-12-151-5/+5
| |
| * def file maintenance.Rohan McGovern2009-12-151-1/+1
| |
| * Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-092-5/+146
| |\ | | | | | | | | | | | | Conflicts: src/s60installs/bwins/QtGuiu.def
* | \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-111-0/+142
|\ \ \ | |/ / |/| / | |/ | | Conflicts: src/s60installs/bwins/QtGuiu.def
| * Updates to QtGui DEF files for WINSCW and EABIIain2009-12-031-10/+15
| | | | | | | | | | | | Changes to private/internal symbols only Reviewed-by: TrustMe
| * Update QtOpenVG DEF file for EABI, add for WINSCW, on Symbian OSIain2009-12-031-0/+142
| | | | | | | | Reviewed-by: TrustMe
| * Freeze def files against 4.6.0Shane Kearns2009-11-193-4/+19
| | | | | | | | | | Reviewed-By: Trust Me (cherry picked from commit 1f6aa19209a7d22bb15bf0a0afb2d62200c0d3fa)
| * Fix corelib def files for the new atomics implementationShane Kearns2009-11-131-0/+3
| | | | | | | | | | | | | | | | | | | | 4.6.0 has the wrong atomics implementation for symbian, as the team branch was not merged before the freeze. This updates the def files to match the implementation on the team branch so that it can be cherry-picked. Task-number: QTBUG-5752 Reviewed-by: Iain
* | Def file updatesShane Kearns2009-12-081-10/+15
| | | | | | | | Reviewed-by: TrustMe
* | Freeze def files against 4.6.0Shane Kearns2009-11-193-4/+19
| | | | | | | | Reviewed-By: Trust Me
* | Fix corelib def files for the new atomics implementationShane Kearns2009-11-121-0/+3
|/ | | | | | | | | | 4.6.0 has the wrong atomics implementation for symbian, as the team branch was not merged before the freeze. This updates the def files to match the implementation on the team branch so that it can be cherry-picked. Task-number: QTBUG-5752 Reviewed-by: Iain
* Def files frozen for 4.6.0 RCShane Kearns2009-11-1112-0/+21022
| | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748
* Rewind def files to betaShane Kearns2009-11-1112-20666/+0
| | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748
* Unexported a class that doesn't need to be exported.axis2009-11-041-45/+45
| | | | RevBy: Iain
* def files updateShane Kearns2009-11-034-80/+432
| | | | | | | New def file for XML patterns Some changes in GUI effects API Reviewed-by: Trust Me
* Update def files after Gesture API and Text Engine changesShane Kearns2009-10-271-1/+7
| | | | Reviewed-by: Trust Me
* Small updates to WINSCW DEF filesIain2009-10-237-34/+34
| | | | | | | Looks like the originals may have had some extra exports from udeb in them Reviewed-by: TrustMe
* *Experimental* WINSCW DEF files for Qt, except WebKitIain2009-10-2311-0/+20308
Note: No autotest exports, no EGL exports from QtGui Reviewed-by: Jason Barron