summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Collapse)AuthorAgeFilesLines
* Fixed install of qml imports when doing a vcproj build.Rohan McGovern2010-03-191-1/+1
| | | | | This qmake script had wrong logic as a result of a bad copy and paste (probably from translations\translations.pro)
* fix installation of imports librariesYann Bodson2010-03-151-4/+3
|
* Fix installation of imports librariesTobias Hunger2010-03-123-8/+7
|
* no need to include this private headerYann Bodson2010-03-111-1/+1
|
* fix particles pluginYann Bodson2010-03-111-1/+15
|
* Don't export symbols in webkit plugin.Yann Bodson2010-03-114-63/+4
|
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-116-1/+1666
| | | | Task-number: QT-2846
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-102-4/+4
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* fix inclusion of qt_targets.pri in qimportbase.priJoerg Bornemann2010-03-101-1/+1
| | | | Reviewed-by: Roberto Raggi
* Use TARGETPATH instead of hardcoding locationsTobias Hunger2010-03-102-2/+2
|
* Fix location in which webkit import is stored in builddirTobias Hunger2010-03-101-1/+1
|
* Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-102-4/+6
|\ | | | | | | | | Conflicts: src/declarative/util/qdeclarativestateoperations.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-082-4/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (74 commits) Assistant: Fix compile warning for empty header. Doc: mark QEasingCurve support functions as new in 4.7. Modify the XML test suite not to use non-characters. Autotest: Fix failing QTextCodec tests Doc: mark methods as internal (as they were in previous releases) Doc: add image for Qt Quick to "What's New" page. qdoc: Clear a static multimap after each qdocconf file. qdoc: Added some debug output to track down a crash Fixed mouse wheel handling in scrollareas. Added two missing keys for X11 Carbon: usage of menu bars can cause exceptions to be thrown Mac: compile fix Fix build JPEG plugin: Use switch() instead of if() don't try to build corewlan plugin when corewlan was not found at configure Avoid conversion to/from QChar in the cn codec to unicode Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode fix corewlan detection error when building for 10.5 when 10.6 is also fixed treatment of zlib on Mac when crossbuilding Partial overloading support for qdbus cli tool. ...
| | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-4/+6
| | |
* | | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-092-4/+5
|/ / | | | | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* | Always copy the qmldir files into the build directoryTobias Hunger2010-03-084-7/+7
|/ | | | ... even when -prefix is set
* Move the multimedia files to the correct place.Martin Jones2010-03-048-0/+2684
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-042-5/+26
| | | | | Conflicts: src/src.pro
* Fix settings (was not exported type).Warwick Allison2010-03-034-4/+8
|
* Fix build of importsTobias Hunger2010-03-0219-0/+2791
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree