summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-059-34/+41
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ 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
* | | | Fix example following API changes and fix window size for example 2.Bea Lam2009-10-058-9/+10
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0431-314/+785
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-023-16/+17
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | cleanup examplesYann Bodson2009-10-023-16/+17
| | |
* | | 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
|/ /
* | Enhance layout exampleAlan Alpert2009-10-011-1/+2
| | | | | | | | It's actually useful now. A lot slower too.
* | Update testAaron Kennedy2009-09-291-2/+2
| |
* | Another focusscope testAaron Kennedy2009-09-291-0/+75
| |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-09-2925-539/+708
|\ \ | |/ | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe mkspecs/features/qt.prf
| * Fixes compileBill King2009-09-291-7/+7
| |
| * Correct the formextractor which was using removed QWebElement APIJocelyn Turcotte2009-09-281-7/+7
| | | | | | | | Reviewed-by: Kent Hansen
| * Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-281-3/+3
| | | | | | | | Reviewed-by: Leo
| * Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-283-7/+7
| | | | | | | | | | | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt
| * Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-0/+1
| | | | | | | | | | | | printf() does not work very well on windows, since it will not send the output to OutputDebugString(). This allows us to catch the output even if the program is configured without "CONFIG += console".
| * Reuse animation in animatedTiles exampleLeonardo Sobral Cunha2009-09-251-30/+4
| | | | | | | | Reviewed-by: trustme
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-242-1/+2
| |\ | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/formextractor/formextractor.pro mkspecs/features/qt.prf src/gui/painting/qpaintengineex.cpp
| | * Fixed background scrolling in the SVG viewer example.Kim Motoyoshi Kalland2009-09-241-0/+1
| | | | | | | | | | | | Reviewed-by: Trond
| | * Paint arrow on top of node, not underneath itEskil Abrahamsen Blomfeldt2009-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | It looked strange that the node and its drop shadow was painted on top of the arrow. Flip the z-axis around to make sure the arrow is painted on top. Task-number: QTBUG-4544 Reviewed-by: Gunnar
| | * Make sure fontextractor example is found by qtdemoEskil Abrahamsen Blomfeldt2009-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Qt Demo seems to assume the executable name is the same as the directory name, so change the name to all lower case to avoid getting the message that the example has not been built even when it has. Found by Black Team.
| | * Update license headers again.Jason McDonald2009-09-08999-3996/+3996
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | AudioServices; Nicer examples.Justin McPherson2009-09-244-192/+82
| | | | | | | | | | | | Reviewed-by: Bill King
| * | AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-246-32/+21
| | | | | | | | | | | | | | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
| * | Small change in the API of animationsThierry Bastian2009-09-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | We're not taking a parameter in updateCurrentTime any more because that parameter was the total currenttime. So it was taking into account the currenttime and the currentloop at once. This was inconsistent Reviewed-by: Leo