summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-27249-5265/+7381
|\
| * Fix QPainter::clipBoundingRect() for QRectF clip.Andreas Kling2010-09-261-0/+2
| * Fix problems in QTextureGlyphCache caused by insufficient mergeEskil Abrahamsen Blomfeldt2010-09-242-10/+18
| * Add support for ARMv7 atomic operationsBradley T. Hughes2010-09-234-53/+178
| * Fix usage of QT_ARCH_ARM* after a28ddf6Bradley T. Hughes2010-09-232-3/+3
| * Merge the armv6 and arm architecturesBradley T. Hughes2010-09-236-385/+30
| * Copy src/corelib/arch/qatomic_arm.h to src/corelib/arch/qatomic_armv5.hBradley T. Hughes2010-09-231-0/+431
| * Move symbian specific qatomic_generic_armv6.cppBradley T. Hughes2010-09-232-1/+1
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-221-0/+13
| |\
| | * Adding C++0x support to MSVC2010Thierry Bastian2010-09-221-0/+13
| * | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-2228-195/+153
| |\ \ | | |/ | |/|
| | * Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-2228-195/+153
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-2220-111/+103
| | | |\
| | | | * apply msvc flags to wince tooRomain Pokrzywka2010-09-212-2/+2
| | | | * fix qt static build on winceRomain Pokrzywka2010-09-212-14/+15
| | | | * fix build with QT_NO_GESTURESRomain Pokrzywka2010-09-211-1/+1
| | | | * Use regparm(3) for ICC too, otherwise it's an ABI mismatch in QCharThiago Macieira2010-09-211-1/+1
| | | | * Regenerate the Unicode tables after updates to the generator toolThiago Macieira2010-09-212-65/+82
| | | | * remove extra includesRitt Konstantin2010-09-2111-10/+1
| | | | * move QUnicodeTables:: script() and lineBreakClass() implementationsRitt Konstantin2010-09-211-17/+0
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-201-1/+1
| | | | |\
| | | | | * Enable building Qt/Webkit with debug symbolsAnders Bakken2010-09-201-1/+1
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2210-85/+50
| | | |\ \ \
| | | | * | | Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-214-9/+30
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Jason McDonald2010-09-213-72/+16
| | | | |\ \ \
| | | | | * | | Qt headers must be included before X11 headersBenjamin Poulain2010-09-211-3/+3
| | | | | * | | Fixes bezier curves not being drawn when it is a line.Yoann Lopes2010-09-211-41/+0
| | | | | * | | Avoid creating copy of an image in memory when storing as jpegaavit2010-09-211-28/+13
| | | | | |/ /
| | | | * | | Bump version to 4.7.1.Jason McDonald2010-09-213-4/+4
| | | | |/ /
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-221-2/+1
| | | |\ \ \
| | | | * | | Button remains pressed if release event happens outside of widgetSami Merila2010-09-211-2/+1
| | | | |/ /
| | | * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-211-3/+5
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Implement QAudioInput::suspend() using CMMFDevSound::Stop()Gareth Stockwell2010-09-174-42/+73
| | | | * | Discard buffer pointer when DevSound is stoppedGareth Stockwell2010-09-171-0/+1
| | | | * | Suppress overflow errors raised by Symbian DevSound during playbackGareth Stockwell2010-09-171-0/+3
| | | | * | Discard empty buffer on call to QAudioOutput::resume()Gareth Stockwell2010-09-171-1/+1
| | | | * | Permit QAudioOutput::processedUSecs() to be called immediately after start()Gareth Stockwell2010-09-171-8/+9
| | | | * | Discard all DevSound buffers held when QAudioInput::suspend() calledGareth Stockwell2010-09-171-4/+3
| | | | * | Fixed buffer overrun in Symbian QAudioInput backendGareth Stockwell2010-09-171-4/+6
| | | | * | Prevent crash in QGLGlyphCache due to dangling context references.Samuel Rødal2010-09-141-3/+5
| | | | * | Fixed crash in input methods when using symbols menu and numbers onlyaxis2010-09-101-4/+7
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-222-3/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix C++0x initializer lists tests.Olivier Goffart2010-09-221-1/+1
| | * | | | Keep other text format with QTextOption::SuppressColors tag onJiang Jiang2010-09-221-2/+6
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-09-222-10/+11
| |\ \ \ \ \
| | * | | | | QTBUG-13301: The menubar does now work when no window is showingRichard Moe Gustavsen2010-09-222-10/+11
| * | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-22200-4506/+6303
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-21200-4509/+6313
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-205-13/+40
| | | |\ \ \
| | | | * | | Fixed compile warning on Windows.Kim Motoyoshi Kalland2010-09-201-1/+1