| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
| |
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
|
|/
|
|
|
|
|
|
| |
77cba04c2 assumed a level of bounds checking in QTextLayout that does
not exist.
Task-number: qtbug-15818
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
|
|/
|
|
|
|
|
|
|
|
| |
Word selection occasionally selected the word beforehand as well, in
both QLineEdit and TextInput.
Visual Test included to verify behavior.
Task-number: QTBUG-15818
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
|
|
|
|
|
| |
Task-number: QTBUG-15491
Reviewed-by: Michael Brasser
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since TextEdit can also contain rich text with anchors, it should also
have a linkActivated signal like Text does.
Task-number: QTBUG-15283
Reviewed-by: Martin Jones
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
Conflicts:
src/declarative/graphicsitems/qdeclarativeitem.cpp
tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fix KERN-EXEC 0 panic on exit when bearer is searching for WLANs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The access point scanner cancels itself in the destructor.
This requires the handle to be valid, but it was closed in the symbian
engine destructor immediately before deleting the AP scanner.
Because of the way symbian active objects work, the crashing function
is only called if there was an asynchronous request in progress.
So it could be missed in cases where the scan completes faster than the
test case.
Task-number: QTBUG-16484
Reviewed-by: Markus Goetz
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Designer: Block QEvent::WinIdChange.
QUrl::setUrl should call detach
qkeymapper_x11.cpp: fix compilation with LSB and without XKB
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: QTBUG-16425
Reviewed-by: Gabriel
Reviewed-by: Markus Goetz
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-16312
Reviewed-by: Marius Storm-Olsen
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-16356
Reviewed-by: Bea Lam
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the model is a VisualDataModel, the count will initally be zero
and modelCount is not updated due to itemsInserted() before the
component is completed.
Task-number: QTBUG-16357
Reviewed-by: Bea Lam
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moved 'Identity' and 'Property Change Signals' sections from Item
docs to the intro page, which previously had a section on ids but
this has been moved out of the 'Properties' section since an id isn't
an ordinary property.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
AlwaysFull and AlwaysPartial implemented in ES only for now.
By default do automatic.
Merge-request: 993
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Not pixmap creation.
Merge-request: 988
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This would produce an invalid path, causing potential crashes in various
parts of Qt.
Task-number: QTBUG-16377
Reviewed-by: Gunnar Sletta
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Native child windows on Symbian can cause composition artifacts on S^3
because they own a visible RWindow instance, but the RWindow
technically has no content because child windows paint their content to
their parent's backing store. In the event that a native child widget
completely obscures a top level, the composition engine does not
understand that the child is "empty" and should clear the UI surface
to let the top level "shine through". The result is that articacts can
remain on the UI surface after a transition from a WSERV drawing app to
a Qt (EGL rendering) app.
To fix this issue, we call CWindowGc::Clear() when the native child
widget receives an "expose" event. This clears the UI surface content
and ensures the top level is visible even though it is technically
below another RWindow.
Task-number: QTMOBILITY-484
Reviewed-by: Jani Hautakangas
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fix fullscreen/Maximized dialog misplacement in Symbian
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-16277
Reviewed-by: Sami Merila
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Add Postgresql 8.x and 9 supports
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ic740686ead768cc3e106703049d878549dfd3c6a
Task-number:QTBUG-14206
Reviewed-by: Michael Goddard
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
WorkerScript could starve image loading of CPU.
More docs for FolderListModel
Improve docs on attached properties on view delegates.
Models which load incrementally via fetchMore() don't work.
Try fixing build error on Windows
Ensure PathView doesn't jump when starting to drag.
Nested flickables would react alternately to flicks.
Improve QDeclarativeComponent test coverage.
Add additional QDeclarativeProperty autotests.
Removing all visible items in ListView resulted in blank view.
XmlListModel requests should set 'Accept' header to 'application/xml'
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We use idle priority for image loading and XmlListModel in order to
keep the UI responsive, but WorkerScript used LowPriority which would
significantly reduce CPU available for image loading.
Task-number: QTBUG-16167
|