| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A frequent bug when using QDataStream across platforms where the size
of qreal is different (such as any desktop platform and an ARM device)
is that you end up using different overloads for streaming the value
in and out (e.g. operator>>(double) on desktop and operator<<(float) on
ARM.)
This can leads to crashes and data corruption. To avoid the problem,
we define a single floating point precision for the entire data stream
and allow this to be set by the user. The default is to use 64-bit
precision for all floating point numbers.
Reviewed-by: Samuel
Reviewed-by: Thiago
|
|
|
|
|
|
| |
I clean the directory i will use to be sure it is clean.
Reviewed-by:TrustMe
|
|
|
|
|
|
| |
Replace them by calls to QCoreApplication::translate() to
provide translators with context information.
Reviewed-by: Frans Englich <frans.englich@nokia.com>
|
|
|
|
| |
Reviewed-by:TrustMe
|
|
|
|
| |
subdirs in the include path
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some fonts contain only styles other than Normal (or Regualr). If we try
to retrive the font sizes for such fonts by passing an empty style
string, the QFontDatabase will return a null list. This was causing the
autotest to fail. This patch will make sure that a style is always
selected in the QFontDialog.
Reviewed-by: Olivier
|
| |
| |
| |
| | |
QGraphicsProxyWidget test
|
| |
| |
| |
| |
| |
| |
| | |
qcommonstyle.h:87: warning: virtual void QCommonStyle::polish(QPalette&) was hidden
qs60style.h:77: warning: by QS60Style::polish
Reviewed-by: Jeremy
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
The tests now pass after the last update of src/3rdparty/javascriptcore.
|
| | |
| | |
| | |
| | | |
jsc-for-qtscript-4.6-staging-30092009 ( e8f42cf0203bee0ba89a05e0e773d713782129b4 )
|
| | |
| | |
| | |
| | | |
RevBy: Thiago Macieira <thiago.macieira@trolltech.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes QComboBox edit field geometry in s60style
Fixes softkey crash when setting a custom itemview to QComboBox
Fixes Symbian keyboard input interval in tst_QComboBox::virtualAutocompletion()
Reviewed-by: Sami Merila
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Keypad navigation tries to calculate the minimal distance of next
widget to the direction of pressed navigation key. This calculation
in QWidgetPrivate::widgetInNavigationDirection dies not take into
account that some widgets might have focusProxy setup.
In the reported case, ignoring focus proxy means that QDialogButtonBox
gets the focus and it hands it over to first button in its tab order.
Unfortunately, this button is disabled 'Download' button. Now, when
Select key is pressed, button action is triggered causing a crash.
Solution is to skip widgets that have focus proxies
in widgetInNavigationDirection.
Task-number: QT-2177
Reviewed-by: Alessandro Portale
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now QStateMachine can be a child of a QState but here in sub-attaq
the code was not design for that so the code breaks.
Task-number:QT-665
Task-number:QT-914
Reviewed-by:TrustMe
|
| |
| |
| |
| | |
Reviewed-by: thiago
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QT-2204
Reviewed-by: Janne Anttila
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Skipped addExclusiveBuilds function in debug_and_release.prf for all
Symbian platforms, as it doesn't work with Symbian toolchain.
Reviewed-by: Janne Anttila
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
The sqlite driver is required to run this autotest, and using cetest
requires that all plugins are deployed with deployment statements.
Reviewed-by: TrustMe
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Julian de Bhal
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The convolution filter was still using the old-style OpenGL1
method for interfacing to the paint engine.
Reviewed-by: trustme
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The QPF implementation of alphaMapForGlyph() was returning
color values of RGBA = (a, a, a, 255) instead of (0, 0, 0, a),
which was inconsistent with all the other font engines.
This inconsistency caused some QPF-specific workarounds in the
OpenGL and OpenVG paint engines. This change removes the workarounds
and makes QPF generate the right colors from the start. Paint
engines that ignore the color table or which don't use the
alphaMapForGlyph() function (e.g. raster) are not affected.
Reviewed-by: Paul
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes an issue where a forwardonly result set would force
forwardonly on the next query, despite what the user had explicitly set.
Reviewed-by: Justin McPherson
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QAudioOutput.
-The notify() signal was not firing the correct number of times.
-The totalTime() on wince was incorrect (unit test).
Reviewed-by:Justin McPherson
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Internal strings don't need translations, changed to use fromLatin1
instead.
Reviewed-by:TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | | |
They do not fit into landscape smallscreen.
Reviewed-By: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QFileDialog::getOpenFileName(), QFileDialog::getSaveFileName(),
QFileDialog::getExistingDirectory(), etc...
Reviewed-By: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | | |
Prevent qWarning when building with QT_DIRECTFB_WARN_ON_RASTERFALLBACKS
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
In Open C 1.6 release there is a bug in mmap(...) function.
The bug has been reported.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Due to bad merge some of the cases were removed.
They have been restored now.
Some adaptation for Symbian platform was needed as well.
We must not forget that local socket implementation is
based on RSocket, and therefore similar to having TCP_SOCKET
as basckend. So, in soe places it we had to give some time
for events to propagate by introducing qTest::wait()
lines.
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
It seems that for 3.1 we need to explicitly link with insock.dll as well
Reviewed-by: Aleksandar Babic
|
| | |
| | |
| | |
| | | |
Reviewed-by: Thiago Macieira
|
| | |
| | |
| | |
| | | |
With the interpreter it works.
|
| | |
| | |
| | |
| | |
| | | |
Merge-request: 1320
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| | |
| | |
| | |
| | |
| | | |
Merge-request: 1320
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| | |
| | |
| | |
| | |
| | | |
Task-number:QT-739
Reviewed-by:TrustMe
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
translations/qtconfig_ru.ts
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge-request: 1611
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Otherwise the events might creep into the event loop if the state
machine is restarted.
Reviewed-by: Eskil Abrahamsen Blomfeldt
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Found during API review, make the private safety constructors follow the
pattern of our Q_DISABLE_COPY macro.
Reviewed-by: Robert Griebl
|
| | | | |
| | | | |
| | | | |
| | | | | |
Bring it up-to-date with commit 950f80620b56e9ed277240dc16087f3e4b53cc4a.
|