summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use correct include path for qglobal.hIain2010-02-181-1/+1
| | |_|/ / | |/| | |
| * | | | Fixed softkey localizaton to comile also on platforms without softkeys.Janne Anttila2010-02-181-0/+2
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-186-13/+40
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-176-13/+40
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-176-13/+40
| * | | | Fix compilation on Mac 32-bit.Thiago Macieira2010-02-171-1/+1
| * | | | Doc fix, ensure that the \obsolete tag is placed correctlyAndy Shaw2010-02-171-1/+3
| * | | | Added note to make QList destructor virtual in version 5Zeno Albisser2010-02-171-1/+1
| |/ / /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-1710-24/+23
| |\ \ \
| | * | | Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-179-23/+22
| | * | | HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1
| | |/ /
| * | | Fixed autotest failure in tst_QGraphicsScene::render on Maemo.Samuel Rødal2010-02-171-14/+4
| |/ /
* | | alsa backend for low-level audio doesn't pass new unit testsKurt Korbatits2010-02-232-118/+67
| |/ |/|
* | Updates to low-level audio documentation.Kurt Korbatits2010-02-232-86/+66
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-1637-178/+249
|\
| * QLocalSocket::isValid on Windows must check for broken connectionJoerg Bornemann2010-02-161-1/+4
| * fix pipe handle leak in qlocalsocket_win.cppJoerg Bornemann2010-02-162-6/+17
| * Fix Thai text on Windows 7Eskil Abrahamsen Blomfeldt2010-02-161-2/+12
| * QTextCodec::codecForName. Insert in the cache in all cases.Olivier Goffart2010-02-151-1/+3
| * Prevented calling the pixmap filter implementations with null pixmaps.Samuel Rødal2010-02-151-2/+12
| * Make it possible to run benchmarks with the "-graphicssystem" switch.Bjørn Erik Nilsen2010-02-151-0/+8
| * Bump version to 4.6.3.Jason McDonald2010-02-153-4/+4
| * Fixed a GLX warning that occured with some Intel chipsets under X11.Trond Kjernåsen2010-02-151-2/+5
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-1528-160/+184
| |\
| | * Fixed compile for maemo6.Rohan McGovern2010-02-132-2/+2
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-1228-160/+184
| | |\
| | | * 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