Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | S60Style: Buildbreak fix. Remove problematic #ifdef line. | Sami Merilä | 2009-06-04 | 1 | -2/+0 |
| | |||||
* | S60Style: Missing constant | Sami Merilä | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | S60Style: Cleanup code before Tower release. | Sami Merilä | 2009-06-04 | 2 | -233/+229 |
| | |||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-04 | 1 | -0/+15 |
|\ | |||||
| * | In QGraphicsView the viewport itself has to be enabled for InputMethods. | Aleksandar Sasha Babic | 2009-06-04 | 1 | -0/+15 |
| | | | | | | | | When events are comming, exactly that widget will be aske for InputContext. | ||||
* | | Added proper UID for phonon.pro, and did some symbian scope cleanup, too. | Miikka Heikkinen | 2009-06-04 | 1 | -8/+10 |
| | | |||||
* | | Added proper picture for Drilldown example in fluidlauncher | Miikka Heikkinen | 2009-06-04 | 1 | -0/+0 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-04 | 8 | -13/+172 |
|\ | |||||
| * | Added loadS60ThemeFromBlob and saveS60ThemeToBlob. | Alessandro Portale | 2009-06-03 | 4 | -8/+135 |
| | | | | | | | | The simulated style will by default try to load the 'Default.blob' | ||||
| * | Fixed an update bug in QTextControl. | axis | 2009-06-03 | 1 | -0/+3 |
| | | | | | | | | | | Previously, the input context would not get updated on every selection update. | ||||
| * | Gave QTextControl support for ImAnchorPosition and Selection. | axis | 2009-06-03 | 1 | -3/+23 |
| | | | | | | | | | | RevBy: Trust me The fix is almost identical to the one made for QLineEdit. | ||||
| * | Added inputMethodQuery fallback to QWidget. | axis | 2009-06-03 | 1 | -0/+3 |
| | | |||||
| * | Fixed a small input method bug in QLineEdit. | axis | 2009-06-03 | 1 | -1/+2 |
| | | | | | | | | | | We need to check for replacementLength as well. Otherwise there will be no undo information if text is deleted using input methods. | ||||
| * | Make qmake compile from .pro on other platforms. | Jason Barron | 2009-06-03 | 1 | -1/+6 |
| | | | | | | | | | | | | | | The qpopen.cpp file is a workaround for the fact that the Metrowerks compiler that we are (ab)using to build Windows binaries is lacking a popen() function in the standard library. So only enable the workaround on the platform that needs it. | ||||
* | | S60Style: Draw all dialog with popup menu theme background. | Sami Merilä | 2009-06-04 | 1 | -12/+7 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-03 | 84 | -128/+2493 |
|\ | |||||
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-03 | 97 | -155/+2808 |
| |\ | |||||
| | * | Merge branch 'imSelections' | axis | 2009-06-03 | 84 | -108/+2486 |
| | |\ | |||||
| | | * | Fixed failing test case. | axis | 2009-06-03 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | We are not guaranteed that the checked-for event is the last event, so we look for it in a list instead. | ||||
| | | * | Added an autotest for the new selection API in input methods. | axis | 2009-06-03 | 1 | -0/+19 |
| | | | | |||||
| | | * | Fixed an autotest that was left behind when API was updated. | axis | 2009-06-03 | 1 | -2/+2 |
| | | | | |||||
| | | * | Made S60 FEP use the new Qt::ImAnchorPosition API. | axis | 2009-06-03 | 1 | -3/+2 |
| | | | | |||||
| | | * | Made S60 FEP use the new QInputMethodEvent::Selection API. | axis | 2009-06-03 | 1 | -4/+4 |
| | | | | |||||
| | | * | Made QLineEdit respect the new Qt::ImAnchorPosition. | axis | 2009-06-03 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | RevBy: Trust me AutoTest: Will add in later commit | ||||
| | | * | Made QLineEdit respect the new QInputMethodEvent::Selection. | axis | 2009-06-03 | 1 | -5/+34 |
| | | | | | | | | | | | | | | | | | | | | RevBy: Simon Hausmann AutoTest: Will add in later commit | ||||
| | | * | Added new API QInputMethodEvent::Selection. | axis | 2009-06-03 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is required for S60 FEP. RevBy: Simon Hausmann | ||||
| | | * | Added new API Qt::ImAnchorPosition. | axis | 2009-06-03 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is required for S60 FEP. RevBy: Simon Hausmann | ||||
| | | * | Small doc fix. | axis | 2009-06-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Revert "Changed the behavior of ImCursorPosition slightly." | axis | 2009-06-03 | 3 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ce02d0e9e0ad8d8ac47e4f3ee95bac5cb74ed184. This turned out not to be enough for proper selection support together with S60 FEP. Instead we will revert the behavior and add new API. | ||||
| | | * | Fixed incorrect headers. | axis | 2009-06-03 | 77 | -77/+2387 |
| | | | | |||||
| * | | | Fixed QFontEngineS60::boundingBox. It was actually returning the tight | Alessandro Portale | 2009-06-03 | 1 | -20/+7 |
| | | | | | | | | | | | | | | | | bounding rect, before. | ||||
* | | | | Removed DEPENDS keyword from resource blocks of generated mmp files from ↵ | Miikka Heikkinen | 2009-06-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | symbian-abld builds. | ||||
* | | | | Removed old workaround for S60 emulator deployment bug with saxbookmarks ↵ | Miikka Heikkinen | 2009-06-03 | 3 | -325/+2 |
| |/ / |/| | | | | | | | | xbel files. | ||||
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-03 | 2 | -8/+29 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-03 | 29 | -734/+764 |
| |\ \ \ | |||||
| * | | | | S60 installation docs update. | Miikka Heikkinen | 2009-06-03 | 2 | -8/+29 |
| | | | | | |||||
* | | | | | Fixed tst_qcombobox compiler errors for Symbian WINSCW target. | Janne Anttila | 2009-06-03 | 1 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-03 | 8 | -28/+245 |
|\ \ \ \ | |||||
| * | | | | Change function name to match symbianHandleCommand(). | Jason Barron | 2009-06-03 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions are really Symbian functions and not S60 specific so they should be named as such. Also, our public API should use the Qt convention and not the Symbian convention so remove the 'L' even if it is a leaving function at the moment. | ||||
| * | | | | Some minor correction to qs60style. | peknurmi | 2009-06-03 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added null check to qs60style::refreshUI method. Reviewed-by: Jason Barron <jason.barron@nokia.com> Conflicts: src/gui/styles/qs60style.cpp | ||||
| * | | | | Now qs60style does not send extra resize event in orientation change. | peknurmi | 2009-06-03 | 8 | -30/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QSymbianControl::HandleResourceChange contained global event handling. So Qt handled same issues unnecessarily (for each shown top level widget). Now this global event handling is encapsulated to s60ResourceChange (new method) called by s60main. In addition, qs60style generated unnecessary resize events. If widget was fullscreen or maximized, then this caused incorrect resize events (old size delivered). With these changes, qs60style just informs widgets of style change (similarly as in qstylesheetstyle). Task-number: 251085 Reviewed-by: Jason Barron <jason.barron@nokia.com> Conflicts: src/gui/kernel/qapplication.h src/gui/styles/qs60style.cpp | ||||
* | | | | | Added _networkselftest to QtNetwork autotest category file. | Janne Anttila | 2009-06-03 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Adapted _networkselftest autotest for Symbian environment. | Janne Anttila | 2009-06-03 | 2 | -3/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed SRCDIR thing - Added default IAP handling - Skipped NTML related test cases for now | ||||
* | | | | | Updated QtCore autotest category file for Symbian - qbytearraymatcher. | Janne Anttila | 2009-06-03 | 1 | -0/+1 |
|/ / / / | | | | | | | | | | | | | | | | | Added qbytearraymatcher test case to test set. The test passed at least in S60 5.0 emulator. | ||||
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-03 | 11 | -333/+31 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Since now, S60 commands are handled by QApplication::s60HandleCommandL | Alessandro Portale | 2009-06-02 | 8 | -43/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inside QtGui, we do not need to export those QMenu[Bar]::symbianCommands through our public API, anymore. This commit moved the code of QMenuBar::symbianCommands to QMenuBarPrivate::symbianCommands and made that one static. QMenu[Private]::symbianCommands was apparently unused -> deleted. RevBy: Jason Barron RevvBy: Markku Luukkainen | ||||
| * | | | Fixed incorrect focus detection. | Aleksandar Sasha Babic | 2009-06-02 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we assumed that focused widget will give us both the parent and the child. Rev By:Axis | ||||
| * | | | Missing double click handling added to mouse handling, so that latter release | makuukka | 2009-06-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | event is not missed. Reviewed-by: Janne Koskinen | ||||
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-02 | 11 | -369/+444 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-02 | 5 | -5/+5 |
| | |\ \ \ |