| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Removed trace statements from QtGui | Gareth Stockwell | 2009-09-28 | 1 | -189/+8 |
|
|
* | | Removed calls to CCoeControl::DrawNow from QWidgetPrivate::setWSGeometry | Gareth Stockwell | 2009-09-28 | 1 | -30/+7 |
|
|
* | | Implemented QWidget::mapFromGlobal, QWidget::mapToGlobal, for case where chil... | Gareth Stockwell | 2009-09-28 | 1 | -5/+8 |
|
|
* | | Revert "Revert all GUI changes from the MMF work." | Frans Englich | 2009-09-28 | 1 | -51/+375 |
|/ |
|
* | Compile fix for platforms prior to Symbian^3. | Jason Barron | 2009-09-23 | 1 | -0/+2 |
|
|
* | Implement Qt::WA_AcceptTouchEvents on S60 | Bradley T. Hughes | 2009-09-23 | 1 | -0/+12 |
|
|
* | Refactor soft keys implementation. | Jason Barron | 2009-09-21 | 1 | -72/+0 |
|
|
* | Enable compiling Symbian port with QT_NO_CURSOR | Shane Kearns | 2009-09-17 | 1 | -1/+2 |
|
|
* | QCursor support for Symbian OS | Shane Kearns | 2009-09-15 | 1 | -19/+58 |
|
|
* | Fixed QWidget::activateWindow for Symbian. | Janne Anttila | 2009-09-11 | 1 | -6/+5 |
|
|
* | Fixed QWidget::setWindowState for Symbian. | Janne Anttila | 2009-09-11 | 1 | -16/+27 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch 'minimizeWrapperApp' into 4.6 | axis | 2009-09-03 | 1 | -1/+3 |
|\ |
|
| * | Move the S60/Avkon framework initialization into QtGui. | axis | 2009-09-03 | 1 | -1/+3 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|/ |
|
* | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 1 | -1/+1 |
|
|
* | Changing names of Symbian leave <-> qt throw translation functions | mread | 2009-08-13 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-08-07 | 1 | -4/+4 |
|\ |
|
| * | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -3/+3 |
|
|
| * | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 1 | -1/+1 |
|
|
* | | Leaves -> exceptions | mread | 2009-08-06 | 1 | -5/+6 |
|/ |
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-08-05 | 1 | -27/+27 |
|\ |
|
| * | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -28/+28 |
|
|
* | | protecting against leak in QSymbianControl when QWidget construction fails | mread | 2009-08-05 | 1 | -18/+26 |
|/ |
|
* | fixed qt_pixmapToNativeBitmap name merge problem | mread | 2009-08-03 | 1 | -4/+4 |
|
|
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -16/+18 |
|
|
* | Restored window title after another top-level window was closed. | Janne Anttila | 2009-07-31 | 1 | -3/+9 |
|
|
* | Swicthed back to original way of using AddToStackL and RemoveFromStack | Janne Anttila | 2009-07-30 | 1 | -13/+28 |
|
|
* | Implemented setWindowIcon for S60 devices without context pane. | Janne Anttila | 2009-07-23 | 1 | -0/+36 |
|
|
* | Make S60 integration optional. | Jason Barron | 2009-07-15 | 1 | -24/+46 |
|
|
* | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 1 | -10/+32 |
|\ |
|
| * | Switched to asynchronous focus handling on Symbian. | axis | 2009-07-09 | 1 | -0/+26 |
|
|
| * | Silenced warnings from RVCT. | axis | 2009-07-06 | 1 | -1/+1 |
|
|
| * | Removed pointless variables to silence warnings from RVCT. | axis | 2009-07-06 | 1 | -5/+1 |
|
|
| * | Fix warnings because of unused variables. | axis | 2009-06-29 | 1 | -4/+4 |
|
|
* | | Manually fix bad merges and make sure everything compiles with 4.6. | Harald Fernengel | 2009-06-29 | 1 | -1/+1 |
|/ |
|
* | Improve softkey implementation and add a default 'Exit' button to RSK. | Jason Barron | 2009-06-17 | 1 | -16/+49 |
|
|
* | Changed to use proper conversion from qstring to hbuf | Markku Luukkainen | 2009-06-10 | 1 | -1/+1 |
|
|
* | Merge branch 'softkeys_without_stack' | Markku Luukkainen | 2009-06-10 | 1 | -1/+52 |
|\ |
|
| * | Call DrawDeferred() after setting softkeys | Alessandro Portale | 2009-06-10 | 1 | -0/+1 |
|
|
| * | Fixes from code review | Markku Luukkainen | 2009-06-09 | 1 | -41/+0 |
|
|
| * | Fixes from code review | Markku Luukkainen | 2009-06-08 | 1 | -4/+3 |
|
|
| * | Removed QSoftkeySet as it wasn't used anymore | Markku Luukkainen | 2009-06-08 | 1 | -3/+1 |
|
|
| * | Added support for setting softkeys dynamically | Markku Luukkainen | 2009-06-06 | 1 | -1/+2 |
|
|
| * | Fixes to make gui compile after clean configure. Removal | Markku Luukkainen | 2009-06-06 | 1 | -3/+0 |
|
|
| * | Replaced usage of QSoftKeyActions with QActions+SoftKeyRoles | Markku Luukkainen | 2009-06-06 | 1 | -14/+19 |
|
|
| * | Initial version of softkey implementation that doesn't use | Markku Luukkainen | 2009-06-05 | 1 | -0/+91 |
|
|
* | | Avoid unnecessary calls to FocusChanged in Symbian. | Janne Anttila | 2009-06-08 | 1 | -3/+6 |
|/ |
|
* | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-05-11 | 1 | -6/+39 |
|\ |
|