summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-062-17/+19
|\ | | | | | | | | Conflicts: dist/changes-4.6.0
| * Merge branch '4.6-s60' into 4.6axis2009-11-061-1/+1
| |\
| | * Merge commit 's60/4.6' into mmfphononFrans Englich2009-11-042-3/+3
| | |\
| | * \ Merge branch '4.6' into mmfphononGareth Stockwell2009-11-0336-28985/+1446
| | |\ \
| | * | | Fix build caused by merge error.Frans Englich2009-10-231-1/+0
| | | | |
| | * | | Listen to hasVideoChanged() signal instead, such that we're more robust.Frans Englich2009-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This covers cases where the backend knows about video capability in a state other than the LoadingState. Patch by Adookkattil Saleem, slightly modified. Reviewed-by: Gareth Stockwell
| * | | | Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-051-16/+18
| | |_|/ | |/| | | | | | | | | | Reviewed-by: Sarah Smith
* / | | Result API review with JasminThierry Bastian2009-11-041-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QAbstractAnimation: currentTime returns the "complete" current time currentLoopTime() returns the time inside the current loop add setPaused(bool) for consistency with QTimeLine stateChanged: newState passed as first paramater (before oldState) for consistency with the reset of Qt QAnimationGroup: rename clearAnimations to clear rename insertAnimationAt to insertAnimation rename takeAnimationAt to takeAnimation QSequentialAnimationGroup: rename insertPauseAt to insertPause
* | / Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-042-3/+3
| |/ |/| | | | | Reviewed-by: Sarah Smith
* | Reducing file size.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | | | Stripping 350k off by reencoding the mp3. 32 Kbps, mono, 22.05 KHz. Reviewed-by: trustme
* | Reducing file sizes.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
* | Reducing file sizes.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
* | Reducing file sizes.Alessandro Portale2009-10-305-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
* | Reducing file sizes.Alessandro Portale2009-10-303-0/+0
| | | | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. And to reduce Anomalies memory footprint. Reviewed-by: trustme
* | Reducing file sizes.Alessandro Portale2009-10-3013-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
* | Reduced file sizes.Alessandro Portale2009-10-3012-28985/+1446
|/ | | | | | | SVG graphics may contain much unneeded stuff. I used Inkscape's vacuum function and Ariya's svgmin. Much better now. Reviewed-By: trustme
* windowsmobilelify embedded demosJoerg Bornemann2009-10-214-9/+11
| | | | Reviewed-by: aportale
* Listen on hasVideoChanged() instead of only checking hasVideo().Frans Englich2009-10-212-2/+7
| | | | | | | | | | This means that when the backend's knowledge about the content's video capability changes outside the LoadingState, it still work. This apparently matters for the Helix backend. Patch supplied by Adookkattil Saleem (Nokia-D/Dallas). Reviewed-by: Gareth Stockwell Reviewed-by: Frans Englich
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-201-0/+1
|\
| * Spreadsheet demo: fix the footer color.Olivier Goffart2009-10-151-0/+1
| | | | | | | | | | | | | | One of the footer cell lost his gray color in commit 7c12258485db8d Task-number: QTBUG-4821 Reviewed-by: Jan-Arve
* | Merge branch 'mmfphonon' into 4.6Frans Englich2009-10-201-0/+3
|\ \
| * | Does not disable full screen when end of video playlist is reached.Frans Englich2009-10-191-0/+3
| | | | | | | | | | | | | | | | | | | | | Tested on Symbian and Windows(DS9). Task-number: QTBUG-4869 Reviewed-by: Gareth Stockwell
* | | Fluidlauncher now comes to foreground when child application dies.Miikka Heikkinen2009-10-191-0/+4
|/ / | | | | | | | | Task-number: QT-2162 Reviewed-by: axis
* | Move audio and video examples into the common multimedia directory.Andrew den Exter2009-10-161-1/+1
| | | | | | | | | | | | | | | | | | Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits
* | Sub-attaq : Don't let user move the boat with the mouse.Alexis Menard2009-10-151-1/+1
| | | | | | | | Reviewed-by:TrustMe
* | Removed Symbian exemption from adding QtUiTools to browser demo.Miikka Heikkinen2009-10-151-1/+1
|/ | | | | | | | The exemption was originally added to make the demo compile when QtUiTools was not yet compiled for Symbian. Task-number: QT-1018 Reviewed-by: Janne Anttila
* Fix the install targets on the new embedded demosTom Cooksey2009-10-148-4/+48
|
* Build the embedded demos on X11 so they can be used by MaemoTom Cooksey2009-10-141-1/+1
|
* Fix build on Symbian: make sure sym_iap_util.h can be found.Frans Englich2009-10-094-4/+4
| | | | | | | | Amend commit faef2f5101287ad8ce94cf8e7a4d574a7d6267fd, with this build fix. Task-number: QTBUG-4743 Reviewed-by: Shane Kearns
* Symbian fix: rename examples ftp and musicplayer to start with q.Frans Englich2009-10-0911-9/+8
| | | | | | | | | | | | | | | | Symbian already has the executables musicplayer.exe, mediaplayer.exe and ftp.exe, with the result that we overwrite them with Qt. We solve this by renaming the examples, and do it not only on Symbian, such that Qt remains consistent across platforms. This was previously partly done for mediaplayer. The folder name needs to be consistent with the executable, for qtdemo to work. Done jointly with Alessandro. Task-number: QTBUG-4743 Reviewed-by: Alessandro Portale Reviewed-by: Frans Englich
* Fix .ui of Styledemo (Layout tweaks)Alessandro Portale2009-10-081-184/+149
| | | | | | | | | | | Let's make sure to have enough layout spacings around the widgets in order to see the focusrect. Also, the issue with the growing dialog is fixed. It was the spinbox and it's label which with the stylesheets set did not have enough horizontal space, and thus made the dialog grow on the following CSS change Reviewed-By: TrustMe
* Compiler warning given for missing audio file (sax.mp3)Sami Merilä2009-10-071-2/+1
| | | | | | | | | Use desktopservices sax.mp3 instead of one in autotests when deploying mediaplayer for symbian. This avoids getting a warning for missing file in install packages. Task-number: QTBUG-4719 Reviewed-by: Alessandro Portale
* Fixing some GCC warningsJoão Abecasis2009-10-072-1/+3
| | | | Reviewed-by: Markus Goetz
* Removed ICON for apps and demos except fluidlauncher and desktopservicesEspen Riskedal2009-10-062-29/+2
| | | | | | | | 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
* Only build demo-browser 32-bit if Qt was actually built 32-bitTor Arne Vestbø2009-10-061-2/+8
| | | | | | Also, add same trick for PPC Reviewed-by: MortenS
* Build the demo-browser 32-bit on Mac since there's no 64-bit FlashTor Arne Vestbø2009-10-061-0/+4
| | | | Reviewed-by: Simon Hausmann
* Simplification and use of QGraphicsObject in sub-attas demoThierry Bastian2009-10-0522-674/+181
| | | | Reviewed-by: alexis
* 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