Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add libinfix support for QML plugins in Symbian. | Miikka Heikkinen | 2010-12-09 | 1 | -1/+7 |
| | | | | | Task-number: QTBUG-14736 Reviewed-by: Alessandro Portale | ||||
* | Append qml import path individually for each available drive on Symbian | Joona Petrell | 2010-12-02 | 1 | -1/+29 |
| | | | | | Task-number: QTBUG-15405 Reviewed-by: Jason Barron | ||||
* | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 1 | -1/+10 |
| | | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517 | ||||
* | Fix assert when placing a .qml file inside $QTDIR/imports | Kai Koehne | 2010-09-27 | 1 | -0/+1 |
| | | | | | | | | | | The assert "Internal error: Plugin imported previously with different uri" happens on Windows. $QTDIR\imports, which is prefixed to the search path, is still written with backslashes. Unify this to forward slashes for all paths. Task-number:QTBUG-13994 Reviewed-by: mae | ||||
* | Internal QML API cleanup | Aaron Kennedy | 2010-08-27 | 1 | -71/+86 |
| | |||||
* | Fix few declarative code issues discovered by static code analysis | Joona Petrell | 2010-08-24 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Aaron Kennedy | ||||
* | Fix inconsistent reporting of module import errors when using versions. | Warwick Allison | 2010-07-05 | 1 | -3/+15 |
| | | | | Task-number: QTBUG-11936 | ||||
* | Don't accept *files* that exist when *directory* is required. | Warwick Allison | 2010-07-02 | 1 | -2/+4 |
| | |||||
* | small optimisation | Lars Knoll | 2010-06-09 | 1 | -2/+2 |
| | | | | | Don't use fromLocal8Bit() when comparing an ascii string to a QString, use QLatin1String. | ||||
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 1 | -15/+6 |
| | |||||
* | Add return value for resolveTypeInNamespace | Aaron Kennedy | 2010-05-20 | 1 | -2/+2 |
| | |||||
* | Search for QML import libraries also in application directory | Kai Koehne | 2010-05-19 | 1 | -4/+10 |
| | | | | | | | | Add QCoreApplication::applicationLibraryPath again to the list of directories to search for possible QML plugins. Task-number: QTBUG-10771 Reviewed-by: mae | ||||
* | Merge remote branch 'mainline/4.7' into 4.7 | Morten Johan Sørvig | 2010-05-12 | 1 | -1/+1 |
| | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp | ||||
* | Cleanup: Move import stuff out of the QDeclarativeEngine | Aaron Kennedy | 2010-04-29 | 1 | -0/+925 |