summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Make compile.Michael Brasser2010-03-241-1/+1
| * | | | | | | Output all Loader errors.Michael Brasser2010-03-244-4/+29
| * | | | | | | Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-243-1/+23
| * | | | | | | Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-246-2/+71
| * | | | | | | Animation construction optimization.Michael Brasser2010-03-243-1/+83
| * | | | | | | Origin safety testing for imported resources.Warwick Allison2010-03-247-15/+91
* | | | | | | | Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-243-44/+52
* | | | | | | | Doc: ids start with lowercaseMartin Jones2010-03-241-9/+9
|/ / / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-03-2326-187/+636
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-2315-121/+478
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'configureFixes' into 4.7-s60axis2010-03-232-8/+42
| | |\ \ \ \ \ \
| | | * | | | | | Fixed usage of xplatform in configure.axis2010-03-231-2/+2
| | | * | | | | | Merge branch 'linux-symbian-sbsv2-support' into 4.7-s60axis2010-03-232-8/+42
| | | |\ \ \ \ \ \
| | | | * | | | | | Disable OpenVG for symbian-sbsv2 on Linux.axis2010-03-151-1/+1
| | | | * | | | | | Corrected wrong header casing.axis2010-03-151-1/+1
| | | | * | | | | | Moved -s60 and -usedeffiles options docs to Symbian section.axis2010-03-151-6/+5
| | | | * | | | | | Added rpp and rsg files to ignore filter.axis2010-03-151-0/+2
| | | | * | | | | | Forced little endianness when using symbian-sbsv2 mkspec.axis2010-03-151-0/+2
| | | | * | | | | | Fixed incorrect platform string when building for Symbian.axis2010-03-151-0/+2
| | | | * | | | | | Added -qt-style-s60 to Symbian configure options on Linux.axis2010-03-151-0/+31
| | * | | | | | | | Fixed mif generation on symbian-abld.axis2010-03-231-1/+4
| | * | | | | | | | Fixed regular expression matching.axis2010-03-231-1/+1
| | |/ / / / / / /
| | * | | | | | | More fool proof way for finding these headersThomas Zander2010-03-231-1/+1
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-2313-111/+431
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-2313-111/+431
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-2213-111/+431
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Merge symbianutils from qtcreator e82219b344ee471dbb5d8e7f1351404ff9616d6cShane Kearns2010-03-226-77/+384
| | | | | * | | | | | | Enable installation of a sis file without running any applicationShane Kearns2010-03-221-22/+27
| | | | | * | | | | | | Replace download % display with a progress barShane Kearns2010-03-221-2/+9
| | | | | * | | | | | | This file does not existThomas Zander2010-03-221-2/+1
| | | | | * | | | | | | Fix configure false positives when checking for symbianThomas Zander2010-03-221-4/+4
| | | | | * | | | | | | Fix compile on symbian better.Thomas Zander2010-03-222-4/+4
| | | | | * | | | | | | Make ICON generation (to symbian mif) work for relative paths/shadow buildsThomas Zander2010-03-221-0/+2
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-2312-68/+159
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Wrong repaint when changing the default row height in QTreeViewGabriel de Dietrich2010-03-231-4/+8
| | * | | | | | | | | tst_QObject: test signals and slots with the same nameOlivier Goffart2010-03-231-2/+40
| | * | | | | | | | | Fix warnings in tst_qobject.cppOlivier Goffart2010-03-231-17/+19
| | * | | | | | | | | Optimize QMetaObject::indexOf* functionsOlivier Goffart2010-03-231-31/+32
| | * | | | | | | | | Add new function QTextLine::horizontalAdvance()Eskil Abrahamsen Blomfeldt2010-03-233-1/+16
| | * | | | | | | | | Fix warning on Sequential Animation GroupThierry Bastian2010-03-231-6/+1
| | * | | | | | | | | build fix for mingwThierry Bastian2010-03-231-1/+0
| | * | | | | | | | | Adding the autotest for the taskThierry Bastian2010-03-231-0/+27
| | * | | | | | | | | Fix QGraphicsEffect cache when the item is not visible by the view.Alexis Menard2010-03-233-3/+3
| | * | | | | | | | | Calling setX and setY should send itemSendGeometry/ScenePositionChanged eventsAlexis Menard2010-03-232-3/+13
* | | | | | | | | | | Minehunt readme was missing a step.Alan Alpert2010-03-231-0/+2
* | | | | | | | | | | Make more tests compile on solaris-ccAlan Alpert2010-03-235-19/+19
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-23172-3296/+3624
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-03-232-21/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-232-21/+14
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | | | / / / / / / / / | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | API fixes to QGLBuffer.Rhys Weatherley2010-03-222-21/+14