summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* purge ce-compat referencesOswald Buddenhagen2012-12-123-2/+28
* Add PLUGIN_CLASS_NAME to qtscript pluginsMiikka Heikkinen2012-12-101-0/+1
* Doc: Replace outdated macroChristian Stenger2012-12-071-2/+2
* Change copyrights from Nokia to DigiaSergio Ahumada2012-12-058-8/+8
* QtScript: Fix link to Qt Linguist Manual.David Schulz2012-12-042-2/+2
* remove symbian vestigesOswald Buddenhagen2012-12-044-33/+3
* Doc: Changed link in qdocconf file to point to landing page.Jerome Pasion2012-12-031-2/+3
* Fix up the Qt Script docsLars Knoll2012-11-293-92/+48
* Change copyright holder from Nokia to DigiaSergio Ahumada2012-11-271-1/+1
* Updated the module overviewLars Knoll2012-11-271-26/+36
* Always get the default flags from QAIM.Stephen Kelly2012-11-272-2/+2
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-1/+0
|\
| * Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-291-1/+0
* | adjust to qt_plugin.prf changesv5.0.0-beta2Oswald Buddenhagen2012-11-011-4/+3
* | Fix mmap usage.Jędrzej Nowacki2012-10-221-2/+2
|/
* Update docs after modularization of docsTor Arne Vestbø2012-10-112-5/+4
* Doc: Updated include statements to point to the doc/global templatesVenugopal Shivashankar2012-09-281-2/+2
* Fix header guardLars Knoll2012-09-251-0/+1
* Doc: Changed title of Qt Script module pageGeir Vattekar2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24233-3858/+3858
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-113-6/+0
* Fix MinGW-w64 compilationJonathan Liu2012-09-041-1/+1
* Capture full backtrace when a native function calls back into JSKent Hansen2012-08-221-2/+10
* Remove the use of the QWidgetStar metatypeid.Stephen Kelly2012-08-152-12/+7
* Make QScriptEngine::uncaughtExceptionBacktrace() work againKent Hansen2012-08-156-21/+83
* Add default conversion for types long and ulongKent Hansen2012-08-142-0/+30
* Suppress JavaScriptCore 'LEAK' messages at application exitKent Hansen2012-08-132-0/+5
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-111-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-112-2/+2
* Fix GC issues related to QObject connections and ownershipKent Hansen2012-08-094-38/+108
* Add qtscriptglobal.h for the qtscript.git module EXPORT macrosThiago Macieira2012-08-0910-1/+80
* QScriptEngine::pushContext(): Don't inherit parent context's scopeKent Hansen2012-08-083-22/+9
* Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)Kent Hansen2012-08-068-39/+84
* Fixed compile without QtWidgets, unify "is module available?" syntaxRohan McGovern2012-07-301-1/+1
* Fix QScriptContextInfo::functionMetaIndex() for overloaded slotsKent Hansen2012-07-133-60/+130
* Check that property descriptor members are valid before using themKent Hansen2012-07-121-2/+2
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-034-10/+41
* Use the new function QMetaMethod::name() instead of methodSignature()Kent Hansen2012-06-291-56/+12
* doc: add a few missing properties to the ECMAScript referenceKent Hansen2012-06-291-0/+26
* doc: remove wrong information about Error object stack propertyKent Hansen2012-06-291-7/+0
* Don't crash if queued signal handler no longer existsKent Hansen2012-06-261-1/+7
* build system cleanupsOswald Buddenhagen2012-06-253-19/+3
* auto-generate module prisOswald Buddenhagen2012-06-252-3/+4
* Compile with clang's libc++Bradley T. Hughes2012-06-232-2/+4
* Fix possible type collision with ICUKonstantin Ritt2012-06-151-1/+1
* Skip a test case that started failing after the upgrade to Unicode 6.1Konstantin Ritt2012-06-151-141/+47
* Don't build scripttools when Qt is configured with -no-widgetsKent Hansen2012-06-061-1/+2
* don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable hereOswald Buddenhagen2012-06-062-3/+3
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-0532-48/+5041
* Disable C++11 support when building QtScriptBradley T. Hughes2012-06-041-0/+1