| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
|
| |
the msdn was not correct and IAsyncReader::WaitForNext should not
return an error when the pin is currently flushing.
I took the opportunity to clean the way the mutex is locked on the
pin.
Task-number: 258830
|
|
|
|
| |
The lock is made more local.
|
|
|
|
| |
Reviewed-by: TrustMe
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* removed extra whitespaces
* added whitespaces between operators and brackets
no code changes
Merge-request: 1217
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
- save QString copy constructors
- make QFSFileEngine::tempPath more robust on Windows
Merge-request: 1217
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"Default User" and "Documents and Settings" are mountpoints;
"All Users" is a symlink
If these subtests are successful, then we support both.
Merge-request: 1217
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
readSymLink() assumes isSymlink() was returned true since it expects
IO_REPARSE_TAG_MOUNT_POINT and IO_REPARSE_TAG_SYMLINK tag values only.
Merge-request: 1217
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We will handle reparse points with IO_REPARSE_TAG_MOUNT_POINT
and IO_REPARSE_TAG_SYMLINK tag values only.
isSymlink() assumes doStat() was called early.
Merge-request: 1217
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| | |
This should benefit the platforms with slow QSettings, esp. Linux.
Task-number: 243398
Reviewed-by: brad
|
| |
| |
| |
| |
| |
| | |
Broke after 9d639659f2334bb5f3ea9b16b23bcb0127752f64
Reviewed-by: TrustMe
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
ExtraGestures is not in the master branch, and gestures has not been
touched in the kinetic-graphicseffect branch so this must be a result of
a wrong merge at some point. Remove it.
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/gui/graphicsview/graphicsview.pri
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The convolution filter is horrible slow. Instead we use a custom blur
filter which is much more efficient.
Reviewed-by: Samuel
|
| | |
| | |
| | |
| | |
| | |
| | | |
Shadows looks much nicer with an alpha, so we should use it by default.
Reviewed-by: Gunnar
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Xrender is not rocket science when it comes to composition modes, so we
have to use the raster engine for the fill. toImage/fromImage is a no-op
on QWS and Windows, and on other platforms it is required, so we don't
have to add any ifdefs or clever checks.
Reviewed-by: Gunnar
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/gui/graphicsview/qgraphicsscene.cpp
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before we had to delete the existing effect before setting a new one
(in the same fashion as QLayout behaves). This feels wrong and we should
automatically delete it instead.
|
| | | |
| | | |
| | | |
| | | | |
See also 39f5298ef2c0424e7b4916d8d1de1d46e534daee
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These shouldn't be in public API unless someone ask for it. The same
information is accessible via public functions in QGraphicsEffect and
QGraphicsEffectSource, so they are only convenience functions after all.
|
| | | |
| | | |
| | | |
| | | | |
Discussed with Andreas.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Looks like we need to include graphicseffect.h even though it should
have been included by the _p.h.
|
| | | |
| | | |
| | | |
| | | | |
Graphics effects is no longer dependent of graphics view.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
We have to include QColor and QRect rather than forward declare them.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
QGraphicsEffect is no longer dependent on the Graphics View module.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
These belong to the examples directory as discussed with Andreas.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/gui/graphicsview/qgraphicsitem_p.h
|
| |\ \ \ \ |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
src/gui/graphicsview/graphicsview.pri
src/gui/graphicsview/qgraphicsitem.cpp
src/gui/graphicsview/qgraphicsitem.h
src/gui/graphicsview/qgraphicsitem_p.h
src/gui/graphicsview/qgraphicsscene.cpp
tests/auto/auto.pro
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
appearance.
QGraphicsScenePrivate::markDirty does not invalidate the cache, it only
schedules a repaint. QGraphicsItem::update however, invalidates the
cache and then calls markDirty.
Reviewed-by: Andreas
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
warning: suggest parentheses around assignment used as truth value
|