summaryrefslogtreecommitdiff
path: root/src/scripttools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Setting \qtvariable in module page.Jerome Pasion2013-08-021-0/+1
* Doc: Setting navigation variables for Qt Script and Qt Script ToolsJerome Pasion2013-06-261-1/+4
* Doc: Fix module names in .qdocconfTopi Reinio2013-04-261-11/+11
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-2/+2
|\
| * substitute fixed version numbers in qdocconf files with variablesv5.0.2Sergio Ahumada2013-03-261-2/+2
* | Fix CLANG-warnings.Friedemann Kleint2013-03-082-3/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-059-8/+404
|\ \ | |/
| * Merge branch 'release' into stableSergio Ahumada2013-01-319-7/+403
| |\
| | * Doc: Modularized Qt Script Tools documentation.Jerome Pasion2013-01-249-7/+403
| * | Doc: Fix module name formatSze Howe Koh2013-01-261-1/+1
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
|/ /
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-10142-142/+142
* | make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
|/
* remove symbian vestigesOswald Buddenhagen2012-12-041-2/+0
* Always get the default flags from QAIM.Stephen Kelly2012-11-272-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24142-3408/+3408
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* 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-111-1/+1
* Add qtscriptglobal.h for the qtscript.git module EXPORT macrosThiago Macieira2012-08-091-0/+1
* build system cleanupsOswald Buddenhagen2012-06-251-9/+1
* auto-generate module prisOswald Buddenhagen2012-06-251-2/+4
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-051-5/+5
* Fix scripttools compilation when some features are disabledKent Hansen2012-06-014-0/+44
* Don't crash in debugger if QScriptEngine is deletedKent Hansen2012-06-012-1/+3
* Update the includes after QIcon was moved back to QtGuiOlivier Goffart2012-05-203-3/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-1/+1
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-031-1/+1
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-301-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-061-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30142-142/+142
* Update obsolete contact address.Jason McDonald2012-01-23142-142/+142
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-191-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-09142-142/+142
* Fix compilation due to header changesSergio Ahumada2011-12-171-2/+2
* QtScript: Fix warnings about set/unused variables.Friedemann Kleint2011-11-101-3/+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-296-23/+11
| |\
| * | 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
| |/ |/|
* | Replace all QAtomicInt ref variables by QSharedData inheritance.Jedrzej Nowacki2011-07-115-17/+10
* | Use QAtomicInt instead of QBasicAtomicIntThiago Macieira2011-07-085-10/+5
* | Use feature profile loading instead of direct inclusion.axis2011-06-071-1/+1
|/
* Update licenseheader text in source files for qtscript Qt moduleJyri Tahtela2011-05-24142-2414/+2414
* Add QTSCRIPT_VERSION and QTSCRIPTTOOLS_VERSION macros for qtscript moduleLiang Qi2011-05-111-0/+2
* Use private headersMarius Storm-Olsen2011-05-021-1/+1
* 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-021-0/+4
* Update qtscript by following the new method.Liang Qi2011-04-271-6/+0