Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the documentation about epoc32 paths. | axis | 2009-10-28 | 1 | -13/+19 |
| | |||||
* | Made some basic build instructions for Symbian on Linux. | axis | 2009-10-27 | 4 | -0/+99 |
| | |||||
* | Switched to using just QMAKE_POST_LINK for elftran. | axis | 2009-10-23 | 1 | -12/+5 |
| | |||||
* | Added std headers to fix Symbian build error. | axis | 2009-10-23 | 1 | -0/+5 |
| | |||||
* | Added support for both lib and app templates. | axis | 2009-10-23 | 2 | -30/+59 |
| | |||||
* | Modified makeordinalmap to also generate VtblExports.o file. | axis | 2009-10-23 | 1 | -8/+30 |
| | | | | This is required for exported data. | ||||
* | Fixed the expfile not being included in the link step. | axis | 2009-10-23 | 1 | -1/+2 |
| | |||||
* | Changed the generation of def files and ordinal maps. | axis | 2009-10-23 | 4 | -39/+109 |
| | | | | | | | Instead of just creating a list, we now create a complete def file using makedeffile and then create the ordinal map from that. In addition we make an exp file, in the same way that Symbian does. | ||||
* | Created tools for generating ordinal maps on Symbian. | axis | 2009-10-23 | 3 | -0/+103 |
| | | | | | | | | | | | | | | - winewrapper - This is a simple tool for launching a wine process by looking at files in the path, since wine itself does not look in the path. Needed for the Windows-only Symbian tools. - makeordinalmap - This one takes a list of files containing symbols to be exported, and creates a stub file library out of them. This is required by the Symbian post linker. This is a very slow linking step, and is likely to be rewritten using threads and less process spawning later on. - default_post.prf - In here we define the extra compiler rules that generate the symbol files, as well as the makeordinalmap command that uses those files. | ||||
* | Fixed some compiler flags and defines for the Symbian platform. | axis | 2009-10-23 | 2 | -4/+6 |
| | |||||
* | Added default libraries for Symbian. | axis | 2009-10-23 | 1 | -1/+2 |
| | |||||
* | Added libraries for S60 to the linux mkspec. | axis | 2009-10-23 | 1 | -0/+3 |
| | |||||
* | Switch to correct architecture for Symbian. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Add extra linker options to RVCT. | axis | 2009-10-23 | 1 | -0/+2 |
| | | | | | | These are needed to set correct entry point, as well as deal with the delicate symbol handling on Symbian. The symbols will be resolved properly later on by the elftran tool. | ||||
* | Enable RVCT type linker options. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Suppressed some warnings from RVCT. | axis | 2009-10-23 | 1 | -1/+1 |
| | | | | This pattern is used all over Qt. | ||||
* | Temporarily fixed the architecture for S60. | axis | 2009-10-23 | 1 | -0/+2 |
| | | | | | This should ideally be detected by configure, but we hack it for now. This patch should be reverted. | ||||
* | Fixed incorrect header includes. | axis | 2009-10-23 | 2 | -2/+2 |
| | |||||
* | Fixed incorrect compiler parameter. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Disabled some modules for S60. | axis | 2009-10-23 | 1 | -0/+4 |
| | |||||
* | Added a precompiled version of S60 resource file. | axis | 2009-10-23 | 1 | -0/+3 |
| | | | | | | | The new build system doesn't support Symbian resource files, so it must be precompiled. New applications shouldn't need any though. I forgot this in the last commit. | ||||
* | Enabled static lib creation using armar. | axis | 2009-10-23 | 2 | -3/+3 |
| | | | | s60main now links! | ||||
* | Disabled moc directory check for all other mkspecs than abld and sbs. | axis | 2009-10-23 | 1 | -11/+13 |
| | |||||
* | Enabled exceptions for S60 builds. | axis | 2009-10-23 | 1 | -1/+1 |
| | | | | | This should probably be reverted later, and added to configure. Right now, I'm mostly interested in making it compile. | ||||
* | Switched to unoptimized builds when doing debug mode. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Added various defines and includes to make Qt for S60 compile. | axis | 2009-10-23 | 2 | -2/+6 |
| | |||||
* | Made qmake support mkspecs under the symbian directory. | axis | 2009-10-23 | 1 | -3/+6 |
| | |||||
* | Fix symbian builds on Linux. | Simon Hausmann | 2009-10-23 | 2 | -2/+3 |
| | | | | | Avoid the use of cmd.exe syntax through the use of Option::shellPath instead of isForSymbian() in qmake. | ||||
* | Removed the linux configuration from the armcc mkspec. | axis | 2009-10-23 | 1 | -1/+20 |
| | | | | It contains too much stuff we don't need. | ||||
* | Removed leftover gcc arguments. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Enabled Symbian scope when compiling with linux-armcc. | axis | 2009-10-23 | 1 | -1/+4 |
| | | | | Based on a patch by Simon Hausmann. | ||||
* | Various header file inclusion fixes for rvct on linux using a case-sensitive ↵ | Simon Hausmann | 2009-10-23 | 10 | -13/+13 |
| | | | | file system. | ||||
* | Fix compilation. | Simon Hausmann | 2009-10-23 | 1 | -1/+1 |
| | | | | Include qcore_symbian_p.h locally, not from the include search path. | ||||
* | Hack to allow -no-feature-foo on non-qws | Simon Hausmann | 2009-10-23 | 1 | -4/+0 |
| | |||||
* | Modify visibility test to support armcc as well. | axis | 2009-10-23 | 2 | -8/+17 |
| | |||||
* | Skeleton for a native symbian makespec. | axis | 2009-10-23 | 3 | -0/+216 |
| | | | | The goal is to make this one work completely without abld or sbs. | ||||
* | Make it possible to cross-compile for non-x11-non-qws platforms. | Simon Hausmann | 2009-10-23 | 1 | -1/+1 |
| | | | | Don't set PLATFORM_X11 unless we do have X11 libs in our xqmakespec. | ||||
* | fix line ending | Oswald Buddenhagen | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-23 | 1440 | -15891/+42346 |
|\ | |||||
| * | Better sql unicode tests (still not working correctly tho). | Bill King | 2009-10-23 | 2 | -11/+9 |
| | | |||||
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Kurt Korbatits | 2009-10-22 | 1464 | -16003/+43818 |
| |\ | |||||
| | * | Store DirectFB winID as a dynamic property | Anders Bakken | 2009-10-22 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since QWS uses the winids for its own purposes I have to store this as a dynamic property. _q_DirectFBWindowID The _q_ is documented to be reserved so this won't break anyone's applications. Reviewed-by: Donald Carr <donald.carr@nokia.com> | ||||
| | * | Compile fix for gestures on Windows. | Denis Dzyubenko | 2009-10-22 | 1 | -4/+4 |
| | | | | | | | | | | | | Reviewed-by: trustme | ||||
| | * | Temporary fix in qt.git to allow build on s60. | Jocelyn Turcotte | 2009-10-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Should be overwritten when the final patch of this bug hits trunk: https://bugs.webkit.org/show_bug.cgi?id=30671 Patch-by: Janne Koskinen Reviewed-by: Jocelyn Turcotte | ||||
| | * | Temporary fix in qt.git to allow build on s60. | Jocelyn Turcotte | 2009-10-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Should be overwritten when the final patch of this bug hits trunk: https://bugs.webkit.org/show_bug.cgi?id=30670 Patch-by: Janne Koskinen Reviewed-by: Jocelyn Turcotte | ||||
| | * | Re-apply change 0f8bff1970d4b0f10e98ce7d6ab341620f4ce76b by Martin Smith | Martin Smith | 2009-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | doc: Changed Trolltech to Nokia | ||||
| | * | Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by Iain | Iain | 2009-10-22 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Temporary workaround to get WebKit to pick up DEF file from std location Tweak WebCore .pro file to get its DEF file from the same location as all the other DEF files come from Reviewed-by: TrustMe | ||||
| | * | Re-apply change 6b8ac349b9a477863a8c8388dcc0658f3284bc54 by Jocelyn Turcotte | Jocelyn Turcotte | 2009-10-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-applying commit ee0a43fee20cc398b505eb65218ebed56dfc8f39 by Simon Hausmann Fix crash of QtScript on Mac OS X When compiling on 10.4 but running on 10.5 the flags passed to vm_map cause it to crash. For now fall back to the use of mmap() as allocator instead. Reviewed-by: Kent Hansen | ||||
| | * | Updated WebKit from /home/jturcott/dev/webkit/ to ↵ | Jocelyn Turcotte | 2009-10-22 | 1270 | -11675/+33732 |
| | | | | | | | | | | | | | | | | | | | | | qtwebkit-4.6-snapshot-22102009 ( 0639bb8e812c8923287cd5523248ca64fa5f7a50 ) Changes in WebKit/qt since the last update: Jocelyn: fatal error from script, sha1 in src/3rdparty/webkit/VERSION is bad | ||||
| | * | Update mkdist-webkit script with latest tag. | Jocelyn Turcotte | 2009-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Not-reviewed: No-big-deal |