summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Order network configurations in service networks in priority order.Aaron McCarthy2010-07-233-46/+59
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-222-1/+3
|\
| * Added silent behavior to the most important Symbian build steps.axis2010-07-221-0/+2
| * Fixed an incorrect profile inclusion.axis2010-07-221-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-2239-105/+110
|\ \
| * | If the QEventDispatcherGlibc causes warnings, it should say soDaniel Molkentin2010-07-221-3/+3
| * | Drag & Drop failing in itemviews on Cocoa.Prasanth Ullattil2010-07-221-1/+4
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-22155-1627/+4207
| |\ \
| | * | Fix the smallFont test failure for Mac and LinuxAndy Shaw2010-07-221-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-2130-74/+84
| | |\ \ | | | |/ | | |/|
| | | * Improve QAccessible for QAccessibleTabBarSebastian Sauer2010-07-211-2/+6
| | | * Improve QAccessible for QTabBarSebastian Sauer2010-07-211-0/+6
| | | * fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-2126-70/+70
| | | * Fix a typo in harfbuzz thai line breaking.Ritt Konstantin2010-07-211-1/+1
| | | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Andy Shaw2010-07-218-788/+37
| | | |\
| | | * | Ensure that font sizes that are > 0 and < 1 are still respectedAndy Shaw2010-07-211-1/+1
| * | | | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-226-26/+18
* | | | | Improve the conversion from indexted to RGB16Benjamin Poulain2010-07-221-7/+16
* | | | | Avoid qMin() for each pixel when converting indexed colors in-placeBenjamin Poulain2010-07-221-4/+12
* | | | | Premultiply the color table instead of each pixel for image conversionBenjamin Poulain2010-07-221-2/+7
| |/ / / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-2111-12/+105
|\ \ \ \
| * | | | Use aligned load for the blending of RGB32 over RGB32Benjamin Poulain2010-07-211-2/+12
| * | | | Fix compilation with QT_NO_GRAPHICSVIEWTasuku Suzuki2010-07-211-0/+8
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-219-10/+85
| |\ \ \ \
| | * | | | Fixes the Oracle nchar bug when NLS_CHARSET is different with NLS_NCHAR_CHARSET.Charles Yin2010-07-211-1/+33
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-208-9/+52
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Remove the masking when computing qAlpha()Benjamin Poulain2010-07-201-1/+1
| | | * | | Add support for more vector instructions on x86Benjamin Poulain2010-07-202-0/+20
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-205-8/+31
| | | |\ \ \
| | | | * \ \ Merge branch 'QTBUG-6843' into 4.7Jan-Arve Sæther2010-07-201-2/+2
| | | | |\ \ \
| | | | | * | | Do not crash due to a infinite recursion when using voiceover on MacOSJan-Arve Sæther2010-07-201-2/+2
| | | | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-07-201-1/+6
| | | | |\ \ \ \
| | | | | * | | | QGraphicsItem: Animation leaves drawing artifacts when clipping is used.Bjørn Erik Nilsen2010-07-201-1/+6
| | | | * | | | | doc: Fix qdoc errors for text related filesEskil Abrahamsen Blomfeldt2010-07-202-4/+2
| | | | |/ / / /
| | | | * | | | moc: Slot with complex template default value does not compileOlivier Goffart2010-07-191-1/+21
* | | | | | | | Merge branch 'raptorConfigurePatches' into 4.7-s60axis2010-07-215-5/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Added automatic sqlite extraction for Symbian to QtWebKit.axis2010-07-211-2/+10
| * | | | | | | | Fixed automatic sqlite extraction on Symbian makefile build system.axis2010-07-213-1/+41
| * | | | | | | | Fixed QT_NO_FREETYPE define.axis2010-07-211-2/+0
* | | | | | | | | Added missing header to qstring.cpp.axis2010-07-211-0/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-201-29/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Revert "Add the chart utility from qtestlib-tools."Rohan McGovern2010-07-201-29/+1
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-201-3/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | doc: Fixed typos in QAbstractFileEngineIteratorRobert Loehning2010-07-201-3/+3
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-201-6/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed a QSplashScreen hanging bug in S60 3.1 devices.axis2010-07-201-6/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Fix a Headerview layout bugPierre Rossi2010-07-201-1/+1
* | | | | | | Qt does not build with qt_namespace on macosCarlos Manuel Duclos Vergara2010-07-201-2/+2
|/ / / / / /
* | | | | | Extend the detection of CPU feature for x86Benjamin Poulain2010-07-192-1/+17
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-07-198-6/+18
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |