summaryrefslogtreecommitdiffstats
path: root/demos/embedded/fluidlauncher
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| * | | Import flipping (digital) clock demo.Ariya Hidayat2009-08-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/04/openstreetmap-and-qt-and-s60/ Reviewed-by: Jason Barron
| * | | Import the raycasting demo.Ariya Hidayat2009-08-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/09/ray-casting-on-qts60/ Reviewed-by: Jason Barron
* | | | Fixed typo (additional brace) in fluidlauncher.proGareth Stockwell2009-09-231-0/+6
| | | |
* | | | Rename mediaplayer to qmediaplayer, and make it an example on Symbian.Frans Englich2009-08-262-2/+19
|/ / / | | | | | | | | | | | | | | | 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.
* | | Merge commit 'qt/master'Jason Barron2009-08-139-301/+297
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-129-9/+9
| |/ | | | | | | Reviewed-by: Trust Me
* | Trailing whitespace and tab/space fixes for demos/embeddedJanne Anttila2009-08-042-11/+11
| |
* | 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 commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-309-16/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore configure.exe src/corelib/concurrent/qtconcurrentthreadengine.h src/corelib/global/qnamespace.h src/gui/graphicsview/qgraphicssceneevent.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication.h src/gui/kernel/qapplication_p.h src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qwidget.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp src/network/access/qnetworkaccesshttpbackend.cpp tests/auto/network-settings.h tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro tests/auto/qvariant/tst_qvariant.cpp
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-169-16/+16
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-2326-0/+2642
|
* Added anomaly browser to fluidlauncherMiikka Heikkinen2009-06-223-3/+7
|
* 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-163-10/+14
|\ | | | | | | | | Conflicts: demos/embedded/fluidlauncher/config_s60/config.xml
| * Added Softkeys example to fluidlauncherMarkku Luukkainen2009-06-153-10/+14
| |
* | New screenshots for S60 fluidlauncher.Miikka Heikkinen2009-06-1616-9/+9
|/
* Added proper picture for Drilldown example in fluidlauncherMiikka Heikkinen2009-06-041-0/+0
|
* Removed old workaround for S60 emulator deployment bug with saxbookmarks ↵Miikka Heikkinen2009-06-031-2/+2
| | | | xbel files.
* Long live Qt for S60!axis2009-04-2432-0/+2801