summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-1213-107/+60
| | | * Moved 'hasAlpha' property from GL2 engine to GL paint device.Kim Motoyoshi Kalland2010-02-128-24/+23
| | | * QTextCodec: Symbian has codec for UCS2, only fallback to UTF16 if UCS2 codec ...Olivier Goffart2010-02-121-5/+6
| | | * Add caching to QTextCodec::codecForName and QTextCodec::codecForMibOlivier Goffart2010-02-121-4/+35
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-129-44/+84
| | | |\
| | | | * Fix several bugs with GL texture cacheTom Cooksey2010-02-124-29/+43
| | | | * Compile fix for OpenGL ES.Kim Motoyoshi Kalland2010-02-121-1/+5
| | | | * Turned off subpixel AA text on surface with alpha in GL2 engine.Kim Motoyoshi Kalland2010-02-122-7/+25
| | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-123-8/+12
| | | | |\
| | | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-113-8/+12
| | | | | |\
| | | | | | * Make QCUPSSupport::printerHasPPD() clean up after itself.Trond Kjernåsen2010-02-111-1/+3
| | | | | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-02-1129-60/+136
| | | | | | |\
| | | | | | | * Speed up custom bitmap brushes on X11 without Xrender support.Trond Kjernåsen2010-02-111-3/+4
| | | | | | * | document the slowness of QPixmap::hasAlpha()Gunnar Sletta2010-02-111-4/+5
* | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-1616-96/+421
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix an issue with the error signal in a callWithCallback not beingThiago Macieira2010-02-161-18/+9
| * | | | | | | | Fixed compiler warning about making the same class a friend twiceZeno Albisser2010-02-161-0/+2
| * | | | | | | | Fix a deadlock in kqueue implementation of QFileSystemWatcherBradley T. Hughes2010-02-161-4/+14
| * | | | | | | | Don't crash when QTouchEvent is accepted but not handled by aBradley T. Hughes2010-02-161-1/+8
| * | | | | | | | QNAM HTTP: Unify socket EOF handling a bitMarkus Goetz2010-02-162-24/+38
| * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-02-163-82/+84
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Replace the inline blend function by #defineBenjamin Poulain2010-02-151-67/+60
| | * | | | | | | | Fix for using QContiguousCache with default constructor or capacity=0Zeno Albisser2010-02-151-14/+21
| | * | | | | | | | Correctly mark QGraphicsScene::drawItems() as obsoleteAndy Shaw2010-02-151-1/+3
| * | | | | | | | | doc: Added \section1 about serializing operators for Qt collections.Martin Smith2010-02-161-0/+7
| |/ / / / / / / /
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-159-34/+326
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-129-34/+326
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Compile fix on Mac with 10.5 sdk.Denis Dzyubenko2010-02-121-1/+1
| | | * | | | | | QTestLib: don't crash if data tag requested, none availableJoão Abecasis2010-02-121-1/+13
| | | * | | | | | Implement the blend functions with SSE2Benjamin Poulain2010-02-123-13/+262
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-02-123-6/+33
| | | |\ \ \ \ \ \
| | | | * | | | | | Ignore touch and gesture events when excluding input eventsDenis Dzyubenko2010-02-122-0/+19
| | | | * | | | | | Implemented GraphicsView Panel support for gestures.Denis Dzyubenko2010-02-121-6/+14
| | | * | | | | | | doc: Added some since version information.Martin Smith2010-02-121-13/+17
| | | |/ / / / / /
| | | * | | | | | doc: Fixed several typos.Martin Smith2010-02-121-1/+1
| | | |/ / / / /
* | | | | | | | Partial upgrade packages for QtCore and QtGuiShane Kearns2010-02-162-4/+39
* | | | | | | | Fixed missing repaints on S60 3.1.axis2010-02-151-1/+9
* | | | | | | | Build break fix for QS60Style.Sami Merila2010-02-151-1/+2
* | | | | | | | QS60Style: Branch indicator in tree view is misplacedSami Merila2010-02-151-7/+9
* | | | | | | | Compilation error fix: missing comma in enum list in QS60StyleSami Merila2010-02-151-1/+1
* | | | | | | | Scroll bar handle/groove ends are squeezed (in nHD resolution)Sami Merila2010-02-151-4/+7
* | | | | | | | QS60Style draws drop area as a black rectSami Merila2010-02-153-2/+12
* | | | | | | | Remove scrollbar context menu from QS60StyleSami Merila2010-02-151-0/+3
|/ / / / / / /
* | | | | | | Change a name of a variable to be more descriptiveSami Merila2010-02-141-2/+2
|/ / / / / /
* | | | | | Add make stub_sis target, and add webkit stub to qt.ibyShane Kearns2010-02-121-1/+2
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-123-11/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila2010-02-123-11/+8
| | |/ / / | |/| | |
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-02-124-4/+0
|\ \ \ \ \
| * | | | | Doc: remove \preliminary tag from public multimedia classesVolker Hilsheimer2010-02-124-4/+0
| | |/ / / | |/| | |
* | | | | doc: Fixed several typos.Martin Smith2010-02-123-5/+5
|/ / / /