summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Change .sci syntax to match BorderImage.Yann Bodson2009-10-0510-50/+50
|
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-0430-44/+316
|\ | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure
| * Enable multitouch on the Gradients demoBenjamin Poulain2009-10-021-1/+3
| | | | | | | | | | Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi
| * Enable multitouch on the affine demoBenjamin Poulain2009-10-021-1/+3
| | | | | | | | | | Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi
| * Add multitouch to the PathStroke demoBenjamin Poulain2009-10-023-5/+97
| | | | | | | | | | | | | | | | Add multitouch to the position of the path, and enable multitouch on the controls of the demo. Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi
| * Add multitouch capabilities to the shared classes of the demoBenjamin Poulain2009-10-023-1/+104
| | | | | | | | | | | | | | | | | | | | Add multitouch feature to the HoverPoints and the ArthurWidget. Multitouch is enabled by default for widgets using HoverPoints. The ArthurWidget propagate the TouchEvents in order to have them handled by a parent if a parent accept the touch events. Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi
| * Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-0217-19/+49
| |\ | | | | | | | | | | | | Conflicts: demos/mediaplayer/mediaplayer.pro
| | * Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-0217-19/+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
| * | Update screenshot to not be the Linux version; the emulator is better.Frans Englich2009-10-021-0/+0
| | |
| * | Adjust the location that we install into, and use the sound location.Frans Englich2009-10-023-2/+4
| | | | | | | | | | | | | | | Note that fluidlauncher, because of desktopservices, installs the same mp3 to the same location.
| * | Use storage location MoviesLocation instead of app folder.Frans Englich2009-10-021-1/+2
| | |
| * | Install the sax.mp3 test file.Frans Englich2009-10-021-1/+5
| | |
| * | Ensure we can handle file names on the cmdline too.Frans Englich2009-10-021-3/+11
| | |
| * | Phonon MMF Backend: mediaplayer should be fullscreen.Frans Englich2009-10-024-13/+41
| |/ | | | | | | | | Task-number: QTBUG-4665 Reviewed-by: Gareth Stockwell
| * Added support for -small-screen argument for Context2d exampleMiikka Heikkinen2009-10-021-1/+1
| | | | | | | | | | | | | | | | 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
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-0210-8/+25
|\ \ | |/ | | | | | | Conflicts: configure.exe
| * Merge commit 'origin/4.6' into mmfphononFrans Englich2009-09-304-5/+9
| |\
| | * Install sub-attaq in the correct place.Alexis Menard2009-09-301-2/+2
| | | | | | | | | | | | Reviewed-by:TrustMe
| | * Fix the sub-attaq menu (new game and quit).Alexis Menard2009-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now QStateMachine can be a child of a QState but here in sub-attaq the code was not design for that so the code breaks. Task-number:QT-665 Task-number:QT-914 Reviewed-by:TrustMe
| | * Fix compile of anomaly for S60 3.1 SDKEspen Riskedal2009-09-291-1/+1
| | | | | | | | | | | | | | | | | | It seems that for 3.1 we need to explicitly link with insock.dll as well Reviewed-by: Aleksandar Babic
| | * The text fit now in the screen.Alexis Menard2009-09-291-1/+1
| | | | | | | | | | | | | | | Task-number:QT-739 Reviewed-by:TrustMe
| * | Install the qmediaplayer.exe too.Frans Englich2009-09-301-0/+1
| |/
| * Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2911-26/+144
| |\
| | * Fix spelling error in the demo browser close-multiple-tabs dialogTor Arne Vestbø2009-09-291-1/+1
| | |
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-292-6/+6
| | |\
| | * | Fixed: Fluidlauncher doesn't react to keys.Miikka Heikkinen2009-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some recent changes had made Fluidlauncher unresponsive to keyboard input. It appears none of the Fluidlauncher widgets got keyboard focus by default, so set the focus explicitly to proper widget. Task-number: QT-2214 Reviewed-by: Alessandro Portale
| * | | Revert "Modified MediaPlayer to set names on its child QObject instances"Frans Englich2009-09-241-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ea6b181df68a18044a06063ab33dc6eb35b2aba1. We revert it because although it's useful for us developers when debugging, it's intended for customers, to demonstrate how to use Qt code. Conflicts: demos/mediaplayer/mediaplayer.cpp
| * | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-23342-4123/+37327
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/embedded/fluidlauncher/config_s60/config.xml demos/embedded/fluidlauncher/fluidlauncher.pro src/corelib/io/io.pri src/gui/kernel/qapplication_s60.cpp src/gui/kernel/qwidget_s60.cpp src/s60installs/qt_libs.pro
| * | | | Removed the WA_TranslucentWindowBackground hack from qmediaplayerGareth Stockwell2009-09-231-8/+0
| | | | |
| * | | | Experimenting to make video visible.Gareth Stockwell2009-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the hack to set translucent window background in the mediaplayer. Then tried the following: 1. Direct write to backing store: does not work (backing bitmap is 16MU) 2. Set window background color: does not work (is over-written by control's Draw function) 3. Brush using CWindowGc from widget's paint event: does not work (is over-written by control's Draw function) 4. Hack QSymbianControl to blit a transparent bitmap from the Draw function: does work 5. Hack QSymbianControl to brush using CWindowGc from the Draw function: does work Configuration 5 is the one being committed. Other things we could try: 6. Trigger switch to 16MA backing store if child widgets have been created. This could be tested by calling RWindowTreeNode::Child on the TLW's window. - Maybe we could test whether the child window's display mode is 16MA? 7. Somehow tell QSymbianControl not to draw anything at all - Based on setting Qt::WA_PaintOnScreen? - Then we either: - (Ideally) do nothing, and rely on video stack to paint the necessary transparency - Brush using CWindowGc from widget's paint event
| * | | | Set translucent background only where it's needed: Symbian.öFrans Englich2009-09-231-2/+4
| | | | |
| * | | | Fixed typo (additional brace) in fluidlauncher.proGareth Stockwell2009-09-231-0/+6
| | | | |
| * | | | Temporary fix: mediaplayer top-level widget sets ↵Gareth Stockwell2009-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | Qt::WA_TranslucentBackground to allow video to be visible on target
| * | | | Modified MediaPlayer to set names on its child QObject instancesGareth Stockwell2009-09-071-0/+14
| | | | | | | | | | | | | | | | | | | | This is useful for debugging, as it helps to associate nodes in the object tree with the corresponding source code.
| * | | | Rename mediaplayer to qmediaplayer, and make it an example on Symbian.Frans Englich2009-08-264-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We rename mediaplayer to qmediaplayer to avoid it clashing with Symbian's default media player. We also install it as an example, in order to be able to show case Phonon.
* | | | | * use alias in CalcButton.qmlYann Bodson2009-10-012-6/+5
| | | | | | | | | | | | | | | | | | | | * do not set a z value (broken with positioners atm)
* | | | | Fix small bugs in flick-mobileYann Bodson2009-09-303-9/+17
| | | | |
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-09-2911-25/+145
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe mkspecs/features/qt.prf
| * | | | Fixed a crash in the boxes demo when using -graphicssystem opengl.Trond Kjernaasen2009-09-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several problems: 1. The demo leaked the scene contents, which caused cleanup problems. 2. The QGLContext::currentContext() could be changed behind Qt's back under Windows (the temp contexts never reset the current context). 3. QGLFormat::openGLVersionFlags() function would return uninitialized flags if the QGLWidget constructor happened to call qt_gl_preferGL2Engine(). Reviewed-by: Kim
| * | | | Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-3/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-252-4/+9
| |\ \ \
| | * | | browser demo: Disable debug logging in release modeTor Arne Vestbø2009-09-251-0/+2
| | | | |
| | * | | browser: Don't add closed tabs to the closed-tab history in privacy modeTor Arne Vestbø2009-09-251-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-4508 Reviewed-by: Simon Hausmann
| * | | | Desktopservices demo no longer attempts to play music files in emulatorMiikka Heikkinen2009-09-251-3/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Symbian emulator support for playing music files is spotty at best, resulting in failure to launch at best and freezing of the emulator at worst, disabled even trying to launch music files. Task-number: QT-2047 Reviewed-by: Janne Koskinen
| * | | Stop fluidlauncher timers when in background to save batteryShane Kearns2009-09-254-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed fluidlauncher to use a stacked widget instead of two top level windows. Used the ActivationChange event to get notification from the OS window system when fluidlauncher is active. Slideshow related timers are stopped when the window is deactivated and restarted when activated. Task-number: QT-886 Reviewed-by: Alessandro Portale
| * | | Raycasting example: fix painting error when the orientation changes.Ariya Hidayat2009-09-251-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| * | | Raycasting example: basic, minimalistic support for touch devices.Ariya Hidayat2009-09-251-4/+82
| | |/ | |/| | | | | | | Reviewed-by: TrustMe
| * | Ray casting example: bypass alpha-blending for an easy speed-up.Ariya Hidayat2009-09-221-0/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | Demo browser: Enable DNS prefetchingMarkus Goetz2009-09-211-0/+2
| | | | | | | | | | | | Reviewed-by: TrustMe
* | | Use new property nameAaron Kennedy2009-09-231-2/+2
| | |