summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Allow qmake to compile using it's .pro file.Jason Barron2009-06-031-1/+1
| | | | * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-032-2/+28
| | | | * Doc - some sentence clean upsKavindra Devi Palaraja2009-06-031-7/+7
| | | | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-032-4/+13
| | | | * BT: qt demo takes 100% of the cpu on X11Olivier Goffart2009-06-032-12/+3
| | | | * Doc - minor fixes to beautify the sentenceKavindra Devi Palaraja2009-06-031-2/+2
| | | | * rename some plural formsOswald Buddenhagen2009-06-031-4/+3
| | | | * drop traditional czech plural rules in favor of today's slovak-like rulesOswald Buddenhagen2009-06-031-8/+2
| | | | * fix turkish plural formsOswald Buddenhagen2009-06-031-1/+1
| | | | * fix tagalog plural formsOswald Buddenhagen2009-06-031-2/+8
| | | | * fix icelandic plural formsOswald Buddenhagen2009-06-031-1/+5
| | | | * fix lithuanian plural rulesOswald Buddenhagen2009-06-031-2/+2
| | | | * centralize removeServer() invocation for some more determinismOswald Buddenhagen2009-06-031-5/+9
| | | | * 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
| | | | * Doc - fixed a typoKavindra Devi Palaraja2009-06-031-1/+1
| | | | * _networktest compile fixJoerg Bornemann2009-06-031-1/+1
| | | | * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
| | | | * Update my changelog for 4.5.2Olivier Goffart2009-06-021-0/+39
| | | | * my changes for 4.5.2Joerg Bornemann2009-06-021-0/+1
| | | | * missing deployment rule added to examples/richtext/textobjectJoerg Bornemann2009-06-021-0/+4
| | | | * 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
| | | | * Correct invalid font.Norwegian Rock Cat2009-06-021-1/+1
| | | | * 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
| | | | * My Changelog for 4.5.2Peter Hartmann2009-06-021-0/+10
| | | | * Changelog for 4.5.2Denis Dzyubenko2009-06-021-0/+5
| | | | * Doc - changing the "main layout" term to "top level widget's layout" toKavindra Devi Palaraja2009-06-022-7/+12
| | | | * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
| | | | * My 4.5.2 changes for the changelog.Samuel Rødal2009-06-021-1/+25
| | | | * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| | | | * My changes for Qt 4.5.2.Norwegian Rock Cat2009-06-021-0/+18
| | | * | S60theme util's README typos fixed.Sami Merilä2009-06-081-4/+4
| | * | | Bug fix for 251870ikause2009-06-082-1/+70
| | |/ /
| | * | Proper English sentenceAlessandro Portale2009-06-071-2/+2
| | * | Added a README to give people a hint of what this obscure piece ofAlessandro Portale2009-06-071-0/+31
| | * | 's60theme' is a commandline tool which converts Carbide.ui themes intoAlessandro Portale2009-06-074-0/+441
| | * | 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-067-17/+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