Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the setRotation code a little more efficient | Lars Knoll | 2009-06-11 | 1 | -3/+2 |
| | | | | | | This doesn't give us much. The real fix here is to add support for rotation and transformationOrigin to QGraphicsItem. | ||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -11/+10 |
| | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration). | ||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -3/+3 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-22 | 1 | -2/+6 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | fix warnings | Warwick Allison | 2009-05-21 | 1 | -0/+2 |
| | | |||||
| * | Fix Contents | Martin Jones | 2009-05-21 | 1 | -2/+4 |
| | | |||||
* | | Add support for baseline anchoring. | Michael Brasser | 2009-05-22 | 1 | -32/+23 |
|/ | |||||
* | Simplify (hopefully) anchors, and make them less reliant on signals | Aaron Kennedy | 2009-05-18 | 1 | -77/+28 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-05-05 | 1 | -99/+161 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | More doc cleanup. | Michael Brasser | 2009-05-05 | 1 | -98/+160 |
| | | |||||
| * | More doc conversion and cleanup. | Michael Brasser | 2009-05-05 | 1 | -1/+1 |
| | | |||||
* | | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-05-05 | 1 | -0/+47 |
|/ | |||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-05-04 | 1 | -2/+10 |
| | |||||
* | doc | Warwick Allison | 2009-05-01 | 1 | -18/+39 |
| | |||||
* | Documentation work. | Michael Brasser | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-29 | 1 | -46/+46 |
|\ | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximageitem.cpp src/declarative/fx/qfxpathview.cpp src/declarative/util/qmllistmodel.cpp | ||||
| * | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -44/+44 |
| | | |||||
| * | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-04-28 | 1 | -2/+2 |
| | | |||||
* | | Some foreach remove/improve. | Martin Jones | 2009-04-28 | 1 | -14/+20 |
|/ | |||||
* | More mouse and key event handling and related documentation | Martin Jones | 2009-04-28 | 1 | -12/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-27 | 1 | -31/+287 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp | ||||
| * | Remove QFxItem::itemContext() method. | Aaron Kennedy | 2009-04-27 | 1 | -15/+7 |
| | | | | | | | | Use qmlContext(object) instead. This makes everything consistent. | ||||
| * | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 1 | -2/+1 |
| | | | | | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later. | ||||
| * | qdoc: Corrected a few qdoc warnings. | Martin Smith | 2009-04-24 | 1 | -13/+277 |
| | | |||||
* | | Make MouseRegion signals pass a mouse event as their parameter. | Martin Jones | 2009-04-27 | 1 | -24/+3 |
| | | |||||
* | | Doc fixes. | Martin Jones | 2009-04-27 | 1 | -21/+41 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-04-24 | 1 | -22/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Documentation fixes. | Michael Brasser | 2009-04-24 | 1 | -22/+3 |
| | | | | | | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead. | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-04-24 | 1 | -17/+46 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png | ||||
| * | Fix signal usage from Qmlcomponent | Alexis Menard | 2009-04-23 | 1 | -2/+2 |
| | | |||||
| * | qdoc: Edited the documentation to remove numerous qdoc warnings. | Martin Smith | 2009-04-23 | 1 | -2/+2 |
| | | |||||
| * | Merge in changes to old kinetic-dui branch. | Michael Brasser | 2009-04-23 | 1 | -15/+44 |
| | | |||||
* | | Compile. | Warwick Allison | 2009-04-23 | 1 | -1/+1 |
|/ | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+1751 |