summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* API improvements for MouseRegion and DragMartin Jones2009-08-193-20/+37
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-1815-513/+37
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-187-97/+129
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-1813-166/+100
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-173-12/+12
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Doc cleanup.Yann Bodson2009-08-1713-433/+26
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-1729-454/+270
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Doc cleanup.Yann Bodson2009-08-172-80/+11
| | | | | |
* | | | | | Proposed changes following API review.Martin Jones2009-08-183-29/+28
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-184-82/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1813-166/+100
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Change Item.contents to Item.childrenRect.Michael Brasser2009-08-183-64/+54
| | | | | |
| * | | | | No need to copy pixmap.Michael Brasser2009-08-171-18/+16
| | |_|_|/ | |/| | |
* | | | | MouseRegion API changes following review.Martin Jones2009-08-183-15/+59
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-179-161/+82
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-173-12/+12
| |\ \ \ \ | | |/ / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | More namespace improvementsWarwick Allison2009-08-179-161/+82
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Store and find QML version ranges efficiently - Require version for QmlType-from-string - Removed unused version-ignorant QmlType-from-string functions - Some attached properties now resolve (eg. tst_qmlparser) - Still no better: - interfaces not versioned - some attached properties still hard-codec to Qt
* | | | Small fixes following API review.Martin Jones2009-08-174-5/+18
| |/ / |/| |
* | | Slightly change expression rewrite to JSC-supported syntax.Michael Brasser2009-08-171-2/+2
| | | | | | | | | | | | Preparation for merge of QtScript's JSC backend.
* | | Ignore key events that we don't handle.Martin Jones2009-08-172-10/+10
|/ /
* | readd and fix the qml documentation for Rotation and ScaleLars Knoll2009-08-141-0/+86
| | | | | | | | | | | | | | This got forgotten during the move to QGraphicsTransform. The docs also required a few adjustments as Rotation3D is now gone and some properties in Scale and Rotation have changed.
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-146-62/+69
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, updateWarwick Allison2009-08-146-62/+69
| | | | | | | | | | | | documentation.
* | | Improve error message.Michael Brasser2009-08-141-2/+2
| | |
* | | Make sure we get a complete when reversing a transition.Michael Brasser2009-08-142-3/+3
|/ / | | | | | | This fixes task 258702.
* | QFxPixmap -> QFxPixmapCacheMichael Brasser2009-08-147-34/+32
| |
* | Make sure URLs specified in a state change are resolved.Michael Brasser2009-08-141-0/+6
| |
* | Remove unused include.Michael Brasser2009-08-141-1/+0
| |
* | Remove unused function.Michael Brasser2009-08-142-10/+0
| |
* | Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-1412-342/+61
| |
* | Improve error message.Michael Brasser2009-08-141-1/+1
| |
* | Remove unused function.Michael Brasser2009-08-141-2/+0
| |
* | Make calling base class focusChanged a protocol.Warwick Allison2009-08-144-15/+10
| |
* | Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵Tapani Mikola2009-08-144-1/+19
|/ | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
* Fix crash on exit when using the qml debugging interfaceKai Koehne2009-08-131-10/+10
| | | | | QmlEngineDebugClient is defined as a member variable AND the object parent is set -> double deletion.
* compile on 64bit machines (quintptr can hold void* onmae2009-08-131-1/+1
| | | | systems where int can't)
* Wait for connections to remote debugging interfaceKai Koehne2009-08-133-7/+21
| | | | | | | | | The tcp server was waiting for connections right when instantiated ... even before the different debugging services could register themselves. This is fixed by first letting the different services register, and only block for incoming connections when explicitly registered (QmlDebugService::waitForConnectons).
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-135-10/+74
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-133-3/+0
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Cleanup.Michael Brasser2009-08-131-1/+0
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1310-173/+232
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-132-2/+0
| | | |
| * | | Change QFxWebView to support hoverMove events (and send them to WebKit as ↵Tapani Mikola2009-08-132-7/+74
| | |/ | |/| | | | | | | | | | | | | | | | | | | mouseMove:s). Also sending all the events up as accepted if interactive is on. E.g. push button is not working, if not done so. removed the odd timer based event sending that put e.g. moves and presses in wrong order. Now, the webbrowser is working quite ok!
* | | Make the QFxBorderImage the parent of its QFxScaleGridMartin Jones2009-08-133-3/+4
| | |
* | | Register the QFxVisualModel base class.Martin Jones2009-08-132-0/+2
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-139-173/+201
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Rename layouts to positionersAlan Alpert2009-08-138-170/+170
| | |
| * | Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-131-3/+31
| |/ | | | | | | | | | | Also updated dynamic example to have a fadeout effect on deletion. Also slipped in a toStr function, as it didn't work when I called it toString.
* | docWarwick Allison2009-08-131-0/+31
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-124-20/+20
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui