summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added automatic creation for symbian os if softkeystack is enabled.Markku Luukkainen2009-06-031-0/+3
* Using softkeys for the Cancel/Back buttons during keypad navigationAlessandro Portale2009-06-011-1/+8
* warnings--Alessandro Portale2009-06-012-3/+2
* Merge commit 'origin/master' into softkeysAlessandro Portale2009-06-017-7/+21
|\
| * Set each widgets palette after changing the theme.Alessandro Portale2009-06-011-1/+4
| * Moved originalPalette member from public to private class.Alessandro Portale2009-06-013-5/+6
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-011-0/+1
| |\
| | * Fix to GCCE compiler error in qtablewidget test case.Janne Anttila2009-06-011-0/+1
| * | Removed PAGED keyword from qlocale test case GCCE builds in S60 3.2 environme...Miikka Heikkinen2009-06-011-1/+8
| |/
| * Made securesocketclient example build in SymbianMiikka Heikkinen2009-06-011-0/+2
* | Make sure that the QKeyEventSoftKey gets deleted when the actionAlessandro Portale2009-05-301-0/+1
* | Delete the actions in the popped SoftKeySets.Alessandro Portale2009-05-301-9/+11
* | Implemented QKeyEventSoftKey::removeSoftkey and using it inAlessandro Portale2009-05-293-3/+12
* | Append and push the softKey instead of the empty listAlessandro Portale2009-05-291-1/+1
* | Pulled helper menuActionList() out of QSoftKeyStack::handleFocusChanged.Alessandro Portale2009-05-291-11/+17
* | Making hasSoftKeyStack() const. +coding conventions.Alessandro Portale2009-05-292-11/+8
* | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2916-156/+292
|\ \ | |/
| * Recompiled configure.exe with MSVC6.axis2009-05-291-0/+0
| * Enabled runtime resolving of OpenSSL symbols by default in Symbian OS.Janne Anttila2009-05-294-3/+3
| * Oops typo in my previous commit: 8137373.Janne Anttila2009-05-291-1/+1
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-2920-257/+251
| |\
| | * A fix for a bug 252798ikause2009-05-291-0/+1
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-05-292-54/+126
| | |\
| | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-05-2912-106/+42
| | | |\
| | | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-05-2948-402/+505
| | | | |\
| | | | * | Removed PAGED keyword from S60 3.1 buildsMiikka Heikkinen2009-05-291-0/+1
| | | * | | Further refinement of release package creation scriptMiikka Heikkinen2009-05-291-54/+125
| | * | | | Disable keypad navigation for the autotests and document it.Jason Barron2009-05-293-4/+16
| | | |_|/ | | |/| |
| | * | | S60Style: Remove unneeded case-statements and own implementation for drawItem...Sami Merilä2009-05-293-94/+0
| | * | | S60Style: Rename the private class to highlight that it is available only to ...Sami Merilä2009-05-292-1/+1
| * | | | Support for SSL symbol runtime resolving in Symbian.Janne Anttila2009-05-291-0/+145
* | | | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Alessandro Portale2009-05-291-5/+10
|\ \ \ \ \
| * | | | | Implemented better way to detect when to add automagicallyMarkku Luukkainen2009-05-291-5/+10
* | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2819-110/+112
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Cleaned up the inputMethodHints enum a bit.axis2009-05-282-10/+15
| * | | | Fixed input methods support on all spinbox types.axis2009-05-284-1/+24
| * | | | S60Style: Adding missing break for clearCaches.Sami Merilä2009-05-281-0/+1
| | |/ / | |/| |
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-05-2818-163/+223
| |\ \ \
| | * | | Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-286-91/+65
| | |/ /
| | * | Recompiled configure.exe with MSVC6.axis2009-05-281-0/+0
| | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-281-1/+0
| | |\ \
| | | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-281-4/+2
| | | |\ \
| | | * | | No need for this IP address.Aleksandar Sasha Babic2009-05-281-1/+0
| | * | | | Enabled STL support by default in configure.exe for Symbian.Janne Anttila2009-05-282-1/+1
| | * | | | Fixed Qt/Symbian compilation with -stl configure option.Janne Anttila2009-05-282-1/+4
| | | |/ / | | |/| |
| | * | | Optimize font DPI calculation by using cached value.Jason Barron2009-05-281-4/+2
| | |/ /
| * | | Fixed sis package names in S60 install docs.Miikka Heikkinen2009-05-281-2/+2
* | | | Moved the soft key command relay acrobatics from QApplication toAlessandro Portale2009-05-275-20/+14
* | | | QSoftKeyStack::softKeyStackOfWidget only returns a stack if has one.Alessandro Portale2009-05-271-1/+1
* | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2719-144/+300
|\ \ \ \ | | |/ / | |/| |