summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Update Russian translations for Qt Assistant and Qt Assistant_adp toolsRitt Konstantin2009-09-252-72/+52
| | | * | Update Russian translations for QtHelp libraryRitt Konstantin2009-09-251-44/+64
| | | * | Update Russian translations for Qt LinguistRitt Konstantin2009-09-251-22/+21
| | | * | Update Russian translations for QtConfigRitt Konstantin2009-09-251-19/+24
| | | * | Update Russian translations for QVFBRitt Konstantin2009-09-251-10/+11
| | | * | Update Russian translations for Qt librariesRitt Konstantin2009-09-251-206/+208
| | | * | Update Russian phrasebookRitt Konstantin2009-09-251-10/+82
| | * | | improve "nested evaluation" testKent Hansen2009-09-251-0/+10
| | * | | Fix regressions in qeventloop, qtimer, and qsocketnotifier autotestsBradley T. Hughes2009-09-253-31/+112
| | * | | Make menu editor work on Mac OS X.Friedemann Kleint2009-09-252-2/+11
| | | |/ | | |/|
| | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2533-193/+1569
| | |\ \
| | | * | add test case for wrong error message in qtscriptKent Hansen2009-09-251-0/+11
| | | * | Stabilize GraphicsView and QFocusEvent testOlivier Goffart2009-09-252-38/+51
| | | * | Reuse animation in animatedTiles exampleLeonardo Sobral Cunha2009-09-251-30/+4
| | | * | Removed unused parameter from graphics scene index internal functionLeonardo Sobral Cunha2009-09-252-5/+6
| | | * | Raycasting example: fix painting error when the orientation changes.Ariya Hidayat2009-09-251-2/+2
| | | * | remove completely useless .qm install sub-targetOswald Buddenhagen2009-09-251-3/+0
| | | * | Update patch_capabilities.pl help to be a little bit clearerIain2009-09-251-2/+2
| | | * | Raycasting example: basic, minimalistic support for touch devices.Ariya Hidayat2009-09-251-4/+82
| | | * | Adding test for line endingsAleksandar Sasha Babic2009-09-253-0/+948
| | * | | Fix QGraphicsLinearLayout autotest for Symbian OS.Janne Anttila2009-09-251-0/+2
| | * | | Fixed qgraphicslinearlayout autotest compilation for Symbian (Nokia X86).Janne Anttila2009-09-251-4/+4
| * | | | Changed S60 version check to do runtime check also in emulator.Miikka Heikkinen2009-09-251-20/+14
| | |/ / | |/| |
* | | | 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
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-09-258-35/+331
|\ \ \
| * | | Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-256-5/+244
| * | | 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
* | | | Amended the Q3 subdirectory listninerider2009-09-251-1/+1
|/ / /
* | | Fixes for Windows CE.ninerider2009-09-251-33/+42
* | | Enabled the QTEST_NO_RTTI flag for WindowsCEninerider2009-09-252-1/+4
* | | Fixed path for lackey.exe for Windows CEninerider2009-09-251-2/+8
* | | Compiler fix for Windows CEninerider2009-09-251-0/+2
* | | tst_qrocess compilation fix for Windows CEninerider2009-09-251-2/+2
* | | Added an explicit change for two tests (temporary fix!)ninerider2009-09-251-2/+12
* | | tst_QComboBox::task248169_popupWithMinimalSize() fixed for WinCEninerider2009-09-251-2/+4
* | | Test projects for Qt3 factored out from the general testsninerider2009-09-251-10/+14
* | | 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
|/ /
* | Fixed qfilesystemmodel test linking for SymbianJanne Anttila2009-09-251-0/+1
* | Fixed qdialogbuttonbox test compilation for SymbianJanne Anttila2009-09-251-4/+18
* | Fix qfiledialog autoest compilation for SymbianJanne Anttila2009-09-251-1/+7
* | Make syncqt order headers deterministically.Jason McDonald2009-09-251-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-25828-15961/+33880
|\ \
| * | 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