summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-07126-743/+1596
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-0711-1/+37
| |
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0739-0/+975
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-0768-565/+554
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add SameGame based advanced tutorialAlan Alpert2009-10-0739-0/+975
| | | | | | | | | | | | | | | | | | | | Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor.
| * | | Remove QFxFlowView and flowview example (will be moved toBea Lam2009-10-073-197/+0
| | |/ | |/| | | | | | | | | | research/declarative-ui-examples). Functionality should eventually be added to grid view.
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-063-8/+5
| |\ \ | | | | | | | | | | | | kinetic-declarativeui
| | * | Removed ICON for apps and demos except fluidlauncher and desktopservicesEspen Riskedal2009-10-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mifconv can't always handle absolute paths to the .svg specified, so for now we don't use absolute paths, and fix it later. Task-number: QTBUG-4693 Reviewed-by: Shane Kearns
| | * | Fixed noisy looking textures in Basic Drawing example with GL2 engine.Kim Motoyoshi Kalland2009-10-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running the Basic Drawing example with the GL2 paint engine and antialiasing enabled, textures looked noisy. When antialiasing was enabled, the example translated the painter half a pixel to get sharp lines. This caused the textures to be sampled at texel corners. Without linear interpolation, sampling textures at texel corners is unpredictable. The fix is to not translate the painter. Reviewed-by: Gunnar
| | * | Fix compilation on Solaris.Thiago Macieira2009-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | No semi-colons allowed after Q_PROPERTY. Reviewed-by: Trust Me
| * | | lowercase idsYann Bodson2009-10-061-5/+5
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-068-0/+60
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-061-1/+1
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0510-19/+20
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0594-414/+908
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Allow GridView key navigation to be overridden.Martin Jones2009-09-308-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | Also add GridView example.
| * | | | | lowercase idsYann Bodson2009-10-0664-552/+544
| | |_|/ / | |/| | |
| * | | | Fix following API changes.Bea Lam2009-10-061-1/+1
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0552-59/+73
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Change .sci syntax to match BorderImage.Yann Bodson2009-10-052-10/+10
| |/ / / |/| | |
| * | | Fix example following API changes and fix window size for example 2.Bea Lam2009-10-058-9/+10
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-059-34/+41
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0431-314/+785
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-023-16/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Update following component file name changes.Bea Lam2009-10-021-22/+22
| | | | | |
| * | | | | Make compile since QmlValuePropertySource is no longer a Qobject.Bea Lam2009-10-026-4/+11
| | | | | |
| * | | | | Use void return type for setter methods.Bea Lam2009-10-022-8/+8
| | | | | |
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-0450-49/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure
| * | | | Silence moc warning.Volker Hilsheimer2009-10-031-0/+1
| | | | |
| * | | | Compile Rogue example again after state machchine event type rename.Volker Hilsheimer2009-10-031-1/+1
| | | | |
| * | | | Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-0246-46/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a line to the symbianpkgrules.pri files which includes an ICON if the TARGET.UID3 is defined. We should fix the application_icon.prf to handle ICON without UID3 situations more gracefully, but for now I reordered existing UID3s to be specified before the symbianpkgrules.pri includes. Reviewed-by: Aleksandar Babic
| * | | | doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-1/+1
| | | | |
| * | | | Added support for -small-screen argument for Context2d exampleMiikka Heikkinen2009-10-021-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To improve screen real-estate utilization in small screen devices, added -small-screen command line argument to the Context2d application. Task-number: QTBUG-3296 Reviewed-by: Janne Koskinen
* | | | | Enable QGraphicsBloomEffect in QML.Andreas Aardal Hanssen2009-10-021-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy
* | | | | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-0230-313/+768
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | Conflicts: configure.exe
| * | | Threaded Fortune server example: fix displayed IPPeter Hartmann2009-10-012-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | listen to the first non-local IPv4 address found, as in commit 5e3775ae4c5263a25e63868e8a3f16244e4dde02 Reviewed-by: Aleksandar Babic
| * | | Compile fix for pbuffers under LinuxRhys Weatherley2009-10-012-1/+2
| | | | | | | | | | | | | | | | Reviewed-by: Sarah Smith
| * | | Remove display lists and refactor ready for ES/ES2 portSarah Smith2009-10-016-168/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display lists, and a few other features dont work in ES/ES2. Refaoctor to allow redo of lighting and other non-fixed-function pipeline features. Also use QAnimation* classes instead of timers, and correct a few minor bugs (flipped texture). Include new screenshot (old one manifested bug). Reviewed-by: Rhys Weatherley
| * | | Simplify code of states exampleThierry Bastian2009-09-301-42/+40
| | | | | | | | | | | | | | | | We're not using QGraphicsWidget any more
| * | | Avoid warnings in the states exampleThierry Bastian2009-09-301-72/+63
| | | | | | | | | | | | | | | | We now have the animations directly added to the transition
| * | | Cleaning up usage of examples/{examplebase,symbianpkgrules}.priJoão Abecasis2009-09-3017-35/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | examplebase.pri was renamed to symbianpkgrules, but some project files were not updated to reflect the change. Since it doesn't make sense to have this in non-portable examples, the include is removed in those cases. Reviewed-by: Espen Riskedal
| * | | Google Chat example: always bail out if SSL not availablePeter Hartmann2009-09-301-5/+5
| | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| * | | Revert "Google Chat example: state that SSL is required"Peter Hartmann2009-09-301-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 59623e45ee31892c9ef210f8d7e396ccb0fe31a5. A fix for the same problem had been pushed by Simon shortly before that one.
| * | | Google Chat example: state that SSL is requiredPeter Hartmann2009-09-301-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bail out if SSL is not supported; before it only showed "service unavailable", which was somewhat confusing. Reviewed-by: Tor Arne Vestbø
| * | | Fix googlechat example when Qt is lacking SSL support.Simon Hausmann2009-09-302-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't build the googlechat example if QSslSocket isn't available. And even then also perform a run-time check and display an error page if SSL is not available. This is because the login into Google Chat works through an https website. Reviewed-by: Jesper
| * | | Introduce state machine event priority, make it possible to cancel eventsKent Hansen2009-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The priority specifies whether the event should be posted to what the SCXML spec refers to as the "external" (NormalPriority) queue, or the "internal" (HighPriority) queue. Delayed events are now posted through a separate function, postDelayedEvent(). That function returns an id that can be passed to cancelDelayedEvent() to cancel it. Reviewed-by: Eskil Abrahamsen Blomfeldt
| * | | Recorrect formextractor example build break after updating 3rdparty/webkitJocelyn Turcotte2009-09-291-7/+7
| | | |
* | | | cleanup examplesYann Bodson2009-10-023-16/+17
| |/ / |/| |
* | | Enhance layout exampleAlan Alpert2009-10-011-1/+2
| |/ |/| | | | | It's actually useful now. A lot slower too.
* | Update testAaron Kennedy2009-09-291-2/+2
| |