summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Initial version of softkey implementation that doesn't useMarkku Luukkainen2009-06-054-1/+133
| |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-052-31/+37
| |\ \
| * \ \ Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-06-051-1/+1
| |\ \ \
| | * | | Fix mergeAlessandro Portale2009-06-031-2/+1
| | * | | Resolving merge conflictsAlessandro Portale2009-06-0321-68/+457
| | |\ \ \
| * | \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-0321-68/+456
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-292-3/+4
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-281-10/+13
| |\ \ \ \ \
| * | | | | | Moved the soft key command relay acrobatics from QApplication toAlessandro Portale2009-05-271-9/+3
| * | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-272-8/+65
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-254-11/+38
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-192-15/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into softkeysaxis2009-05-184-22/+12
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Less meat.Alessandro Portale2009-05-131-2/+1
| * | | | | | | | | | If the command is in a magic range pass it along to a currently activeAlessandro Portale2009-05-131-2/+11
* | | | | | | | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-083-7/+14
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-083-7/+14
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |