summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sort generated entriesHEADmasterBernhard M. Wiedemann2017-09-181-0/+1
* Replaced Nokia copyright in License fileTeemu Kaukoranta2013-07-111-2/+2
* Change license headers from Nokia to DigiaSergio Ahumada2013-03-12123-2214/+2214
* Update qtscriptgenerator version numberKent Hansen2012-01-231-1/+1
* Exclude QFileOpenEvent::openFile functionKent Hansen2012-01-162-1/+7
* Exclude some phonon functions from bindingKent Hansen2010-10-272-1/+13
* Add Phonon::VideoCaptureDevice to the type systemKent Hansen2010-10-263-0/+12
* Make bindings for 4.7 compileKent Hansen2010-10-266-6/+34
* 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
* Merge branch '4.6'Kent Hansen2010-03-1927-1952/+3444
|\
| * 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
| |\
| * \ Merge branch 'master' into 46Kent 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 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
| |\ \ \ \
| * | | | | 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
* | | | | | rename .qs files to .jsKent Hansen2009-11-2617-1/+1
* | | | | | Update licensing informationKent Hansen2009-11-26127-1958/+5119
* | | | | | Work with some stricter compilersKent Hansen2009-11-243-0/+5
* | | | | | Support global namespace enums and automatically include enum header file.Mike Arthur2009-10-093-18/+51
* | | | | | Add support for no-argument functions in the format "returnType function(void)".Mike Arthur2009-09-291-0/+7
* | | | | | move the function lengths array outside init functionKent Hansen2009-09-231-21/+22
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | fix issue introduced by 04e49d162b15d7a32d4e5837e5f5ef284ea226baKent Hansen2009-07-091-2/+2
| |_|_|/ |/| | |
* | | | give init.cpp files unique namesKent Hansen2009-07-034-8/+9
| |_|/ |/| |
* | | add bindings for QGraphicsSceneDragDropEventKent Hansen2009-06-042-2/+1
| |/ |/|
* | support #warning directiveKent Hansen2009-06-032-1/+4
|/
* 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