| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | ninerider | 2009-10-07 | 15 | -158/+441 |
|\ |
|
| * | Integrate the GuiPlatformPlugin interface | Olivier Goffart | 2009-10-07 | 15 | -158/+441 |
|
|
* | | A test requiring an enter/leave signal to be emitted is skipped. | ninerider | 2009-10-07 | 1 | -0/+3 |
|/ |
|
* | Whe STL is not enabled, most of the test threads failed to start. | ninerider | 2009-10-07 | 1 | -1/+26 |
|
|
* | implement qHash function for QScriptString | Kent Hansen | 2009-10-07 | 4 | -0/+34 |
|
|
* | Fix build error introduced in change ffeb6900. | Jason McDonald | 2009-10-07 | 2 | -2/+2 |
|
|
* | Fixed thread lockup in win32 backend for QAudioOutput. | Kurt Korbatits | 2009-10-06 | 1 | -3/+4 |
|
|
* | Update EABI DEF files for Symbian OS | Iain | 2009-10-06 | 5 | -40/+157 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-10-06 | 1 | -6/+80 |
|\ |
|
| * | Autotest: add a few more tests, with IP address and actual hostname | Thiago Macieira | 2009-10-06 | 1 | -4/+74 |
|
|
| * | Autotest: use port 12346 instead of 1, to ensure that it's not a | Thiago Macieira | 2009-10-06 | 1 | -2/+7 |
|
|
* | | API review: change function name to setUseSystemConfiguration. | Thiago Macieira | 2009-10-06 | 2 | -3/+3 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Shane Kearns | 2009-10-06 | 198 | -720/+2342 |
|\ \ |
|
| * | | Optimized restore() in GL 2 paint engine. | Samuel Rødal | 2009-10-06 | 2 | -19/+46 |
|
|
| * | | Merge branch 'stencil-clipping' into 4.6 | Samuel Rødal | 2009-10-06 | 2 | -201/+261 |
| |\ \ |
|
| | * | | Changed GL 2 engine render text implementation to use glDepthRange(). | Samuel Rødal | 2009-10-06 | 2 | -16/+30 |
|
|
| | * | | Made depth tested renderText() work after stencil clipping change. | Samuel Rødal | 2009-10-06 | 1 | -7/+10 |
|
|
| | * | | Added convex polygon optimization to QGL2PaintEngineExPrivate::fill(). | Samuel Rødal | 2009-10-06 | 1 | -5/+4 |
|
|
| | * | | Switched to using stencil instead of depth buffer for clipping. | Samuel Rødal | 2009-10-06 | 2 | -121/+173 |
|
|
| | * | | Moved GL 2 clip clearing code into a common function. | Samuel Rødal | 2009-10-06 | 2 | -14/+15 |
|
|
| | * | | Got rid of some redundant state changes regarding GL depth state. | Samuel Rødal | 2009-10-06 | 1 | -14/+9 |
|
|
| | * | | Renamed GL 2 engine variables to be clip buffer agnostic. | Samuel Rødal | 2009-10-06 | 2 | -52/+52 |
|
|
| | * | | Switched to using GL_LEQUAL instead of GL_LESS in GL 2 engine. | Samuel Rødal | 2009-10-06 | 1 | -10/+11 |
|
|
| | * | | Made GL 2 paint engine waste less bits in clipping algorithm. | Samuel Rødal | 2009-10-06 | 1 | -5/+4 |
|
|
| | * | | Refactored GL 2 engine UniteClip to always increase max depth. | Samuel Rødal | 2009-10-06 | 1 | -3/+2 |
|
|
| | * | | Moved maxDepth out of state object and got rid of unused state members. | Samuel Rødal | 2009-10-06 | 2 | -14/+9 |
|
|
| | * | | Fixed missing stencil buffer clear when scissor testing is disabled. | Samuel Rødal | 2009-10-06 | 1 | -1/+3 |
|
|
| * | | | QScriptContext::parentContext: don't skip unessecary frames | Olivier Goffart | 2009-10-06 | 2 | -2/+1 |
|
|
| * | | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-10-06 | 361 | -2254/+4707 |
| |\ \ \ |
|
| | * | | | Removed ICON for apps and demos except fluidlauncher and desktopservices | Espen Riskedal | 2009-10-06 | 3 | -31/+2 |
|
|
| | * | | | Better compile fix. | Alexis Menard | 2009-10-06 | 1 | -1/+1 |
|
|
| | * | | | tst_qnetworkreply: httpConnectionCount test improvements | Markus Goetz | 2009-10-06 | 1 | -3/+7 |
|
|
| | * | | | Build fix. | Alexis Menard | 2009-10-06 | 1 | -1/+1 |
|
|
| | * | | | add test for QT-2270 | Kent Hansen | 2009-10-06 | 1 | -0/+17 |
|
|
| | * | | | Needed to set ENABLE_YARR_JIT to not compile MacroAssembler.cpp | Jørgen Lind | 2009-10-06 | 2 | -4/+16 |
|
|
| | * | | | tst_qhttpnetworkconnection: Some more checks | Markus Goetz | 2009-10-06 | 1 | -2/+14 |
|
|
| | * | | | Fixing the compile bug for Symbian when using ARMV5 | Aleksandar Sasha Babic | 2009-10-06 | 2 | -0/+5 |
| | |/ / |
|
| | * | | add missing include | Kent Hansen | 2009-10-06 | 1 | -0/+1 |
|
|
| | * | | Fixed some projective transform rendering bugs on qreal=float platforms. | Samuel Rødal | 2009-10-06 | 1 | -1/+1 |
|
|
| | * | | Fixed bug in GL 2 engine when using beginNativePainting. | Samuel Rødal | 2009-10-06 | 1 | -0/+2 |
|
|
| | * | | compile without QT3SUPPORT | Joerg Bornemann | 2009-10-06 | 1 | -0/+2 |
|
|
| | * | | QAbstractSocket::setSocketOption: Make const reference | Markus Goetz | 2009-10-06 | 2 | -3/+3 |
|
|
| | * | | Merge commit 'origin/4.5' into 4.6 | Joerg Bornemann | 2009-10-06 | 2 | -0/+3 |
| | |\ \
| | | |/ |
|
| | | * | tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect WinCE fix | Joerg Bornemann | 2009-10-06 | 1 | -1/+1 |
|
|
| | | * | tst_QGraphicsView::task245469_itemsAtPointWithClip Windows mobile fix | Joerg Bornemann | 2009-10-06 | 1 | -0/+1 |
|
|
| | | * | tst_QGraphicsLinearLayout::layoutDirection fixed for Windows mobile | Joerg Bornemann | 2009-10-06 | 1 | -0/+2 |
|
|
| | * | | tst_qnetworkreply: Add ioPostToHttpsUploadProgress | Markus Goetz | 2009-10-06 | 3 | -0/+143 |
|
|
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | ninerider | 2009-10-06 | 45 | -300/+1551 |
| | |\ \ |
|
| | | * | | Fix crash in QPlainTextEdit when using large fonts | Eskil Abrahamsen Blomfeldt | 2009-10-06 | 1 | -0/+3 |
|
|
| | | * | | Span update after row and column insertion and removal in QTableView. | Gabriel de Dietrich | 2009-10-06 | 5 | -4/+792 |
|
|