summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change license headers from Nokia to Digia4.6Sergio Ahumada2013-03-12126-2359/+2348
* Take const QString& to setException instead of QString.Mike Arthur2010-03-193-3/+3
* Add support for throwing exceptions through the bindings to allow compilationMike Arthur2010-03-1911-5/+63
* Fix empty if/else generation bug.Mike Arthur2010-03-191-1/+1
* rename .qs files to .jsKent Hansen2009-11-2617-1/+1
* Update licensing informationKent Hansen2009-11-26127-1958/+5119
* Add bindings for QDate, QDateTime and QRegExpKent Hansen2009-11-252-6/+13
* Update 4.6 bindings based on Eskil's QtJambi tree.Kent Hansen2009-11-2524-2036/+3274
* Work with some stricter compilersKent Hansen2009-11-243-0/+5
* Support global namespace enums and automatically include enum header file.Mike Arthur2009-10-303-18/+51
* Add support for no-argument functions in the format "returnType function(void)".Mike Arthur2009-09-291-0/+7
* remove references to QStateMachine::rootState in exampleKent Hansen2009-08-261-2/+2
* fix compiler warningKent Hansen2009-08-071-3/+3
* fix compiler warningKent Hansen2009-08-071-1/+1
* make Calendar and Screenshot examples work againKent Hansen2009-07-132-9/+9
* Merge branch 'master' into 46Kent Hansen2009-07-091-2/+2
|\
| * fix issue introduced by 04e49d162b15d7a32d4e5837e5f5ef284ea226baKent Hansen2009-07-091-2/+2
* | Merge branch 'master' into 46Kent Hansen2009-07-034-8/+9
|\|
| * give init.cpp files unique namesKent Hansen2009-07-034-8/+9
* | Two-way button state machine example ported to QtScriptKent Hansen2009-06-041-0/+21
* | Merge branch 'master' into 4.6Kent Hansen2009-06-042-2/+1
|\|
| * add bindings for QGraphicsSceneDragDropEventKent Hansen2009-06-042-2/+1
* | add basic example of using animation+statesKent Hansen2009-06-031-0/+55
* | fix typesystem bugKent Hansen2009-06-033-5/+5
* | Merge branch 'master' into 4.6Kent Hansen2009-06-032-1/+4
|\|
| * support #warning directiveKent Hansen2009-06-032-1/+4
* | change ownership of the C++ objectKent Hansen2009-06-032-0/+24
* | add new enumKent Hansen2009-06-032-0/+4
* | add bindings for animation and state machine classes (new in 4.6)Kent Hansen2009-06-035-0/+140
* | really avoid infinite recursionKent Hansen2009-06-031-2/+5
|/
* Fixes: add build_all.txt and qtscript_masterinclude.h to resourcesKent Hansen2009-03-262-2/+4
* Fixes: separate bindings init function from plugin classKent Hansen2009-03-1913-218/+236
* Fixes: warn when the bindings can't be loadedKent Hansen2009-02-201-11/+35
* Fixes: move QTextCodecPlugin binding from gui to coreKent Hansen2009-02-046-7/+9
* Fixes: use QScriptValue::isNumber() to check for shorts and floatsKent Hansen2009-02-021-0/+6
* Fixes: add bindings for QDrag and QDropEventKent Hansen2009-01-272-3/+1
* Fixes: make sure plugins get the 'd' suffix if appropriate (debug version)Kent Hansen2009-01-081-0/+1
* Fixes: make phonon bindings compile when the generator is used with qt 4.5Kent Hansen2009-01-053-2/+52
* Fixes: make sure that function parameters are not hiddenKent Hansen2008-12-233-23/+23
* Fixes: make sure pointers are validKent Hansen2008-12-231-5/+7
* Fixes: add bindings for QAbstractTableModelKent Hansen2008-12-235-16/+15
* Fixes: kill the QPainter(QPaintDevice*) constructorKent Hansen2008-12-232-0/+2
* Fixes: make QImage.prototype.save(fileName) workKent Hansen2008-12-232-20/+0
* Fixes: integrate the qtscript debugger into the script runnerKent Hansen2008-12-172-1/+12
* Fixes: generate bindings for QAbstractItemModel and friendsKent Hansen2008-11-112-5/+4
* Fixes: get the number of actual warnings down to 0Kent Hansen2008-11-0621-83/+173
* Fixes: add bindings for QItemSelectionModel and QItemSelectionRangeKent Hansen2008-11-052-3/+1
* Fixes: avoid infinite recursion when calling QProgressBar.showKent Hansen2008-11-051-2/+10
* Fixes: possible memory leakKent Hansen2008-11-051-2/+4
* Fixes: overload resolution for functions with QVariant argumentsKent Hansen2008-10-101-0/+2