summaryrefslogtreecommitdiffstats
path: root/qtbindings
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: separate bindings init function from plugin classKent Hansen2009-03-1911-11/+11
| | | | | Details: makes it easy to statically compile the bindings into an application without requiring a plugin; just include the generated .pri file in your .pro file, then call e.g. qtscript_initialize_com_trolltech_qt_gui_bindings()
* Fixes: warn when the bindings can't be loadedKent Hansen2009-02-201-11/+35
|
* Fixes: make sure plugins get the 'd' suffix if appropriate (debug version)Kent Hansen2009-01-081-0/+1
|
* Fixes: integrate the qtscript debugger into the script runnerKent Hansen2008-12-172-1/+12
| | | | | Details: the debugger will pop up if there is an uncaught exception, or if the debugger keyword is encountered
* Initial import from revision 664 at ↵Simon Hausmann2008-07-0316-0/+337
svn://labs.trolltech.com/svn/qtscript/generator