summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | doc: More documentation of the graphics effect framework.Bjørn Erik Nilsen2009-08-241-12/+338
| * | | | | | | | fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-242-75/+83
| * | | | | | | | pass engine and identifier to QScriptStringPrivate constructorKent Hansen2009-08-242-7/+7
| * | | | | | | | add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-243-3/+11
| * | | | | | | | make some internal qtscript functions inlineKent Hansen2009-08-244-133/+132
| * | | | | | | | 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
| * | | | | | | | 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-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