| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-12529
(cherry picked from commit ca61cd321b867d912bd13b0530fbf2847d1c593c)
|
|
|
|
|
| |
Task-number: QTBUG-12528
(cherry picked from commit 765c263d538b258f223dfb6bd7f62dbd19853db6)
|
|
|
|
|
| |
Task-number: QTBUG-12526
(cherry picked from commit eef2e72976f3f8d10a34c9dfb3f60f40616f4df9)
|
|
|
|
|
|
|
| |
Missing check for null networkSession.
Task-number: QTBUG-12501
(cherry picked from commit 597a842d66dc04181bfd063863216acbb11ce3bc)
|
|
|
|
| |
(cherry picked from commit c2a22048a045f4e3d03b3251bc9af486250657e4)
|
|
|
|
|
|
|
|
|
|
|
| |
PathView handles its own mouse interaction, but lacked properties
similar to those in Flickable to determine when it is stationary.
This made it impossible to start an animation when the view stops moving,
for example.
Task-number: QTBUG-12497
Reviewed-by: Warwick Allison
(cherry picked from commit eae48b410cc28b83433b7dcba379a31aae2ce2df)
|
|
|
|
|
|
|
|
|
| |
We were making the wrong assumption that the selectedFilter string
will be valid always, when calling functions like getSaveFileName().
Task-number: QTBUG-12461
Reviewed-by: Denis
(cherry picked from commit fb47a99e1d0020e8dcc4cc4f9c188ccd2fd5ee3e)
|
|
|
|
|
| |
Task-number: QTBUG-12404
(cherry picked from commit d27e7484c8fcb08e0c533b9a8bf5af8d527b1de3)
|
|
|
|
| |
(cherry picked from commit 07e74a963dbd2bf597dbea231d7b2cefba05fde2)
|
|
|
|
|
|
|
|
|
|
| |
Sharing a NOTIFY signal can cause binding loop warnings with no apparent
cause.
Task-number: QTBUG-12333
Reviewed-by: Aaron Kennedy
Reviewed-by: Michael Brasser
(cherry picked from commit 5d5feaa86f3933a1e89b53267953b86e2b0459ed)
|
|
|
|
|
|
|
|
|
|
| |
Sharing a NOTIFY signal can cause binding loop warnings with no apparent
cause.
Task-number: QTBUG-12333
Reviewed-by: Aaron Kennedy
Reviewed-by: Michael Brasser
(cherry picked from commit cd813f93530512ffcedef6376e8c9266162c8714)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The convertToPainterPath() function assumes that the QVectorPath
contains at least one path element when creating the QPainterPath. This
is not necessarily the case here though because if QVG_SCISSOR_CLIP is
defined and setClipPath() is called with an empty QPainterPath, this is
then converted to an empty QVectorPath in QPaintEngineEx::clip() which
then calls QVGPaintEngine::clip(). This function then goes on to
convert the QVectorPath back into a QPainterPath using the
aforementioned function which crashes when attempting to access the
first element of the path.
In case you are wondering why this seemingly redundant conversion
happens at all, it happens because when QVG_SCISSOR_CLIP is defined, we
attempt to convert the path to a series of rects for scissor clipping
and this conversion function operates on QPainterPath instead of
QVectorPath which is what this clip() function was designed to deal
with.
The fix is to skip over the path conversion for empty paths and go
directly to an empty QRegion.
Reviewed-by: Alessandro Portale
(cherry picked from commit 6d29bcc28c4ee9b7583a62d23a931b9389004966)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After looking at QTBUG-11338 and Qt's behavior, it became clear that
we needed more state tracking in the key event handling code, to be
able to handle all the different ways that we can get key events.
This inspired having three states for each used scan code, instead of
the old code, which only took the current scan code into account.
This should make Symbian behave identically to Linux.
Task: QTBUG-11338
AutoTest: N/A, platform specific code. There was lots of manual
testing on 5800, N97 and N95.
RevBy: Jason Barron
(cherry picked from commit 041570ca54824ee358593f112b38e26632c3ebbf)
|
|
|
|
| |
(cherry picked from commit 5a3246b198ced3634bd974919e78310d536be27e)
|
|
|
|
|
| |
RevBy: Trust me
(cherry picked from commit 998ba966215482048f7fa93908212b1ee4a0c357)
|
|
|
|
|
|
| |
QTBUG-11938 and QTBUG-10801
(cherry picked from commit 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe)
|
|
|
|
|
|
|
|
| |
Adds a startup animation for all platforms, and adds support for file
associated and drag and drop on Mac OS X
QTBUG-12496
(cherry picked from commit 688791b4d39ed4e96c43621e28c6bb3098d3b70c)
|
|
|
|
|
|
|
| |
1937adaab5861ced44813c6a4b0bff1c3750ecd3
QTBUG-3620
(cherry picked from commit 63ac81df760f9b563ced098386cd4bb24439beb3)
|
|
|
|
|
|
|
| |
This reverts commit a9c8decc741d8c2b340f38d7a854ef206672ab3e.
Postponed for Qt5. Or different makespecs.
(cherry picked from commit 73473634b706548d603dafe22c9424a007d1bf3b)
|
|
|
|
|
| |
Task-number: QTBUG-12447
(cherry picked from commit dd871bf6208821ab9852680a338133accbfdedd7)
|
|
|
|
|
|
|
| |
this page from other documentation.
Task-number: QTBUG-12446
(cherry picked from commit ceeb0fc0327c99de55d4dd6114908ec389dc58eb)
|
|
|
|
| |
(cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6)
|
|
|
|
|
| |
Task-number: QTBUG-12494
(cherry picked from commit 155f99502be75ff400bbae550328dbc79801d6c8)
|
|
|
|
|
| |
Task-number: QTBUG-12493
(cherry picked from commit 0ab3b6fea13aad50a70890925659158eb662df2e)
|
|
|
|
|
|
|
|
|
|
|
| |
When the mouse is pressed the flick is stopped, but this may be a
continuation of a previous flick, in which case we don't want to
emit movementEnded since this can cause stutters in animations triggered
by movementEnded, for example.
Task-number: QTBUG-12492
Reviewed-by: Warwick Allison
(cherry picked from commit 1188c199beaacd0ffc3ef39716dd648d41f4d3d2)
|
|
|
|
|
| |
Task-number: QTBUG-12469
(cherry picked from commit f3f50543beebc41c69ac3a3fb296275fab12b604)
|
|
|
|
|
| |
Task-number: QTBUG-12430
(cherry picked from commit 63920a41b8dde3b9fa2c47efe95fcbaf83a1178f)
|
|
|
|
|
| |
Task-number: QTBUG-12427
(cherry picked from commit 26d5ee6ecd9c2896427e3b40d923b603c30a1bf6)
|
|
|
|
| |
(cherry picked from commit 931222b7d665e101ada070afb51b82f9bb85db6d)
|
|
|
|
|
|
|
|
| |
Qt 4.7 to be in sync between respective def files in Qt 4.6.3
Task-number: QTBUG-12468
Reviewed-by: Jason Barron
(cherry picked from commit 87c135ace11236fb33ebb0112f219b81425ed6f8)
|
|
|
|
|
|
|
| |
The value for GIF must be "plugin" and not "yes".
Reviewed-by: danimo
(cherry picked from commit d8fbc4e0264f8bfabc12bc49ed7724eb2c96c93e)
|
|
|
|
|
|
|
|
|
| |
The native border would be drawn over the one drawn by the QStyleSheetStyle
Regression since 68a498284e206e2bb000bc35331c966f3790f607
Reviewed-by: Gabriel
Task-number: QTBUG-10785
(cherry picked from commit 0318f0d5a43a78831f3bf4cb043d0b2b41cd9987)
|
|
|
|
|
| |
e51af0d74f8bb6ca6100d2338671d2d053bfed01
(cherry picked from commit 9814b2225b70d6b2f758e9dbe98f8e1662049b37)
|
|
|
|
|
| |
7f9a8ebcfe86d3df428707888c3ab5fcd10226a4
(cherry picked from commit 71ef5269c03d6230e6ebbf6f3c0b6f8836739ec3)
|
|
|
|
|
| |
f84bb604d745c512db8d53410c5fec835309f85e
(cherry picked from commit a259bd2841b3ce7e34bb18990332bd497f97cdd0)
|
|
|
|
|
|
|
|
|
|
| |
The configurations returned from QNetworkConfiguration::children() are
guaranteed to be in priority order. Ensure that this order is reflected
in the tree view.
Task-number: QTBUG-11678
RevBy: juhvu <qt-info@nokia.com>
(cherry picked from commit 88d721fa8d28519e98207ca0249ff057faef8af0)
|
|
|
|
|
|
|
|
|
| |
It is useful to know the priority order of the sub configurations of
a service network.
Task-number: QTBUG-11678
RevBy: juhvu <qt-info@nokia.com>
(cherry picked from commit 959efa8daab2715d18440ed8b890b9dd2b501fc7)
|
|
|
|
|
|
| |
The root cause is failing compilation test for SNAP when it shouldn't,
but it should still not result in compilation errors in code.
(cherry picked from commit 6ca74af0121f6038a20bca363deaf5c3e2d760f9)
|
|
|
|
| |
(cherry picked from commit ce7ccc93275043a41648a8887525be92420c3acb)
|
|
|
|
|
| |
2f582953ecfc53f217317f58e4fc75b5b51a1126
(cherry picked from commit 34691d27d03abc0c8f940b4a0a3cda4cd308642e)
|
|
|
|
|
|
| |
7ef45318255c5cf1f10508753c9a2c55fc2cb8c0
321bd8b7b54e34a983b1ba142af836cf3e153a66
(cherry picked from commit c16f0a839743af36b36aea9c35f0d5ddfda3d6ac)
|
|
|
|
| |
(cherry picked from commit e9e0a82b1a5a71cefdd1711c51b786088b40bafd)
|
|
|
|
|
| |
f17d8a5dbef076046ff504fecb1fd445c9b785ac
(cherry picked from commit 0664d3ad029b4d80d9ffac75f4f1c6c47bac2641)
|
|
|
|
|
| |
426ff79e49d4abb659167541bb67846443b9707e
(cherry picked from commit a0ae434a452deea022e3b7117e946e95542aa884)
|
|
|
|
|
|
|
|
| |
This reverts commit 453abe70fec02456aba2219025f5202060eaece1.
Task-number: QT-3583
Reviewed-by: Jason McDonald
|
|
|
|
|
|
|
|
|
|
|
| |
It used to fix an issue during logout but it
seems to be fine now.
Related issue: QTBUG-6296
Task-number: QTBUG-10993
Reviewed-by: Morten Sorvig
(cherry picked from commit 4942890f85e5fa74bf8c37cf7f53f6f3eaf40596)
|
|
|
|
|
|
| |
Task-number: QTBUG-12396
Reviewed-by: Aaron Kennedy
(cherry picked from commit b4b0bdda668e9845623995c788d88a774dd52d98)
|
|
|
|
|
|
|
|
|
| |
This fixes a crash when a static QWidget is destroyed after the QApplication
object.
Task-number: QTBUG-12025
Reviewed-by: Zeno Albisser
(cherry picked from commit 475a3c275ba173cb130a838b6053cb45d405887e)
|
|
|
|
|
|
| |
Task: QTBUG-8962
RevBy: Jason Barron
(cherry picked from commit 71df0ad5c02365e3baf8f6996d4b258f5da52a2f)
|
|
|
|
|
| |
Task-number: QTBUG-12397
(cherry picked from commit 3e8597ff6029d33d629191370d9fed7d37d3962a)
|