summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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