summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* First cut of windows packagingSarah Smith2011-04-2015-45/+755
|
* Add src package script.Sarah Smith2011-04-151-0/+30
| | | | | | Taken from the qtcreator repo. Change-Id: I5a2b55d5720dd58144ecf51979b79bad3a1b199c
* Generate packages for N900.Sarah Smith2011-04-142-2/+2
|
* Refactoring doco.Sarah Smith2011-04-141-4/+4
| | | | | | | Also remove N900 stuff and document that this is superseded by packaging stuff in the debian directory. Change-Id: Ic4db8524a8c6a93984e74fa0866861c353a457f2
* Move plugins and imports into place during compile.Sarah Smith2011-04-117-0/+25
| | | | | | | | QtQuick3D puts everything into place that it needs to run during the compile step. You should be able to build and then run, without having to do make install. Don't know how this got missed previously.
* Fix functionality that fails in release build.Sarah Jane Smith2011-04-101-3/+11
| | | | | | Shown up by unit test which fails in release mode. Casting to/from enums... no good will ever come of it.
* Fix crash where QDeclarativeEffectPrivate::texture2D is dereferenced before ↵Julian de Bhal2011-04-082-5/+7
| | | | | | it is initialized Change-Id: I7b97a1162dfe6ae28770382d9d5d339ac0422e8d
* Device packaging. QTBUG-17434.Sarah Smith2011-04-0614-32/+36
| | | | | | | | | | Few fixups required for header location, and plugins not linked to requisite libs. The rest of it is adding .desktop files and icons. Many of the icons are duplicates but at some point some apps will likely get their own icons, so don't share a common icon. Many apps run just fine, a few have bogus names, bad icons and other niggles. Apps that don't run are subject of other bug reports.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/quick3dSarah Smith2011-04-045-5/+16
|\
| * Item3D: Improve wording of warning where texture coordinates are missingJulian de Bhal2011-04-041-1/+1
| | | | | | | | Change-Id: I3f249b5e58cf910ed5f4772deb276919e6fbb34a
| * Generate dummy texcoords for scenenodes if an effect requires them. QTBUG-18535Julian de Bhal2011-04-041-1/+9
| | | | | | | | Change-Id: Ifef4fb3fb4b44f72fa41a2f9332d690db928115e
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/quick3dDaniel Pope2011-03-3124-2083/+751
| |\
| * | Another minor symbian change.Daniel Pope2011-03-311-0/+1
| | |
| * | A handful more symbian compile fixes.Daniel Pope2011-03-313-4/+6
| | |
* | | Packaging round one done.Sarah Smith2011-04-049-17/+87
| |/ |/| | | | | | | | | | | See QTBUG-17434 for more details. Packaging on a debian desktop system works. Tested with Ubuntu 10.10 which is currently one of few with Qt 4.7.x packages.
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/quick3dSarah Smith2011-03-301-1/+5
|\ \
| * | Add-texture-coordinates-to-quad.objJulian de Bhal2011-03-241-1/+5
| |/
* | Remove scenegraph / qml2 support.Sarah Smith2011-03-3014-2081/+0
| | | | | | | | | | QML2 will not be available in public packages for a while so no point in having it in here and causing support headaches.
* | Monster refactor commit.Sarah Smith2011-03-3010-1/+746
|/
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/quick3dSarah Smith2011-03-226-118/+10
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/quick3dSarah Smith2011-03-195-117/+2
| |\ | | | | | | | | | | | | Conflicts: src/private/qfactoryloader_p.h
| | * Build under windows.Sarah Smith2011-03-185-117/+2
| | | | | | | | | | | | The cubehouse runs, but still needs work for the declarative stuff.
| * | Linux fixes for new repo.Sarah Smith2011-03-192-1/+8
| |/ | | | | | | Now builds on linux, albeit with lots of warnings.
* / Fix image texture loading bug.Sarah Smith2011-03-221-0/+1
|/
* Make quick3d build without private headers.Sarah Smith2011-03-1519-311/+1205
| | | | | It compiles and basket runs on MacOSX - almost certainly most other apps are broken on most other platforms. Got to start somewhere.
* Update to quick3d product focus.Sarah Smith2011-03-1023-1741/+11
| | | | | | | Mostly doco changes, add new logo. Switch role of the Qt3D C++ API to being a way to extend the QML3D bindings. De-emphasise the portability and OpenGL aspects of C++ side. Also remove stereo stuff as far as possible.
* Add files ported from research/qt3dSarah Smith2011-03-09313-0/+78757
Fill repo with some of the files from the research/qt3d project. At present the new project builds under MacOSX. To-dos include getting it building under linux, windows, harmattan and maemo/meego; updating the documentation to reflect the new QtQuick focus; and fixing the issues with private headers.