| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
| |
Task-number: 250349
Reviewed-by: Trust Me
|
|
|
|
|
|
|
| |
const getter functions.
Task-number: 254722
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This reverts commit a5b11b9031f9a2a97b65e9a6134244249845491a.
The proper fix is 1a7da7096bbda17197738061902f4489af234bc0.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
both visible and invisible widgets.
This is a quick hack to avoid a crash in Qt when setting a focus on a
visible widget that has invisible parent. Proper fix was committed
into master 1a7da7096bbda17197738061902f4489af234bc0, see it's
description for more details.
Task-number: 254563
Reviewed-by: Thierry Bastian
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QFont has a feature that you can pass a comma-separated list and it will
walk through the list and match the font that it hits first. There's a
nice static function that X11 and Windows uses, but the Mac was using an
older copied version of it. This old version didn't handle quoting which
is what happens in the style sheet. So, using the same code makes
everything work well. As a bonus, Creator looks correct again.
Reviewed-by: Simon Hausmann
|
| | |
| | |
| | |
| | | |
QFont() returns the app font, not an invalid font.
|
| | |
| | |
| | |
| | |
| | |
| | | |
- When changing the aspect ratio, the video wouldn't update.
- The VMR9 can in some cases try to manage the aspect ratio itself
and then fights our system. This is now disabled.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This won't leak on error case, and will work with arbitrary sizes.
Also changed from int to short as instructed by Samuel.
Reviewed-by: Samuel <qt-info@nokia.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
preserve some consistency. Also added a screenshot of the Object
Insepector displaying a form where its widget has no top level layout.
Reviewed-By: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On Mac, a widget with a NoFocus policy could still get focus
(if only temporarily) as the result of a native focus event.
In particular, a line edit with a completer should
not lose focus (if only for a brief moment) as a result of the
completer popup being shown. This will for example cause an
item delegate to think that the user has navigated away from
the cell and delete the line edit as a result. This will in turn
cause the completer to access a null pointer.
Reviewed-by: Richard Moe Gustavsen
Task-number: 254456 and 254460
|
| | | |
|
|/ /
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
invisible widgets could cause a crash.
Also, when there is a widget hierarchy A->B->C and A and C are marked
as visible but B is hidden, when the user gives focus explicitely to
C, we should remember that and respect it when B becomes visible.
Task-number: 254563
Reviewed-by: Thierry Bastian
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We were only "constraining" headers if they were large, but ignoring the
small and mini ones. This resulted in the small and mini headers looking
bigger than their normal ones which looked strange. Since the headers
have no real small or mini size for a header, we'll make sure to
constrain them all the same.
Task-number: 221115
Reviewed-by: Richard Moe Gustavsen
|
| |
| |
| |
| |
| |
| |
| | |
No more fonts less than 100%. Toned down the green lines separating
table rows, now gray (or we can try a softer green). Made the table
widt 100%. More coming. the constructors still aren't aligned
properly.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
From a merge request #553 by Gordon Schumacher:
During a build internal to Qt, if a header included by qlocale.cpp
itself includes qlocale.h, then QLOCALE_CPP will never be set. If you
attempt to build qmake from its own .pro file, qmake_pch.h includes
qtextstream.h, which (now) includes qlocale.h, thus causing a compile
error trying to call the QSystemLocale(bool) function
Inspired-by: Gordon Schumacher <gordon@rebit.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Thiago Marcos P. Santos (1):
Fixed sub-attaq example build
Request-url: http://qt.gitorious.org/qt/qt/merge_requests/564
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
|
| | | |
|