Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 9 | -156/+156 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | photoviewer needs QtQuick 1.1 for Image::cache | Bea Lam | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | Update demos following renaming of Image::cached | Bea Lam | 2011-01-19 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 9 | -9/+9 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 9 | -9/+9 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Optimization for photoviewer demo. | Michael Brasser | 2010-12-17 | 1 | -1/+1 |
| | | |||||
* | | Add 'cached' property to Image element | Yann Bodson | 2010-11-12 | 1 | -2/+2 |
|/ | | | | | | | | Setting cached to false is useful when dealing with large images, to make sure that they aren't cached at the expense of small 'ui element' images. Task-number: QTBUG-7300 Reviewed-by: Aaron Kennedy | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 9 | -9/+9 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Add quit buttons to declarative demos | Joona Petrell | 2010-08-26 | 1 | -0/+5 |
| | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones | ||||
* | Remove warnings in photoviewer demo. | Yann Bodson | 2010-07-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-12494 | ||||
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -1/+1 |
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy | ||||
* | Enter key performs same action as Return key in QML demos. | Martin Jones | 2010-07-14 | 1 | -0/+4 |
| | | | | N900 has an Enter key, not a return key | ||||
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 9 | -0/+369 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Photoviewer example fixes. | Yann Bodson | 2010-05-18 | 2 | -28/+16 |
| | |||||
* | Fix i18n example. | Yann Bodson | 2010-05-05 | 5 | -4/+64 |
| | | | | Add french translation to photoviewer demo. | ||||
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -4/+4 |
| | |||||
* | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Cleanup photoviewer demo. | Yann Bodson | 2010-04-16 | 3 | -4/+6 |
| | |||||
* | Fix GridView.onRemove animation in photoviewer. | Yann Bodson | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 1 | -1/+1 |
| | | | | Fix broken examples too. | ||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 9 | -9/+9 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-25 | 1 | -1/+1 |
|\ | |||||
| * | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
| * | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae | ||||
* | Usability improvements for photoviewer demo. | Yann Bodson | 2010-03-23 | 5 | -8/+32 |
| | |||||
* | Editable tag in photoviewer demo. | Yann Bodson | 2010-03-23 | 4 | -15/+61 |
| | |||||
* | Small photoviewer improvements | Yann Bodson | 2010-03-23 | 3 | -5/+13 |
| | |||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 3 | -6/+7 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Add/delete albums in photoviewer. | Yann Bodson | 2010-03-17 | 5 | -24/+95 |
| | |||||
* | Small fixes to photoviewer demo | Yann Bodson | 2010-03-15 | 2 | -12/+14 |
| | |||||
* | Add busy indicator to photoviewer demo | Yann Bodson | 2010-03-15 | 5 | -2/+18 |
| | |||||
* | Add new declarative photoviewer demo | Yann Bodson | 2010-03-12 | 11 | -0/+353 |