| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
WindowsCE will not do any tests involving dynamic casts.
Reviewed-by: Joerg
|
|
|
|
|
|
| |
Also added check, whether some processes where actually not started.
Reviewed-by: Joerg
|
|
|
|
|
|
| |
The <sys/types.h> header is unavailable in Windows CE
Reviewed-by: Joerg
|
|
|
|
|
|
| |
Mismatching preprocessor statements cleaned up.
Reviewed-by: Joerg
|
|
|
|
|
|
|
|
|
|
| |
The failing (3) values are explicitly excepted here.
The source values for the comparison table should remain untruncated
doubles and the error bound checking function should be made dynamic.
Also the source values should come from a "trusted" source and not
from QEasingCurve itself.
Reviewed-by: Joerg
|
|
|
|
|
|
|
| |
Changed the absolute size values for the combobox to desktop
dependent sizes.
Reviewed-by: Joerg
|
|
|
|
|
|
| |
Tests made unavailable for Windows CE testing
Reviewed-by: Joerg
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
| |
Reviewed-by: Jason Barron
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
| |
Reviewed-by: Simon Hausmann
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
examples/webkit/formextractor/formextractor.pro
mkspecs/features/qt.prf
src/gui/painting/qpaintengineex.cpp
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit df47e0d40290f5e40054a9612f75177d9ef8537a.
There is no "private_build" in Qt 4.5
Reviewed-By: thiago
|
| |
| |
| |
| | |
Reviewed-By: TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| | |
QMenu actually doesn't use QFontMetrics::width to calculate its bounding
rect but QFontMetrics::boundingRect. That's why this test failed on
Windows CE.
Reviewed-by: thierry
|
| |
| |
| |
| |
| |
| | |
static_cast from QGraphicsView* to QWidget*. Change QPlastiqueStyle to QWindowsStyle for some platforms like S60.
Reviewed-by: Jason Barron
|
| |
| |
| |
| |
| |
| | |
Test qaudiodeviceid was replaced with qaudiodeviceinfo.
Reviewed-by: Paul
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The revision was bound to the current depth of the undo stack. This
had the negative side effect, that equal revisions could point to
different documents, and sometimes changes would not even increase
the revision (in the case of undo command merging).
Reviewed-by: Roberto Raggi
|
|\ \ |
|
| | |
| | |
| | |
| | | |
If there is no focus widget while doing keyClick, the test crashes
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
QAudioDeviceInfo.
Reviewed-by: Bill King
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
On X11 one needs to wait logner for the reply for the window mabager
All the QWidget tests passes on my X11 in about 30seconds now
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It seems that the test machine has some different font configuration which
makes the font weight different from the default one.
Fixed the problem by resolving the font before comparing.
Reviewed-by: Peter Hartmann
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Reviewed-by: joerg
|
| | |
| | |
| | |
| | | |
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | | |
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since WindowManager operation are all assync, and we have no way to know if the window
manager has finished playing with the window geometry, this test can't be reliable.
Reviewed-by: Denis
|
| | |
| | |
| | |
| | |
| | | |
We need to wait for more condition before saving, otherwise what
we save is not accurate (and the test fails)
|
| | |
| | |
| | |
| | | |
Currently this fails, so we have to use QEXPECT_FAIL.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With this patch, the application developer can use his own
CEikApplication, CEikDocument and CEikAppUi classes with Qt, by
deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi,
respectively. He can then register a factory function in the
QApplication constructor to have his own objects created during the
framework initialization.
This patch also fixes some Qt code style issues.
RevBy: Jason Barron
RevBy: mread
RevBy: Sami Merila
RevBy: Shane Kearns
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We're not taking a parameter in updateCurrentTime any more
because that parameter was the total currenttime. So it was taking into
account the currenttime and the currentloop at once. This was inconsistent
Reviewed-by: Leo
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
which means that one can set an arbitrary context.
as a side effect, this caches the stringified context of
Q_OBJECT-derived classes.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The change makes QTextCursor not extend the selection when inserting
characters at the end of the selection, provided that the cursor
position is at the end.
Reviewed-by: Simon Hausmann
Reviewed-by: Roberto Raggi
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When using style sheets, QSlider::handle couldn't be customized if
QSlider::groove wasn't. QComboBox::down-arrow:focus wasn't properly drawn.
Reviewed-by: Olivier
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
complex widgets.
Reviewed-by: Olivier
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The style influences the layout results. To get consistent results
across platforms, we have to specify the style when testing.
Reviewed-by: Jan-Arve Sæther
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On X11 We have to wait we get the size change from the window manager
Reviewed-by: Jason Barron
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We skip parts of watchDirectory for the same reason.
Reviewed-by: thartman
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Large enough max heap for script tests is now defined by default
for all tests in qttest_p4.prf, so removed the statements from
individual script tests.
Reviewed-by: Janne Anttila
|
| | | | |
|