Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | implement proxying of JSObject::putWithAttributes() on Global Object | Kent Hansen | 2009-08-26 | 1 | -0/+4 |
| | | | | | | Otherwise the property is stored on the wrong object (the proxy). This fix makes the Qt bindings generated by qtscriptgenerator work again. | ||||
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | implement getter/setter proxying for Global Object and activation object | Kent Hansen | 2009-08-18 | 1 | -0/+12 |
| | |||||
* | 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 | ||||
* | make iteration work for the global object again | Kent Hansen | 2009-08-06 | 1 | -3/+5 |
| | | | | Follow-up to commit 520378cfedd63544a9689687256d2c89352ee561 | ||||
* | move Global Object to its own file | Kent Hansen | 2009-08-04 | 1 | -0/+133 |