summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix memory leakKent Hansen2009-08-241-1/+0
* Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3
* Compile after a41d614eb8afd7c1c5b95b8ac34335fc0aaf0a18Eskil Abrahamsen Blomfeldt2009-08-241-2/+1
* Remove another occurence of QScopedSharedPointerHarald Fernengel2009-08-241-20/+23
* Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-247-309/+433
* avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-16/+26
* Removed unused header for the WinCE and Windows platforms.Trond Kjernåsen2009-08-241-1/+0
* fix warning in qthread_win.cppJoerg Bornemann2009-08-241-4/+0
* QFSFileEngine compile fix for NTFS symlink supportJoerg Bornemann2009-08-241-5/+8
* define WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-241-0/+9
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-242-6/+4
* make QPixmap rely on QPixmapData for loading from files and from data...gunnar2009-08-243-31/+43
* HSL support for QColorThomas Hartmann2009-08-242-13/+472
* Fix the last fix to QList.Thiago Macieira2009-08-242-2/+2
* Gestures, Mac: remove pan gesture from qabstractscrollareaRichard Moe Gustavsen2009-08-242-4/+9
* Removed superfluous status change.axis2009-08-241-1/+0
* Remove QScopedCustomPointerHarald Fernengel2009-08-243-10/+19
* Restore QList backward compatibilityHarald Fernengel2009-08-242-3/+56
* Revert "Remove the unnecessary double memcpy now too."Harald Fernengel2009-08-241-0/+3
* Revert "Fix trivial QList detaching: QListData::detach2() *must* memcpy."Harald Fernengel2009-08-241-1/+1
* Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-2/+7
* QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-4/+0
* Trivial: Remove uneeded #includeHarald Fernengel2009-08-241-1/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-08-2423-3/+39192
|\
| * Added some internal docs to make the class clearer.axis2009-08-211-0/+6
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-08-211-5/+5
| |\
| | * Fixed an MSVC 9.0 /2008 warningAlessandro Portale2009-08-211-5/+5
| * | Merge branch 'symbolVisibility'Iain2009-08-2122-3/+39186
| |\ \ | | |/ | |/|
| | * Merge commit 'origin/master' into symbolVisibilityIain2009-08-21480-37254/+21574
| | |\
| | * | Update EABI DEF files after 4.6 mergeIain2009-08-2110-1160/+2560
| | * | Merge commit 'origin/master' into symbolVisibilityIain2009-08-20121-442/+603
| | |\ \
| | * | | ***EXPERIMENTAL*** DEF files for WINSCW targetsIain2009-08-199-0/+19218
| | * | | ***EXPERIMENTAL*** DEF files for EABI targetsIain2009-08-199-0/+18549
| | * | | New definition for ...EXPORT_INLINE to deal with the way we drive RVCTIain2009-08-191-0/+6
| | * | | Ensure the correct set of symbols are exported in the DEF files (part 1)Iain2009-08-192-3/+13
* | | | | Remove last vestiges of the qtusagereporter.Jason McDonald2009-08-242-29/+0
* | | | | Fix compilation with WINSCW: no varargs macrosThiago Macieira2009-08-221-9/+9
* | | | | Export QClipData and QRasterBufferAnders Bakken2009-08-211-2/+2
* | | | | Clean up surface creation code in dfbAnders Bakken2009-08-215-145/+66
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qtAlessandro Portale2009-08-212-1/+2
|\ \ \ \ \
| * | | | | Export QRasterizerAnders Bakken2009-08-211-1/+1
| * | | | | CompileAnders Bakken2009-08-211-0/+1
* | | | | | Warning fix: mask_format = unreferenced parameterAlessandro Portale2009-08-211-0/+1
* | | | | | "d->" is not used. Fix MSVC warning.Alessandro Portale2009-08-211-2/+0
* | | | | | Fixed unreferenced variable warning in Release mode.Alessandro Portale2009-08-211-2/+1
* | | | | | Fixed an MSVC 9.0 /2008 warningAlessandro Portale2009-08-211-5/+5
|/ / / / /
* | | | | Add missing license headers and header guards.Jason McDonald2009-08-214-5/+158
* | | | | Fix obsolete license headers.Jason McDonald2009-08-218-18/+18
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-214-17/+23
|\ \ \ \ \
| * | | | | Remove the unnecessary double memcpy now too.Thiago Macieira2009-08-211-3/+0