| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
We didn't handle the section property changing, e.g. due to asynchronous
model.
Task-number: QT-4093
Reviewed-by: Aaron Kennedy
|
|\ |
|
| |
| |
| |
| | |
Task-number: QTBUG-14303
|
|/
|
|
|
|
|
|
| |
The view was scrolled to the top of the first item, rather than
the top of the header.
Task-number: QTBUG-13906
Reviewed-by: Michael Brasser
|
|\ |
|
| |
| |
| |
| | |
Task-number: QTBUG-14050
|
|/
|
|
|
| |
Task-number: QTBUG-13685
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
Also ensures that the pressed property is updated appropriately
and the double click and hold is possible.
Task-number: QTBUG-14279
Reviewed-by: Michael Brasser
|
|\ |
|
| | |
|
|/
|
|
|
| |
Task-number: QTBUG-13981
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
The animation value was used previously, but this isn't the actual
position of the contentItem.
Task-number: QTBUG-13603
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
|
| |
The test to determine whether the mouse had moved greater than
startDragDistance() compared the starting point on the path to the
current mouse position. Fix to compare nearest path position.
Task-number: QTBUG-14220
Reviewed-by: Michael Brasser
|
| |
|
|
|
|
|
|
|
|
| |
If we remove all items then we don't have a valid firstIndex with
which to anchor item positions, so just use offset.
Task-number: QTBUG-14199
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
Previously we relied on cursorPosChanged being called to do the update,
but that isn't called in all circumstances. Now we explicitly update
when the cursor is enabled or disabled.
Task-number: QTBUG-13993
|
|
|
|
|
|
|
|
| |
Fixes regression caused by optimization added in commit
35a51442ed21f58c06b21293eeb56e843251ee82.
Task-number: QTBUG-14239
Reviewed-by: Martin Jones
|
|
|
|
| |
Task-number: QTBUG-13481
|
|
|
|
| |
Task-number: QTBUG-14197
|
| |
|
|
|
|
| |
Add additional autotests, and remove unreachable functions.
|
|
|
|
| |
Task-number: QT-4030
|
| |
|
|
|
|
| |
Task-number: QTBUG-14050
|
|
|
|
| |
Task-number: QTBUG-14050
|
|
|
|
|
|
|
|
|
|
|
|
| |
QML cannot use QStaticText directly as it doesn't support caching a
QTextLayout. QDeclarativeTextLayout is basically a copy of QStaticText
that adds this support.
Currently this feature is disabled by default (enable with
QML_DISABLE_IMAGE_CACHE=1) while we double check the perf consequences
of this change.
Task-number: QTBUG-14050
|
|
|
|
|
|
|
|
|
|
| |
This ensures that if the component has already been completed, itemChange()
is called. This is required to modify QDeclarativePositions in the visual
editor, while keeping a legal state. Without this patch notifications are
missing and the Positioner keeps track of already deleted children.
This resulted in a crash.
Reviewed-by: Thomas Hartmann
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Task-number: QTBUG-13893
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
|
|/
|
|
|
|
|
| |
Qt 4.7 is still supported, but deprecated.
Reviewed-by: Martin Jones
Task-number: QTBUG-13799
|
|
|
|
| |
Bauhaus needs this export to manage layouts.
|
|
|
|
|
| |
Task-number: QTBUG-13754
Reviewed-by: Martin Jones
|
|
|
|
| |
Reviewed-by: Martin Jones
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Fix example after changes to font.letterSpacing.
Autotest and small fix for QDeclarativeFontLoader.
Improve error messages
Changes to objects returned from get() should emit itemsChanged() so
Make it clear that private ListModel constructor is only for worker
Remove duplicated move() implementations
Doc changes
Fix QDeclarativeXmlQuery mutex locking and don't wait for new jobs if the query has already quit
PathView didn't accept mouse events, preventing it from working in a Flickable.
Moving items in a PathView caused PathView.onPath to be set to false.
Fix worker agent to emit ListModel itemsChanged() correctly when set()
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since it didn't accept the press it didn't get a grab, so its events
were always filtered away by Flickable.
Use the same implementation as Flickable, i.e. create private handler
functions for mouse events and accept normal events in the mouse*Event()
methods.
Task-number: QTBUG-13687
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| |
| | |
Check that we no longer hold a reference to the item before setting
onPath to false.
Task-number: QTBUG-13689
Reviewed-by: Michael Brasser
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed regression in QPixmap::size() for null pixmaps.
Make test less sensitive to platform specifics
Doc: Further QML improvements.
Doc: Minor improvements to QML-related documentation.
The test livelock of QTimer is now expected to work
Make sure mapSelectionFromSource does not return a selection with invalid ranges.
QEventDispatcherUnix: do not process too many timer if other events need to be processed first
Doc: Continued work on the QML documentation.
Doc: More work on the QML documentation.
Doc: More work on the declarative API documentation.
Doc: Some editing and tidying up.
Doc: Added a missing file.
Doc: Fixed text in license headers.
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Models with a single role also have a modelData property added. These
role names both ended up in a hash, resulting in only one or the other
updating. Now we handle modelData specially.
Task-number: QTBUG-13664
Reviewed-by: Michael Brasser
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This time the implementation of clear is correct
Reviewed-by: Marco Bubke
|