summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging
Commit message (Expand)AuthorAgeFilesLines
* 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