| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 7 | -40/+50 |
| | |/ /
| |/| | |
|
| * | | | Compile fix for pbuffers under Linux | Rhys Weatherley | 2009-10-01 | 2 | -1/+2 |
|
|
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-10-01 | 9 | -178/+653 |
| |\ \ \
| | |/ / |
|
| | * | | Fix qwidget auto test failing to build on OSX/carbon. | Justin McPherson | 2009-10-01 | 1 | -2/+2 |
|
|
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Sarah Smith | 2009-10-01 | 3 | -13/+7 |
| | |\ \ |
|
| | | * | | Revert "qmake - add error message if files for deployment are missing" | Joerg Bornemann | 2009-10-01 | 1 | -8/+2 |
|
|
| | * | | | Remove display lists and refactor ready for ES/ES2 port | Sarah Smith | 2009-10-01 | 7 | -168/+649 |
|
|
| * | | | | Add unit tests for QGLShareRegister | Rhys Weatherley | 2009-10-01 | 2 | -1/+123 |
| | |/ /
| |/| | |
|
| * | | | Use QGLSharedResourceGuard to track contexts in the shader manager | Rhys Weatherley | 2009-10-01 | 2 | -5/+5 |
| |/ / |
|
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-10-01 | 4 | -59/+67 |
| |\ \ |
|
| | * | | Fix a window opacity bug with DirectFB | Anders Bakken | 2009-10-01 | 2 | -52/+60 |
|
|
| | * | | Make sure gccaps is properly initialized for dfbpe | Anders Bakken | 2009-10-01 | 1 | -0/+2 |
|
|
| | * | | Clean up releaseSurface in QDirectFBPaintDevice | Anders Bakken | 2009-10-01 | 2 | -7/+5 |
|
|
| * | | | Make QGLFramebufferObject crash-proof if QGLContext destroyed first | Rhys Weatherley | 2009-10-01 | 3 | -26/+67 |
| |/ / |
|
| * | | Stabilize tests on X11 | Olivier Goffart | 2009-09-30 | 4 | -37/+45 |
|
|
| * | | Simplify code of states example | Thierry Bastian | 2009-09-30 | 1 | -42/+40 |
|
|
| * | | Avoid warnings in the states example | Thierry Bastian | 2009-09-30 | 1 | -72/+63 |
|
|
| * | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-30 | 1 | -4/+11 |
| |\ \ |
|
| | * | | Fix locale encoding in XLIFF files | Andy Shaw | 2009-09-30 | 1 | -4/+11 |
|
|
| * | | | Revert "Make the test fail, not crash for now. A task is already open to fix ... | Peter Hartmann | 2009-09-30 | 1 | -2/+1 |
|
|
| * | | | optimize read() and readAll() | Oswald Buddenhagen | 2009-09-30 | 1 | -20/+24 |
|
|
| * | | | optimize scan() | Oswald Buddenhagen | 2009-09-30 | 1 | -2/+1 |
|
|
| * | | | improve condition nesting | Oswald Buddenhagen | 2009-09-30 | 1 | -11/+23 |
|
|
| * | | | Cleaning up usage of examples/{examplebase,symbianpkgrules}.pri | João Abecasis | 2009-09-30 | 17 | -35/+1 |
|
|
| * | | | QDom: set the codec to UTF-8 if codec not present or unknown | Peter Hartmann | 2009-09-30 | 1 | -8/+9 |
|
|
| * | | | Google Chat example: always bail out if SSL not available | Peter Hartmann | 2009-09-30 | 1 | -5/+5 |
|
|
| * | | | Revert "Google Chat example: state that SSL is required" | Peter Hartmann | 2009-09-30 | 1 | -15/+0 |
|
|
| * | | | Doc: Remaining pieces of the Graphics effect documentation. | Bjørn Erik Nilsen | 2009-09-30 | 2 | -0/+34 |
|
|
| * | | | Added QGraphicsBloomEffect::blurHint. | Bjørn Erik Nilsen | 2009-09-30 | 2 | -0/+38 |
|
|
| * | | | Add Qt::RenderHint to control rendering operations. | Bjørn Erik Nilsen | 2009-09-30 | 7 | -54/+50 |
|
|
| * | | | Readd QGraphicsBloomEffect. | Bjørn Erik Nilsen | 2009-09-30 | 5 | -0/+224 |
|
|
| * | | | Compilation fix for tests thas doesn't include qapplication.h | Olivier Goffart | 2009-09-30 | 1 | -1/+1 |
|
|
| * | | | Make sure to process the events in QTest::qWaitForWindowShown on X11 | Olivier Goffart | 2009-09-30 | 1 | -0/+1 |
|
|
| * | | | Make it possible to debug JSC in the Symbian emulator. | Janne Koskinen | 2009-09-30 | 2 | -2/+2 |
|
|
| * | | | Merge branch 'focusFixes' into 4.6 | axis | 2009-09-30 | 9 | -74/+80 |
| |\ \ \ |
|
| | * | | | Fixed some focus issues on Symbian. | axis | 2009-09-30 | 3 | -18/+58 |
|
|
| | * | | | Fixed some uncommon codepaths to compile. | axis | 2009-09-30 | 1 | -2/+2 |
|
|
| | * | | | Avoided qt3support constructor (S60 port doesn't have it). | axis | 2009-09-30 | 1 | -1/+1 |
|
|
| | * | | | Helped out the Symbian compiler to avoid build error. | axis | 2009-09-30 | 1 | -4/+4 |
|
|
| | * | | | Revert "Switched to asynchronous focus handling on Symbian." | axis | 2009-09-30 | 7 | -52/+17 |
|
|
| * | | | | Moving some QVFB stuff out of the configure script and into .pro files | João Abecasis | 2009-09-30 | 3 | -21/+12 |
|
|
| * | | | | Stabilize more test on X11 | Olivier Goffart | 2009-09-30 | 6 | -110/+108 |
|
|
| * | | | | Prospective solaris-g++-sparc build fix | Simon Hausmann | 2009-09-30 | 1 | -0/+5 |
|
|
| * | | | | Add more debug information to the QPrinterInfo test | Olivier Goffart | 2009-09-30 | 1 | -8/+11 |
|
|
| * | | | | Stabilize graphicsview test | Olivier Goffart | 2009-09-30 | 1 | -1/+3 |
|
|
| * | | | | Fix regression in Command link button font size | Jens Bache-Wiig | 2009-09-09 | 2 | -8/+20 |
|
|
| * | | | | Fix duplicate key events from extended media keys on Windows | Jens Bache-Wiig | 2009-09-09 | 1 | -61/+0 |
|
|
| * | | | | Make itemviews use gradient selection on Vista by default | Jens Bache-Wiig | 2009-09-09 | 2 | -14/+9 |
|
|
| * | | | | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-09-30 | 127 | -1085/+19190 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-30 | 14 | -46/+212 |
| | |\ \ \ \ |
|