| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QWS already installs message handlers, and this would cause testlib
not to install its own handler, causing lots of extra test failures
if there is a crash. The proper way would be to make testlib invoke
previous handlers, but the quick and easy fix is just to forget about
the old ones.
The rationale is that the worst thing that can happen is that it will
cause a crash, and that was going to happen anyway.
Reviewed-by: Jeremy
|
| |
| |
| |
| | |
Reviewed-by: Simon Hausmann
|
| |\ |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Simon Hausmann
|
| | |
| | |
| | |
| | | |
Reviewed-by: paul
|
| |/
| |
| |
| |
| |
| |
| | |
The test passes without these workarounds in 5800 XpressMusic and
emulator
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| | |
See: 82275b4c03a0. This workaround applies also for Symbian.
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
Symbian OS has working networking support now, so we donät need to skip
this test anymore.
Reviewed-by: TrustMe
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| |
| |
| |
| |
| |
| |
| |
| | |
Convolution filter is not compatible with OpenGL/ES 2.0 in its
current form, and we probably don't need it now that we have a
special-purpose blur filter.
Reviewed-by: trustme
|
| |
| |
| |
| |
| |
| |
| | |
Very basic port of the graphics system - performance may not
be the best just yet.
Reviewed-by: Sarah Smith
|
|/
|
|
| |
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Bill King
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added more checking in each step of the playback or recording tests.
Reviewed-by:Justin McPherson
|
| | |
| | |
| | |
| | |
| | |
| | | |
stateChanged and notify signals are inherited from base class.
Reviewed-by:Bill King
|
| |/
| |
| |
| |
| |
| | |
Snippets pointing to moved code - now fixed.
Reviewed-by: TrustMe
|
|/ |
|
|
|
|
| |
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new public classes in the 's60framework' sub-directory of QtGui
introduce a header file dependency to the middleware layer of the SDK
by including 'aknapp.h'.
Since the build system doesn't know if you have included QtGui or not,
the closest approximation is to append the middleware layer include
path in cases where the QT variable contains 'gui'
Reviewed-by: axis
|
| |
| |
| |
| |
| |
| |
| | |
The SRCDIR entry was added to the project file to correct the deployment
for WindowsCE. Also the process start is now monitored in the test.
Reviewed-by: Joerg
|
| |
| |
| |
| |
| |
| |
| | |
The deployment for Windows CE did not work as the processes could not
be located properly on the device.
Reviewed-by: banana joe
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
qsystemsemaphore autotest does not compile for S60 and WinCE without
QtScript and QtScript currently does not compile for S60, that's why
the following statement was added to pro file:
requires(contains(QT_CONFIG,script))
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
qsharedmemory autotest does not compile for S60 and WinCE without
QtScript and QtScript currently does not compiled for S60, that's why
the following statement was added:
requires(contains(QT_CONFIG,script))
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | | |
Symbian OS doesn't support environment variables.
Reviewed-by: Miikka Heikkinen
|
| | |\ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Samuel
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Specialized test code to set higher stack for this test case is not
needed anymore since default stack for Qt thread in S60 now is 80 KB.
See commit: 9324fdde
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moved the certificate/key to the src/s60installs path.
Updated createpackage.pl to look in this new location.
Task-number: QTBUG-4553
Reviewed-by: axis
|
| | |
| | |
| | |
| | |
| | | |
Implicit sharing makes this a bit of a trap, since the iterator continues
to function, but only on the data in the copies.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-4508
Reviewed-by: Simon Hausmann
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The polling watcher was generating two events for directory content
deletion on Symbian emulator. 1 for content change, 1 for time change.
Seems within the bounds of reason for a poller, so test relaxed to
allow it.
Reviewed-by: Liang QI
|
| | |
| | |
| | |
| | |
| | | |
In particular, MSSQL, DB2 and Sybase suffer from cross-platform and
feature complete client libraries.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: TrustMe
Autotest: Fixes qdesktopservices::storageLocation test
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since Symbian emulator support for playing music files is spotty at
best, resulting in failure to launch at best and freezing
of the emulator at worst, disabled even trying to launch music files.
Task-number: QT-2047
Reviewed-by: Janne Koskinen
|
| | |
| | |
| | |
| | | |
Reviewed-by: thierry
|