summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵Warwick Allison2009-11-0436-28985/+1446
|\ | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/gui/graphicsview/qgraphicsitem_p.h
| * 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
* | Fix assertion (sc not declared).Warwick Allison2009-11-021-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-301-1/+1
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-0/+40
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * | | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
| | | |
* | | | make twitter not depend on flickr exampleYann Bodson2009-10-3018-20/+172
| | | |
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-301-0/+40
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: examples/declarative/dial/main.cpp
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-303-7/+47
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | | fix headersWarwick Allison2009-10-291-0/+40
| | | |
* | | | fix twitter exampleYann Bodson2009-10-302-3/+3
| |/ / |/| |
* | | Add local highscores to SameGameAlan Alpert2009-10-293-7/+47
|/ /
* | Remove QML SQL classesAaron Kennedy2009-10-2815-857/+0
| | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-281-1/+1
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | "Compile"Aaron Kennedy2009-10-281-1/+1
| | |
* | | cleanupYann Bodson2009-10-2817-33/+33
|/ /
* | SameGame cleans up blocks now.Alan Alpert2009-10-271-0/+1
| | | | | | | | Blocks now delete themselves on their death.
* | make remotableWarwick Allison2009-10-262-4/+4
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-261-0/+1
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Flip around perspective originAaron Kennedy2009-10-261-0/+1
| | |
* | | Allow flickr demo to be remote.Warwick Allison2009-10-261-0/+10
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-257-11/+22
|\ \ | |/ | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * 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
* | | | Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* | | | Start updating state and animation docs.Michael Brasser2009-10-221-1/+1
| | | |
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-191-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * | | Fluidlauncher now comes to foreground when child application dies.Miikka Heikkinen2009-10-191-0/+4
| |/ / | | | | | | | | | | | | Task-number: QT-2162 Reviewed-by: axis
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1924-208/+217
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/corelib/animation/qabstractanimation.cpp src/s60installs/qt.iby util/qlalr/cppgenerator.cpp
| * | 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