summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-143-2/+5
* | Fixed clipping bug in GL 2 engine.Samuel Rødal2009-09-141-0/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Ariya Hidayat2009-09-141-5/+29
|\ \
| * | System locale on Mac returns preferred language/country from sys prefs.con2009-09-141-5/+29
* | | Add strength factor to the colorize filter.Ariya Hidayat2009-09-143-1/+94
* | | Bring back the blurry drop shadow in the lighting example.Ariya Hidayat2009-09-141-1/+3
|/ /
* | Fixed clipping bug in portedcanvas with -graphicssystem openglSamuel Rødal2009-09-141-0/+3
* | Ensured that we use GL 1 engine when -graphicssystem opengl1 is used.Samuel Rødal2009-09-141-1/+1
* | Implement synthetic enter/leave events for QWS.Paul Olav Tvete2009-09-145-11/+32
* | Workaround QWS Enter/Leave problem.Paul Olav Tvete2009-09-141-0/+5
* | API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-147-372/+393
* | Fix QMenuBar hover effect.Olivier Goffart2009-09-141-3/+1
* | Doc: Fixed grammar.David Boddie2009-09-141-1/+1
* | Doc: Ongoing improvements.David Boddie2009-09-142-73/+84
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-142-0/+42
* | Fixed a typo found during translationJure Repinc2009-09-141-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-143-2/+15
|\ \
| * | Fix drawTiledPixmap for NPOT pixmaps on OpenGL ES 2.0Tom Cooksey2009-09-141-0/+12
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-145-11/+29
| |\ \
| | * \ Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-141-1/+1
| | |\ \ | | | |/
| | | * Fix libiconv support on FreeBSD.Raphael Kubo da Costa2009-09-131-1/+1
| * | | Fixed bad gradient offsets on Mac OS XGunnar Sletta2009-09-141-1/+2
* | | | Don't call into paint engines when we don't have pens and brushesGunnar Sletta2009-09-141-2/+7
* | | | Some small optimizations to gl2 engine.Gunnar Sletta2009-09-142-30/+11
* | | | Fixed crash in gl when stroking with a Qt::NoBrush penGunnar Sletta2009-09-141-1/+3
| |/ / |/| |
* | | Fixed groupbox drawing on xp when hitting the fallback code.Gunnar Sletta2009-09-141-1/+1
* | | Fixed compilation of some ifdef'ed out debug messages.Gunnar Sletta2009-09-141-8/+13
* | | fix compile error debug outputGunnar Sletta2009-09-141-1/+1
* | | Autotest preventing gl from crashing on shutdown with dangling contextsGunnar Sletta2009-09-141-0/+13
|/ /
* | Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-148-64/+42
* | qdoc: QGLWidget::colormap() returns a QGLColormap, not a QColormapRhys Weatherley2009-09-141-2/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-148-46/+95
|\ \
| * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-09-14143-19978/+2570
| |\ \
| * | | AudioDevices demo doesn't do anything on WindowsKurt Korbatits2009-09-148-276/+303
* | | | Use redF(), etc when setting GL colorsRhys Weatherley2009-09-141-5/+3
* | | | Don't have to glEnable(GL_TEXTURE_2D) when using shaders.Rhys Weatherley2009-09-141-4/+0
| |/ / |/| |
* | | qdoc: size of a QGLColormap is 256 on all platforms, not just WindowsRhys Weatherley2009-09-141-1/+1
* | | qdoc: QGLFormat documentation improvementsRhys Weatherley2009-09-141-5/+9
* | | qdoc: QGLWidgets -> QGLWidget, etc, for proper doc linking.Rhys Weatherley2009-09-132-12/+12
* | | qdoc: document default values for QGLFramebufferObject propertiesRhys Weatherley2009-09-131-9/+17
* | | QGLWidget::fontDisplayListBase() is not supported under OpenGL/ESRhys Weatherley2009-09-132-2/+10
* | | qdoc: qglColor() doesn't work under OpenGL/ES 2.0Rhys Weatherley2009-09-131-0/+4
* | | Make QGLWidget::renderText() desktop onlyRhys Weatherley2009-09-131-175/+72
* | | Fix compilation with QT_NO_CAST_FROM_BYTEARRAY.Till Adam2009-09-131-3/+3
* | | Fix -Wconversion warnings where possible.David Faure2009-09-1311-47/+47
* | | Improve upon the previous commit and allow more cases to activate.Thiago Macieira2009-09-131-32/+34
* | | qdbus tool: enable service activation when calling methodsCaio Marcelo de Oliveira Filho2009-09-131-12/+15
* | | Do not make Mac-specific checks on FreeBSD.Raphael Kubo da Costa2009-09-131-2/+2
* | | Merge branch '4.5' into 4.6Thiago Macieira2009-09-1210-18/+82
|\ \ \ | | |/ | |/|
| * | Fix memory leak when deleteLater is triggered via the main menu bar.Morten Sorvig2009-09-111-0/+2