| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
kinetic-graphicseffect
|
| |
| |
| |
| | |
Reviewed-by: Thierry Bastian
|
| |
| |
| |
| | |
There should be no QT_{BEGIN,END}_HEADER here; this is a private header.
|
| |
| |
| |
| |
| |
| |
| | |
All Qt headers must have QT_BEGIN_HEADER, QT_END_HEADER and
QT_MODULE. These headers didn't have this.
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
includes)
|
| |
| |
| |
| | |
The define no longer exists.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
HITheme doesn't seem to support the reverse thing. I filled a bug about
it, but this is easy to emulate in the horizontal case and the
"Inverted" orientation works great for vertical.
Task-number: 217594
Reviewed-by: Morten Sørvig
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by:David Boddie
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
In the style code, the internal UsePixmapCache flag made
no sense in practice, so it was removed. A fortunate side-effect
of the patch is that the code is now accepted by Sun CC 5.5.
Reviewed-by: jbache
|
| |
| |
| |
| | |
Reviewed-by:TrustMe
|
| |
| |
| |
| | |
Reviewed-by: tbastian
|
| |
| |
| |
| |
| |
| |
| |
| | |
Note that the fix is simply to swap the order of the
two v_construct() overloads. Sun CC 5.5 requires the
version with the default argument to occur first.
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
a QStatusBar
Task-number: 253717
Reviewed-by: ogoffart
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: QT-80
Reviewed-by: Ian Walters
|
| |\ |
|
| | |
| | |
| | |
| | | |
auto.pro added `qtransition' to SUBDIRS but there is no such directory.
|
| |/
| |
| |
| |
| | |
Task-number: QT-80
Reviewed-by: Ian Walters
|
|\ \
| |/
| |
| | |
kinetic-graphicseffect
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
These function exist for making code not look so crazy, so let's
actually use that in code where it didn't exist before.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
but the current highlighted item doesn't change
Task-number: 254238
Reviewed-by: ogoffart
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Yeesh.
The function worked for the common case of the argument being a plain
script object (obviously, otherwise this would have been discovered
sooner), but it would never pick the less expensive path when replacing
the QObject pointer of an existing proxy. And if you passed in a
QVariant proxy (now who would ever do something like that...?),
it would assert.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When pressing the <- key on a Windows mobile device, the window gets
a minimized event (no other soft keys behave like that). Restoring the
window via the app menu isn't possible, because the window get a
WM_ACTIVATE but its internal state is still minimized.
It makes sense to unminimize activated apps on Windows mobile.
Task-number: 254673
Reviewed-by: thartman
|
| | |
| | |
| | |
| | |
| | |
| | | |
Updated the file list, the SVG filters have been removed.
Reviewed-by: Trust me
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The constructors had been displayed in the left column of the
table in the summary list, because there was no type. It was
caused by a strange test of the match index for 0, which was
true for constructors and destructors, anything without a type.
I removed that test, since I couldn't figure out what it was
for. We might see problems elsewhere in the docs because of
this, so beware. I didn't see any, but that test must have
been there for some reason.
|
| | |
| | |
| | |
| | |
| | | |
The signal code (first character of const char *signal) is stripped
internally, so the debug output code should not skip any characters.
|
| | |
| | |
| | |
| | |
| | | |
Just as with the QSignalTransition::signal property, this makes it
possible to use the function from language bindings (e.g. QtScript).
|
| | |
| | |
| | |
| | | |
No need to link to the class in its own doc page.
|
| | |
| | |
| | |
| | | |
Copy&paste error; the classes are in Gui, not Core.
|
| | |
| | |
| | |
| | | |
animation framework
|
| | |
| | |
| | |
| | |
| | | |
Task-number: 250349
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | |
| | | |
This should be in 295c3927eb236483e6fd2e59f7588f35baa75ea2, but I forgot
them.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This effectively makes other effect classes as QObject, too.
It will facilitate the use of signal-slot to handle e.g. the change
in effect parameters and the property system for doing animated effect.
|
|\ \ \
| | |/
| |/|
| | | |
kinetic-graphicseffect
|
| | |
| | |
| | |
| | |
| | | |
Merge-request: 578
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Now there's only a copy of the texture glyph cache in graphics memory,
avoiding the system memory copy that we used earlier. In addition the
texture will use the GL_ALPHA texture format when possible, making it
consume less graphics memory as well.
Reviewed-by: Tom
|