summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Removed pointless variables to silence warnings from RVCT.axis2009-07-061-5/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29151-341/+381
|\
| * Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-2/+2
| * Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-236-18/+50
| * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16151-302/+302
| * Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
| * Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
| * Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
| * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-101-2/+4
* | Fixed various useless warnings.axis2009-06-292-3/+3
* | Fix warnings because of unused variables.axis2009-06-295-18/+18
* | Improve softkey implementation and add a default 'Exit' button to RSK.Jason Barron2009-06-172-21/+53
* | removed commented codeJanne Koskinen2009-06-171-1/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-173-8/+25
|\ \
| * | Fix crash in case of out of memoryHarald Fernengel2009-06-161-2/+12
| * | Update softkeys correctly when no focus widget is present.Jason Barron2009-06-162-6/+13
* | | longtap event gets properly cancelled when entering popupJanne Koskinen2009-06-171-6/+9
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-152-2/+2
|\ \
| * | remove compiler warning on MSVCHarald Fernengel2009-06-151-1/+1
| * | Added ExitSoftKey roleMarkku Luukkainen2009-06-151-1/+1
* | | undeclared variable when exceptions disabledmread2009-06-151-3/+5
|/ /
* | bug fix for doubleclick event for symbianJanne Koskinen2009-06-121-1/+1
* | Fixed layout when orientation changed via AknAppUi::SetOrientationL.Janne Anttila2009-06-121-0/+3
* | Initialize softKeyRole in the constructor.Ariya Hidayat2009-06-111-1/+2
* | Even more polish to softkey APIMarkku Luukkainen2009-06-111-1/+4
* | Polished the documentation of softkey APIMarkku Luukkainen2009-06-111-14/+7
* | Added documentation for softkeysMarkku Luukkainen2009-06-111-0/+34
* | Changed to use proper conversion from qstring to hbufMarkku Luukkainen2009-06-101-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-06-1014-36/+106
|\ \
| * | Make Qt exception safer.Robert Griebl2009-06-1014-36/+106
* | | Merge branch 'softkeys_without_stack'Markku Luukkainen2009-06-108-6/+172
|\ \ \ | |/ / |/| |
| * | Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60...Markku Luukkainen2009-06-101-0/+1
| |\ \
| | * | Call DrawDeferred() after setting softkeysAlessandro Portale2009-06-101-0/+1
| * | | Better handling for setting softkeysMarkku Luukkainen2009-06-101-1/+1
| |/ /
| * | Fixes from code reviewMarkku Luukkainen2009-06-091-41/+0
| * | Fixes from code reviewMarkku Luukkainen2009-06-087-24/+40
| * | Removed QSoftkeySet as it wasn't used anymoreMarkku Luukkainen2009-06-081-3/+1
| * | Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60...Markku Luukkainen2009-06-081-0/+7
| |\ \
| | * | Make the linker happy on non-Q_WS_S60Alessandro Portale2009-06-071-0/+7
| * | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-06-083-7/+14
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-083-7/+14
| | |\ \
| * | | | Added support for setting softkeys dynamicallyMarkku Luukkainen2009-06-062-3/+6
| * | | | Fixed bug that caused the softkeys list not to be cleared afterMarkku Luukkainen2009-06-061-0/+2
| * | | | Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-062-3/+3
| * | | | Removed QSoftKeyStack and replaced places using it with theMarkku Luukkainen2009-06-063-3/+2
| * | | | Added mapping from native hardware keys to softkeys. This enablesMarkku Luukkainen2009-06-061-2/+9
| * | | | Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-064-24/+27
| * | | | Renamed SoftKeyRoles to be more descriptiveMarkku Luukkainen2009-06-061-3/+5
| * | | | Added SoftKeyRoleMarkku Luukkainen2009-06-063-0/+35