summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Enabled Qt key events to work also when native key code is missing.wasila2010-02-253-164/+141
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-2521-164/+415
|\
| * Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-254-50/+89
| * Fixed translucent window rendering on 16 bit X11.Samuel Rødal2010-02-241-1/+1
| * GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-2/+25
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-233-12/+19
| |\
| | * QLineEdit shows leftovers of edit cursor after clear()Prasanth Ullattil2010-02-231-1/+1
| | * doc: Added indication of default modality value for panels.Martin Smith2010-02-231-3/+10
| | * QColorDialog::open() freezes the app the *second* time it is used on MacCarlos Manuel Duclos Vergara2010-02-231-2/+8
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-231-6/+0
| | |\
| | | * doc: Removed some erroneous text.Martin Smith2010-02-231-6/+0
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-231-1/+1
| |\ \ \
| | * | | Fix documentmode tab label text on Mac OSXJens Bache-Wiig2010-02-231-1/+1
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-231-1/+2
| |\ \ \ \
| | * | | | Regression: QGraphicsScene::render fails to render the entire scene correctly.Bjørn Erik Nilsen2010-02-231-1/+2
| | | |/ / | | |/| |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-231-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Enable window size caching on Symbian NGA variants.Jason Barron2010-02-231-0/+4
| | |/ /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-222-0/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Stylesheet: Fix size specified in QToolbar::handleOlivier Goffart2010-02-221-0/+7
| | * | fix crash on Windows CE on WM_SETTINGCHANGEJoerg Bornemann2010-02-221-0/+5
| | |/
| * | Build fix for 976a2b6ad1f95175d8d0be2d1eb7603cf4e4026a.Carlos Manuel Duclos Vergara2010-02-221-2/+4
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-224-27/+188
| |\ \ | | |/ | |/|
| | * QFontDialog::exec() never returns on OSXCarlos Manuel Duclos Vergara2010-02-224-27/+188
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-191-65/+65
| |\ \
| | * | Fixed off-by-one blending errors in the NEON drawhelper code.Samuel Rødal2010-02-191-65/+65
| | |/
| * | use egl properties when creating surfaces on symbianLars Knoll2010-02-191-2/+2
| * | Get rid of the dependency on the Symbian app layerLars Knoll2010-02-191-1/+3
* | | Crash in QGraphicsScenePrivate::setFocusItemHelperSami Merila2010-02-251-1/+2
|/ /
* | Supressed Icon sizes on QPushButton in QS60StyleSami Merila2010-02-191-2/+12
* | ColorDialog is always shown as stripped-down version (for QVGA)Sami Merila2010-02-191-4/+2
* | Virtual keyboard can't be closed anymore after tapping the text areaSami Merila2010-02-191-1/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-192-8/+18
|\ \ | |/ |/|
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-182-8/+18
| |\
| | * QWebView scrolling doesn't clear old elements before painting againSami Merila2010-02-182-8/+18
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-182-11/+10
|\ \ \ | |/ / |/| |
| * | QTreeView: Fix premature pessimizationJoão Abecasis2010-02-181-4/+5
| * | Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-181-1/+1
| |\ \ | | |/ | |/|
| | * Fix undefined sequence point compiler warningDirk Mueller2010-02-171-1/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-185-23/+23
|\ \ \ | |/ / |/| |
| * | Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
| * | Fixed a regression in dockwidgets that would jump when toplevel resizedThierry Bastian2010-02-182-1/+2
| * | Documented behavior of blur effect radius and drop shadow offset.Samuel Rødal2010-02-181-2/+10
| * | Fixed autotest failure in tst_QPainter::drawEllipse on Maemo.Samuel Rødal2010-02-181-8/+0
* | | Fixed softkey localizaton to comile also on platforms without softkeys.Janne Anttila2010-02-181-0/+2
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-186-13/+40
|\ \ \ | |_|/ |/| |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-176-13/+40
| |\ \ | | |/ | |/|
| | * Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-176-13/+40
* | | Doc fix, ensure that the \obsolete tag is placed correctlyAndy Shaw2010-02-171-1/+3
|/ /
* | Fixed autotest failure in tst_QGraphicsScene::render on Maemo.Samuel Rødal2010-02-171-14/+4
|/