| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
AutoTest: Still pass
(cherry picked from commit 15098c5ec73db5de8ca724f744a1484f888ed271)
|
|
|
|
|
| |
Details: It's clipped away regardless.
(cherry picked from commit 5564ef89f46fe96aa0b22b888a9a8ba053eea6c7)
|
|
|
|
|
| |
RevBy: TrustMe
(cherry picked from commit a914eb155e085ba0efa5b95154bf7345d4be7cd7)
|
|
|
|
|
|
|
|
| |
AutoTest: Still pass
Details: Get rid of QTransform::inverted()/operator*= and do
nothing if the item clips all its children and the update
rect is outside the bounding rect.
(cherry picked from commit 9ed299a3edba92791e1c5af64b8fd9c9fe74c0ea)
|
|
|
|
|
|
|
|
|
| |
AutoTest: Still pass.
Details: Update requests can be discarded if the item itself is
clipped away and the item clips all its children to shape.
This cut-off is extremely effective (and aggressive:))
(cherry picked from commit 0d959a6c402ea3a3a55d7076d453d4bdbf8dce8e)
|
|
|
|
|
| |
RevBy: Andreas
(cherry picked from commit deccc867b244fbc52ca58e21623febbc27310b05)
|
|
|
|
|
| |
RevBy: TrustMe
(cherry picked from commit 95fa7a93bc840e0f49ee30e76abb2b4f8579c997)
|
|
|
|
|
|
|
|
|
| |
RevBy: Andreas
AutoTest: still pass
Details: Adds emptyClipPath bit, a cut-off to test if the item
has an empty clip path (i.e., is clipped away). Also adds
code for invalidating the cache from inside setPos().
(cherry picked from commit c1909321a486621ef196dd4bb3cf354406d86d46)
|
|
|
|
| |
(cherry picked from commit 5910dbe6e7a024301d431102703f9abe323ebd13)
|
|
|
|
|
|
|
|
| |
RevBy: Olivier
AutoTest: Still pass.
Details: Items usually don't have effective opacity, i.e. it is 1.0, so
don't bother doing fuzzy compare if that's the case.
(cherry picked from commit bd4b177e051852f0fb94df9c0ee2e512478e0d38)
|
|
|
|
|
|
| |
RevBy: TrustMe
Details: ...otherwise it'll be empty and too much will be clipped away.
(cherry picked from commit 4d019e66fb62d6f25627144539abd7f59413abee)
|
|
|
|
|
|
|
|
|
| |
Make sure we use the rect-variation of QGraphicsScene's item lookup
functions if the view has a simple transform and a simple expose
region.
Reviewed-by: Bjoern Erik Nilsen <bjorn.nilsen@nokia.com>
(cherry picked from commit 4020327503eaefae42da4bd6e71125b6972ac97f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RevBy: Alexis
AutoTest: Still pass
Details: findItems() does almost exactly the same as
QGraphicsView::items, the only difference is that it checks
whether we are about to redraw all items. Next step
is to optimize the items_helper functions.
The patch does also include a fix for
::items/childItems_helper(const QPainterPath ...); it didn't
take Qt::Intersects/ContainsItemBoundingRect into account
(in the same fashion as we do in the other helper functions).
(cherry picked from commit f4547b98b52bfc95fb0c14ec58df204cfcec0db2)
|
|
|
|
|
|
|
| |
RevBy: Alexis
AutoTest: Still pass
Details: No-brainer.
(cherry picked from commit 4556bcbd40c8feb7185aae7da5f0686f12d87565)
|
|
|
|
|
|
| |
RevBy: bnilsen
AutoTest: All pass + plasma ok
(cherry picked from commit 0985805ab3c7de5b15c115a98afb15944b6d93b9)
|
|
|
|
|
|
|
|
|
| |
RevBy: bnilsen
AutoTest: Bench
Details : if we come from setPosHelper (so itemChange) we don't need to do all the stuff regarding the size in setGeometry because the size doesn't change.
I remove two calls to fullUpdateHelper and update() because prepareGeometryChange already call updateHelper and setPosHelper call fullUpdaterHelper too so we don't need to call them inside setGeometry.
We can only call prepareGeometryChange only if we don't come from setPos.
(cherry picked from commit d74f1a91b05b943c1a8ae7847de6ee50b2093b89)
|
|
|
|
|
|
|
| |
RevBy: Andreas
Details: Use QPainterPath::addRect() rather than addPolygon() and
closeSubPath().
(cherry picked from commit b67dffcccea9166918ac93c281d87fd5eb3baf84)
|
|
|
|
|
|
| |
RevBy: Andreas
AutoTest: Still pass
(cherry picked from commit 7f50f45da0ad4a9eedd3ad7d8a82f719f7f8dd73)
|
|
|
|
|
|
| |
RevBy: Andreas
AutoTest: tst_QGraphicsItem::opacity still passes
(cherry picked from commit ab130a0019fadeff4622778ca9f8b3e630da14da)
|
|
|
|
|
|
|
|
| |
Task: none
RevBy: Samuel
AutoTest: Still pass
Details: Please do not perform (potentially expensive) calculations just for fun :)
(cherry picked from commit fac3c7b73ba2c6b39332445ae00b2fe26a578913)
|
|
|
|
|
| |
Details: Be a little bit smarter before doing *= :)
(cherry picked from commit b4456f8775c36bcb2ceef9ca1a00c7765f1d2735)
|
|
|
|
|
|
|
|
|
|
|
| |
Task: none
RevBy: Ariya Hidayat
AutoTest: Still pass.
Details: QTransform::type() is cached, so only the first call to it
should be expensive. However, it is not inlined so there's
an overhead involved (especially when these functions are
called a gazillion times).
(cherry picked from commit eda77b7c410a59d1b77c263994679452613d9d0b)
|
|
|
|
|
|
|
| |
RevBy: Andreas
Details: Note that isNull() implies isEmpty(), but it only catches
the cases where width and height is 0.
(cherry picked from commit 8a2ebc96220f50be3a9c382c32d7eaab89921ff7)
|
|
|
|
|
|
|
| |
Details: Checking for QRect::isNull() was wrong in the first place, and
checking for isEmpty()/isNull() is overhead after
4a491a84aeba68279927597a261522dcc23bb3ff.
(cherry picked from commit e9fa8ba1ad0b0b2d3363fb33635071677f42b983)
|
|
|
|
|
|
|
|
|
| |
Details: Those cut-offs are extremely important. After few seconds
interaction with the iphone demo, updateRect() was called
approx. 3000 times with an empty rect. Then imagine what
happens when having e.g. FullViewportUpdate. We do
q->viewport()->update() JUST FOR FUN!
(cherry picked from commit be6be8c73929f2ddee9a02f59db05c3ba453a63e)
|
|
|
|
|
|
|
|
|
| |
Task: -
RevBy: Andreas
AutoTest: -
Details: Accumulate the parentToItem transform as we iterate instead of
creating it from bottom-up each time.
(cherry picked from commit e27743bdeda7aa3cb42f2d81a521121f8ee04eae)
|
|
|
|
|
|
|
|
|
|
|
| |
When QString::replace was optimized, this specific overload missed out
on sanity checking of the arguments.
Task-number: 249517
Reviewed-by: Joao
Reviewed-by: hjk
BT: yes
(cherry picked from commit afb3848e0abe0cd2355e7ee7319fd904288e4636)
|
|
|
|
|
| |
Reviewed-by: hjk <qtc-committer@nokia.com>
(cherry picked from commit a59488d4799f6ac9ea034c0a88a468e73a64d517)
|
|
|
|
|
|
|
|
|
|
| |
same value -> crash on SetTitle()
Task: 242484
RevBy: mauricek
AutoTest:
Details: Since we do not respect binary compatibility on Windows CE we just change the enum
(cherry picked from commit c1c30037292711f0fb05677e77ed2eb2112eca78)
|
|
|
|
| |
(cherry picked from commit 3568aeef72bec8333650eb2200b12eba8fac1b71)
|
|
|
|
|
|
|
| |
Error was introduced in change 52f87de53328c661049acf09d5fedc1850aa9bfa.
Reviewed-by: Trust Me
(cherry picked from commit e3462ae7868c679bc88dc01de85ca39454651ff7)
|
|
|
|
|
| |
Reviewed-by: ogoffart
(cherry picked from commit a94b601866740e483f093233f59f43b022a68735)
|
|
|
|
|
| |
Reviewed-by: TrustMe
(cherry picked from commit 94a9f77b41c2d924983e92df30e3e4cc7882cb75)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem here is that we are filling the sceneEventFilters map
when we install evenfilter but we never remove the references of an
item if it has been removed from the scene or deleted. The deletion can
keep stale pointers into the map and a crash can happen.
BT:yes
Task-number:250272
Reviewed-by: bnilsen
Reviewed-by: andreas
(cherry picked from commit 0bb526f8fab33a42df56c8a60c272e2cca4cc792)
|
|
|
|
|
|
|
|
| |
The previous version would get confused because the embedded package
also contains _x11 files.
Reviewed-by: Thiago
(cherry picked from commit 28d2b22a940174b4e64f6fa2f5548a7832fc07e8)
|
|
|
|
|
|
|
| |
contributors.
Reviewed-by: Trust me
(cherry picked from commit 5dda84c32b38051ca64c3641ffaaa807e2406285)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
QGLPixelBuffer::generateDynamicTexture() will bind the texture to the
pbuffer regardless. Why this works on Carbon is a mystery, but if we're
to follow our own docs, we should NOT bind the texture to the pbuffer
by default. An explicit call to ::bindToDynamicTexture() is required for
that.
Task-number: 250664
Reviewed-by: Samuel
BT: yes
(cherry picked from commit e8877160e332d12958cf700a8a607c36e6c426e1)
|
|
|
|
|
| |
BT: yes
(cherry picked from commit 36f4460b3d6cc18e737edd7d4b18e4b2636e6ff9)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This regression probably happened because of the fix to task 244485
(see 8d500381), which made QFile follow a rename. This means that
QTemporaryFile removes its target when it is deleted.
This fixes a number of caching autotests that are failing.
Reviewed-by: Markus Goetz
BT: yes
(cherry picked from commit 99ed68cda10355dba5c7a3e2466ee45b59dbb555)
|
|
|
|
|
| |
slower platforms (like WinCE) need some more time to actually update.
(cherry picked from commit 9a41b437be6014c7a671591e2741c5ca7d8c8be8)
|
|
|
|
|
|
|
|
| |
Reviewed-by: Thomas Hartmann
need to check for valid menuBar, otherwise dereferencing will
horribly fail.
(cherry picked from commit f0ceef57b178d4ed71e61a6ce2681f3d401d69fe)
|
|
|
|
|
| |
add additional file to deployment.
(cherry picked from commit e2fa120510584327b7e46ff2a4413aa659a5bd65)
|
|
|
|
|
|
|
|
| |
Discovered in Kopete trunk
BT: yes
Reviewed-by: Thierry
(cherry picked from commit 91aeceb7132f4afae0996443a162a5783d8f17aa)
|
|
|
|
| |
(cherry picked from commit e1a9014cc92091e8371f9a888ff94c694f562df0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Cocoa support on Mac.
The Cocoa API doesn't have a concept of Z-ordering of widgets, and it's
implemented by reordering the widget hierarchy for normal widgets. This
does unfortunately not work for GL widgets, and it's not supported by
Apple. This apparently work with the Carbon AGL API though.
Task-number: 244890
Reviewed-by: Gunnar Sletta
BT: yes
(cherry picked from commit eb87a7003153b190d8b635563868717b58ce2faf)
|
|
|
|
|
|
|
|
| |
Setting properties on an invalid printer is not supported. Use isValid() to check if it valid.
Rev-by: Trond Kjernåsen
Rev-by: Geir Vattekar
(cherry picked from commit 4db6f873386e7b21e23efb4a5ca31eb09f3dd94e)
|
|
|
|
|
|
|
|
|
| |
The pen width should not be scaled for cosmetic pens.
Task-number: 247083
Reviewed-by: Trond
BT: yes
(cherry picked from commit c28cb85841fb5be154c2460efdc82dde012407b9)
|
|
|
|
| |
(cherry picked from commit afc51dc4cf5254f6cfb552bc09dd443a8fe0762b)
|
|
|
|
| |
(cherry picked from commit 52f87de53328c661049acf09d5fedc1850aa9bfa)
|
|
|
|
| |
(cherry picked from commit d5a99cff5235ff72f68f57ab0772274d332b118b)
|