| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
this was only accessible from Nokia network.
|
| |
| |
| |
| |
| |
| | |
different server machines.
On Symbian we read replies from external file,
for others we put data into network-settings.h
|
| |
| |
| |
| | |
This commit fixed QLabel::task226479_movieResize autotest.
|
| |\ |
|
| | |\ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Makes render test case to pass at least on emulator.
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
The scrollBarRanges test case is style specific, but we were using
s60 style to run the test. Added Q_OS_SYMBIAN ifdef to enable windows
style for this particular test case.
|
| | |
| | |
| | |
| | |
| | | |
Started to use QApplication::closeAllWindows instead of unexported
QThreadData::current() and friends.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The implementation is likely not complete, but makes autotests using
QApplication::activeModalWidget to pass. At least the following test now
pass successfully:
qcolordialog
qmessagebox
Might have positive impact to other autotests as well.
|
| |
| |
| |
| | |
tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
|
| |
| |
| |
| | |
due to http://qt-reviews.europe.nokia.com/r/67/
|
| |
| |
| |
| |
| |
| |
| |
| | |
It happens during the configure phase on Non-Windows. When making
Qt for S60 build on Linux, we may want to revert the change or have
a different fix.
Reviewed-By: Jason Barron
|
| |\ |
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Add a bracket to the right place and re-arrange the code a little.
The indenting was wrong here in the non-Symbian case since the
if (exists) did not have curly bracket. Also copy the union of
the Hidden flag into the Symbian #ifdef to make this code slightly
more readable.
|
| |
| |
| |
| | |
As per Marius' S-O's request :)
|
| | |
|
| |
| |
| |
| |
| | |
Ensures that we don't leak when creating a new Pixmap while running out
of memory
|
| |
| |
| |
| | |
First step to get rid of QCustomScopedPointer class
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
as we cant expect that order of the event
hansling will be same on all platforms.
For example, on Symbian quit will happen
first, on Linux not.
It is better to check if we processed 2
events in total.
Reviewed by: Axis
|
| | |
|
| | |
|
| |
| |
| |
| | |
branch after merginig with mainlin/master.
|
| | |
|
| |
| |
| |
| | |
Reviewed-By: Ralf Engels
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
the compiler couldn't figure out when building qsharedpointer test.
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
examples/opengl/samplebuffers/glwidget.cpp
src/corelib/io/qfsfileengine_unix.cpp
src/corelib/kernel/qobject.cpp
src/corelib/tools/qsharedpointer.cpp
src/gui/gui.pro
tests/auto/qhttp/tst_qhttp.cpp
tests/auto/qkeyevent/tst_qkeyevent.cpp
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Touch events on scrollarea based classes should enable touch on the viewport and handle the events
in a viewportEvent() reimplementation.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Query the database for the quoting charachter, don't assume you know
what it is.
Reviewed-by: Justin McPherson
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When specifying round corners with QStyleSheetStyle and no border-width
specified, the round corners were not rendered with antialiasing. Furthermore,
if border-width was set to 0, part of the border was rendered in discordance
with CSS3.
The background in now rendered directly instead of drawing a clipped
rectangle. The actual border width is checked before rendering.
A test has been added at tests/auto/uiloader/baseline/css_borderradius_allwidgets.ui
Task-number: 230362
Reviewed-by: olivier
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Since QTouchEvents can also be sent to QGraphicsItems, we want to test
that it actually works.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The q* helper functions are declared as Q_CORE_EXPORT, so they have to
be extern'd like that as well. This fixes a problem where adding a
resource to a project would result in undefined symbols on some RVCT
versions.
Reviewed-by: Andy Shaw <andy.shaw@nokia.com>
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: mauricek
|
| | | |
| | | |
| | | |
| | | | |
Task-number: 258950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix generation of WebKit version file by including the xcconfig file.
Reviewed-by: Trust me
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is now possible to set a start value and no end value and starting
the animation will pick the default end value from the current value
of the property that's being animated.
|
| | | |
| | | |
| | | |
| | | | |
Task-number: 258950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't try to remove WebCore/svg/graphics/wince, it doesn't exist anymore.
Reviewed-by: Trust me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Joerg
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
You can now also set the axis following hte Qt::Axis enum
Note: I'm not 100% sure about the maths in QGraphicsRotation::applyTo
Feel free to fix it.
Reviewed-by: ogoffart
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On windows we were not checking whether the widgets receiving the
mouse events are blocked by another modal widget or not.
Task-number: 255912
Reviewed-by: Thierry Bastian
|
| | |\ \ |
|