Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-11-05 | 11 | -226/+25 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 7 | -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 Allison | 2009-11-05 | 3 | -214/+0 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Remove IntegerModel. model properties accept an integer. | Martin Jones | 2009-11-04 | 3 | -214/+0 |
| | | | |||||
| * | | Remove property-order sensitivity. | Warwick Allison | 2009-11-04 | 3 | -5/+18 |
| |/ | | | | | | | Fixes autotest. | ||||
* | | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 3 | -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 Brasser | 2009-11-04 | 1 | -5/+5 |
| | |||||
* | more qmlfontloader tests | Yann Bodson | 2009-11-03 | 1 | -0/+2 |
| | |||||
* | Get AnimatedImage + autotests working again. | Michael Brasser | 2009-11-03 | 1 | -5/+43 |
| | | | | There are still failures, but at least the tests no longer crash. | ||||
* | compile | Warwick Allison | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 19 | -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 Allison | 2009-10-30 | 3 | -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 Brasser | 2009-10-30 | 2 | -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 macros | Warwick Allison | 2009-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 19 | -304/+304 |
| | | | |||||
* | | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 21 | -158/+158 |
| | | | |||||
* | | | Rename qfx files to qmlgraphics files | Aaron Kennedy | 2009-10-30 | 8 | -25/+25 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 7 | -258/+258 |
| |/ |/| | |||||
* | | Save a little more memory. | Martin Jones | 2009-10-29 | 1 | -4/+4 |
|/ | |||||
* | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 5 | -1484/+0 |
| | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -0/+5 |
| | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | Don't call qDrawPixmaps if there are no particles to paint. | Michael Brasser | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 4 | -12/+12 |
| | |||||
* | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 3 | -270/+0 |
| | | | | Task-number: QT-2316 | ||||
* | Move QmlFolderListModel to the loader example. | Martin Jones | 2009-10-21 | 3 | -543/+0 |
| | |||||
* | doc | Warwick Allison | 2009-10-20 | 1 | -2/+2 |
| | | | | Record current DB type in INI for future extensibility. | ||||
* | Symbian build fixes | Martin Jones | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Improve FolderListModel a little | Warwick Allison | 2009-10-16 | 2 | -16/+106 |
| | | | | | File -> Url Support the useful filters | ||||
* | Some improvements to loader | Martin Jones | 2009-10-15 | 2 | -0/+12 |
| | |||||
* | Workaround QUrl::toLocalFile not knowing about qrc: | Warwick Allison | 2009-10-14 | 1 | -2/+12 |
| | | | | QNetworkAccess does similar things. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-13 | 1 | -4/+32 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Readd basic Behavior documentation. | Michael Brasser | 2009-10-12 | 1 | -4/+32 |
| | | |||||
* | | More i18n | Warwick Allison | 2009-10-13 | 2 | -3/+3 |
|/ | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -0/+1 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -4/+4 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 2 | -158/+43 |
| | |||||
* | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Remove QFxFlowView and flowview example (will be moved to | Bea Lam | 2009-10-07 | 3 | -489/+0 |
| | | | | | research/declarative-ui-examples). Functionality should eventually be added to grid view. | ||||
* | Use qDrawPixmaps for particles. | Michael Brasser | 2009-10-05 | 1 | -2/+16 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Marco Bubke | 2009-09-22 | 1 | -2/+0 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Particles no longer paints things itself. | Michael Brasser | 2009-09-22 | 1 | -2/+0 |
| | | |||||
* | | add fix for view size change | Marco Bubke | 2009-09-17 | 1 | -8/+10 |
|/ | |||||
* | Move XmlListModelRole to be properly private. | Warwick Allison | 2009-09-14 | 2 | -80/+86 |
| | |||||
* | Update XmlListModel status to be in line with other QML objects that | Michael Brasser | 2009-08-31 | 2 | -5/+6 |
| | | | | load from the network. | ||||
* | Add xml property to XmlListModel so we can set XML data directly. | Michael Brasser | 2009-08-31 | 2 | -5/+39 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-27 | 2 | -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 Jones | 2009-08-27 | 6 | -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 Jones | 2009-08-27 | 2 | -2/+2 |
| | | | | | | | | | | | | 1st step in animation class heirarchy redesign. | ||||
* | | | Rename Behavior cpp class to match the QML name. | Yann Bodson | 2009-08-27 | 3 | -48/+48 |
| |/ |/| |