| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
(cherry picked from commit 3062dac75befacffc1964d49392a58f5fb0b583f)
|
|
|
|
| |
(cherry picked from commit 896de79554060aadf4963d8285ef3f5d8740428b)
|
|
|
|
| |
(cherry picked from commit 0ad74254d0810459bc08fdf9c0898a0d73f596b0)
|
|
|
|
|
|
| |
Task: QTBUG-12201
Reviewed-by: Michael Brasser
(cherry picked from commit 8ed72a96bc5c3af283f8ca4460adae9d4b466479)
|
|
|
|
| |
(cherry picked from commit 2c48de46fdfeb935d1f31ae18f13add52c162ac8)
|
|
|
|
|
| |
Task-number: QTBUG-12038
(cherry picked from commit 5903558f17a7a3173ad7a592892262bf297b52f2)
|
|
|
|
|
| |
Task-number: QTBUG-11992
(cherry picked from commit 28f84d2ed4000391f855140f57c359bc858d4799)
|
|
|
|
| |
(cherry picked from commit 7787b548907add8b7c2ac642d161181070050ea4)
|
|
|
|
|
| |
Task-number: QTBUG-11679
(cherry picked from commit 69910bc33dc448a9aa81eb00ed45be6d0488e447)
|
|
|
|
|
| |
Task-number: QTBUG-11648
(cherry picked from commit 25e3227fc922f75cc772aadb9dd07cc8b965dcbd)
|
|
|
|
|
|
|
|
|
|
| |
The problem was caused by the fragment id being inserted
in front of a cell spanning over several rows instead of
the next logical cell (or fragment_end) in the cells structure.
Task-number: QTBUG-11282
Reviewed-by: Simon Hausmann
(cherry picked from commit d3a6f124dde7732311ad9312ebf41997712fc6bb)
|
|
|
|
|
|
|
|
| |
This reverts commit b2a4c7f0142a48f60e7ec4fc5866917e3da8b7c3.
Unit test tst_qtexttable::QTBUG11282_insertBeforeMergedEnding
fails on mac and Linux, reverting for now.
(cherry picked from commit b2002d0814e18f7a50bdbf8d17c4bc1662fa70ee)
|
|
|
|
|
|
|
|
|
|
| |
The problem was caused by the fragment id being inserted
in front of a cell spanning over several rows instead of
the next logical cell (or fragment_end) in the cells structure.
Task-number: QTBUG-11282
Reviewed-by: Simon Hausmann
(cherry picked from commit b2a4c7f0142a48f60e7ec4fc5866917e3da8b7c3)
|
|
|
|
|
|
|
|
|
|
| |
This will make projects generated by visual studio being successfully
linked to the Qt dlls if they use the QString::fromWCharArray() or
QString::toWCharArray() methods.
Merge-request: 727
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
(cherry picked from commit a9c8decc741d8c2b340f38d7a854ef206672ab3e)
|
|
|
|
|
|
|
| |
Also simplified some code.
Task-number: QTBUG-6340
(cherry picked from commit f14b644004498dc6fb1a9437b81e3164e89bfdb5)
|
|
|
|
|
|
|
|
|
|
| |
This patch takes care of missing icon on Windows Vista+7.
It also updates the metrics to look more native in both
versions.
Task-number: QTBUG-9873, QTBUG-11974, QTBUG-6120
Reviewed-by: prasanth
(cherry picked from commit 54e3221555997d26d59b880e3e153f1fc979505d)
|
|
|
|
|
|
|
| |
Merge-request: 731
Task-number: QTBUG-4455
Reviewed-by: Peter Hartmann
(cherry picked from commit 5f6018564668d368f75e431c4cdac88d7421cff0)
|
|
|
|
|
|
| |
Task-number: QT-3573
Reviewed-by: Markus Goetz
(cherry picked from commit 1af3362a321dd055798173737d3aede367a1d30c)
|
|
|
|
|
|
| |
Task-number: QT-3573
Reviewed-By: Markus Goetz
(cherry picked from commit 69027cdb2ab9b89673edf29d5034bed33e614a05)
|
|
|
|
|
| |
Reviewed-by: Markus Goetz
(cherry picked from commit 367aa34cbcfa109926087e89d49f9223c1409d44)
|
|
|
|
|
|
|
|
|
|
|
| |
This also fixes a long-standing bug in handling usernames of type
"domainname\username", typical of Windows domains, that didn't work
with the previous NTLMv1 code.
Patch by subcontractor.
Task-number: QTBUG-9408, QTBUG-2421, QT-3248
Reviewed-By: Markus Goetz
(cherry picked from commit 1b98fbd82c7145c2f81292f8a1feb6cac74e775d)
|
|
|
|
|
| |
The instructions are old, and should now be found in the qdoc docs.
(cherry picked from commit dcfa4125625c028165c424b5d95cb0795194d6f2)
|
|
|
|
| |
(cherry picked from commit 920980c77269325cc94efd2ff10347bd2745736d)
|
|
|
|
|
| |
Task-number: QTBUG-11510
(cherry picked from commit 4e2eb2945dbc3865e2901f12d663ed89e8f0dfbf)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These classes create a new QWidget and assign it to a static pointer
which is never cleaned up. Using Q_GLOBAL_STATIC ensures that they are
deleted on library unload. This is really just a cosmetic change that
removes a leak warning - the real fix should be to find a way to not
use a new QWidget like this. It seems odd that QGraphicsLayouts, which
don't use QWidget in any other way, should depend on QWidget like this.
Task-number: QTBUG-10768
Merge-request: 741
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
(cherry picked from commit ea6a5146397b668bf535ee7249bd4262d6185234)
|
|
|
|
| |
(cherry picked from commit adbdb6c4b52d72e77d1cb4ff23573e957a7c9e14)
|
|
|
|
|
|
| |
Reviewed-by: Jason McDonald
Submitted-by: Alessandro Portale
(cherry picked from commit 9c68bdf3ed66564bce3064a49ca80b7889c35952)
|
|
|
|
|
| |
Reviewed-by: Aaron Kennedy
(cherry picked from commit e55781212532e2abcdd1cef8548b146fb14f0713)
|
|
|
|
|
| |
Task-number: QTBUG-11916
(cherry picked from commit d7a1e01e9970bef56f647873bb2a3496893b775a)
|
|
|
|
|
| |
Task-number: QTBUG-11917
(cherry picked from commit 2d4876330e292253a9133b0197e573097ecfa5bb)
|
|
|
|
|
|
|
|
|
| |
I don't think I kept the same style as the rest of the section, so this
may need to be refactored a little. But it's not incomplete anymore,
content-wise.
Task-number: QTBUG-11918
(cherry picked from commit 2ba0dfd82a3d82e98a70aeda3b142e0a870eeb0d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Crashed because tabFocusFirst could end up being a dangling pointer when
removing an item from the scene before deleting it.
When setting tabFocusFirst in fixFocusChainBeforeReparenting, we now
check that the item is in the scene. If it is not, tabFocusFirst is set
to 0.
Autotest included.
Task-number: QTBUG-12056
Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
(cherry picked from commit 7d09f690d5b4c56699092444665d1879deb86a6e)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When setting focus on an item, subfocus chain was previously updated
only for items with a common ancestor. We now make sure that this chain
is updated also for the previously focused item (possibly not sharing
any common ancestor with the newly focused item).
Autotest included.
Task-number: QTBUG-12112
Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
(cherry picked from commit b5b011a181bd187dcef5ee8f46a3ac2c5dc2e09c)
|
|
|
|
|
| |
Task-number: QTBUG-12167
(cherry picked from commit 9adc85fdfa0af2b6948408932188ee1b79247fa6)
|
|
|
|
|
|
|
| |
Happened when currentItem was on a section boundary.
Task-number: QTBUG-12089
(cherry picked from commit 181749ff7dcfbeb5eb64026e80353f27013af833)
|
|
|
|
|
|
|
|
| |
the runtime.orientation property
Task-number: QTBUG-12036
Reviewed-by: Martin Jones
(cherry picked from commit cb6472cb67511316f058b1eda4ffe71a1c4fe019)
|
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
(cherry picked from commit af5fc41e27f068604453a927cac4d81886d1987e)
|
|
|
|
| |
But its still a private class.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This may mean that the cursor is to the right of the width, so components should
cater for that with a margin if they are boxed / clipped.
TextInput used to try to account for right bearing (and left bearing incorrectly since
it added it on the right). This is removed. Potentially this means that for some fonts
the text repaints incorrectly on the left or right, but if that is the case Text and TextEdit
already had such a problem (undetected), and all will need fixing.
Task-number: QTBUG-11983
(cherry picked from commit 628159323c60c434a202b036ecbaf5e433c703e8)
|
|
|
|
|
| |
QTBUG-11954
(cherry picked from commit cec6d01d17e39af6e8a139156a3b51fd45558a50)
|
|
|
|
|
| |
Task-number: QTBUG-11936
(cherry picked from commit cabdb16f5ea6458dec9a2ec3b70a01e498b27dbc)
|
|
|
|
|
|
| |
Task-number: QTBUG-12115
Reviewed-by: Martin Jones
(cherry picked from commit 400b0d43830dfdcefb2f8bd91440ab6f4130ce0f)
|
|
|
|
| |
(cherry picked from commit abd49d1d146b73a124b5e650f1b254da992ed3a4)
|
|
|
|
| |
(cherry picked from commit 7e35c6ff442e237ff9a1bec9ea1cdfb597d9ceae)
|
|
|
|
| |
(cherry picked from commit 23ef32dc0972d027617e5052192d1a17ba424f66)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The QDeclarativeSpringAnimation is a replacement for
QDeclarativeSpringFollow. The idea is to remove the Follows
quickly.
Follows used to have an inSync property. In order to provide
an alternative mechanism, the commit also fixes the
running property for animations which are controlled by a
behavior. Previously running would always return false and
never change. Now running does change and indicates that the
animation is running indeed.
(cherry picked from commit cb406a116bf2237c743ac05882fb06927c70359c)
|
|
|
|
|
|
| |
Task-number: QTBUG-12086
Reviewed-by: Michael Brasser
(cherry picked from commit 0fdf5122c72eb86d49cba2b69f80d3a9c5949da6)
|
|
|
|
| |
(cherry picked from commit e3bc34b40559e0cb88363039ee61300478e7c700)
|
|
|
|
| |
(cherry picked from commit c3ee63fd9a1428718ca2f2a32e81a3f977878fad)
|
|
|
|
|
|
|
| |
QDeclarativeImageProvider to provide pixmaps instead.
Task-number: QTBUG-11980
(cherry picked from commit 33b664eabe5d9621d71e5bf3bfcc46ea385a399c)
|