| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
It was working on 64bit by luck
|
|
|
|
|
|
|
| |
For consistency.
Merge-request: 871
Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
|
|
|
|
|
|
|
| |
Member-swap is required by the STL Sequence concept, but is also needed to write exception-safe code.
Merge-request: 871
Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
... for consistency and to allow easy replacement of one by the other.
In particular this change allows to use QVarLenghtArray inside foreach
Reviewed-by: Gabriel
Task-number: QTBUG-14010
|
|\ \
| |/
|/|
| |
| |
| |
| | |
First iteration of the Lancelot graphics regression autotest system.
Reviewed-by: Trond
Reviewed-by: aavit
|
| | |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Including the arthur/common.pri file pulls in many files we don't
actually need.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also changed how the GL tests are run: they now render into a
multisampled FBO, which seems to be more stable than to a plain
GL widget.
|
| | | |
|
| | |
| | |
| | |
| | | |
If the scripts themselves are modfied, it will not cause mismatch.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Also misc minor improvements all around
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
.. otherwise, the comparison will always yield true...
Also a simplification: QList provides default datastreaming ops
|
| | |
| | |
| | |
| | |
| | |
| | | |
This of course differs, depending on the different backends used, but
so far it seems most of the Mesa implementations have Mesa mentioned
in the version string.
|
| | |
| | |
| | |
| | |
| | | |
Also changed the meta file from being a text file to a binary file.
Nothing uses the extra checksums yet, but that should be added soon.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Client no longer fetches baseline images, not even on mismatch.
Bitwise comparison, mismatch score etc. will be done on server, if
wanted.
|
| | |
| | |
| | |
| | | |
Not finished, but core functionality is in working state.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
2D rendering system, based on the lance test tool.
Hence dubbed lancelot.
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
two separate clicks
Task-number: QTBUG-14832
Reviewed-by: Martin Jones
|
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: QTBUG-14792
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix compilation in qglobal.h when included from a .c file
Fix compilation in namespace
qSwap: use std::swap as implementation, and specialize std::swap for our container
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix compilation in qglobal.h when included from a .c file
Fix compilation in namespace
qSwap: use std::swap as implementation, and specialize std::swap for our container
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix compilation in namespace
qSwap: use std::swap as implementation, and specialize std::swap for our container
|
| | | | |\ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
qSwap: use std::swap as implementation, and specialize std::swap for our container
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
container
std::swap might be reimplemented for many types. That might speedup
our Qt algorithms that uses qSwap. (std::swap also use std::move)
Specialize std::swap for our shared type, so stl algorithls work faster
Reviewed-by: Joao
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | / / /
| | | |_|_|/ / /
| | |/| | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Conflicts:
tests/auto/qpainter/tst_qpainter.cpp
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Don't take for granted that these are included...
Task-number: QTBUG-14614
Reviewed-by: Bradley T. Hughes
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
We need to protect the gradient cache accesses with a mutex.
Task-number: QTBUG-14614
Reviewed-by: Bradley T. Hughes
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| | | | / / / / /
| | |_|/ / / / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Update webview visual tests to new skip mode
Remove unnecessary QML import project dependency to Symbian deployment pri file used by Qt demos
Update visual tests for Mac
Revert "Disable WebView visualtests"
Mark dynamic.qml as expect-fail the new way
Update gridview visual tests
Revert "Mark qdeclarativegridview autotests as expect-fail"
|
| | | |\ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Task-number: QTBUG-14792
|