summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Keep mirrored char handling consistent between some font enginesJiang Jiang2010-09-023-5/+1
* Fix symbol font detection in generic CMap decodingJiang Jiang2010-09-021-2/+2
* Minor performance improvement to QGraphicsItem::update.Bjørn Erik Nilsen2010-09-021-3/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-016-7/+118
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-016-7/+118
| |\
| | * Fix compiling issue for FreeType version earlier than 2.1.10Jiang Jiang2010-09-011-2/+9
| | * Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-011-1/+1
| | * Use NEON and preloading for 16 bit small / medium sized image blits.Samuel Rødal2010-09-014-4/+108
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-016-41/+52
|\ \ \ | |/ / |/| |
| * | Merge branch 'variousFixes' into 4.7-s60axis2010-09-015-40/+47
| |\ \
| | * | Fixed input context trying to squeeze content into a full widget.axis2010-09-011-0/+7
| | * | Fixed a case where a newly created native widget would lose focus.axis2010-09-011-9/+20
| | * | Cleaned up position tracking in the Symbian input methods.axis2010-09-013-15/+18
| | * | Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-013-16/+2
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-09-0121-268/+448
| |\ \ \ | | | |/ | | |/|
| * | | QS60Style: Itemviews are drawn incorrectlySami Merila2010-09-011-1/+5
* | | | Fix some missing proxy calles for CleanLooksJens Bache-Wiig2010-09-011-5/+5
| |/ / |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-311-2/+5
|\ \ \
| * | | QTextEngine::LayoutData::reallocate musn't corrupt memoryJoão Abecasis2010-08-311-2/+5
* | | | Undefined SSE symbols when crosscompiling Qt on PPC.Benjamin Poulain2010-08-314-11/+2
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-312-139/+259
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-302-139/+259
| |\ \ \
| | * | | Fix QStaticText with OpenGL1 engineEskil Abrahamsen Blomfeldt2010-08-301-1/+2
| | * | | qdrawhelper: backport the optimisations in fetchTransformBilinear from master...Olivier Goffart2010-08-301-138/+257
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-303-65/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Doc: Fixed qdoc warnings and generalized the date and time descriptions.David Boddie2010-08-271-16/+2
| * | | | Doc: Whitespace fixes.David Boddie2010-08-271-3/+3
| * | | | doc: Fixed numerous qdoc warnings.Martin Smith2010-08-272-52/+19
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-301-1/+3
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-08-275-11/+16
| |\ \ \ | | |/ /
| * | | QLineEdit cursor is shown when asked to be non-visibleSami Merila2010-08-271-1/+3
* | | | Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-277-17/+26
* | | | Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-272-1/+6
* | | | Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-272-6/+4
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-278-29/+130
|\ \ \ \ | |_|/ / |/| | |
| * | | Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush.Trond Kjernåsen2010-08-261-0/+2
| * | | Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-267-95/+195
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-257-95/+195
| | |\ \ | | | |/ | | |/|
| | | * Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition.Bjørn Erik Nilsen2010-08-251-7/+3
| | | * Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
| | | * Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | | * Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-253-0/+40
| | | * Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-255-22/+83
* | | | Cocoa: Demo browser can get stuck after closing modal dialogRichard Moe Gustavsen2010-08-261-0/+6
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-254-11/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-254-11/+10
| |\ \ \ | | |/ / | |/| |
| | * | Fixed item view background color in Gtk styleJens Bache-Wiig2010-08-251-1/+4
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-253-10/+6
| | |\ \ | | | |/ | | |/|
| | | * Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-2/+3