summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Avoid calling virtual function JSC::JSValue::get{Call,Construct}Data() twice. Reviewed-by: Olivier Goffart
* Removed unused header for the WinCE and Windows platforms.Trond Kjernåsen2009-08-241-1/+0
| | | | | | | This should make it possible to build binaries for Windows desktop again. Reviewed-by: Thomas Hartmann
* fix warning in qthread_win.cppJoerg Bornemann2009-08-241-4/+0
| | | | _WIN32_WINNT is now defined in qglobal.h
* QFSFileEngine compile fix for NTFS symlink supportJoerg Bornemann2009-08-241-5/+8
| | | | | | | | This also reverts my panic compile fixes, which just disabled the symlink code paths on Windows. This reverts commit e5fe8b49b08a6e749bde8581d9267ddafa7c9990. This reverts commit 7385c1fc7fe03836ed42cc783e840557d267cff9.
* define WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-241-0/+9
| | | | | | | We define these values now in qglobal.h as 0x0500, which is Windows 2k, the oldest version we will support. Reviewed-by: mariusSO
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-242-6/+4
| | | | | | It's faster. Reviewed-by: Olivier Goffart
* 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
| | | | Reviewed-By: Eskil
* HSL support for QColorThomas Hartmann2009-08-243-26/+689
| | | | | | | This patch adds support for the HSL color space to QColor See discussions on dev mailing list Reviewed-by: Marco Bubke
* Fix the last fix to QList.Thiago Macieira2009-08-242-2/+2
| | | | Reviewed-by: TrustMe
* Gestures, Mac: remove pan gesture from qabstractscrollareaRichard Moe Gustavsen2009-08-242-4/+9
| | | | | | | | | On Mac there really is no native pan gesture. Instead, this gesture is delivered as mouse wheel events. So adding a pan gesture to qabstractscrollarea means that it will get both wheel and pan events. And both will try to move the viweport. I think that the correct thing to do here is to not apply a pan gesture by default on all scroll areas.
* Speedup the qgraphicsscene benchmarkOlivier Goffart2009-08-241-0/+5
| | | | | let QGraphicsScene::_q_polishItems be called so ~QGraphicsItem doesn't spend all his time cleaning the unpolished list
* Removed superfluous status change.axis2009-08-241-1/+0
| | | | | | | The service provider (RTimer) will do it for us. RevBy: Iain AutoTest: Passed
* 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
| | | | | | | | | | | | | | Use QScopedPointer with a custom deleter instead, so we can remove the awful QScopedCustomPointer once and for all :) Reviewed-by: Thiago
| * Restore QList backward compatibilityHarald Fernengel2009-08-242-3/+56
| | | | | | | | | | | | | | | | Add detach3 and append2, leaving the old functions as they were. This ensures that new code will use the optimized version of QList, and old code will just continue calling the old functions. Reviewed-by: Thiago
| * Revert "Remove the unnecessary double memcpy now too."Harald Fernengel2009-08-241-0/+3
| | | | | | | | This reverts commit 10a0ed3f2e6a71eced5f470f1c3e09d7be58bbc9.
| * Revert "Fix trivial QList detaching: QListData::detach2() *must* memcpy."Harald Fernengel2009-08-241-1/+1
| | | | | | | | This reverts commit 7a7ea0219f6ebb9f7833649ec76e077796be1843.
| * Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-242-2/+42
| | | | | | | | They have the hostCallFrameFlag, but are function context, not <eval> context
| * QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-242-13/+23
| | | | | | | | It is uneeded and add useless overhead
* | Make context2d compile with QT_NO_SCRIPTTOOLS.Jason Barron2009-08-241-2/+4
|/ | | | | | These two member variables should be ifdef'ed. Reviewed-by: Kent Hansen
* 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-2425-5/+39195
|\
| * 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
| | | | | | | | | | | | Reviewed-By: Harald Fernengel
| * | Merge branch 'symbolVisibility'Iain2009-08-2124-5/+39189
| |\ \ | | |/ | |/|
| | * Merge commit 'origin/master' into symbolVisibilityIain2009-08-21677-39737/+27759
| | |\
| | * | Update EABI DEF files after 4.6 mergeIain2009-08-2110-1160/+2560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed exports are marked ABSENT, as we're experimenting with how hard it will be to maintain BC once these DEF files are final. There were probably too many exports anyway, as I think I might have originally frozen them with a version of RVCT that had the symbol visibility issues. Reviewed-by: TrustMe
| | * | Merge commit 'origin/master' into symbolVisibilityIain2009-08-20387-1266/+34125
| | |\ \
| | * | | Update schema version number for SBSv2 Qt integrationIain2009-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of SBSv2 build schema release, but no impact on our file, so just update the version number. Reviewed-by: TrustMe
| | * | | ***EXPERIMENTAL*** DEF files for WINSCW targetsIain2009-08-199-0/+19218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: these *will* change between now and the release of 4.6, they should not be relied upon for anything - they are purely for experimental purposes Task-number: 259810 (partial) Reviewed-by: TrustMe
| | * | | ***EXPERIMENTAL*** DEF files for EABI targetsIain2009-08-199-0/+18549
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: these *will* change between now and the release of 4.6, they should not be relied upon for anything - they are purely for experimental purposes Webkit DEF files to follow in later commit...
| | * | | 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-193-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For DLLs using Qt-style class level exports, ensure that only public symbols are exported For static libraries (static, staticlib configs) we don't want/need/ can't have a DEF file
* | | | | Remove last vestiges of the qtusagereporter.Jason McDonald2009-08-247-85/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | | Fix compilation with WINSCW: no varargs macrosThiago Macieira2009-08-221-9/+9
| | | | | | | | | | | | | | | | | | | | src\3rdparty\webkit\JavaScriptCore\wtf\Assertions.h:150: badly punctuated parameter list in `#define'
* | | | | Export QClipData and QRasterBufferAnders Bakken2009-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These classes are needed in QDirectFBPaintEngine. Reviewed-by: Donald Carr <donald.carr@nokia.com>
* | | | | Clean up surface creation code in dfbAnders Bakken2009-08-215-145/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try too hard to temporarily represent an image in a real directfb surface. It leads to all sorts of rendering issues. Reviewed-by: Donald Carr <donald.carr@nokia.com>
* | | | | Fix warning about unreferenced element.Alessandro Portale2009-08-211-3/+1
| | | | | | | | | | | | | | | | | | | | StationQuery::query is static. No need for StationQuery instance.
* | | | | Fix warning about unreferenced element.Alessandro Portale2009-08-211-2/+1
| | | | | | | | | | | | | | | | | | | | TimeQuery::query is static. No need for TimeQuery instance.
* | | | | Fix double to float truncation warning.Alessandro Portale2009-08-211-1/+1
| | | | |
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qtAlessandro Portale2009-08-212-1/+2
|\ \ \ \ \
| * | | | | Export QRasterizerAnders Bakken2009-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for QDirectFBPaintEngine to link. Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | CompileAnders Bakken2009-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently QScopedPointer requires knowledge of the class it points to. Reviewed-by: Donald Carr <donald.carr@nokia.com>
* | | | | | 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
|/ / / / / | | | | | | | | | | | | | | | Reviewed-By: Harald Fernengel