summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes from code reviewMarkku Luukkainen2009-06-097-72/+25
* Fixes from code reviewMarkku Luukkainen2009-06-0812-57/+70
* Removed QSoftkeySet as it wasn't used anymoreMarkku Luukkainen2009-06-081-3/+1
* Set empty buttons by defaultMarkku Luukkainen2009-06-081-0/+3
* Implemented context sensitive menu itemMarkku Luukkainen2009-06-081-17/+15
* Fixed parsing error when doing configure+compile in cleanMarkku Luukkainen2009-06-081-5/+4
* 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-0832-86/+191
|\ \ | |/ |/|
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-0832-86/+191
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-0828-84/+138
| | |\
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-0828-84/+138
| | | |\
| | | | * Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| | | | * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
| | | | * Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
| | | | * Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
| | | | * Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
| | | | * Make sure to retain alpha information in copyAnders Bakken2009-06-041-3/+4
| | | | * Remove a Q_ASSERT that could be triggered under some conditions.Thiago Macieira2009-06-041-1/+0
| | | | * Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | | | * Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-044-6/+15
| | | | * Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
| | | | * BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
| | | | * fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
| | | | * BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
| | | | * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
| | | | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
| | | | * open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
| | | | * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
| | | | * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
| | | | * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| | | | * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
| | | | * Fixed aspect ratio on WindowsThierry Bastian2009-06-022-0/+3
| | | | * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
| | | | * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
| | | | * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| | * | | Bug fix for 251870ikause2009-06-081-0/+19
| | |/ /
| | * | S60Style: Styled graphic support for editors.Sami Merilä2009-06-053-2/+34
* | | | Changed combobox to use popup as a parent when setting softkeys.Markku Luukkainen2009-06-061-1/+1
* | | | Added implementation to get default role namesMarkku Luukkainen2009-06-062-0/+27
* | | | 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-066-14/+18
* | | | Added helper class to make adding/removing softkeys easierMarkku Luukkainen2009-06-062-0/+149
* | | | Removed QSoftKeyStack and replaced places using it with theMarkku Luukkainen2009-06-0614-991/+10
* | | | Disabled context sensitive menu because it would cause compilationMarkku Luukkainen2009-06-061-2/+2
* | | | Replaced usage of QSoftKeyStack with QActions having SoftKeyRoleMarkku Luukkainen2009-06-062-70/+1
* | | | Added mapping from native hardware keys to softkeys. This enablesMarkku Luukkainen2009-06-061-2/+9
* | | | Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-065-25/+29
* | | | Renamed SoftKeyRoles to be more descriptiveMarkku Luukkainen2009-06-061-3/+5