summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into androidwip/androidEskil Abrahamsen Blomfeldt2013-02-08267-475/+824
|\
| * Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-0728-114/+509
| |\
| | * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-0528-114/+509
| | |\
| | | * Merge branch 'release' into stableSergio Ahumada2013-01-3113-17/+412
| | | |\
| | | | * Fix QtScript crash on 64bit with JIT.v5.0.1Friedemann Kleint2013-01-281-1/+1
| | | | * Doc: Modularized Qt Script Tools documentation.Jerome Pasion2013-01-2412-15/+410
| | | | * doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada2013-01-121-1/+1
| | | * | Doc: Fix module name formatSze Howe Koh2013-01-2617-97/+97
| * | | | Fix compile error caused by min/max defines.Friedemann Kleint2013-02-051-4/+4
| |/ / /
| * | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2815-60/+0
| |/ /
| * | Add a means to specify that the VM_POOL_SIZE can be 1gb and not 2gbAndy Shaw2013-01-141-0/+4
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10240-242/+242
| * | make use of qtHaveModule()Oswald Buddenhagen2013-01-103-3/+3
| * | Fix Math.pow implementation with MinGW-w64Jonathan Liu2013-01-091-7/+23
| |/
| * remove obsolete DEPENDPATH assignmentsv5.0.0Oswald Buddenhagen2012-12-162-2/+0
| * remove unnecessary CONFIG additionOswald Buddenhagen2012-12-161-2/+0
| * 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 compile on AndroidBogDan Vatra2013-01-104-13/+38
|/
* 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