| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
The second and third arguments to qmake's include function are optional
Task-number: 259398
Reviewed-by: Stian Sandvik Thomassen
|
| |
| |
| |
| |
| |
| | |
Handle platforms that don't have backends.
Reviewed-by: Bill King
|
| | |
|
| |
| |
| |
| | |
tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Merge-request: 1167
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Don't re-create world TRUSTEE everytime in getPermissions()
Merge-request: 1167
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Get current user SID from the token of the current process
and use it to fill UserTrustee with BuildTrusteeWithSid;
Remove workaround for buggy secur32.dll version.
Merge-request: 1167
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
OpenProcessToken and SetFilePointerEx are present in all versions since NT4.0;
use them if Q_OS_WINCE is not defined
Merge-request: 1167
Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
_wchmod returns 0 on success and -1 on error.
Our Windows CE implementation did it wrong.
Thanks to Konstantin Ritt for spotting this!
Reviewed-by: mauricek
|
| | |
| | |
| | |
| | |
| | | |
Undocumented, but maybe they're useful somewhere. It doesn't hurt to
add them.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
for unreachable code, break missing and uninitialized members
in constructors
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We don't get a FontChange event initially, so the control ended up
with the default font instead.
Reviewed-by: Andreas
|
| | |
| | |
| | |
| | |
| | | |
Task-number: 214990
Reviewed-by: Joerg
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
no official support
Task-number: 214990
Reviewed-by: kh
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
reimplmenting some missing C functions
Task-number: 214990
Reviewed-by: kh
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change would have been much simpler if either QGraphicsItem
inherited QObject, or if we had some similar QPointer-like class that
supported QGraphicsItem. The issue is this: Each item can delegate
another item to be its focus proxy. That item can be a parent or child,
or something completely unrelated. Either of the two items can be
deleted independently.
The former solution was to store backpointers in a map in the scene.
Problem is, the items may not be in a scene when this happens, they
may be removed from the scene, and the items may be moved between
two scenes.
The bad part about this fix is that it adds another pointer to
QGraphicsItemPrivate.
Reviewed-by: Shane Kearns <shane.kearns@sosco.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removed the src/common.pri includes
Reviewed-by: Trust Me
|
| | | |
|
| | |
| | |
| | |
| | | |
Task-number: 259071
|
| | |
| | |
| | |
| | | |
Reviewed-By: Simon Hausmann
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Mac needs a bit more time to update the widgets when they
are redocked
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the Qt package contains one of x86 and x86_64, pick that one. If it
contains both then use the compiler default. Make a similiar decision for
PowerPC-based systems. Note that this logic assumes that Qt has been
configured with an architecture that is usable on the system.
Reviewed-by: Marius Storm-Olsen
|
| | |
| | |
| | |
| | |
| | |
| | | |
We need to remove Zm200 from compiler flags before adding Zm1200
Reviewed-by: Marius Storm-Olsen
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: 258378
Reviewed-by: Maurice
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also, try not to regress in functionality (which the last compile fix
did just a little)
Reviewed-by: Thomas Hartmann
|
| | |
| | |
| | |
| | |
| | | |
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
|