summaryrefslogtreecommitdiffstats
path: root/src/s60installs
Commit message (Collapse)AuthorAgeFilesLines
* Conservative fix for link error with ARM RVCT compiler on symbian sbsv2Shane Kearns2009-10-081-10/+10
| | | | | | | | | | Not exporting the whole class prevents the capabilities example from linking, because the vtable is not exported. However windows builds don't support export of templated class, and export the vtable implicitly when there is an exported member function. Task-number: QTBUG-4593 Reviewed-by: Thierry Bastian
* Updates to EABI DEF files for Symbian OSIain2009-10-072-2/+37
| | | | Reviewed-by: TrustMe
* Revert "Fix linker error with Symbian/ARM RVCT ABIv2 toolchain"Shane Kearns2009-10-071-10/+10
| | | | | This reverts commit 342fcb287b09d016d482e25482ddd1b36e2983a3. Didn't work on all compilers
* Prevented deployment of QtScript when not compiling that module.axis2009-10-071-1/+4
| | | | RevBy: Miikka Heikkinen
* Fix linker error with Symbian/ARM RVCT ABIv2 toolchainShane Kearns2009-10-071-10/+10
| | | | | | | | | | Not exporting the whole class prevents the capabilities example from linking, because the vtable is not exported. Changing from member exports to exporting the class also fixes the GCC 3.4.x compiler error. Task-number: QTBUG-4593 Reviewed-by: Thiago
* Update EABI DEF files for Symbian OSIain2009-10-065-40/+157
| | | | Reviewed-by: TrustMe
* Corrected Qt logo colors.Alessandro Portale2009-10-061-7/+7
| | | | | | | | Replaced the poisonous green by the 'official' one. Took the RGB values from the logos availiable at: http://qt.nokia.com/about/logos-for-download Reviewed-By: TrustMe
* Update self-signed certificate for Symbian, since the old one expiredIain2009-10-051-8/+10
| | | | | | | | | New certificate for using for self-signing. Updated some organisational details, gave this one a 10 year validity rather than a 1 year validity. Same private key as before. Reviewed-by: axis
* Changed Qt package name in pkg and generated sis files for Symbian.Janne Anttila2009-10-051-6/+6
| | | | | | | | | It was decided on weekly telco that Symbian pkg and sis files can use plain Qt name, since it is already clear that user is installing "Qt for Symbian" version of Qt. Task-number: QT-772 Reviewed-by: Miikka Heikkinen
* Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-021-0/+17
| | | | | | | | | | Added a line to the symbianpkgrules.pri files which includes an ICON if the TARGET.UID3 is defined. We should fix the application_icon.prf to handle ICON without UID3 situations more gracefully, but for now I reordered existing UID3s to be specified before the symbianpkgrules.pri includes. Reviewed-by: Aleksandar Babic
* Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-0/+5
|\
| * make sure QtWebKit and QtScript are included in the .sis fileEspen Riskedal2009-09-291-0/+5
| | | | | | | | | | Task-number: QTBUG-4613 Reviewed-by: Aleksandar Babic
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-299-142/+262
|\ \ | |/
| * Move selfsigned cert & key out of root directoryShane Kearns2009-09-252-0/+31
| | | | | | | | | | | | | | | | Moved the certificate/key to the src/s60installs path. Updated createpackage.pl to look in this new location. Task-number: QTBUG-4553 Reviewed-by: axis
| * Latest update to Symbian EABI DEF filesIain2009-09-247-142/+231
| | | | | | | | | | | | | | | | | | | | | | | | A mix of updates caused by code changes, and marking a number of accidentially introduced exports as ABSENT. The extra exports came from freezing using abld on S60 3.2, as it seems that the suppression of --export_all_vtbl doesn't work in abld at the moment (needs investigating) Note that DEF files are still off by default in src/qbase.pri, so this doesn't affect anything unless you enable them. Reviewed-by: TrustMe
* | Fix merge conflict: the file was renamed.Frans Englich2009-09-242-99/+7
| |
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2311-0/+21004
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: demos/embedded/fluidlauncher/config_s60/config.xml demos/embedded/fluidlauncher/fluidlauncher.pro src/corelib/io/io.pri src/gui/kernel/qapplication_s60.cpp src/gui/kernel/qwidget_s60.cpp src/s60installs/qt_libs.pro
| * Update def filesShane Kearns2009-09-178-12/+749
| | | | | | | | | | | | | | DEF files for ARMv5 UREL, that include the autotest exports. Note that Q_AUTOTEST_EXPORT is only on by default in internal builds Reviewed-by: Iain
| * Remove (out-of-date) DEF files for Symbian winscw build.Iain2009-09-109-19218/+0
| | | | | | | | | | | | | | | | | | | | These hadn't been updated since they were frozen against Tower (or a build close to the one used for Tower) so they're out of date and therefore useless. They'll reappear when we have a DEF file strategy. RevBy: Jason Barron
| * Install only the required S60 SDK version specific plugin to the HW.Janne Anttila2009-08-311-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qmake has been lately expanded with pkg_prerules / pkg_postrules support which make it possible to customize .pkg file content via pro file. In addition we have got template package file support which takes care of expanding TARGET and PLATFORM variables from .pkg files before creating .sis file. With help of these features and since .pkg format supports conditional install statements, we can now install only the S60 version specific plugin to each HW. This saves disk usage a bit. Task-number: 248061 Reviewed-by: Miikka Heikkinen
| * Trivial change to comment.Janne Anttila2009-08-311-0/+1
| | | | | | | | Reviewed-by: TrustMe
| * Removed hard-coded sqlite3 deployment statement - used PKG conditions.Janne Anttila2009-08-311-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change Qt did not install to device which had sqlite3 already in ROM. Since we now install the sqlite3 only if it is not on any drive, the installation works also with preinstalled sqlite. Even better appraoch would be to use embedded SIS file for sqlite, since that would allow sqlite3 upgrade without upgrading the whole Qt. However we yet don't have such SIS, but once we get one from Symbian this needs to be further changed. Task-number: 258858 Reviewed-by: Miikka Heikkinen
| * Various small fixes and cleanups for symbian qmake generator.Janne Anttila2009-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The included fixes / cleanups: - QtLibs PKG filename changed - Component name in Qt libs pkg changed to "Qt for S60" * Done in order to make SISX upgrade possible after pre-release. - Removed passing of 'fixedTarget' member variable as an argument - Removed whitespaces from generated file names - Fixed 'make sisx' calling syntax when custom makefile name used - Fixed MAKEFILE variable content in generated makefiles - Changed names of environment variables used by 'make sisx' * Nee variables have 'QT_SISX_' prefix Reviewed-By: Miikka Heikkinen
| * Update QtCore and QtGui EABI DEF files with recent symbol changesIain2009-08-242-20/+241
| | | | | | | | Reviewed-by: Jason Barron
| * Merge commit 'origin/master' into symbolVisibilityIain2009-08-211-1/+0
| |\
| | * Remove QtScript from deployed libraries.axis2009-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | It is not currently supported anymore after QtScript switched to the JavaScriptCore backend. RevBy: Trust me
| * | Update EABI DEF files after 4.6 mergeIain2009-08-2110-1160/+2560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge commit 'origin/master' into symbolVisibilityIain2009-08-201-2/+2
| |\ \ | | |/
| | * Changed names and URLs to reflect name change.axis2009-08-191-2/+2
| | | | | | | | | | | | RevBy: Trust me
| * | ***EXPERIMENTAL*** DEF files for WINSCW targetsIain2009-08-199-0/+19218
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Task-number: 259810 (partial) Reviewed-by: TrustMe
| * | ***EXPERIMENTAL*** DEF files for EABI targetsIain2009-08-199-0/+18549
| |/ | | | | | | | | | | | | | | 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...
* | Rename objectdump to mmfphonondebug in order to avoid conflicts.Frans Englich2009-09-141-1/+2
| |
* | Fix bug, it's phonon-backend, not phonon_backend.Frans Englich2009-09-141-2/+2
| |
* | Merge branch 'master' into mmfphononFrans Englich2009-08-191-0/+1
|\ \ | |/ | | | | | | | | Conflicts: src/gui/itemviews/qitemselectionmodel.cpp tests/auto/qitemselectionmodel/tst_qitemselectionmodel.cpp
| * Added ignore rules for Symbian build files.axis2009-08-181-0/+1
| |
* | Merge branch 'master' into topic/mmfphononFrans Englich2009-08-122-14/+26
|\ \ | |/ | | | | | | | | Conflicts: src/3rdparty/phonon/phonon/factory.cpp src/s60installs/qt_libs.pro
| * 'Trailing whitespace' fixes from s60installsJanne Anttila2009-08-042-15/+15
| |
| * Added some spaces to pkg_prerules statements to make output more readable.Janne Anttila2009-07-301-1/+4
| |
| * Extended PKG customization possibilities via qmake.Janne Anttila2009-07-291-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task: 242139 This commit replaces Symbian specific 'depends' keyword in qmake DEPLOYMENT variable with two more generic ones. The new keywords are 'pkg_prerules' and 'pkg_postrules', and they allow developer to pass raw data to PKG file. The strings in 'pkg_prerules' are added before PKG file package-body headers and 'pkg_postrules' after them. Correspondingly as old 'depends' keyword, the new keywords are not parsed by qmake, so they must be in a format understood by Symbian package generation tools. Note that 'pkg_prerules' can also replace default language, package-header and vendor statements in pkg file. If you decide to override any of these statements, you need to pay attention that also other statements stay valid.
* | Deploy the Phonon MMF Plugin.Frans Englich2009-07-211-1/+7
| |
* | Merge commit 'origin/master' into topic/mmfphononFrans Englich2009-07-213-11/+14
|\ \ | |/ | | | | | | | | Conflicts: src/plugins/plugins.pro src/s60installs/qt.iby
| * Make sure that graphics system plugins are deployed.Jason Barron2009-07-091-1/+1
| | | | | | | | These need to be added to the DEPLOYMENT variable as well.
| * Tweak deployment rules after addition of OpenVG.Jason Barron2009-07-093-10/+13
| | | | | | | | | | | | | | Ensure that we build the plugins we need and also clean up the file a bit to remove the symbian specific blocks that aren't needed. Also we no longer need a separate .iby file for deploying the VG graphics system since it is now nicely integrated into Qt.
* | Add the Phonon MMF backend.Frans Englich2009-07-211-0/+6
|/
* Add dependancy on Symbian OS std C++ support now the exceptions branchIain2009-06-221-0/+1
| | | | has been merged
* Fixed STL dependency for Symbian.Janne Anttila2009-06-091-1/+1
| | | | The STL config is stored in CONFIG qmake variable, not in QT_CONFIG.
* Unbreak build, spotted by various people. Not tested, but should work(TM).Frans Englich2009-05-191-1/+1
|
* IBY files for adding Qt into ROMIain2009-05-084-0/+121
| | | | RevBy: jbarron
* Remaining support for selfsigned Qt libs packages removed.Miikka Heikkinen2009-05-061-6/+1
|
* Install phonon.Frans Englich2009-05-051-0/+5
|