summaryrefslogtreecommitdiffstats
path: root/src/s60installs/eabi/QtScriptu.def
Commit message (Collapse)AuthorAgeFilesLines
* Def files frozen for 4.6.0 RCv4.6.0-rc1Shane Kearns2009-11-111-0/+52
| | | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748 (cherry picked from commit 3a492b3bcd3898335dd36b46906a5b9cce5120f3)
* Rewind def files to betaShane Kearns2009-11-111-18/+0
| | | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748 (cherry picked from commit 9113737e9011b3cc9d69196650fcc11a7253408e)
* def files updateShane Kearns2009-11-031-0/+17
| | | | | | | New def file for XML patterns Some changes in GUI effects API Reviewed-by: Trust Me
* Update EABI DEF files for Symbian OSIain2009-10-201-0/+1
| | | | Reviewed-by: TrustMe
* *Completely new* EABI DEF files for Symbian OSIain2009-10-131-584/+324
| | | | | | | | | | | | | | | | | | | | | Notes: - refrozen from scratch without any of the autotest exports (To spell it out: there is no BC between anything built against these DEF files, and anything built with previous versions of the DEF files) - no autotest exports in this set, so no good for autotests - it is very likely that the DEF files will be reworked again before release, meaning that anything built against these ones won't be BC with the 4.6.0 final release (so don't expect your apps built against the beta to work against the final release) - finally added a DEF file for WebKit Reviewed-by: TrustMe Conflicts: src/s60installs/eabi/QtGuiu.def src/s60installs/eabi/QtScriptu.def src/s60installs/eabi/phononu.def
* Updates to EABI DEF files for Symbian OSIain2009-10-071-0/+1
| | | | Reviewed-by: TrustMe
* Update EABI DEF files for Symbian OSIain2009-10-061-6/+20
| | | | Reviewed-by: TrustMe
* Update EABI DEF files after 4.6 mergeIain2009-08-211-252/+252
| | | | | | | | | | Removed exports are marked ABSENT, as we're experimenting with how hard it will be to maintain BC once these DEF files are final. There were probably too many exports anyway, as I think I might have originally frozen them with a version of RVCT that had the symbol visibility issues. Reviewed-by: TrustMe
* ***EXPERIMENTAL*** DEF files for EABI targetsIain2009-08-191-0/+589
Note: these *will* change between now and the release of 4.6, they should not be relied upon for anything - they are purely for experimental purposes Webkit DEF files to follow in later commit...