summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0511-226/+25
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove "to" limit on minor version.Warwick Allison2009-11-057-12/+12
| | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-053-214/+0
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Remove IntegerModel. model properties accept an integer.Martin Jones2009-11-043-214/+0
| | |
| * | Remove property-order sensitivity.Warwick Allison2009-11-043-5/+18
| |/ | | | | | | Fixes autotest.
* | Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-053-1366/+0
|/ | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* Rename QmlGraphicsPixmapCache to QmlPixmapCache.Michael Brasser2009-11-041-5/+5
|
* more qmlfontloader testsYann Bodson2009-11-031-0/+2
|
* Get AnimatedImage + autotests working again.Michael Brasser2009-11-031-5/+43
| | | | There are still failures, but at least the tests no longer crash.
* compileWarwick Allison2009-10-301-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-3019-308/+308
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-303-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| | * Doc.Michael Brasser2009-10-302-3/+3
| | | | | | | | | | | | | | | | | | Be explicit about element<->class relationship in docs. Until this is automatically set up by qdoc, we need to do it manually so things like the display of 'read-only' work properly.
| * | fix macrosWarwick Allison2009-10-291-1/+1
| | |
| * | fix headersWarwick Allison2009-10-2919-304/+304
| | |
* | | Make private headers _pAaron Kennedy2009-10-3021-158/+158
| | |
* | | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-308-25/+25
| | |
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-307-258/+258
| |/ |/|
* | Save a little more memory.Martin Jones2009-10-291-4/+4
|/
* Remove QML SQL classesAaron Kennedy2009-10-285-1484/+0
| | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
* Doc.Michael Brasser2009-10-281-0/+5
|
* Fix more warnings.Michael Brasser2009-10-261-0/+1
|
* Don't call qDrawPixmaps if there are no particles to paint.Michael Brasser2009-10-231-1/+1
|
* change all ids in doc examples to start with lower case.Martin Jones2009-10-224-12/+12
|
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-213-270/+0
| | | | Task-number: QT-2316
* Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-543/+0
|
* docWarwick Allison2009-10-201-2/+2
| | | | Record current DB type in INI for future extensibility.
* Symbian build fixesMartin Jones2009-10-161-1/+1
|
* Improve FolderListModel a littleWarwick Allison2009-10-162-16/+106
| | | | | File -> Url Support the useful filters
* Some improvements to loaderMartin Jones2009-10-152-0/+12
|
* Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-141-2/+12
| | | | QNetworkAccess does similar things.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-131-4/+32
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Readd basic Behavior documentation.Michael Brasser2009-10-121-4/+32
| |
* | More i18nWarwick Allison2009-10-132-3/+3
|/
* DocAaron Kennedy2009-10-121-0/+1
|
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
|
* Improve Behavior reliability.Michael Brasser2009-10-112-158/+43
|
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
|
* Remove QFxFlowView and flowview example (will be moved toBea Lam2009-10-073-489/+0
| | | | | research/declarative-ui-examples). Functionality should eventually be added to grid view.
* Use qDrawPixmaps for particles.Michael Brasser2009-10-051-2/+16
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Marco Bubke2009-09-221-2/+0
|\ | | | | | | into kinetic-declarativeui
| * Particles no longer paints things itself.Michael Brasser2009-09-221-2/+0
| |
* | add fix for view size changeMarco Bubke2009-09-171-8/+10
|/
* Move XmlListModelRole to be properly private.Warwick Allison2009-09-142-80/+86
|
* Update XmlListModel status to be in line with other QML objects thatMichael Brasser2009-08-312-5/+6
| | | | load from the network.
* Add xml property to XmlListModel so we can set XML data directly.Michael Brasser2009-08-312-5/+39
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-272-2/+2
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/extra/qmlbehavior.cpp src/declarative/extra/qmlbehavior.h
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-276-11/+17
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/anchor-layout.qdoc
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-272-2/+2
| | | | | | | | | | | | 1st step in animation class heirarchy redesign.
* | | Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-273-48/+48
| |/ |/|