summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qglobal.h now has the definition for WINVERThierry Bastian2009-08-241-7/+0
* Made it possible to use the Vista specific desktop effects.Trond Kjernåsen2009-08-241-1/+4
* Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-244-1/+12
* compile fix with namespaced Qthjk2009-08-2416-24/+40
* Fix configure's support for traditional bourne shells.Thiago Macieira2009-08-241-1/+2
* QMenuBar: some update Geometries missingThierry Bastian2009-08-241-0/+2
* Unfreeze the DEF files for now.Jason Barron2009-08-241-1/+2
* 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-242-1/+34
* 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
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Markus Goetz2009-08-2411-96/+44
|\
| * 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
* | Examples: Warn about usage of QHttpMarkus Goetz2009-08-243-0/+3
|/
* Remove another occurence of QScopedSharedPointerHarald Fernengel2009-08-241-20/+23
* Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-248-313/+434
* Added autotest for SVG 'use' elements.Suneel BS2009-08-241-0/+102
* Fix double to float truncation warning.Alessandro Portale2009-08-241-1/+1
* avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-242-16/+40
* 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
* Designer: Disable the Button group property editor for good.Friedemann Kleint2009-08-241-1/+1
* make QPixmap rely on QPixmapData for loading from files and from data...gunnar2009-08-243-31/+43
* HSL support for QColorThomas Hartmann2009-08-243-26/+689
* 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
* Speedup the qgraphicsscene benchmarkOlivier Goffart2009-08-241-0/+5
* Removed superfluous status change.axis2009-08-241-1/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason Barron2009-08-249-29/+144
|\
| * 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-242-2/+42
| * QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-242-13/+23
* | Make context2d compile with QT_NO_SCRIPTTOOLS.Jason Barron2009-08-241-2/+4
|/
* Trivial: Remove uneeded #includeHarald Fernengel2009-08-241-1/+0