| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Roberto Raggi
|
|
|
|
|
|
| |
(cherry picked from commit 4b84041c072325bd09bb7177d121330048133103)
Reviewed-by: mbm
|
|
|
|
|
|
| |
(cherry picked from commit f39ccc5ed802ee8461122b8b067c8faa9aae8f8a)
Reviewed-by: Roberto Raggi
|
|
|
|
|
| |
Authored-by: Warwick Allison
Reviewed-by: Henrik Hartz
|
|
|
|
|
|
| |
This class is used in declarative.
Reviewed-by: Andreas
|
|
|
|
|
|
|
| |
This is an internal API used by declarative.
Authored-by: mae
Reviewed-by: Aaron Kennedy
|
|
|
|
|
| |
Authored-by: Kent Hansen
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
| |
QWidget deletes its children in its own constructor so we have
to cleanup before explicitly
Reviewed-by: Aaron Kennedy
(cherry picked from commit 59629ac728f2fdbc3047554d715e2f908b1844c4)
|
|
|
|
|
|
|
| |
This data ptr does not increase the size of the QObject, as we take
advantage of space otherwise only used during destruction.
Reviewed-by: Andreas
|
|
|
|
|
| |
Reviewed-by: Martin Jones
Reviewed-by: mbm
|
|
|
|
|
|
|
| |
(cherry picked from commit 15be8a6b259a5cb4f528b1c765bfcddfc9edd044)
Authored-by: Martin Jones
Reviewed-by: mbm
|
|
|
|
| |
Reviewed-by: Andreas
|
|
|
|
|
|
|
| |
anything that included qobject.h
Reviewed-by: Thomas Hartmann
(cherry picked from commit cc287101308fa606eb4de2597b5309c8099654c3)
|
|
|
|
|
|
|
|
| |
I made the functions inline instead and moved them to qobject_p.h
Authored-by: Thomas Hartmann
Reviewed-by: Aaron Kennedy
(cherry picked from commit fd27c5ac9670b56ccd60e8d8f6791237358f3633)
|
|
|
|
|
|
| |
Cherry pick of 4031c0f0613090d70cd1fcacfc5b8316b12eb14e
Reviewed-by: Andreas
|
|
|
|
|
|
|
| |
This method is necessary for QML to support Qt interfaces, but probably
shouldn't be used otherwise.
Reviewed-by: Roberto Raggi
|
|
|
|
|
|
|
|
|
|
| |
for all the required NOTIFY signals we need for QML bindings.
An additional internal function QMetaObject::isConnected() allows
to query the bits, or you use connectedSignals[0] if you know that
the signal in question has a QMetaObject::indexOfSignal() < 32.
Authored-by: mae
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
This will be used by the declarative module to optimize property bindings.
Reviewed-by: Roberto Raggi
|
|
|
|
|
|
| |
This will be used by the declarative module to determine if a property lacking a NOTIFY signal is truly constant, or just missing a NOTIFY signal.
Reviewed-by: Roberto Raggi
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Most log elements in all loggers can now be of (more or less)
arbitrary length. Selftests pass and are memcheck-clean. The
increase in heap usage seems negligible (it's below the default
minimum threshold of massif).
Task: 253861
Reviewed-by: Michael Goddard
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit contains the bare minimum needed for the API to use dynamic
allocation; some parts of the code still use static buffers and
therefore have constraints on the size of output messages.
Task: 253861
Reviewed-by: Michael Goddard
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This enables very long failure messages (e.g. including an entire
build log in a failure message).
This change modifies only the plain test logger to use this feature.
Task: 253861
Reviewed-by: Michael Goddard
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QGLColormap::setEntry() was inserting entries instead of
replacing them; QGLColormap::setEntries() had an incorrect
assert and weird behaviour for the "base".
The documentation for QGLColormap::isEmpty() has been updated
to reflect that it will also report empty if the colormap has
not been set on a QGLWidget even if it has entries in it.
This behaviour is required by existing code.
Reviewed-by: Rohan McGovern
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| |
| |
| |
| |
| |
| |
| | |
Stencil buffer has been enabled by default for quite some time
(2 years) but the documentation was still saying disabled.
Reviewed-by: bnilsen
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Source code that includes <QNetworkCookieJar> implicitly includes
QNetworkCookie in Qt 4.5. Restore this and keep Qt compiling after
the split up by including qnetworkcookie.h from qnetworkcookiejar.h
Reviewed-by: Trust me
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
being removed.
Reviewed-by: Volker Hilsheimer
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Factor our the Channel object to a new file. My goal is to
make QHttpNetworkConnection more maintainable before
implementing HTTP pipelining.
Reviewed-by: Peter Hartmann
|
| | | |
|
| | |
| | |
| | |
| | | |
Reviewed-by: TrustMe
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use scissor based clipping when only dealing with rectangular intersect
clips. As soon as we get any more complex clips (or unite/replace clips)
we fall back to depth buffer based clipping.
Task-number: 258748
Reviewed-by: Tom
|
| | |
| | |
| | |
| | | |
Reviewed-by: Frans Englich
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|