| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
lighthouse
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This has several advantages:
We already see the various screen drivers making QObject-based helper
classes for timers, socketNotifiers etc
Also, this gives us more introspection from applications that now can
query things from the screen.
Reviewed-by: TrustMe
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Schedule repainting of the VNC display backing store to allow
multiple regions to be repainted in a single go. Requests are
scheduled using a 0 timer.
|
|
|
|
|
|
| |
Schedule repainting of the VNC display backing store to allow
multiple regions to be repainted in a single go. Requests are
scheduled using a 0 timer.
|
| |
|
|
|
|
|
| |
If the mouse handler doesn't provide local coordinates, we have to
map before finding the child widget
|
| |
|
|
|
|
| |
via QGraphicsSystemScreen::setVisible()
|
|
|
|
|
| |
If a popup has children, make sure to deliver mouse event to the child
instead of the window.
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/gui/kernel/qapplication.cpp
src/gui/kernel/qwidget.cpp
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
On Symbian, QDir::rootPath() and QDir::home() are same.
RevBy: Janne Anttila
|
| |/
| |
| |
| | |
Reviewed-by: Janne Koskinen
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is required by the Helix plugin. As discussed with Dallas team/Fu Liz.
Reviewed-by: Shane Kearns
|
| | |
| | |
| | |
| | |
| | |
| | | |
Warning: This class is provided only to get access to S60 specific
functionality in the application framework classes. It is not
portable. We strongly recommend against using it in new applications.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Projects.pro is forcing QT_BUILD_PARTS to omit docs and translations,
but configure still outputted those into .qmake.cache. Fixed
configure to also omit them for Symbian builds to make building demos
work equally whether built by from root or not.
Task-number: QT-1018
Reviewed-by: axis
|
| |/
| |
| |
| | |
Reviewed-by: axis
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The native filedialog will not exit if it is told to
hide. To remedy this, we just add an extra interrupt call
so to inform the event dispatcher that it needs to return
the the event loop to check if it has been told to quit
Rev-By: olivier
|
| | | |
|
| | |
| | |
| | |
| | | |
RevBy: Janne Anttila
|
| | | |
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
It wasn't necessary to have a Symbian specific include in qprocess.h,
as 64-bit integer will work as pid also in Symbian.
Task-number: QT-2266
Reviewed-by: Janne Anttila
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
If the scissor is being used to clip instead of the mask, use the
bounding rectangle of the clip path if it cannot be handled as a
simple rectangle.
Reviewed-by: trustme
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Documented that pkg-config functionality must be forced if used in
conjunction with this mkspec, and that PKG_CONFIG_PATH is a shell variable
not a qmake variable.
Reviewed-by: Anders Bakken <anders.bakken@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since DirectFB handles the composition for us we don't need to
invalidate anything when moving a window. Only on resize do we want
another paint event.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to make sure the QDirectFBWindowSurface returns true for
isBuffered(). Otherwise QWSWindowSurface will force a repaint when
moved.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The EGL implementation used in S60/NGA for OpenVG does not
return a configuration with alpha masking unless it is
explicitly requested.
Reviewed-by: Julian de Bhal
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Scratchbox 2 abstracts away toolchain considerations when cross compiling,
allowing us to introduce a generic scratchbox 2 mkspec. See blog for more
details:
http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11
Reviewed-by: Anders Bakken <anders.bakken@nokia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The GLSL implementation messes up return values from functions so that
all our srcPixel()'s become black and several matrices are off. We
don't want to rewrite the shader code to fit an "ancient" graphics
card, so we simply fall back to the GL 1 engine.
Reviewed-by: Trond
(cherry picked from commit 33ed3d0bacddce214a43be60eb6481903e753a88)
|
| |
| |
| |
| | |
Reviewed-by: Jason McDonald
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
to zero only if currently focused
Reviewed-by: axis
|
| | |
| | |
| | |
| | | |
Rev-By: olivier
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
dd9d8693 added some checks causing SetGestureConfig to not be
initialized to 0. Thus it gets derefenced and causes crashes on all
WinCE applications.
Reviewed-by: denis
Reviewed-by: ninerider
|