Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtScript must respect dynamic metaobject's when installed | Aaron Kennedy | 2009-07-31 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit f39ccc5ed802ee8461122b8b067c8faa9aae8f8a) Reviewed-by: Roberto Raggi | ||||
* | qtscript meta-object binding: enum properties are not deletable | Kent Hansen | 2009-06-26 | 1 | -3/+3 |
| | |||||
* | make it possible to support queued connections in qtscript | Kent Hansen | 2009-06-25 | 1 | -5/+8 |
| | | | | | | | | | | | | | | This change doesn't actually add public API for it, but makes it trivial to add. On the C++ side, qScriptConnect() would get an overload that takes an additional argument, the connection type (d'oh, it should have had a default argument to begin with!). On the script side, it's a bit more tricky to "overload" the existing connect(), since it's already "overloaded" (can have either one or two parameters). Plus, I'd like connect() to be able to support bind-like functionality so you can pass additional arguments to it that will be passed to the signal handler at signal emission time. Oh well, we'll see. | ||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+2209 |
| | |||||
* | make signal handlers understand QVariant again | Kent Hansen | 2009-06-05 | 1 | -3/+18 |
| | | | | | | Also, issue a warning if a type is not known to the meta-type system. Task-number: 248129 | ||||
* | kill dead code | Kent Hansen | 2009-06-05 | 1 | -2/+0 |
| | |||||
* | Add string-->enum conversion for properties and slots | Kent Hansen | 2009-05-20 | 1 | -7/+26 |
| | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+2209 |