summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QListView: Re-fix scrollbar rangesGabriel de Dietrich2010-04-151-4/+10
* Fix compile error with QT_NO_GRAPHICSVIEW in QtMultimediaTasuku Suzuki2010-04-153-1/+23
* Fix compile error with QT_NO_IMAGEFORMAT_XPM in QtGuiTasuku Suzuki2010-04-152-0/+4
* Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-154-32/+49
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-1514-35/+94
|\
| * Fix compilation of ShivaVG, which does not have EGL.Rhys Weatherley2010-04-151-0/+2
| * Move nativePaintingActive flag to GL2 engine's privateTom Cooksey2010-04-142-9/+10
| * More adjustments to QTBUG-6800Carolina Gomes2010-04-143-13/+11
| * Adjustments to QTBUG-6800 patch.Carolina Gomes2010-04-141-8/+6
| * QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-143-1/+39
| * Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-148-32/+44
| * Print more information when debugging X11 Visual selectionTom Cooksey2010-04-141-0/+10
| * Fix gcc compile warning in qstatictext.cppEskil Abrahamsen Blomfeldt2010-04-141-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-304047-160751/+330419
| |\
| * | Avoid taking sqrt of negative number in FT font engineEskil Abrahamsen Blomfeldt2010-03-301-1/+1
* | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-158-60/+200
|\ \ \
| * \ \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-148-60/+200
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-148-60/+200
| | |\ \
| | | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-133-4/+16
| | | |\ \
| | | | * | Fix QNX screen initializationJohannes Zellner2010-04-131-1/+1
| | | | * | QNAM HTTP: Do not pipeline with WebLogic serversMarkus Goetz2010-04-131-0/+2
| | | | * | Make qsTr work in global scopeKent Hansen2010-04-131-3/+13
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-131-2/+13
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Not possible to show selected text in virtual keyboardSami Merila2010-04-131-2/+13
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-131-1/+1
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Fix typos, there is no QT_NO_SSLMarkus Goetz2010-04-131-1/+1
| | | * | | QS60Style: Single Click UI support for SD 9.2 time-boxSami Merila2010-04-133-53/+170
| | | |/ /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1444-169/+610
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-143-6/+12
| |\ \ \ \ \
| | * | | | | Updates to the module documentationmae2010-04-142-4/+10
| * | | | | | Add QML documentation for validatorsAlan Alpert2010-04-141-9/+70
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-1493-1068/+1631
| |\ \ \ \ \ | | |/ / / /
| * | | | | Reduce warnings at shutdownAaron Kennedy2010-04-146-4/+40
| * | | | | Image with PreserveAspect enabled with either width or height defined should ...Joona Petrell2010-04-141-0/+6
| * | | | | Reduce warnings at shutdownAaron Kennedy2010-04-145-9/+10
| * | | | | Fix QT_NO_DESKTOPSERVICESTasuku Suzuki2010-04-141-2/+8
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alexis Menard2010-04-149-9/+20
| |\ \ \ \ \
| | * | | | | Compiled bindings should not print warnings where normal bindings don'tAaron Kennedy2010-04-141-3/+1
| | * | | | | Include qvariant.h as a convenience as context propertiesBea Lam2010-04-141-0/+1
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1416-80/+365
| | |\ \ \ \ \
| | | * | | | | Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-145-5/+5
| | * | | | | | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-142-1/+13
| * | | | | | | Merge branch '4.7' into reviews/2361Alexis Menard2010-04-143953-159806/+328683
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-1411-75/+360
| | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-141-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-142-6/+6
| | | |\ \ \ \ \
| | | * | | | | | Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-1/+1
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-142-6/+6
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Doc fix.Michael Brasser2010-04-142-6/+6
| | | |/ / / / /
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-145-6/+16
| | |\ \ \ \ \ \ | | | |/ / / / /