summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | The ::reads and ::writes were generating warningsJoão Abecasis2009-10-071-45/+46
* | | Only a character but could still be interrupted by a signalJoão Abecasis2009-10-071-1/+1
* | | Fixing more GCC warningsJoão Abecasis2009-10-071-2/+2
* | | Fixing some GCC warningsJoão Abecasis2009-10-0710-7/+11
* | | Skipping ActiveQt examples removes a couple of warnings and errorsJoão Abecasis2009-10-071-0/+1
* | | Get rid of some superfluous checks in QScriptString::operator==()Kent Hansen2009-10-071-6/+0
* | | QUrl autotest additionsDavid Faure2009-10-071-2/+9
* | | Use dbus_threads_init_default instead of QMutex wrappersThiago Macieira2009-10-074-151/+4
* | | Use the recursive mutex functions for D-Bus only.Thiago Macieira2009-10-073-29/+10
* | | Fix compilation with -pedanticDavid Faure2009-10-075-8/+8
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-0715-158/+441
|\ \ \
| * | | Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-0715-158/+441
* | | | A test requiring an enter/leave signal to be emitted is skipped.ninerider2009-10-071-0/+3
|/ / /
* | | Whe STL is not enabled, most of the test threads failed to start.ninerider2009-10-071-1/+26
* | | implement qHash function for QScriptStringKent Hansen2009-10-074-0/+34
* | | Fix build error introduced in change ffeb6900.Jason McDonald2009-10-072-2/+2
* | | Fixed thread lockup in win32 backend for QAudioOutput.Kurt Korbatits2009-10-061-3/+4
* | | Update EABI DEF files for Symbian OSIain2009-10-065-40/+157
* | | Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-6/+80
|\ \ \
| * | | Autotest: add a few more tests, with IP address and actual hostnameThiago Macieira2009-10-061-4/+74
| * | | Autotest: use port 12346 instead of 1, to ensure that it's not aThiago Macieira2009-10-061-2/+7
* | | | API review: change function name to setUseSystemConfiguration.Thiago Macieira2009-10-062-3/+3
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-06198-720/+2342
|\ \ \ \
| * | | | Optimized restore() in GL 2 paint engine.Samuel Rødal2009-10-062-19/+46
| * | | | Merge branch 'stencil-clipping' into 4.6Samuel Rødal2009-10-062-201/+261
| |\ \ \ \
| | * | | | Changed GL 2 engine render text implementation to use glDepthRange().Samuel Rødal2009-10-062-16/+30
| | * | | | Made depth tested renderText() work after stencil clipping change.Samuel Rødal2009-10-061-7/+10
| | * | | | Added convex polygon optimization to QGL2PaintEngineExPrivate::fill().Samuel Rødal2009-10-061-5/+4
| | * | | | Switched to using stencil instead of depth buffer for clipping.Samuel Rødal2009-10-062-121/+173
| | * | | | Moved GL 2 clip clearing code into a common function.Samuel Rødal2009-10-062-14/+15
| | * | | | Got rid of some redundant state changes regarding GL depth state.Samuel Rødal2009-10-061-14/+9
| | * | | | Renamed GL 2 engine variables to be clip buffer agnostic.Samuel Rødal2009-10-062-52/+52
| | * | | | Switched to using GL_LEQUAL instead of GL_LESS in GL 2 engine.Samuel Rødal2009-10-061-10/+11
| | * | | | Made GL 2 paint engine waste less bits in clipping algorithm.Samuel Rødal2009-10-061-5/+4
| | * | | | Refactored GL 2 engine UniteClip to always increase max depth.Samuel Rødal2009-10-061-3/+2
| | * | | | Moved maxDepth out of state object and got rid of unused state members.Samuel Rødal2009-10-062-14/+9
| | * | | | Fixed missing stencil buffer clear when scissor testing is disabled.Samuel Rødal2009-10-061-1/+3
| * | | | | QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-062-2/+1
| | |_|_|/ | |/| | |
| * | | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-06361-2254/+4707
| |\ \ \ \
| | * | | | Removed ICON for apps and demos except fluidlauncher and desktopservicesEspen Riskedal2009-10-063-31/+2
| | * | | | Better compile fix.Alexis Menard2009-10-061-1/+1
| | * | | | tst_qnetworkreply: httpConnectionCount test improvementsMarkus Goetz2009-10-061-3/+7
| | * | | | Build fix.Alexis Menard2009-10-061-1/+1
| | * | | | add test for QT-2270Kent Hansen2009-10-061-0/+17
| | * | | | Needed to set ENABLE_YARR_JIT to not compile MacroAssembler.cppJørgen Lind2009-10-062-4/+16
| | * | | | tst_qhttpnetworkconnection: Some more checksMarkus Goetz2009-10-061-2/+14
| | * | | | Fixing the compile bug for Symbian when using ARMV5Aleksandar Sasha Babic2009-10-062-0/+5
| | |/ / /
| | * | | add missing includeKent Hansen2009-10-061-0/+1
| | * | | Fixed some projective transform rendering bugs on qreal=float platforms.Samuel Rødal2009-10-061-1/+1
| | * | | Fixed bug in GL 2 engine when using beginNativePainting.Samuel Rødal2009-10-061-0/+2