| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
doc/src/declarative/extending.qdoc
|
| |
| |
| |
| | |
But its still a private class.
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Don't set the base font, as this is an expensive operation. The base
font will automatically be merged in by the text engine.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The QDeclarativePixmapCache was both slow, and very trickey to use correctly.
Many QML elements did not correctly cancel outstanding requests, which leads
to pixmaps leaking indefinately. Other elements, such as Text, were
subject to race conditions that meant they may never actually load all their
images.
QDeclarativePixmap is a single class than encapsulates the action of
fetching a pixmap, as well as the pixmap itself and the responsibility of
canceling outstanding requests. Rather than relying on Qt's pixmap cache
that doesn't cache all the information QML needs, QDeclarativePixmap
implements its own cache, that correctly degrades over time (unlike
QPixmapCache that can stop expiring items in some conditions).
Reviewed-by: Warwick Allison
|
| |/
|/| |
|
| | |
|
| | |
|
|/
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
| |
Task-number: QTBUG-11754
|
|
|
|
| |
Task-number: QTBUG-11827
|
|\ |
|
| |
| |
| |
| | |
QTBUG-11283
|
|/
|
|
|
| |
Task-number: QTBUG-11222
Reviewed-by: Aaron Kennedy
|
|
|
|
|
| |
If the animation had an explicit "running: true", the animation would
be registered with the engine twice, which prevented a proper start.
|
|
|
|
| |
Task-number: QTBUG-11645
|
|\
| |
| |
| |
| | |
Conflicts:
examples/declarative/modelviews/webview/transparent.qml
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (26 commits)
Fix incorrect usage of _HB_OPEN_Free_Device() in CaretValue cleanup
Fix null HB_Device** dereference on exit in Harfbuzz GPOS code
Doc: Relicensed the documentation under the GNU FDL version 1.3.
doc: Added more DITA output to the XML generator
Designer: Prevent QButtonGroup from being added for Q3ButtonGroup.
Fix for a leak in the mac style.
Doc: Fixing bugs to style and script
doc: Added more DITA output to the XML generator
Make sure that <br/> is seen as a valid tag in Qt::mightBeRichText()
Fix compiler warnings in QtGui (text,painting).
Allow Unix to generate unique UUIDs if /dev/urandom exists.
Allow GNU Free Documentation license header.
Add missing license header.
Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b688e991a8405cf938dea9d6a2f1ac072
Fix example compile and runtime warnings, webkit examples not built.
qgl_cl_p.h is no longer existent
Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f55acbdfa4ac95ab6c727ebd4a201f3a2
Doc: Fixed documentation errors.
doc: Added more DITA output to the XML generator
doc: Fixed type of Package::name
...
|
| | |
| | |
| | |
| | | |
Reviewed-by: Alan Alpert
|
|/ /
| |
| |
| | |
Task-number: QTBUG-11403
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
docs more consistent
|
|
|
|
| |
Package
|
| |
|
|
|
|
| |
other minor doc fixes
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-10251 and QTBUG-11156
Reviewed-by: Martin Jones
|
|
|
|
|
|
| |
when returning to that state.
Task-number: QTBUG-11228
|
|
|
|
| |
Get rid of src/declarative/3rdparty.
|
| |
|
| |
|
| |
|
|
|
|
| |
examples from class docs and improve assorted docs
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits)
Doc: Fixed an off-by-one error in an example.
Fix QT_NO_TEXTHTMLPARSER
Fix QT_NO_DOM
Fix QT_NO_TEXTSTREAM compilation errors.
Fix QT_NO_VALIDATOR compilation.
Doc: Removed a misleading sentence about a class constructor.
Doc: correcting docs in QDrag::exec
Doc: Adding note about QDrag::exec()
Revert behavior of QTextLayout::boundingRect() when line width is set
Fix unreasonably large width of QTextLayout::boundingRect()
Doc: replacing old image
Fix compilation with stricts compilers.
Fix QT_NO_DIRMODEL build error in QtDeclarative.
Revert "Added native key support to QSharedMemory API."
Revert "Improved documentation for QSharedMemory's key/setKey functions."
Fix a simple mistake in QXmlStreamReader::atEnd() docs.
Improved documentation for QSharedMemory's key/setKey functions.
Added native key support to QSharedMemory API.
Make test work with shadow builds again.
Doc: Corrected the documentation about the compression threshold.
...
|
| |
| |
| |
| |
| | |
Merge-request: 647
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
Task-number: QTBUG-10852
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Task-number: QTBUG-10797
Reviewed-by: Bea Lam
|
|
|
|
| |
Task-number: QTBUG-10797
|
| |
|