summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | merge commit c638ddc70f6a8196f2c8b11808ab01510233a0ee from harfbuzz:Lars Knoll2010-04-143-50/+193
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-141-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix autotest failure: QIODevice::read() on a closed device must return -1Thiago Macieira2010-04-141-0/+1
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-145-23/+59
| |\ \ \ | | |_|/ | |/| |
| | * | QS60Style: HouseKeeping taskSami Merila2010-04-141-10/+9
| | * | QS60Style: In a very short combobox, text is cutSami Merila2010-04-141-9/+10
| | * | QS60Style: Sometimes progressbars do not animateSami Merila2010-04-141-2/+4
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-144-2/+36
| | |\ \
| | | * | Implement OpenVG buffer scrolling and enable it on Symbian.Jason Barron2010-04-144-2/+36
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-142-3/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | QAbstractScrollArea StyleSheet: fix drawing of border with SH_ScrollView_Fram...Olivier Goffart2010-04-142-3/+15
| * | | | Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-2/+2
| * | | | QFtp: Fix possible crashMarkus Goetz2010-04-141-0/+6
| | |/ / | |/| |
* | | | Correctly support translation in QDeclarativePixmapCacheWarwick Allison2010-04-162-5/+7
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1653-314/+704
|\ \ \ \
| * | | | Correctly support translation in QDeclarativeCompilerAaron Kennedy2010-04-152-8/+2
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1546-309/+647
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1546-309/+647
| | |\ \ \ \
| | | * | | | Support valuetypes as method return valuesAaron Kennedy2010-04-155-40/+99
| | | * | | | Compile without Qt3 support.Yann Bodson2010-04-151-1/+1
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-151-0/+20
| | | |\ \ \ \
| | | | * | | | DocAaron Kennedy2010-04-151-0/+20
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-1512-99/+126
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-153-10/+104
| | | | |\ \ \ \
| | | | * | | | | Add Component.onDestruction attached propertyAaron Kennedy2010-04-1511-94/+119
| | | | * | | | | CommentsAaron Kennedy2010-04-151-1/+3
| | | | * | | | | Remove unused parameterAaron Kennedy2010-04-153-4/+4
| | | * | | | | | Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-152-12/+5
| | | * | | | | | Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-156-24/+73
| | | | |/ / / / | | | |/| | | |
| * | | | | | | 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