summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix compiler warningKent Hansen2009-08-071-3/+3
* fix compiler warningKent Hansen2009-08-071-1/+1
* 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
* | Merge branch 'master' into 4.6Kent Hansen2009-06-042-2/+1
|\|
| * add bindings for QGraphicsSceneDragDropEventKent Hansen2009-06-042-2/+1
* | 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-192-207/+225
* 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 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: 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
* Fixes: don't hardcode the classname to QFile in error messageKent Hansen2008-10-101-1/+2
* bug in TypeInfo::operator==() (patch contributed by Peter Kümmel)Kent Hansen2008-08-261-1/+1
* support QByteArray constructor that takes string literalKent Hansen2008-08-192-2/+18
* subtract base offset when indexing tableKent Hansen2008-08-191-1/+4
* use the right string index when producing TypeErrorKent Hansen2008-08-191-1/+2
* add bindings for QHttpHeader and QSslKent Hansen2008-08-192-4/+6
* kill QLatin1String overloadKent Hansen2008-08-192-0/+6
* Find framework include paths on the Mac.Kent Hansen2008-08-152-0/+27
* Initial import from revision 664 at svn://labs.trolltech.com/svn/qtscript/gen...Simon Hausmann2008-07-03159-0/+52264