summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Change function name to match symbianHandleCommand().Jason Barron2009-06-032-2/+2
* Some minor correction to qs60style.peknurmi2009-06-031-18/+18
* Now qs60style does not send extra resize event in orientation change.peknurmi2009-06-033-29/+54
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-038-47/+30
|\
| * Since now, S60 commands are handled by QApplication::s60HandleCommandLAlessandro Portale2009-06-027-42/+17
| * Fixed incorrect focus detection.Aleksandar Sasha Babic2009-06-021-1/+8
| * Missing double click handling added to mouse handling, so that latter releasemakuukka2009-06-021-4/+4
| * Initialize the QImageAlessandro Portale2009-06-021-0/+1
* | Fix to qapplication::setActiveWindow autotest case in Symbian.Janne Anttila2009-06-031-2/+6
|/
* S60Style: Add support for setting themePalette to QStyleOption. Also, set up ...Sami Merilä2009-06-024-360/+438
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-0232-218/+325
|\
| * Remove unused variable.Alexis Menard2009-05-291-1/+0
| * Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
| * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
| * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
| * Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
| * Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
| * BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
| * Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+6
| * Fixed a possible assert in QGtkStyleJens Bache-Wiig2009-05-271-32/+31
| * Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
| * Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
| * QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-5/+6
| * Fix a painting issue in the QGtkStyle statusbarJens Bache-Wiig2009-05-261-1/+1
| * BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-262-5/+9
| * Carbon, QFontDialog::getFont() ignore the "initial" parameterRichard Moe Gustavsen2009-05-261-8/+31
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-263-5/+10
| * fix double slash prepending causing troubles on WinCEMaurice Kalinowski2009-05-261-6/+12
| * BT:Fix access of deleted memory with a static QCursor.Michael Goddard2009-05-261-1/+3
| * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-252-10/+10
| * Doc: Removed documentation about the non-existentDavid Boddie2009-05-251-2/+0
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-259-113/+140
| |\
| | * BT: Namespace compile fixes.Norwegian Rock Cat2009-05-252-1/+2
| | * BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-251-4/+7
| | * BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-251-13/+16
| | * BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-251-8/+20
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-252-0/+9
| | |\
| | * | qdoc: Moved some qdoc comments to a common cpp file.Martin Smith2009-05-254-87/+95
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-2515-76/+79
| |\ \ \ | | | |/ | | |/|
| | * | BT: Mac: Crash when using QFontDialogRichard Moe Gustavsen2009-05-252-0/+9
| | |/
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-2010-182/+58
| |\ \
| * | | Doc: Fixed the paper sizes again.David Boddie2009-05-201-16/+16
* | | | Set each widgets palette after changing the theme.Alessandro Portale2009-06-011-1/+4
* | | | Moved originalPalette member from public to private class.Alessandro Portale2009-06-013-5/+6
* | | | A fix for a bug 252798ikause2009-05-291-0/+1
* | | | Disable keypad navigation for the autotests and document it.Jason Barron2009-05-291-3/+3
* | | | S60Style: Remove unneeded case-statements and own implementation for drawItem...Sami Merilä2009-05-293-94/+0
* | | | S60Style: Rename the private class to highlight that it is available only to ...Sami Merilä2009-05-292-1/+1
* | | | Fixed input methods support on all spinbox types.axis2009-05-284-1/+24