aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtOpenGL
Commit message (Collapse)AuthorAgeFilesLines
* Fix qglbuffer test on Python3.Hugo Parente Lima2012-03-081-7/+7
|
* Updated QtOpenGL modue to works with python 2.x and 3.xRenato Filho2012-03-081-1/+1
|
* Fix QGLBuffer::map code injection and test.Hugo Parente Lima2012-03-081-20/+14
|
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-082-0/+19
|
* Created new unittest model.Renato Filho2010-06-072-0/+52
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>