summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make QScriptValue QObject handling consistent.Stephen Kelly2012-03-061-6/+16
* Fix compilation, use DefaultCodec.Friedemann Kleint2012-03-061-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-064-36/+36
* Remove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.Stephen Kelly2012-02-231-2/+2
* Use new plugin system in QtScript.Friedemann Kleint2012-02-232-3/+7
* Update QObjectConnectionManager meta-object to revision 6Kent Hansen2012-02-221-11/+28
* Fix link for QObject integration documentation in QScriptEngineTeemu Katajisto2012-02-211-1/+1
* Remove solaris-g++ SPARC workaroundBradley T. Hughes2012-02-211-5/+0
* Use new plugins system in Qt Script.Friedemann Kleint2012-02-171-2/+3
* Fix compilation on QNX.Sean Harmer2012-02-072-2/+10
* Build fix for Windows.Friedemann Kleint2012-02-071-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30211-213/+213
* Update obsolete contact address.Jason McDonald2012-01-23211-279/+279
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-1914-14/+0
* Improve handling of QScriptEngine::ExcludeDeleteLater.Friedemann Kleint2012-01-091-3/+1
* Fix JS to QVariant type conversionKent Hansen2012-01-092-26/+3
* Update copyright year in license headers.Jason McDonald2012-01-09214-216/+216
* Fix QScriptEngine::ExcludeDeleteLater and metaobject-related autotestsRohan McGovern2012-01-061-1/+4
* Fix compilation due to header changesSergio Ahumada2011-12-171-2/+2
* QtScript: Fix warnings about set/unused variables.Friedemann Kleint2011-11-103-6/+1
* Fix warnings about deprecated assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+0
* QtScript: Remove qpa-sections from .profiles.Friedemann Kleint2011-10-261-5/+1
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-7/+7
* Fix typo in JavaScriptCore/runtime/Structure.cppKent Hansen2011-10-051-1/+1
* Fixed compile for removal of Qt::escapeRohan McGovern2011-09-301-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1326-77/+77
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2914-42/+24
| |\
| * | QtScripts: Widget library split.Friedemann Kleint2011-05-2426-77/+77
* | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-122-2/+2
* | | Fix translation context for QML files in a QRC.Michael Brasser2011-07-291-1/+6
| |/ |/|
* | Replace all QAtomicInt ref variables by QSharedData inheritance.Jedrzej Nowacki2011-07-1110-30/+20
* | Use QAtomicInt instead of QBasicAtomicIntThiago Macieira2011-07-0811-19/+11
* | Use feature profile loading instead of direct inclusion.axis2011-06-073-3/+3
|/
* Update licenseheader text in source files for qtscript Qt moduleJyri Tahtela2011-05-24146-2500/+2500
* Doc: Fixed qdoc warnings.David Boddie2011-05-201-1/+1
* Fix crashes with regular expressions QtScript on ARM traditional architecturesSimon Hausmann2011-05-161-0/+6
* Add QTSCRIPT_VERSION and QTSCRIPTTOOLS_VERSION macros for qtscript moduleLiang Qi2011-05-112-0/+4
* Removed some superfluous semicolonsThorbjørn Lindeijer2011-05-101-9/+9
* Use private headersMarius Storm-Olsen2011-05-022-2/+2
* Define the QT_NO_.... when the module is absant from QT_CONFIGOlivier Goffart2011-05-021-0/+2
* Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-022-0/+8
* Make QtScript main project file see dependencies properly and etc.Liang Qi2011-04-271-2/+4
* Update qtscript by following the new method.Liang Qi2011-04-272-10/+0
* First attempt to build scripttools.Liang Qi2011-04-271-2/+9
* First attempt to build script.Liang Qi2011-04-271-13/+10
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27789-0/+326039