summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Replace usage of print() with console.log().Michael Brasser2010-04-232-9/+8
|
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2126-101/+152
|\
| * Balance grid items for larger displays.Warwick Allison2010-04-211-1/+2
| | | | | | | | Task-number: QTBUG-8406
| * CleanupYann Bodson2010-04-2016-99/+0
| |
| * Fix API call for multiple tags.Warwick Allison2010-04-201-1/+6
| | | | | | | | Spec says comma, not eg. space separated.
| * Add .qmlproject files for declarative demos.Yann Bodson2010-04-209-0/+144
| |
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-212-3/+3
|/ | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy
* Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-194-8/+10
|
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-191-2/+0
|
* Ensure existing image is gone before next photo selection.Warwick Allison2010-04-161-0/+1
| | | | Task-number: QTBUG-8084
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-163-4/+6
|\
| * Cleanup photoviewer demo.Yann Bodson2010-04-163-4/+6
| |
* | Don't use zoomfactor.Warwick Allison2010-04-161-2/+2
|/ | | | | It gives better resolution for text positioning, btu many web sites don't work well with it and WebKit.
* Small calculator fix.Yann Bodson2010-04-152-10/+10
|
* Improve declarative calculator example.Yann Bodson2010-04-1513-227/+238
|
* Fix GridView.onRemove animation in photoviewer.Yann Bodson2010-04-141-2/+2
|
* Reduce QML runtime capabilities to NetworkServices and ReadUserDataJoona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Minehunt cleanup/optimization.Michael Brasser2010-04-147-134/+125
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-135-142/+174
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (26 commits) Remove warning on ASCII cast Fix compilation on Solaris, AIX and HP-UX. Speed up borderimage test. Exclude webview examples when compiled without webview Fix test Use SRCDIR to make examples test work with shadow builds. Example fixes Improve efficiency of model dataChanged. Optimize some autotests Fix test (run with -qws on QWS). Stabilize behaviors test. Struct -> class because class is better. Move effect property where it should be. Tweak tests to run in parallel Network-related test fails on the rare occasion Fix code style in examples Make demo code more consistent with example code in terms of variable Fix score from previous change Doc improvements Fix example code style ...
| * Make demo code more consistent with example code in terms of variableBea Lam2010-04-135-142/+174
| | | | | | | | naming and code style.
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-04-131-1/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix qmake.pro after Symbian alternate build system integration Fix compile error Don't try to use so much permissions, use something a lot more sane A bit saner suggestion Remove not needed permissions Make compile on Symbian
| * Remove not needed permissionsThomas Zander2010-04-121-1/+0
| |
* | Enable other wrapping modes.Martin Jones2010-04-091-1/+1
| | | | | | | | | | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word.
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-094-46/+39
|\ \
| * | Remove use of obsolete "Script" element.Warwick Allison2010-04-094-46/+39
| | |
* | | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-092-2/+2
|/ /
* | Text.wrap is deprecatedYann Bodson2010-04-092-17/+18
| |
* | Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-097-8/+8
| |
* | Warn if the minehunt C++ plugin is not compiled.Yann Bodson2010-04-081-0/+7
| |
* | Add tab navigation to twitter example authentication screen.Yann Bodson2010-04-081-5/+8
| |
* | Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+2
| |
* | Add running of examples to quality gate.Warwick Allison2010-04-082-2/+2
| | | | | | | | Fix broken examples too.
* | Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-0854-54/+54
| |
* | Remove flickr-desktopYann Bodson2010-04-086-500/+1
| |
* | Cleanup minehunt exampleYann Bodson2010-04-071-160/+114
|/ | | | | | | Make it more touchscreen friendly Use QML coding conventions Task-number: QTBUG-9361
* Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-04-011-1/+0
|\ | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro
| * Remove capability flag not available in public SDKsJoona Petrell2010-04-011-2/+0
| | | | | | | | | | Task-number: QTBUG-9366 Reviewed-by: Martin Jones
* | Fix building on public symbian SDK.Thomas Zander2010-03-301-2/+2
|/ | | | | the capability CAP_GENERAL_DLL is apparently an alias, so replace it with the extended version
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-262-9/+24
|\
| * Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+15
| | | | | | | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2524-158/+246
| |\ | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-191-9/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (63 commits) Revert "Don't emit open signal on session close/error." Rename networkAccess property to networkAccessible. Don't emit open signal on session close/error. Rename private signal. Autotest: fix instability by accepting rounding errors Dont force height for filter widget - Fix importdir option on unix/linux configure Remove incorrect semi-colons after Q_PROPERTY 10n: Update German translation for 4.7.0 Redesigned filter widgets Add a test case for commit 76d767080a6be7b025f36d6778dfaedbd31a9f07 Add Japanese/Korean keyboard specific keys to QKeySequence Fixed qmdiarea autotest regression on Cocoa Fix JSC export macros Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890 Incorrect translation for Application menu items in Mac. doc: Fixed use of Qt 3 support function in QIcon doc snippet Build and run QElapsedTimer test. Fix license headers. Add flag to indicate that network sessions are expected on a platform. ...
| | * | Remove incorrect semi-colons after Q_PROPERTYThiago Macieira2010-03-181-9/+9
| | | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-253-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-253-3/+3
| | | | | | | | | | | | | | | | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
| * | | Replace Animation's repeat property with loops.Michael Brasser2010-03-253-5/+5
| | | | | | | | | | | | | | | | | | | | 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 behaviourAlan Alpert2010-03-254-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Minehunt readme was missing a step.Alan Alpert2010-03-231-0/+2
| | |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-239-33/+115
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir
| * | | Usability improvements for photoviewer demo.Yann Bodson2010-03-235-8/+32
| | | |