| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Note that the meaning of the property has been reversed.
|
| |
|
|
|
|
| |
QFxBasePositioner still exists though.
|
| |
|
|
|
|
|
|
| |
SetProperties -> PropertyChanges
RunScript -> StateChangeScript
SetAnchors -> AnchorChanges
|
| |
|
| |
|
|
|
|
|
|
| |
Remove uses of margin for positioners.
Update MediaLineEdit to use a TextInput, in the process added a
selectAll() slot to TextInput (like TextEdit has).
|
|
|
|
|
| |
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to
verticalAlignment. Other assorted fixes.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The Loader item takes the qml/qmlItem functionality from Item and
moves it to a specialized subclass.
|
|
|
|
|
| |
Adjust examples and demos accordingly.
As per QT-558
|
|
|
|
| |
Also changed syntax for emitting a signal to be consistent with normal QtScript.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
examples/declarative/states/states.qml
examples/declarative/states/transitions.qml
examples/declarative/tutorials/helloworld/t3/tutorial3.qml
src/declarative/util/qmlanimation.cpp
|
| | |
|
| | |
|
|/
|
|
| |
Also removed all uses of SetProperty
|
|
|
|
|
| |
Behaviour was renamed Behavior. Was Australian spelling, now
US spelling.
|
|
|
|
|
|
|
| |
Prior to this change, when the highlight moved the text would
blink from white to black. This was a little disconcerting.
Add in a smooth blend for the color change.
|
|
|
|
|
|
| |
Unfortunatley the color doesn't animate. A 'Behavior' doesn't
work (still snaps) and using states and transitions causes
a crash within the ListView code.
|
| |
|
|
|
|
|
| |
Also field value propogation (really need aliases, they
don't exist yet in QML.
|
|
|
|
|
|
| |
Up and down keys should go to the list, text to the search bar.
KeyProxy handles this by listing a set of items to attempt handling
keys.
|
|
Will finish the applicaiton in this directory to fully functional.
Missing features - removing contacts, clearing search, key only access
Known bugs -
Scroll crashes if data changes while scrolling,
VerticalLayout doesn't align horizontally correctly when in
ListView delegate.
ListView only shows one element on startup, even though query
consistently indicates 1000 items as count.
|