summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-09318-322/+322
* Fix QScriptEngine::ExcludeDeleteLater and metaobject-related autotestsRohan McGovern2012-01-062-4/+13
* Fix compilation due to header changesSergio Ahumada2011-12-174-5/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0623-63/+0
* QtScript: Fix warnings about set/unused variables.Friedemann Kleint2011-11-103-6/+1
* Finalized moving qtipc autotest from qtbase to qtscriptJo Asplin2011-11-1026-1/+2883
* 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
* Remove SkipMode parameter from QSKIP.Jason McDonald2011-10-217-14/+17
* Fix test failures when writing invalid enum/flag valueKent Hansen2011-10-211-4/+2
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-192-71/+0
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-7/+7
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-1025-50/+66
* Fix typo in JavaScriptCore/runtime/Structure.cppKent Hansen2011-10-051-1/+1
* Remove Symbian-specific code from tests.Jason McDonald2011-09-301-4/+0
* Fixed compile for removal of Qt::escapeRohan McGovern2011-09-301-1/+1
* test: removed apparently useless use of QtGui in tst_qscriptvalueRohan McGovern2011-09-202-2/+1
* Disabled calculator, qstetrix to resolve impossible circular dependencyRohan McGovern2011-09-201-1/+0
* Merge branch 'refactor'Gunnar Sletta2011-09-1342-94/+98
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2920-91/+37
| |\
| * | QtScripts: Widget library split.Friedemann Kleint2011-05-2442-94/+98
* | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-122-2/+2
* | | Remove obsolete testlib files from .gitignoreJason McDonald2011-08-231-2/+0
* | | Fix translation context for QML files in a QRC.Michael Brasser2011-07-291-1/+6
| |/ |/|
* | Remove reference to qtdemo.Casper van Donderen2011-07-121-32/+1
* | Replace all QAtomicInt ref variables by QSharedData inheritance.Jedrzej Nowacki2011-07-1110-30/+20
* | Use QAtomicInt instead of QBasicAtomicIntThiago Macieira2011-07-0811-19/+11
* | Update sync.profile dependencies to new syntaxAlan Alpert2011-07-081-12/+6
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-06-082-3/+3
|\ \
| * | Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-072-3/+3
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-06-073-3/+3
|\ \ \ | |/ /
| * | Use feature profile loading instead of direct inclusion.axis2011-06-073-3/+3
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-311-0/+1
|\ \ \ | |/ /
| * | tests: fixed compile of qscriptextensionplugin test with high -jNRohan McGovern2011-05-311-0/+1
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-261-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix tst_QScriptEngine::dateConversion tests.Jedrzej Nowacki2011-05-261-2/+2
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-24195-3321/+3321
|\ \ | |/
| * Update licenseheader text in source files for qtscript Qt moduleJyri Tahtela2011-05-24195-3321/+3321
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-2327-386/+537
|\ \ | |/
| * Doc: Fixed qdoc warnings.David Boddie2011-05-201-1/+1
| * Squashed commit of changes from the 4.8-temp branch.David Boddie2011-05-209-0/+99
| * Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-2017-385/+437
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-201-1/+1
|\ \ | |/
| * Fix compile warning in tests.Friedemann Kleint2011-05-201-1/+1
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-stagingQt Continuous Integration System2011-05-188-42/+69
|\ \ | |/
| * Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-05-181-2/+2
| * Remove Q_ASSERT from qscriptvaluegenerated testJason McDonald2011-05-181-6/+7
| * Remove Q_ASSERT from qscriptvaluegenerated testJason McDonald2011-05-181-1/+2
| * Remove Q_ASSERT's from qscriptvaluegenerated testJason McDonald2011-05-181-4/+21
| * Remove Q_ASSERT's from V8 autotestJason McDonald2011-05-181-2/+4