summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Fixed a small input method bug in QLineEdit.axis2009-06-031-1/+2
| | | * | S60Style: Draw all dialog with popup menu theme background.Sami Merilä2009-06-041-12/+7
| | * | | Correctly scope local variables in switch statement (for GCC 4.3)Iain2009-06-041-0/+38
| * | | | Make QColormap::instance() not crash.Jason Barron2009-06-051-5/+1
| * | | | Introduce Symbian CFbsBitmap <-> QPixmap conversion functions.Jason Barron2009-06-054-18/+251
| * | | | Fix up the display mode conversion function.Jason Barron2009-06-041-31/+34
| * | | | Implement a dummy QColorMap for Symbian.Jason Barron2009-06-042-1/+114
| | |_|/ | |/| |
* | | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-06-058-351/+33
|\ \ \ \
| * | | | Adding and removing a 'Cancel' SoftKeyAlessandro Portale2009-06-031-2/+14
| * | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-06-031-1/+6
| |\ \ \ \ | | |/ / /
| | * | | Make qmake compile from .pro on other platforms.Jason Barron2009-06-031-1/+6
| | | |/ | | |/|
| * | | Fix mergeAlessandro Portale2009-06-031-2/+1
| * | | Resolving merge conflictsAlessandro Portale2009-06-03223-1992/+13864
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-0384-128/+2493
| | |\ \
| | | * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-0397-155/+2808
| | | |\ \
| | | * | | Fixed QFontEngineS60::boundingBox. It was actually returning the tightAlessandro Portale2009-06-031-20/+7
| | * | | | Removed DEPENDS keyword from resource blocks of generated mmp files from symb...Miikka Heikkinen2009-06-031-2/+3
| | * | | | Removed old workaround for S60 emulator deployment bug with saxbookmarks xbel...Miikka Heikkinen2009-06-033-325/+2
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-03220-1645/+13851
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge branch 'imSelections'axis2009-06-0384-108/+2486
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed failing test case.axis2009-06-031-10/+12
| | * | | Added an autotest for the new selection API in input methods.axis2009-06-031-0/+19
| | * | | Fixed an autotest that was left behind when API was updated.axis2009-06-031-2/+2
| | * | | Made S60 FEP use the new Qt::ImAnchorPosition API.axis2009-06-031-3/+2
| | * | | Made S60 FEP use the new QInputMethodEvent::Selection API.axis2009-06-031-4/+4
| | * | | Made QLineEdit respect the new Qt::ImAnchorPosition.axis2009-06-031-0/+7
| | * | | Made QLineEdit respect the new QInputMethodEvent::Selection.axis2009-06-031-5/+34
| | * | | Added new API QInputMethodEvent::Selection.axis2009-06-032-1/+13
| | * | | Added new API Qt::ImAnchorPosition.axis2009-06-032-1/+3
| | * | | Small doc fix.axis2009-06-031-1/+1
| | * | | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-06-033-4/+2
| | * | | Fixed incorrect headers.axis2009-06-0377-77/+2387
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-032-8/+29
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-0329-734/+764
| | |\ \ \ \
| | * | | | | S60 installation docs update.Miikka Heikkinen2009-06-032-8/+29
| * | | | | | Fixed tst_qcombobox compiler errors for Symbian WINSCW target.Janne Anttila2009-06-031-3/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-038-28/+245
| |\ \ \ \ \
| | * | | | | Change function name to match symbianHandleCommand().Jason Barron2009-06-033-3/+3
| | * | | | | Some minor correction to qs60style.peknurmi2009-06-031-18/+18
| | * | | | | Now qs60style does not send extra resize event in orientation change.peknurmi2009-06-038-30/+247
| * | | | | | Added _networkselftest to QtNetwork autotest category file.Janne Anttila2009-06-031-0/+2
| * | | | | | Adapted _networkselftest autotest for Symbian environment.Janne Anttila2009-06-032-3/+29
| * | | | | | Updated QtCore autotest category file for Symbian - qbytearraymatcher.Janne Anttila2009-06-031-0/+1
| |/ / / / /
| * | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-0311-333/+31
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Since now, S60 commands are handled by QApplication::s60HandleCommandLAlessandro Portale2009-06-028-43/+18
| | * | | | Fixed incorrect focus detection.Aleksandar Sasha Babic2009-06-021-1/+8
| | * | | | Missing double click handling added to mouse handling, so that latter releasemakuukka2009-06-021-4/+4
| | * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-0211-369/+444
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-025-5/+5
| | | |\ \ \ \
| | | | * | | | Recompiled configure.exe with MSVC6.axis2009-06-021-0/+0