Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 2 | -2/+2 |
| | | | | Fix broken examples too. | ||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 54 | -54/+54 |
| | |||||
* | Remove flickr-desktop | Yann Bodson | 2010-04-08 | 6 | -500/+1 |
| | |||||
* | Cleanup minehunt example | Yann Bodson | 2010-04-07 | 1 | -160/+114 |
| | | | | | | | Make it more touchscreen friendly Use QML coding conventions Task-number: QTBUG-9361 | ||||
* | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-04-01 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro | ||||
| * | Remove capability flag not available in public SDKs | Joona Petrell | 2010-04-01 | 1 | -2/+0 |
| | | | | | | | | | | Task-number: QTBUG-9366 Reviewed-by: Martin Jones | ||||
* | | Fix building on public symbian SDK. | Thomas Zander | 2010-03-30 | 1 | -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.7 | Alan Alpert | 2010-03-26 | 2 | -9/+24 |
|\ | |||||
| * | Add Symbian deploy section for qml import plugins | Joona Petrell | 2010-03-26 | 1 | -0/+15 |
| | | | | | | | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron | ||||
| * | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 24 | -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 System | 2010-03-19 | 1 | -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_PROPERTY | Thiago Macieira | 2010-03-18 | 1 | -9/+9 |
| | | | | |||||
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-25 | 3 | -5/+5 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 3 | -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 Brasser | 2010-03-25 | 3 | -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 behaviour | Alan Alpert | 2010-03-25 | 4 | -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 Alpert | 2010-03-23 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-23 | 9 | -33/+115 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| * | | | Usability improvements for photoviewer demo. | Yann Bodson | 2010-03-23 | 5 | -8/+32 |
| | | | | |||||
| * | | | Remove ParentAction. | Michael Brasser | 2010-03-23 | 2 | -8/+12 |
| | | | | | | | | | | | | | | | | It has been replaced with ParentAnimation. | ||||
| * | | | Editable tag in photoviewer demo. | Yann Bodson | 2010-03-23 | 4 | -15/+61 |
| | | | | |||||
| * | | | Small photoviewer improvements | Yann Bodson | 2010-03-23 | 3 | -5/+13 |
| | | | | |||||
* | | | | Use QDeclarativeListProperty properly | Alan Alpert | 2010-03-23 | 1 | -1/+23 |
|/ / / | | | | | | | | | | | | | Task-number: QTBUG-8713 Reviewed-by: Aaron Kennedy | ||||
* | | | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 14 | -119/+101 |
|/ / | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Import "content" with as qualifier to support network without qmldir | mae | 2010-03-15 | 1 | -5/+5 |
| | | |||||
* | | 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 | 12 | -0/+354 |
| | | |||||
* | | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -1/+1 |
| | | | | | | | | It is faster and easier to use to just support a single context object. | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-11 | 4 | -0/+4 |
|\ \ | |||||
| * | | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 4 | -0/+4 |
| | | | | | | | | | | | | Task-number: QT-2846 | ||||
* | | | Truncate title at right if too long (cannot currently ElideRight and center). | Warwick Allison | 2010-03-11 | 1 | -3/+1 |
|/ / | |||||
* | | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -3/+2 |
| | | | | | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | | Use no-version-specified to mean any version (used to work, fixed again, | Warwick Allison | 2010-03-10 | 2 | -13/+13 |
|/ | | | | was only working with -1.-1 which looks silly) | ||||
* | Use a better method for installing declarative demos. | Rohan McGovern | 2010-03-08 | 7 | -76/+16 |
| | | | | Simply copy the demo directories, instead of writing a stub .pro file. | ||||
* | Fixed declarative demos not being installed. | Rohan McGovern | 2010-03-08 | 7 | -0/+91 |
| | |||||
* | Fix Samegame. | Michael Brasser | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Add minehunt README | Alan Alpert | 2010-03-02 | 1 | -0/+3 |
| | |||||
* | Refactor demos | Alan Alpert | 2010-03-02 | 36 | -5/+15 |
| | | | | Samegame and Twitter are now trying the new naming convention. | ||||
* | Rewrite Minehunt demo to use the runtime. | Alan Alpert | 2010-03-02 | 18 | -148/+62 |
| | |||||
* | Fix zooming (broke with transformOrigin default change). | Warwick Allison | 2010-03-02 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-5845 | ||||
* | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 3 | -0/+3 |
| | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
* | follow syntax change | Warwick Allison | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-03-02 | 3 | -21/+24 |
|\ | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml | ||||
| * | Fix minehunt demo | Alan Alpert | 2010-03-01 | 2 | -7/+11 |
| | | | | | | | | | | Game works again, and the issue with X11 native rendering being abysmally slow has been 'fixed'. | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-03-01 | 9 | -66/+72 |
| |\ | |||||
| | * | Fix position of image in detail view in flickr-mobile | Yann Bodson | 2010-03-01 | 1 | -4/+1 |
| | | | |||||
| * | | Make Minehunt demo compile. | Alan Alpert | 2010-03-01 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | It still isn't working though. Investigations continue. Task-number: QTBUG-8549 |