summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1612-24/+55
|\
| * Fixed QImageReader::format() inconsistency.Samuel Rødal2010-06-155-18/+30
| * Fixed missing stroke for flat ellipses.Samuel Rødal2010-06-153-4/+6
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-15104-464/+1461
| |\
| | * Added missing sanity checks in qimage.cppSamuel Rødal2010-06-151-0/+13
| | * Fix regression, remove artificial emboldening of monospaced fontsEskil Abrahamsen Blomfeldt2010-06-151-1/+1
| * | Doc: QTreeWidgetItems remove themselves from views when deleted.Geir Vattekar2010-06-041-0/+4
| * | Doc: Removed a link to Qt3 support in QSliderGeir Vattekar2010-06-021-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-152-36/+79
|\ \ \ | |_|/ |/| |
| * | ComboBox popuplist is not correctly layouted in fullscreen modeSami Merila2010-06-151-10/+1
| * | Stylus menu for Share (QT app) is different from native S60 appsSami Merila2010-06-151-31/+35
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-06-1531-127/+303
| |\ \
| * | | Stylus menu for Share (QT app) is different from native S60 appsSami Merila2010-06-112-19/+67
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-157-28/+74
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-147-28/+74
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixed error reporting in grayraster and reduced default pool size.Carolina Gomes2010-06-144-22/+35
| | * | | Add QTextOption API to QStaticTextEskil Abrahamsen Blomfeldt2010-06-143-6/+39
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-124-11/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-124-11/+42
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not keep flush timer running once no pixmaps are detached.Warwick Allison2010-06-111-11/+18
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-103-0/+24
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-103-0/+24
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-083-0/+24
| | | | |\ \ \
| | | | | * | | Cursor positioning in QTextDocument after undo()mae2010-06-083-0/+24
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-123-60/+60
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Incorrectly named keys in QS60StyleEnums::SkinPartsSami Merila2010-06-113-60/+60
| |/ / / / /
* | | | | | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-116-5/+14
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1026-122/+289
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1026-122/+289
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | QWidget::childAt for masked child widgets doesn't work properlyBjørn Erik Nilsen2010-06-102-31/+53
| | * | | | Optimized 90-, 180-, and 270- rotated blits in raster paint engine.Samuel Rødal2010-06-101-0/+105
| | * | | | Rename QLocale::isWrittenRightToLeft() to textDirection()Lars Knoll2010-06-094-4/+4
| | * | | | Fixed some bugs in detection of keyboard directionalityLars Knoll2010-06-095-51/+18
| | * | | | consistent handling of directionality in QTextLayoutLars Knoll2010-06-093-15/+23
| | * | | | For an empty line edit the cursor position is depending on input languageLars Knoll2010-06-091-1/+4
| | * | | | correctly initialize the bidi level in the text engineLars Knoll2010-06-091-2/+15
| | * | | | Use the textDirection() of blocks correctly.Lars Knoll2010-06-094-14/+7
| | * | | | Add QTextBlock::textDirection()Lars Knoll2010-06-092-0/+45
| | * | | | Make sure LayoutDirectionAuto is the default text directionLars Knoll2010-06-091-2/+5
| | * | | | LayoutDirectionAuto is the default layout direction for QPainterLars Knoll2010-06-091-5/+7
| | * | | | Correct BiDi behavior of QLineEditLars Knoll2010-06-092-6/+7
| | * | | | The default text direction for QTextOption is Qt::LayoutDirectionAutoLars Knoll2010-06-092-3/+3
| | * | | | Handle setting the layoutDirection to Qt::LayoutDirectionAutoLars Knoll2010-06-092-1/+6
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-083-3/+3
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-083-3/+3
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Allow to build Qt in static with mingwThierry Bastian2010-06-072-2/+2
| | | | * | Fix QTransform::map(const QPainterPath &) not working with paths thatSimon Hausmann2010-06-071-1/+1
* | | | | | QS60Style: QComboBox displays checkboxes for itemsSami Merila2010-06-101-1/+8
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Toby Tomkins2010-06-1011-34/+124
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-0811-34/+124
| |\ \ \ \ | | |/ / / | |/| | |