Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | implement a fair amount of the QScriptClass functionality | Kent Hansen | 2009-07-02 | 4 | -15/+209 | |
| * | | | | | implement string-->enum conversion | Kent Hansen | 2009-07-02 | 1 | -1/+9 | |
| * | | | | | first stab at implementing Qt property getter/setters | Kent Hansen | 2009-07-02 | 4 | -24/+230 | |
| * | | | | | implement caching of slot wrapper functions | Kent Hansen | 2009-07-02 | 2 | -1/+42 | |
| * | | | | | implement marking of QObject connection | Kent Hansen | 2009-07-02 | 1 | -8/+9 | |
| * | | | | | implement QScriptValue::QObjectMember property flag | Kent Hansen | 2009-07-02 | 3 | -4/+12 | |
| * | | | | | use the JSC::Getter and JSC::Setter flags | Kent Hansen | 2009-07-02 | 1 | -4/+2 | |
| * | | | | | create a new QScriptContext when calling a Qt method | Kent Hansen | 2009-07-02 | 1 | -2/+14 | |
| * | | | | | implement QObject property flags | Kent Hansen | 2009-07-02 | 1 | -0/+74 | |
| * | | | | | add placeholder implementations of findChild() and findChildren() | Kent Hansen | 2009-07-01 | 1 | -1/+25 | |
| * | | | | | don't crash if isFunction() is called with invalid JS value | Kent Hansen | 2009-06-30 | 1 | -1/+1 | |
| * | | | | | implement setting of default prototype in newQObject() | Kent Hansen | 2009-06-30 | 2 | -14/+51 | |
| * | | | | | implement name-based connection, make more tests work | Kent Hansen | 2009-06-30 | 1 | -7/+13 | |
| * | | | | | port recent changes from qt/master | Kent Hansen | 2009-06-30 | 2 | -7/+20 | |
| * | | | | | make part of test not assert | Kent Hansen | 2009-06-29 | 1 | -0/+2 | |
| * | | | | | dummy QScriptContextInfo implementation | Kent Hansen | 2009-06-29 | 1 | -25/+81 | |
| * | | | | | disable the JIT for now | Kent Hansen | 2009-06-29 | 1 | -0/+2 | |
| * | | | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backend | Kent Hansen | 2009-06-29 | 23 | -100/+807 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | implement QScriptEngine::installTranslatorFunctions() | Kent Hansen | 2009-06-26 | 1 | -2/+134 | |
| * | | | | | | cleanup, make print() function handle exceptions | Kent Hansen | 2009-06-26 | 1 | -81/+41 | |
| * | | | | | | implement QScriptValue::isQMetaObject() and QScriptValue::toQMetaObject() | Kent Hansen | 2009-06-26 | 1 | -10/+8 | |
| * | | | | | | implement QMetaObject bindings | Kent Hansen | 2009-06-26 | 5 | -4/+218 | |
| * | | | | | | port some fixes from the "old" qtscript backend to the JSC backend | Kent Hansen | 2009-06-25 | 1 | -15/+37 | |
| * | | | | | | work on signal bindings (connect, disconnect, signal emission) | Kent Hansen | 2009-06-24 | 5 | -90/+425 | |
| * | | | | | | rename createStructureID() function | Kent Hansen | 2009-06-24 | 1 | -1/+1 | |
| * | | | | | | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 9 | -58/+149 | |
| * | | | | | | preliminary implementation of QScriptValueIterator API | Kent Hansen | 2009-06-23 | 1 | -18/+85 | |
| * | | | | | | make most of the qscriptvalue tests pass | Kent Hansen | 2009-06-23 | 5 | -77/+153 | |
| * | | | | | | enable assertions in JSC by default | Kent Hansen | 2009-06-23 | 1 | -1/+1 | |
| * | | | | | | use JSC::asObject() | Kent Hansen | 2009-06-23 | 1 | -40/+36 | |
| * | | | | | | toObject({undefined,null}) should return invalid scriptvalue | Kent Hansen | 2009-06-23 | 1 | -1/+1 | |
| * | | | | | | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 142 | -29887/+5798 | |
* | | | | | | | Use QExplicitlySharedDataPointer | Harald Fernengel | 2009-08-20 | 4 | -18/+10 | |
* | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 9 | -12/+12 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 9 | -12/+12 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 114 | -116/+116 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 114 | -116/+116 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 3 | -5/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | adjust some ifdefs so they are easy to remove with a script | Kent Hansen | 2009-08-07 | 3 | -5/+5 | |
* | | | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 10 | -11/+11 | |
* | | | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 12 | -29/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 12 | -29/+17 | |
* | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 8 | -4/+33 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | QtScript must respect dynamic metaobject's when installed | Aaron Kennedy | 2009-07-31 | 1 | -1/+1 | |
| * | | | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 7 | -3/+32 | |
* | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-29 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Doc: replace links to obsolete APIs | Volker Hilsheimer | 2009-07-27 | 2 | -2/+2 | |
* | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -6/+10 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 1 | -6/+10 | |
* | | | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 114 | -254/+264 | |
|\ \ \ \ \ | |/ / / / |