| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
RVCT has problems with scoping, the similar workaround has been used
in qhash.h also.
Reviewed-by: Janne Koskinen
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Simon Hausmann
|
| |
| |
| |
| | |
Reviewed-by: sroedal
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In cases where there are both softkey actions as well as "normal"
actions, we need to be sure to skip over the none softkey actions since
they should not be a part of the softkey framework and the 'index' will
be out of sync.
Reviewed-by: Sami Merila
|
|/
|
|
| |
Reviewed-by: TrustMe
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
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: Trust Me
|
| |/
|/|
| |
| |
| |
| | |
Since S60 does not compile QPlastiqueStyle, we use QWindowsStyle
Reviewed-by: TrustMe
|
|\ \ |
|
| | |
| | |
| | |
| | | |
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: 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
|