summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-15142-1988/+2840
* Remove uses of QString::nullMarc Mutz2017-03-101-16/+16
* Fix usage of deprecated QStyleOptionViewItemV3v5.6.25.6.2Joerg Bornemann2016-07-051-9/+1
* Purge sRGB chunks from PNGs.Edward Welbourne2016-03-315-0/+0
* Make more ctors explicitMarc Mutz2016-03-061-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-061-3/+3
* Update copyright headersJani Heikkinen2015-02-12142-994/+994
* Replace Q_STATIC_GLOBAL_OPERATOR with its expansionThiago Macieira2015-01-071-3/+2
* Update license headers and add new license filesAntti Kokko2014-08-24142-2698/+1562
* Fix tab-completion for variables that have digits in themAndy Shaw2013-10-221-1/+1
* Remove QtAlgorithms usage from QtScript.Friedemann Kleint2013-09-265-6/+18
* Fix CLANG-warnings.Friedemann Kleint2013-03-082-3/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-051-8/+8
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-7/+7
| |\
| | * Doc: Modularized Qt Script Tools documentation.Jerome Pasion2013-01-241-7/+7
| * | 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
|/
* Always get the default flags from QAIM.Stephen Kelly2012-11-272-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24142-3408/+3408
* Add qtscriptglobal.h for the qtscript.git module EXPORT macrosThiago Macieira2012-08-091-0/+1
* 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-1325-76/+76
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-295-22/+10
| |\
| * | QtScripts: Widget library split.Friedemann Kleint2011-05-2425-76/+76
* | | 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
|/
* Update licenseheader text in source files for qtscript Qt moduleJyri Tahtela2011-05-24142-2414/+2414
* Define the QT_NO_.... when the module is absant from QT_CONFIGOlivier Goffart2011-05-021-0/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27198-0/+28242