| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This is a more natural ordering, and makes it trivial to control
different state groups with pressed and onClicked.
Reviewed-by: Martin Jones
|
|
|
|
| |
Reviewed-by: Martin Jones
|
|
|
|
| |
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
| |
Overridden as readonly for elements that have an inherent implicit size
such as Text, TextEdit, TextInput, positioners, Loader.
Task-number: QTBUG-14957
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
| |
Qt::LayoutDirection
Task-number: QTBUG-16424
Reviewed-by: Martin Jones
|
|
|
|
|
| |
Task-number:
Reviewed-by: Alan Alpert
|
|
|
|
|
|
|
|
| |
This is to keep consistent property naming consistent. E.g. Image
has 'smooth', 'mirror' properties rather than 'smoothed', 'mirrored'.
For consistency QDeclarativePixmap::Cached was renamed as well.
Reviewed-by: Martin Jones
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
We failed to reset textWidth before calculating the ideal width of
the text.
Task-number: QTBUG-16710
Reviewed-by: Michael Brasser
|
| |\
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Request font sizes with only 0.5pt resolution.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When animating pointSize avoid generating a huge number of fonts with
slightly different point sizes.
Task-number: QTBUG-13960
Reviewed-by: Aaron Kennedy
|
| |/
| |
| |
| | |
Task-number: QTBUG-16369
|
| |
| |
| |
| | |
Task-number: QTBUG-16526
|
| |
| |
| |
| |
| |
| |
| |
| | |
Setting the parent of the returned item does not affect its object
ownership so care must be taken to ensure it is not garbage collected.
Task-number: QTBUG-16630
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| | |
Task-number: QTBUG-16131
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-16319
Reviewed-by: Martin Jones
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number:
Reviewed-by: Martin Jones
|
| | |
| | |
| | |
| | |
| | | |
Task-number:
Reviewed-by: Martin Jones
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-11042
Reviewed-by: Joona Petrell
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
Introduced by 488e616b50707e5b37162e6d0cfc71a1ffdf9bef
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-16190
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| | |
Task-number:
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| |
| |
| |
| | |
The lineCount property should return the number of lines contained
in textEdit. Also corrected minor documentation in Text
Task-number: QTBUG-12305
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
LineCount should return the number of lines currently being displayed.
Setting maximumLineCount limits the number of lines that will be shown
Truncated will return true if the text has been elided normally, or if
the lines have been limited due to maximumLineCount.
Task-number: QTBUG-12305
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Although the change notifications themselves may not be that useful, as
these properties are write-once, adding the NOTIFY signals allows
the properties to be used in bindings.
Task-number: QTBUG-16580, QTBUG-14551
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| | |
This reverts commit d91eb7728beea99eb347293c89500cfa03814208.
Need to consult on the expected behavior before fixing this one.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make sure that e.g. QtCreator compiled with 4.7 can debug a program
compiled with 4.8.
Reviewed-by: Christiaan Janssen
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Width/height ended up getting trapped at <0 in this fillMode if only one
of witdh/height was explicit.
Task-number: QTBUG-16389
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| | |
Takes into account header/footer.
Task-number: QTBUG-16213
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| | |
QScriptValue::toDateTime() does not work for QTime values.
Task-number: QTBUG-16492
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix set() and setProperty() to only trigger itemsChanged(), and the
the <property>Changed signals for items returned by get(), if the
new value is different from the old one. The exception to this are
list values, as it is inefficient to check the sublists and also the
model classes are due to be revised.
This also fixes models used with a WorkerScript to emit
itemsChanged() with the correct roles.
Task-number: QTBUG-14620
Reviewed-by: Michael Brasser
|
| |
| |
| |
| | |
Task-number: QTBUG-15148
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add a dragEnabled property to QTextControl so text dragging can
optionally be disabled.
Task-number: QTBUG-16248
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-16059
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add an overload for moveCursorSelection which takes a parameter
specifying whether to update the selection with individual characters
or whole words.
Task-number: QTBUG-16283
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| | |
Task-number:
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-16424
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| |
| |
| | |
Replaces qmlviewer's runtime.activeWindow property.
Task-number: QTBUG-13351
Reviewed-by: Martin Jones
|
| |
| |
| |
| | |
Task-number: QTBUG-15279
|