summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete DEPENDPATH assignmentsrefactorOswald Buddenhagen2012-12-162-15/+0
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-16101-105/+6
* remove pointless QT.<module>.sources referencesOswald Buddenhagen2012-12-131-1/+1
* point dependencies to stable branchesOswald Buddenhagen2012-12-131-4/+4
* Fix compilation with namespaced QtSean Harmer2012-12-102-2/+6
* Fix syncqt and qmake warningsSean Harmer2012-12-1094-172/+265
* Follow the split of qml1 vs. qml2 import pathThomas Senyk2012-12-101-2/+2
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-133-3/+3
* remove README.plugins_typesOswald Buddenhagen2012-11-084-74/+0
* remove library.xml and any mention of itOswald Buddenhagen2012-11-088-575/+2
* fix VPATHOswald Buddenhagen2012-11-081-0/+1
* Fix qml list interface for resources and data in quickitem3dMarco Bubke2012-10-181-2/+11
* Build qglinfo as release mode for -debug-and-release configYuchen Deng2012-10-131-0/+1
* test: Fix tst_LoadModel::load()Sergio Ahumada2012-10-131-1/+1
* HTML template: Updated copyright notice from Nokia to Digia PlcJerome Pasion2012-09-262-29/+4
* Remove geometry shader support for Qt 5.0Sean Harmer2012-09-262-56/+0
* qtest_helpers.h: use overloading instead of specialisationMarc Mutz2012-09-241-12/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23615-11995/+11995
* doc/global: Updated templates from qtbaseJerome Pasion2012-09-221-0/+1
* Doc: Added doc/global templates for building module documentationJerome Pasion2012-09-214-48/+778
* Fixed some version changes from 1.0 to 2.0Andy Shaw2012-09-1813-15/+16
* Explicitly use float rather than qreal in math3d classesSean Harmer2012-09-1615-559/+549
* Use float throughout the Qt3D module for consistency and performanceSean Harmer2012-09-16114-984/+974
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-133-4/+1
* Fix compilation with win32-g++ and C++11Kai Koehne2012-09-131-0/+3
* Update the git-archive export optionsThiago Macieira2012-09-112-0/+4
* Compile after Math3d was changed to use float instead of qreal.Friedemann Kleint2012-09-1115-95/+98
* unconditionally define QT_NO_EGLOswald Buddenhagen2012-09-111-1/+3
* Changed the BackToFront sorting of QQuickItem3Dv5.0.0-beta1Fabian Bumberger2012-08-281-13/+10
* Add doc/qt3d to .gitignoreYuchen Deng2012-08-271-0/+1
* Doc: Fix location of include files in qdocconf.Casper van Donderen2012-08-231-2/+2
* Fix compilation on ES2 following import of Khronos OpenGL headersSean Harmer2012-08-211-0/+2
* Don't trample random seed in QGLSectionJulian De Bhal2012-08-131-3/+0
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-112-6/+2
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-112-2/+2
* Update to non-deprecated API: initializeGLFunctions is goneThiago Macieira2012-08-021-1/+1
* Doc: Added the module name prefix to the file nameVenugopal Shivashankar2012-08-021-8/+8
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0161-0/+61
* Update the export macros in qt3d.gitThiago Macieira2012-08-012-35/+4
* Doc: Fixed usage of "Qt 3D", title names, and file names.Jerome Pasion2012-08-0141-234/+215
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-3025-25/+50
* 3D Item in viewport is rendered out of place in BufferedRender mode.Sergey Dubitskiy2012-07-271-1/+7
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
* Qt3D: Use new qWaitForWindowExposed()/Active() functions.Friedemann Kleint2012-07-202-6/+2
* Test that the package configs for Qt3D work.Stephen Kelly2012-07-205-1/+99
* QGLSubsurface was fixed. Qt3d "Shapes" demo now works on Mac.Sergey Dubitskiy2012-07-184-18/+30
* Update in line with QtDeclarative changesAlan Alpert2012-07-182-7/+7
* Positional lighting exampleJulian De Bhal2012-07-1610-0/+618
* Add camera context to viewport lightingJulian De Bhal2012-07-161-1/+2
* threed: add virtual destructor to QGLSceneFormatFactoryInterfaceRobin Burchell2012-07-151-0/+1