summaryrefslogtreecommitdiffstats
path: root/demos/embedded
Commit message (Collapse)AuthorAgeFilesLines
* Fix obsolete license headers.Jason McDonald2009-08-2119-210/+551
| | | | Reviewed-by: Trust Me
* Using pnginfo and optipng to reduce file size (thus resources size).Alessandro Portale2009-08-2111-0/+0
|
* Rename demobase.pri to symbianpkgrules.priEspen Riskedal2009-08-215-11/+11
| | | | | | | | | demobase.pri sounded to generic, also I changed it to error on !symbian platforms, and test all the places we include it. That makes it more obvious when reading the .pro files that this is actually Symbian spesific stuff, not cross-platform Qt rules. Reviewed-by: axis
* Merge commit 'qt/master'Jason Barron2009-08-201-0/+2
|\ | | | | | | | | | | | | | | Conflicts: examples/painting/svgviewer/files/bubbles.svg src/corelib/kernel/qobject.cpp src/network/kernel/qhostinfo.cpp tests/auto/qhostinfo/tst_qhostinfo.cpp
| * Make the license test pass.Frans Englich2009-08-191-0/+2
| | | | | | | | | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul
* | Preload the tiles for the zoomed out version of the map.Ariya Hidayat2009-08-191-0/+4
| | | | | | | | | | | | | | | | | | This eats more network, but helps to avoid the impression that the magnifying glass does not work. (This is cherry-picked from Graphics Dojo fix). Reviewed-by: TrustMe
* | Import flipping (digital) clock demo.Ariya Hidayat2009-08-195-1/+428
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/15/digital-clock-in-a-phone/ Reviewed-by: Jason Barron
* | Import the flick list (kinetic scrolling) example.Ariya Hidayat2009-08-197-1/+601
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/19/kinetic-scrolling-on-any-widgets/ Reviewed-by: Jason Barron
* | Import the weather info example.Ariya Hidayat2009-08-1919-0/+30023
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/22/weather-info-for-qts60/ Reviewed-by: Jason Barron
* | Import the flight info example.Ariya Hidayat2009-08-198-0/+660
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/26/track-your-flight-with-qts60/ Reviewed-by: Jason Barron
* | Import OpenStreetMap example.Ariya Hidayat2009-08-195-0/+590
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/04/openstreetmap-and-qt-and-s60/ Reviewed-by: Jason Barron
* | Let's build the ray casting demo.Ariya Hidayat2009-08-191-1/+1
| | | | | | | | Reviewed-by: TrustMe
* | Import the raycasting demo.Ariya Hidayat2009-08-196-0/+319
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/09/ray-casting-on-qts60/ Reviewed-by: Jason Barron
* | Changed names and URLs to reflect name change.axis2009-08-1926-29/+29
| | | | | | | | RevBy: Trust me
* | Merge commit 'qt/master'Jason Barron2009-08-1315-307/+303
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: examples/opengl/samplebuffers/glwidget.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/kernel/qobject.cpp src/corelib/tools/qsharedpointer.cpp src/gui/gui.pro tests/auto/qhttp/tst_qhttp.cpp tests/auto/qkeyevent/tst_qkeyevent.cpp
| * Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-122-294/+290
| | | | | | | | Reviewed-by: Trust Me
| * Update contact URL in license headers.Jason McDonald2009-08-1215-15/+15
| | | | | | | | Reviewed-by: Trust Me
* | Update license headers according to commit 858c70f768e.axis2009-08-0626-52/+52
| | | | | | | | RevBy: Trust me
* | Replaced $MODULE$ with hardcoded module names.axis2009-08-067-7/+7
| | | | | | | | RevBy: Trust me
* | Merge commit 'origin/master'Jason Barron2009-08-0415-252/+266
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qglobal.h src/corelib/kernel/qmetatype.cpp src/corelib/kernel/qobject.cpp src/corelib/thread/qthread_unix.cpp src/gui/graphicsview/qgraphicssceneevent.h src/gui/itemviews/qheaderview.h src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qgesture.h src/gui/kernel/qgesturerecognizer.h src/gui/painting/qpaintengine_raster.cpp src/network/access/qhttpnetworkreply.cpp src/network/access/qnetworkcookie.h src/network/socket/qnativesocketengine_unix.cpp
| * | Fixed some Qt coding style deviations for desktopservices demoJanne Anttila2009-08-042-14/+14
| | |
| * | Trailing whitespace and tab/space fixes for demos/embeddedJanne Anttila2009-08-0413-96/+93
| | |
| * | Updated style demo to adjust spinbox value when sliders are moved.Janne Anttila2009-07-241-144/+161
| | | | | | | | | | | | Task: 258515: StyleDemo: Moving sliders do not update spinbox
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/unix/openssl/openssl.pri demos/embedded/embedded.pro examples/itemviews/chart/chart.pro examples/network/network.pro examples/painting/painterpaths/painterpaths.pro examples/threads/mandelbrot/mandelbrot.pro qmake/project.cpp src/3rdparty/libtiff/libtiff/tif_config.h src/corelib/arch/arch.pri src/corelib/global/qglobal.cpp src/corelib/kernel/kernel.pri src/corelib/kernel/qcore_unix_p.h src/corelib/kernel/qobject.cpp src/corelib/thread/qthread_unix.cpp src/corelib/tools/qsharedpointer_impl.h src/corelib/tools/tools.pri src/gui/kernel/qaction.h src/gui/kernel/qapplication.cpp src/gui/painting/qregion.h src/gui/widgets/qlineedit.cpp src/gui/widgets/qlineedit_p.h src/network/socket/qnativesocketengine_unix.cpp tests/auto/qdir/tst_qdir.cpp tests/auto/qdiriterator/tst_qdiriterator.cpp tests/auto/qhttp/qhttp.pro tests/auto/qline/qline.pro tests/auto/qnetworkreply/tst_qnetworkreply.cpp tests/auto/qresourceengine/qresourceengine.pro tests/auto/qsharedpointer/qsharedpointer.pro tests/auto/qstring/qstring.pro tests/auto/qtcpsocket/qtcpsocket.pro tests/auto/qtcpsocket/tst_qtcpsocket.cpp
| * Fix compilation errors in examples and demos on VxWorks and QNX.Robert Griebl2009-07-291-2/+3
| | | | | | | | Reviewed-by: Harald Fernengel
* | Fixed fluidlauncher deployment when webkit is not build.Janne Anttila2009-07-221-7/+12
| | | | | | | | | | | | FluidLauncher used deployment statements to deploy anomaly browser always. This crated the Symbian .pkg files with those files. Since the dependencies were not built, the makesis failed.
* | Merge branch 'warningRemovals'axis2009-06-301-1/+1
|\ \
| * | Removed unused parameters from examples and demos to prevent warningsaxis2009-06-301-1/+1
| | |
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2915-28/+28
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | Conflicts: .gitignore src/gui/dialogs/qfiledialog_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp tests/auto/network-settings.h tests/auto/qitemdelegate/tst_qitemdelegate.cpp
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1615-28/+28
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-2350-0/+4461
|
* Showing the anomaly UI before setting the IAP.Aleksandar Sasha Babic2009-06-253-6/+18
| | | | | This is achieved by using QTimer::singleShot after the QWebView object is shown with simple text page.
* Wrap anomaly demo in a QT_CONFIG statement to indicate dependancy onIain2009-06-221-1/+3
| | | | webkit
* Added anomaly browser to fluidlauncherMiikka Heikkinen2009-06-223-3/+7
|
* Added proper UID for demos/embedded/anomalyMiikka Heikkinen2009-06-221-0/+1
|
* Included demobase.pri to anomaly demoMiikka Heikkinen2009-06-221-0/+2
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicEspen Riskedal2009-06-221-7/+7
|\
| * Fixed a typo in a desktopservices demo messagebox.Miikka Heikkinen2009-06-221-7/+7
| |
* | fix spelling and add to embedded.proEspen Riskedal2009-06-2228-0/+2
| |
* | added ariyas embbeded browser AnamolyAriya Hidayat2009-06-2227-0/+1679
|/
* Fixed fluidlauncher config for S60 and updated softkeys screenshot.Miikka Heikkinen2009-06-163-10/+10
|
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-167-12/+36
|\ | | | | | | | | Conflicts: demos/embedded/fluidlauncher/config_s60/config.xml
| * Added Softkeys example to fluidlauncherMarkku Luukkainen2009-06-153-10/+14
| |
| * Added error handling to qdesktopservices example when openUrl fails.Janne Anttila2009-06-154-2/+22
| | | | | | | | | | Now qdesktopservices example will show message box if openUrl call fails i.e. returns false.
* | New screenshots for S60 fluidlauncher.Miikka Heikkinen2009-06-1616-9/+9
|/
* Implemented content filters for desktopservices example.Janne Anttila2009-06-103-4/+13
| | | | | Now only the relevant files are shown under images and music tabs, even the folder would contain other content types.
* Added proper picture for Drilldown example in fluidlauncherMiikka Heikkinen2009-06-041-0/+0
|
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-037-7/+217
|\
| * Fixed incorrect headers.axis2009-06-037-7/+217
| |
* | Removed old workaround for S60 emulator deployment bug with saxbookmarks ↵Miikka Heikkinen2009-06-031-2/+2
|/ | | | xbel files.