| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Making the hybrid allocator change compatible across all 4.7.x" | mread | 2010-10-12 | 2 | -89/+1 |
|
|
* | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-11 | 2 | -1/+89 |
|\ |
|
| * | Making the hybrid allocator change compatible across all 4.7.x | mread | 2010-10-11 | 2 | -1/+89 |
|
|
* | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-08 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Removed the need for S60main.rsc resource file in Symbian. | Janne Anttila | 2010-10-07 | 1 | -3/+0 |
|
|
* | | Merge remote branch 'origin/4.7' into master-from-4.7 | Rohan McGovern | 2010-10-04 | 2 | -1/+60 |
|\ \
| |/ |
|
| * | removing need for u32std.h in s60main | mread | 2010-09-30 | 1 | -1/+2 |
|
|
| * | Qt apps to use the Symbian^4 fast allocator in pre-Symbian^4 platforms | mread | 2010-09-30 | 1 | -3/+4 |
|
|
| * | Add the new allocator to corelib | Shane Kearns | 2010-09-30 | 2 | -1/+58 |
|
|
* | | Prefer Q_CHECK_PTR to q_check_ptr | João Abecasis | 2010-08-19 | 1 | -1/+2 |
|/ |
|
* | Fixed gcce linker error when linking against s60main built by armcc. | axis | 2010-07-27 | 1 | -0/+1 |
|
|
* | Fix s60main linking issue with gcce applications | Miikka Heikkinen | 2010-06-29 | 1 | -0/+4 |
|
|
* | Revert "Make s60main static lib not depend on QtCore" | Iain | 2010-04-02 | 2 | -48/+5 |
|
|
* | Make s60main static lib not depend on QtCore | Thomas Zander | 2010-03-30 | 2 | -5/+48 |
|
|
* | Remove stray non-latin1 character | Thomas Zander | 2010-03-30 | 1 | -1/+1 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt | axis | 2010-02-12 | 1 | -0/+3 |
|\ |
|
| * | Workaround for abld toolchain issue with s60main | Miikka Heikkinen | 2010-02-08 | 1 | -0/+3 |
|
|
* | | Move duplicated code out to a qmake feature | Thomas Zander | 2010-02-09 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-01-21 | 2 | -59/+57 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 2 | -2/+2 |
|
|
| * | Fix license check failure. | Jason McDonald | 2010-01-06 | 2 | -26/+28 |
|
|
| * | Forwarded return value from QtMainWrapper() to E32Main() exit code. | Miikka Heikkinen | 2009-12-21 | 1 | -1/+1 |
|
|
| * | Switched two files to BSD license. | axis | 2009-12-18 | 2 | -56/+52 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-11-06 | 3 | -110/+3 |
|\ \
| |/ |
|
| * | Fix cleanupstack crash on exit in Symbian OS 9.2 | Shane Kearns | 2009-11-03 | 1 | -5/+3 |
|
|
| * | Moved a resource file from the static wrapper app to QtGui. | axis | 2009-10-30 | 2 | -105/+0 |
|
|
* | | Added a precompiled version of S60 resource file. | axis | 2009-10-23 | 1 | -0/+3 |
|/ |
|
* | Fix compile errors (missing uncaught_exception definition) on Symbian^3 | Iain | 2009-09-11 | 2 | -1/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 3 | -12/+12 |
|
|
* | Build break fixed: Added missing include to sqt60main_mcrt0.cpp | Miikka Heikkinen | 2009-09-04 | 1 | -0/+1 |
|
|
* | Merge branch 'minimizeWrapperApp' into 4.6 | axis | 2009-09-03 | 9 | -822/+13 |
|\ |
|
| * | Move the S60/Avkon framework initialization into QtGui. | axis | 2009-09-03 | 9 | -836/+12 |
|
|
| * | Use custom S60 framework construction instead of RunApplication(). | axis | 2009-08-26 | 1 | -1/+16 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 7 | -91/+91 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 2 | -26/+26 |
|/ |
|
* | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 9 | -9/+9 |
|
|
* | Made the static wrapper app headers private. | axis | 2009-08-06 | 8 | -9/+42 |
|
|
* | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 9 | -25/+28 |
|
|
* | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 9 | -9/+9 |
|
|
* | Blank line, trailing whitespace etc fixes for s60main | Janne Anttila | 2009-08-04 | 9 | -16/+8 |
|
|
* | Applied Qt coding conventions for s60main | Janne Anttila | 2009-08-04 | 5 | -68/+67 |
|
|
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 2 | -9/+7 |
|
|
* | Silenced warnings from RVCT. | axis | 2009-07-06 | 1 | -0/+2 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-10 | 5 | -3/+18 |
|\ |
|
| * | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 5 | -3/+18 |
|
|
* | | Set empty buttons by default | Markku Luukkainen | 2009-06-08 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'imSelections' | axis | 2009-06-03 | 9 | -9/+279 |
|\ |
|
| * | Fixed incorrect headers. | axis | 2009-06-03 | 9 | -9/+279 |
|
|
* | | Change function name to match symbianHandleCommand(). | Jason Barron | 2009-06-03 | 1 | -1/+1 |
|
|
* | | Now qs60style does not send extra resize event in orientation change. | peknurmi | 2009-06-03 | 2 | -0/+20 |
|
|