summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Suppress some compiler warnings that occur under OpenGL/ES 2.0Rhys Weatherley2009-09-282-0/+6
* QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
* ifdef out convolution filter for OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+14
* Make the GL graphics system work under OpenGL/ES 2.0Rhys Weatherley2009-09-281-4/+69
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-281-4/+0
|\
| * Removed stateChanged and notify signals from win32 qaudiooutput builtin.Kurt Korbatits2009-09-271-4/+0
* | qdoc fixes to QGLFramebufferObject::blitFramebuffer()Rhys Weatherley2009-09-281-6/+11
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-2518-106/+368
|\
| * Doc: Added some notes to help people implement custom models.David Boddie2009-09-251-3/+9
| * Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4
| * Fixed crash with QPixmap::fill() when pixmap is painted to using opengl1Gunnar Sletta2009-09-251-9/+17
| * Move selfsigned cert & key out of root directoryShane Kearns2009-09-252-0/+31
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2510-85/+300
| |\
| | * Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-253-7/+7
| | * Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-12/+10
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-258-51/+275
| | |\
| | | * Fix app showing a blank screen after switching to it using task switcherShane Kearns2009-09-251-9/+10
| | | * QGraphicsAnchorLayout: Fix bug where simplex would return wrong resultsEduardo M. Fleury2009-09-251-0/+38
| | | * QSimplex: Add class and methods documentationEduardo M. Fleury2009-09-251-5/+108
| | | * QGraphicsAnchorLayoutPrivate: Avoiding graph simplification on empty layoutsJesus Sanchez-Palencia2009-09-251-1/+1
| | | * Fix regressions in qeventloop, qtimer, and qsocketnotifier autotestsBradley T. Hughes2009-09-253-31/+112
| | * | Changed S60 version check to do runtime check also in emulator.Miikka Heikkinen2009-09-251-20/+14
| * | | Made QDir::tempPath and QDesktopServices::TempLocation consistent in S60Janne Anttila2009-09-251-4/+1
| | |/ | |/|
| * | Removed unused parameter from graphics scene index internal functionLeonardo Sobral Cunha2009-09-252-5/+6
| |/
* | ifdefs to allow compilation with QT_NO_MAINWINDOW and QT_NO_TOOLBARJeremy Katz2009-09-256-1/+28
* | QPrintPreviewDialog depends on QMainWindow (qfeatures.txt)Jeremy Katz2009-09-252-2/+2
|/
* Fix QT_VNC_NO_DISABLEPAINTING logicPaul Olav Tvete2009-09-251-1/+1
* Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-255-5/+165
* Mac, Carbon: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-20/+62
* Mac, Cocoa: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-10/+25
* Change the way we handle KeyboardUIMode on MacBenjamin Poulain2009-09-252-7/+17
* Added #define to GL 2 paint engine to turn off scissor testing.Samuel Rødal2009-09-251-15/+27
* Move common EGL functions to qgl_egl.cppRhys Weatherley2009-09-254-112/+37
* Make QEglContext API a little more flexibleRhys Weatherley2009-09-252-12/+8
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-2511-106/+42
* Start to separate the EGLSurface from QEglContext in QtOpenGLRhys Weatherley2009-09-247-163/+63
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-245-111/+118
* Latest update to Symbian EABI DEF filesIain2009-09-247-142/+231
* Revert to using Q_CORE_EXPORT to export two assembler functionsIain2009-09-241-5/+2
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-24278-8267/+23486
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-246-21/+12
|\
| * Fixed text drawing regression in Assistant.Trond Kjernåsen2009-09-241-0/+2
| * Fixed clipping of non-cosmetic dashed strokes in raster paint engine.Kim Motoyoshi Kalland2009-09-231-9/+1
| * Calling raise() on a hidden windows makes it visible on Cocoa.Prasanth Ullattil2009-09-231-1/+1
| * Ensure that QStandardItem::clone() is used when a prototype is setAndy Shaw2009-09-222-4/+7
| * Fix broken drop-down arrows on Windows 7Jens Bache-Wiig2009-09-221-11/+0
* | Remove QGVLauncher from the WebKit import.Simon Hausmann2009-09-242-330/+0
* | Fix the area above the menubar to have the right backgroundAndy Shaw2009-09-241-1/+1
* | Added BlurType to blur graphics effect API.Samuel Rødal2009-09-245-25/+87
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Andy Shaw2009-09-241-0/+4
|\ \