summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Add missing QT_BEGIN_NAMESPACEArvid Ephraim Picciani2010-08-302-0/+26
| * Fix crash introduced with d34287af6fc1c7558e8ed15dbb29c0e6b58b7b00Olivier Goffart2010-08-301-6/+10
| * find .rodata in qt plugins to optimize loading of plugins with no qt sectionArvid Ephraim Picciani2010-08-304-37/+41
| * fix missing includeArvid Ephraim Picciani2010-08-301-0/+1
| * Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-276-5/+348
| * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-271-43/+5
| * QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-274-82/+87
* | Different version from the previous patch: use QElapsedTimerThiago Macieira2010-08-301-2/+3
* | Compilation after merge.Olivier Goffart2010-08-301-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-3097-769/+721
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-3018-94/+169
| |\
| | * Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-277-17/+26
| | * Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-272-1/+6
| | * Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-272-6/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| | | |\
| | | | * Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush.Trond Kjernåsen2010-08-261-0/+2
| | | | * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
| | | | * Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-268-96/+196
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-258-96/+196
| | | | | |\
| | | | | | * Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition.Bjørn Erik Nilsen2010-08-251-7/+3
| | | | | | * Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
| | | | | | * Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | | | | | * Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-253-0/+40
| | | | | | * Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-255-22/+83
| | | | | | * Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-251-1/+1
| * | | | | | CleanupAaron Kennedy2010-08-273-13/+11
| * | | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-272-38/+0
| * | | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-2728-375/+4
| * | | | | | Internal QML API cleanupAaron Kennedy2010-08-275-108/+124
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-2710-26/+53
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2010-08-266-6/+16
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-2610-26/+53
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Handle layoutChanged() properly in QML views.Martin Jones2010-08-262-0/+9
| | | * | | | Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7acMartin Jones2010-08-261-2/+0
| | | * | | | Fix off-by-one at end when views scroll to keep currentItem visible.Martin Jones2010-08-262-13/+13
| | | * | | | ListView.view and GridView.view properties should not be writable.Martin Jones2010-08-262-2/+2
| | | * | | | Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-262-2/+9
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-261-2/+0
| | | |\ \ \ \
| | | | * | | | Remove dead code.Michael Brasser2010-08-261-2/+0
| | | * | | | | Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-264-6/+22
| | | |/ / / /
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-251-3/+0
| | | |\ \ \ \
| | | | * | | | Remove unused code.Michael Brasser2010-08-251-3/+0
| | | | | |/ / | | | | |/| |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-253-5/+64
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | Handle QAbstractItemModel layoutChanged() signalMartin Jones2010-08-251-0/+2
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2626-107/+332
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Cocoa: Demo browser can get stuck after closing modal dialogRichard Moe Gustavsen2010-08-261-0/+6
| | * | | | | Restore default if to system default on session close.Aaron McCarthy2010-08-262-16/+32
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2523-91/+294
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |