Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | compile fix with namespaced Qt | hjk | 2009-08-24 | 1 | -2/+2 |
| | |||||
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | compile again after merge | Harald Fernengel | 2009-08-21 | 1 | -2/+0 |
| | |||||
* | Fix compilation with MSVC. | Simon Hausmann | 2009-08-14 | 1 | -0/+1 |
| | | | | | A forward declaration of QScriptString is not sufficient for MSVC, include qscriptstring.h. | ||||
* | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | -script (default) and -no-script. This means we can get rid of the SCRIPT feature from qfeatures, since it's now handled by the new configure variable. It also allows us to get rid of all the QT_NO_SCRIPT ifdefs from the source files, since qmake isn't going to include those files for compilation when you configure with -no-script. The QtScriptTools module will be disabled if the QtScript module is not built. You'll have to build the old QtScript back-end (will be made available in a separate package), then build the QtScriptTools module yourself. Reviewed-by: Simon Hausmann | ||||
* | Fix license headers | Olivier Goffart | 2009-07-29 | 1 | -4/+34 |
| | |||||
* | implement enumeration of custom script classes | Kent Hansen | 2009-07-15 | 1 | -3/+0 |
| | |||||
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+375 |