| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
It fails on some platforms because of a bug in the autotest.
There might be more platforms also, but these are the ones
that currently report the problem.
Reviewed-by: paul
|
|
|
|
| |
This test would crash once in while.
|
|
|
|
| |
Reviewed-by: Olivier
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
The resource compiler still generates files that don't have the LPGL header.
|
|
|
|
|
|
|
|
| |
beginthread() is not reliable when the new thread exits fast. So we are
changing this to use _beginthreadex() instead.
Reviewed-by: Trond
Reviewed-by: Bradley T. Hughes
|
|
|
|
| |
The resource compiler still generates files that don't have the LPGL header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is one actual bug fix, checking for null pointer return.
The exception safety test code now initialises the fonts system.
The S60 fonts system does not survive OOM testing
without this.
Otherwise some duplicate tests are removed and code tidied up.
Reviewed-by: Liang Qi
Reviewed-by: Harald Fernengel
Reviewed-by: Alessandro Portale
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Give it another spin through the event loop, to make sure that all
the painting gets done. (This is not connected to the glib timer
event test failure.)
|
| | |
|
|/
|
|
| |
Reviewed-by: Janne Koskinen
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
tests/auto/network-settings.h
tests/auto/qpainter/tst_qpainter.cpp
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to floor instead of round to prevent rectangles that are on the
edge from being shifted one pixel down / right.
Task-number: 258776
Reviewed-by: Kim
|
| | |
| | |
| | |
| | | |
Reviewed-by: Jesper
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Have QWindowsPipeWriter emit a bytesWritten signal and have
QLocalSocket connect this to its own bytesWritten signal.
This change contains an autotest to check for the signal emission.
Previously there was no implementation to emit the signal.
|
| | |
| | |
| | |
| | | |
Reviewed-by: thartman
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The refactoring of current++ and src++ out of the new line makes the
code easier to understand but it also seems to be significant at least
in the ::isComplex case. I suspect that the ordering increment
operations vs throw from new is not well defined, or not implemented as
you might hope (with the ++ happening very last).
The changes in the catch blocks mean that it deletes the created
objects, rather than trying with the first failed object.
The test code has been updated with a +=(Container) test, and to force
testing of both static and moveable types.
Reviewed-by: Harald Fernengel
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 69e5a3fce4d355822367dc1a17179a364111632e.
|
| | |
| | |
| | |
| | | |
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | | |
Reviewed-by: trustme
|
| |\ \ |
|
| | | | |
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In icon mode, if you click on the viewport (with extended selection),
the selection should be cleared when you release the mouse button.
Reviewed-by: ogoffart
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By using QTRY_{COMPARE,VERIFY} instead of waiting an arbitrary amount of
time waiting for the window manager to do his job.
Also use QApplication::setActiveWindow which seems to be more robust
then QWidget::activateWindow
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The piece table test relied on previous automatic edit command grouping. The
grouping now has to be enforced explicitely with beginEditGroup()/endEditGroup()
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Jesper
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed resolving absolute path using QFileInfo for paths that were
relative but contained the drive letter (e.g. "c:my.dll").
Absolute paths should now be properly cleaned in Symbian, too.
Task-number: 255326
Reviewed-by: Janne Anttila
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Currrently Qt/S60 does not compile with QtScript enabled -> That's
why we need to disable all autotests depending on it if QtScript is
disabled.
Reviewed-by: Miikka Heikkinen
|
| |
| |
| |
| |
| |
| | |
There are many places where the test assumes that a widget gets focus
after some fixed timeout. Change it to block until the widget really
gets focus.
|
| |
| |
| |
| | |
Reviewed-by: Sarah Smith
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This makes sure we show a proper "Host not found" error instead of
the "Event loop timed out".
Rev-By: Peter Hartmann
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Event functionExit was fixed, now returnValue is correctly passed as an
argument to debugger. Few QEXCEPT_FAIL were removed from autotest.
Reviewed-by: Kent Hansen
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Event exceptionCatch fixed, now exceptionValue is correctly passed as an
argument to debugger. Two QEXCEPT_FAIL were removed from autotest.
Reviewed-by: Kent Hansen
|
|/ /
| |
| |
| | |
Reviewed-by: Aleksandar Sasha Babic
|
| |
| |
| |
| | |
Reviewed-by: Leo
|