| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The errorCode member was uninitialised, this caused the watcher thread
startup to fail.
Reviewed-by: Miikka Heikkinen
|
|
|
|
|
|
|
|
|
| |
The revision was bound to the current depth of the undo stack. This
had the negative side effect, that equal revisions could point to
different documents, and sometimes changes would not even increase
the revision (in the case of undo command merging).
Reviewed-by: Roberto Raggi
|
|\ |
|
| |
| |
| |
| | |
If there is no focus widget while doing keyClick, the test crashes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is useful when animating the blur radius, as you don't want to
suffer the hit of compiling / linking a new shader program for each
radius the first time the animation is played.
Also use the fast blur when the radius is 5 or below, as the quality
difference is insignificant.
Reviewed-by: Rhys Weatherley
|
| |
| |
| |
| |
| |
| | |
Updated file lists.
Reviewed-by: Trust me
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: Bill King
|
| |
| |
| |
| |
| |
| | |
QAudioDeviceInfo.
Reviewed-by: Bill King
|
| |
| |
| |
| | |
Reviewed-by: Bill King
|
| |
| |
| |
| | |
Reviewed-by: Bill King
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The multitouch/dials example was displaying rendering artifacts
on the dials in the default style. This was due to incorrect
VGPath construction when sizeof(qreal) == sizeof(VGfloat).
It was adding two VG_CUBIC_TO_ABS elements per cubic instead of one.
Task-number: QT-2035
Reviewed-by: Sarah Smith
|
| | |
|
| |
| |
| |
| |
| |
| | |
On X11 one needs to wait logner for the reply for the window mabager
All the QWidget tests passes on my X11 in about 30seconds now
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
RFs::GetSystemDrive doesn't exist in 3.1 (even though it is in the
symbian documentation). Moved it to a new function in the S60 plugins.
For 3.1, it returns EDriveC, for all other versions the RFs API is used
Task-number: QT-805
Reviewed-by: Iain
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The advanced pointer events are only available on Symbian^3 and higher
so we need to make sure these are protected by an #ifdef. We might have
to re-factor this later into a plugin in order to get this running on
older versions.
Reviewed-by: axis
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It seems that the test machine has some different font configuration which
makes the font weight different from the default one.
Fixed the problem by resolving the font before comparing.
Reviewed-by: Peter Hartmann
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: joerg
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added missing docs for some flags.
- Rearranged the values by type.
RevBy: Trust me
|
| | |
| | |
| | |
| | | |
RevBy: Trust me
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since WindowManager operation are all assync, and we have no way to know if the window
manager has finished playing with the window geometry, this test can't be reliable.
Reviewed-by: Denis
|
| | |
| | |
| | |
| | |
| | | |
We need to wait for more condition before saving, otherwise what
we save is not accurate (and the test fails)
|
| |/
| |
| |
| |
| | |
Task-number: QTBUG-4473
Reviewed-by: Paul
|
| |
| |
| |
| | |
Currently this fails, so we have to use QEXPECT_FAIL.
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With this patch, the application developer can use his own
CEikApplication, CEikDocument and CEikAppUi classes with Qt, by
deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi,
respectively. He can then register a factory function in the
QApplication constructor to have his own objects created during the
framework initialization.
This patch also fixes some Qt code style issues.
RevBy: Jason Barron
RevBy: mread
RevBy: Sami Merila
RevBy: Shane Kearns
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We can delay calling ensureContext() since it will happen when painting
begins anyway. There is a chance that we can get to this function when
a window is being hidden and if this is the first thing that happens in
the application, there is no need to call ensureContext() yet.
Reviewed-by: Rhys Weatherley
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We're not taking a parameter in updateCurrentTime any more
because that parameter was the total currenttime. So it was taking into
account the currenttime and the currentloop at once. This was inconsistent
Reviewed-by: Leo
|
| | | |
| | | |
| | | |
| | | |
| | | | |
this will save quite some hash lookups (even if in empty hashes)
and make the VisitRecorder bitmap smaller.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
drop the parse results of files which are unlikely to be included (i.e.,
which are not headers).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which means that one can set an arbitrary context.
as a side effect, this caches the stringified context of
Q_OBJECT-derived classes.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
... by virtue of the Q_DECLARE_TR_FUNCTIONS macro.
so remove the artificial limitation to classes (which was mostly an
optimization anyway).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
do not import all data from included files into the current file (which
turned out to be extremely expensive for 3rdparty/webkit), but do
hierarchical lookups on demand. this makes the lookups as such much
slower, of course, but it still pays off.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
they don't create useful namespaces and don't hold flags, so it is
pointless to clutter the namespace maps with them.
|
| | | |
| | | |
| | | |
| | | | |
no need for parameter "unresolved"
|
| | | |
| | | |
| | | |
| | | | |
needsTrFunctions was never set any more
|
| | | |
| | | |
| | | |
| | | |
| | | | |
cuts away a few thousand instructions.
need to revisit this in case of making the parser a dynamic library.
|
| | | | |
|
| | | | |
|
| | | | |
|