aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtOpenGL/typesystem_opengl.xml
Commit message (Collapse)AuthorAgeFilesLines
* Signature of various added and modified functions modified to use non-const ↵Marcelo Lira2012-03-081-8/+4
| | | | | | | references. The API Extractor signature normalizer removes const& from argument types, but it leaves non-const references unchanged.
* Fixes the support for QGLShaderProgram's array functions.Marcelo Lira2012-03-081-86/+134
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed windows compilation.Renato Filho2012-03-081-17/+28
|
* Implemented 'QGLShaderProgram' array functions support.Renato Filho2012-03-081-2/+491
| | | | | | | Fixes bug #940. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-4/+4
|
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-4/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-081-11/+10
|
* Fix QGLBuffer::map code injection and test.Hugo Parente Lima2012-03-081-6/+12
|
* Don't reject QGLWidget::setMouseTracking function.Hugo Parente Lima2012-03-081-1/+0
|
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-081-1/+0
|
* Add GLuint as primitive type.Hugo Parente Lima2012-03-081-0/+1
| | | | | If we don't do that any function with GLuint will be rejected by the generator on Windows.
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-4/+4
|
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-3/+0
| | | | This reverts commit bebede17c03c5f6180262a4031c53998142564ad.
* Fixed doc of return values.Hugo Parente Lima2010-10-051-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-14/+15
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
|
* Update modules to work without protect hack.Renato Filho2010-07-231-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Typesystem cleanup.Hugo Parente Lima2010-07-061-5/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated QtOpenGL typesystem to Qt 4.7.Renato Filho2010-05-261-0/+64
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Added missing enums to QtOpenGL type system.Marcelo Lira2010-03-261-0/+2
|
* Bindings for QtOpenGL.Hugo Lima2010-03-191-0/+82
Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>