summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Designer: Minor BT issue: '-' button in Signal/Slot editor not updated.Friedemann Kleint2010-09-231-1/+1
| | * | | Changelog: 4.7.1 (uic/Designer).Friedemann Kleint2010-09-231-0/+1
| | * | | Incorrect translations for application menu items on Mac OS X.Prasanth Ullattil2010-09-231-2/+7
| | * | | Update the changelog with the SSE work done for Qt 4.7.1Benjamin Poulain2010-09-231-2/+7
| | * | | build configure.exe directly in source dirOswald Buddenhagen2010-09-231-1/+1
| | * | | fix build key generation for realOswald Buddenhagen2010-09-231-1/+1
| | * | | my changes for 4.7.1Peter Hartmann2010-09-231-0/+10
| | * | | My Qt 4.7.1 changesEskil Abrahamsen Blomfeldt2010-09-231-0/+9
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2320-148/+526
| |\ \ \ \
| | * | | | Compile on Symbian - rework the X11 mask patch a bit.Trond Kjernåsen2010-09-236-22/+19
| | * | | | Fix text direction setting in QTextBlock layoutJiang Jiang2010-09-231-6/+0
| | * | | | Fix text direction handling in QLabelJiang Jiang2010-09-232-11/+17
| | * | | | Fixed QPixmap::resize() for X11 pixmap with masks.Trond Kjernåsen2010-09-231-9/+14
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2319-117/+493
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2319-117/+493
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2219-117/+493
| | | | |\ \ \
| | | | | * | | QPainter not restored correctly in Graphics View.Bjørn Erik Nilsen2010-09-223-6/+47
| | | | | * | | Setting QGraphicsItem::ItemClipsChildrenToShape forces ItemClipsToShapeBjørn Erik Nilsen2010-09-222-45/+267
| | | | | * | | Fix compilationOlivier Goffart2010-09-221-2/+2
| | | | | * | | Fixed drawing of QPixmaps with masks in the GL 2 and X11 engines.Trond Kjernåsen2010-09-226-2/+22
| | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2210-64/+157
| | | | | |\ \ \
| | | | | | * | | Fix warning on MSVCOlivier Goffart2010-09-221-1/+1
| | | | | | * | | QThread: make sure start works even if called after exitOlivier Goffart2010-09-223-0/+45
| | | | | | * | | Revert "Fixed painter path drawing on FBO without stencil buffer."Kim Motoyoshi Kalland2010-09-222-30/+0
| | | | | | * | | Fix a crash with D&d on mingwThierry Bastian2010-09-221-6/+6
| | | | | | * | | Revert "Keep other text format with QTextOption::SuppressColors tag on"Jiang Jiang2010-09-221-6/+2
| | | | | | * | | Fixed stencil buffer on FBOs with OpenGL ES.Kim Motoyoshi Kalland2010-09-222-27/+79
| | | | | | * | | Keep other text format with QTextOption::SuppressColors tag onJiang Jiang2010-09-221-2/+6
| | | | | | * | | QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-222-0/+26
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-234-57/+93
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Improved Symbian4 platform detectionMiikka Heikkinen2010-09-234-57/+93
| |/ / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2322-180/+112
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Minimize parameter changes on glyph cache texturesAaron Kennedy2010-09-283-5/+32
* | | | | | | Only set maskTexture sampler uniform onceAaron Kennedy2010-09-282-6/+13
* | | | | | | Only repopulate the glyph cache when we know something could have changedAaron Kennedy2010-09-281-11/+16
* | | | | | | Remove unnecessary attribute changesAaron Kennedy2010-09-231-2/+0
* | | | | | | Invalidate QStaticText coord cache when texture size changesAaron Kennedy2010-09-231-1/+8
| |/ / / / / |/| | | | |
* | | | | | Various declarative autotest additions.Michael Brasser2010-09-239-1/+96
* | | | | | Update QtDeclarative def filesJoona Petrell2010-09-232-3/+7
* | | | | | Fix ListModel::set() so the implementation and docs areBea Lam2010-09-232-3/+4
* | | | | | Improve docs for Qt.quit()Bea Lam2010-09-231-1/+3
* | | | | | Doc fix.Michael Brasser2010-09-231-1/+1
* | | | | | Remove unused, unexported class.Michael Brasser2010-09-234-127/+0
* | | | | | Remove dead code paths in declarative list model code.Michael Brasser2010-09-234-44/+0
* | | | | | Properly cleanup in QDeclarativeModulePlugin test.Michael Brasser2010-09-231-0/+1
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2316-15/+551
|\ \ \ \ \
| * | | | | Move includes after copyright blockMartin Jones2010-09-221-5/+2
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2216-15/+554
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-224-0/+187
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2216-15/+367
| | |\ \ \ \ | | | |/ / / | | |/| | |