| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
collect the files into a string list during the initial run instead of
iterating the argument list twice.
|
|
|
|
| |
to avoid the insane number of function arguments in a few places
|
| |
|
|
|
|
|
|
|
|
| |
this has two effects:
- using-declarations which use forward-declared classes work without
collecting the forward declarations, as the resolution happens at a
place where the class definition must have been encountered already
- it should be a bit faster
|
|
|
|
|
|
| |
the optimization not to look for parent definitions if we already knew
that there would be none did not consider that we only know that the
leaf node is missing, not any intermediate nodes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is an optimization in QTextControl, that it only requests
updates for single blocks if only a single block was changed. This
update was requested with the block's bounding rectangle.
In the case of disabled line wrapping in combination with a very long
line, a block change can result in a narrower block bounding rectangle.
This then resulted in pixel on the screen not being redrawn properly.
The fix enlarges the requested update rectangle horizontally.
The bug was discovered during inhouse Qt Creator testing.
Reviewed-by: Oswald Buddenhagen
|
|
|
|
|
| |
Task-number: QT-1684
Reviewed-by: ck
|
|
|
|
|
|
|
| |
Now, it's a real drop-in replacement, with no known feature regressions
:)
Reviewed-By: hjk
|
|
|
|
|
|
|
|
| |
To achieve 60FPS you need a new frame every 16ms -> this just missed
the original threshold of 15ms. This came up in the context of a Snake
game written in qml.
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
|
|
|
|
|
|
|
| |
the indexOf() call did not consider actualReadBufferSize and thus
scanned uninitialized memory for newlines.
Reviewed-by: phartman
|
|\ |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and removes THREAD from qfeature
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
Squash me with Fix THREAD and TOOLBAR a6e785b4ff9ec9cd48
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Jens Bache-Wiig
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
However, compiling with QT_NO_ICON will still not work :(
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Jens Bache-Wiig
Squash me with Fix LIBRARY and SETTINGS in phonon 7d2282
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
However, there are some stuff added to qscript that I'm really not sure
about.
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Jens Bache-Wiig
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Seemed to be missing from gstreamer backend
Reviewed-by: Jens Bache-Wiig
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: tom
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Jens Bache-Wiig
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by:tom
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
introduce QMAKE_LIBS_OPENGL_ES1, QMAKE_LIBS_OPENGL_ES1CL and
QMAKE_LIBS_OPENGL_ES2 so we do not have to force users to copy/paste
around entire mkspecs just to change the OpenGL backend.
This should make the "-opengl es2" (and friends) configure option
work out of the box with any mkspec on Linux+WinCE.
Also removes a WinCE specific hack that is not required anymore.
Reviewed-by: Tom Cooksey
Reviewed-by: Trond Kjernåsen
Approved-by: Lars Knoll
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It tests the glyph shaper in Qt by rendering a couple
of glyph combinations that are known to be strongly
shaped.
For now, this test is manual and simply generates
an html report for a visual test. It can, however also be
implemented as auto test.
The test data contains Vietnamese and Tamil data sets,
more will follow.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ES enabled build of Qt for Windows CE
Add #ifdef guards around EGL_BIND_TO_TEXTURE_RGB useage
Task-number: QTBUG-5152
Reviewed-by: Trond Kjernåsen
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Opengl ES is used on Qt for Windows CE
Simplify logic as OpenGL graphic system is not supported for WindowsCE
Task-number: QTBUG-5080
Reviewed-by: Rhys Weatherley
|
| | | |
|