summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* s/hasAlpha/hasAlphaChannel/gAnders Bakken2009-08-243-7/+7
* pass engine pointer to QScriptValuePrivateKent Hansen2009-08-243-34/+19
* Add missing file in priAlexis Menard2009-08-241-0/+1
* Don't float objects into next page unless they can fit in itEskil Abrahamsen Blomfeldt2009-08-241-1/+13
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-244-17/+61
* Windows compile fix for code that needs WINVER > 0x500Joerg Bornemann2009-08-242-4/+9
* Remove warningJan-Arve Sæther2009-08-241-2/+1
* QAbstractSocket: Also check for HostLookupStateMarkus Goetz2009-08-241-2/+3
* Fix include guard and simplify compiler workaround.Frans Englich2009-08-242-10/+6
* Minor documentation and code fixes.Frans Englich2009-08-241-2/+4
* Remove dead code.Frans Englich2009-08-241-3/+1
* Phonon/ds9: refactor to prepare some improvements in the usage of mutexThierry Bastian2009-08-246-86/+35
* 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