summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | 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-221-0/+4
| * | | | | | | Improved Symbian4 platform detectionMiikka Heikkinen2010-09-233-31/+57
| |/ / / / / /
* | | | | | | 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-231-1/+1
* | | | | | Update QtDeclarative def filesJoona Petrell2010-09-232-3/+7
* | | | | | Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-2/+3
* | | | | | 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
|/ / / / /
* | | | | 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-229-10/+314
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-222-0/+98
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-229-10/+216
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-224-3/+42
| | * | | Update QtDeclarative def filesJoona Petrell2010-09-222-0/+167
| | * | | Add exports for BauhausThomas Hartmann2010-09-212-2/+2
| | * | | Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-211-3/+3
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-211-2/+2
| | |\ \ \
| | | * | | Small optimization for QDeclarativeVisualDataModel.Michael Brasser2010-09-211-2/+2
* | | | | | We also don't need to watch for org.freedesktop.DBus changing ownersThiago Macieira2010-09-221-0/+4
* | | | | | Avoid adding match rules for NameAcquired and NameLostThiago Macieira2010-09-221-9/+17
* | | | | | We don't need to add a match rule to receive messages targetted at us.Thiago Macieira2010-09-221-18/+0
* | | | | | Save the D-Bus's base service earlier.Thiago Macieira2010-09-221-2/+4
* | | | | | Pre-populate the watched services hash with org.freedesktop.DBusThiago Macieira2010-09-222-0/+7
* | | | | | Quick performance optimisation: cache a QString with "org.freedesktop.DBus"Thiago Macieira2010-09-221-9/+17
* | | | | | XML schema internals: fix memory leakPeter Hartmann2010-09-221-0/+1
* | | | | | QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-222-3/+6
* | | | | | Make the de-inlined isRightToLeft not get called from updatePropertiesThiago Macieira2010-09-221-20/+23
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-2220-111/+103
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | apply msvc flags to wince tooRomain Pokrzywka2010-09-212-2/+2
| * | | | fix qt static build on winceRomain Pokrzywka2010-09-212-14/+15
| * | | | fix build with QT_NO_GESTURESRomain Pokrzywka2010-09-211-1/+1
| * | | | Use regparm(3) for ICC too, otherwise it's an ABI mismatch in QCharThiago Macieira2010-09-211-1/+1
| * | | | Regenerate the Unicode tables after updates to the generator toolThiago Macieira2010-09-212-65/+82
| * | | | remove extra includesRitt Konstantin2010-09-2111-10/+1
| * | | | move QUnicodeTables:: script() and lineBreakClass() implementationsRitt Konstantin2010-09-211-17/+0
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-201-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Enable building Qt/Webkit with debug symbolsAnders Bakken2010-09-201-1/+1
| | |/ /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2210-85/+50
|\ \ \ \
| * | | | Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-214-9/+30
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Jason McDonald2010-09-213-72/+16
| |\ \ \ \
| | * | | | Qt headers must be included before X11 headersBenjamin Poulain2010-09-211-3/+3