summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove declaration of QDirectFBScreen::scrollAnders Bakken2009-10-221-1/+0
* Compile fix.Denis Dzyubenko2009-10-221-4/+4
* QTextEdit: Fix the wrong order for call of Qt::WA_InputMethodEnabled in setRe...Liang QI2009-10-221-1/+1
* QHttp: Fix bug related to SSL and big POST dataMarkus Goetz2009-10-222-0/+31
* QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-223-0/+17
* Make warning more helpful.Thomas Zander2009-10-221-1/+1
* Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-224-24/+24
* Make the already-public calls be documented and publicThomas Zander2009-10-222-3/+2
* Implemented gesture event delivery and propagation inside QGraphicsView.Denis Dzyubenko2009-10-222-18/+236
* Added debug operator for QGraphicsObjectDenis Dzyubenko2009-10-222-0/+18
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-223-0/+24
* Fix for the gestures autotest.Denis Dzyubenko2009-10-221-1/+2
* Improvements for gesture event deliveryDenis Dzyubenko2009-10-226-40/+92
* Improving gesture event delivery for widgets.Denis Dzyubenko2009-10-224-81/+148
* Fixed gesture event delivery when several gestures are triggered.Denis Dzyubenko2009-10-222-23/+20
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-2212-130/+212
* Changed qsrand() behavior for Windows to match the linux versionninerider2009-10-221-5/+20
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-224-7/+7
* Merge branch 'origin/4.6' into widgets-team/4.6Olivier Goffart2009-10-22124-3829/+7950
|\
| * QtScript: Compatibility with 4.5Olivier Goffart2009-10-221-0/+4
| * Qt patches to libpng sources.aavit2009-10-221-2/+12
| * Upgrade libpng to version 1.2.40aavit2009-10-2286-3626/+6428
| * qfontengine_win.cpp: special Windows CE code removedJoerg Bornemann2009-10-221-75/+16
| * Fix a bug in QGraphicsRotation related to 2D projectionsRhys Weatherley2009-10-222-2/+4
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2284-30806/+55398
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-2222-30144/+54246
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Iain2009-10-2164-30780/+55188
| | | |\
| | | * | Update EABI DEF files for Symbian OSIain2009-10-205-10/+55
| | * | | Fixed clock() function return values in audio class's.Kurt Korbatits2009-10-224-4/+4
| * | | | Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-213-3/+18
| * | | | Fixed an assert when running the composition demo on Mac.Trond Kjernåsen2009-10-201-16/+19
| * | | | Make sure QGLTextureCache exists when creating surfaces for pixmapsTom Cooksey2009-10-202-2/+8
| * | | | Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-205-4/+239
| * | | | Fixed the SVG paint engine to preserve whitespace when drawing text.Kim Motoyoshi Kalland2009-10-201-0/+1
| * | | | Fixed a stencil clearing bug in the GL 1 engine.Trond Kjernaasen2009-10-201-19/+21
| * | | | Fix build on desktop X11Tom Cooksey2009-10-202-3/+1
| * | | | Use different GL contexts for ARGB & RGB pixmapsTom Cooksey2009-10-191-31/+100
| * | | | Add an assert testing the cleanup hooks exist before executing themTom Cooksey2009-10-191-0/+1
| * | | | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-199-5/+304
| * | | | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-195-19/+67
| * | | | Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-192-2/+4
| * | | | Integrated new triangulating stroker into QtGunnar Sletta2009-10-195-54/+730
| * | | | Fixed slow QPixmap::fill() when the pixmap is sharing data.Kim Motoyoshi Kalland2009-10-191-1/+11
* | | | | Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* | | | | The QMenuPrivate::activationRecursionGuard has to be a boolean.Marius Bugge Monsen2009-10-211-1/+1
* | | | | Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-2146-30180/+54601
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make Symbian emulator behave the same as device for mouse & touchscreenShane Kearns2009-10-211-0/+7
| * | | | Cleaned up the API of the Symbian event hooks.axis2009-10-2112-76/+361
| * | | | fix editable comboboxes in the Windows mobile styleJoerg Bornemann2009-10-211-31/+73