summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-301-124/+4
| |\ | | | | | | | | | | | | | | | Conflicts: 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-171-18/+18
|\ \ | |/ | | | | | | | | Conflicts: src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def
| * 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
* | 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
| * Updated Symbian DEF filesGareth Stockwell2010-03-121-1/+1
| | | | | | | | | | | | Marked as absent a symbol removed by 971f1947 Reviewed-by: trustme
* | Update def files for latest QtDeclarative APIShane Kearns2010-03-101-0/+59
| | | | | | | | | | | | | | | | | | The QDeclarativeBinding API is new since last week's freeze. Froze the def files again, so that applications that use this API will be able to link. Task-number: QTBUG-8909 Reviewed-by: Trust Me
* | Create 4.7 def files for SymbianShane Kearns2010-03-047-5/+4426
|/ | | | | | | New QtDeclarative module New APIs in existing modules Reviewed-by: Trust Me
* 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