summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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-29210-428/+436
|\ \ | |/ |/| | | | | | | | | | | | | | | 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
| * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-162-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16206-410/+410
| | | | | | | | Reviewed-by: Trust Me
| * Fixed a compile failure on Solaris, really :)Trond Kjernåsen2009-06-101-9/+9
| | | | | | | | | | | | You can't static_cast from a signed to an unsigned type and vice versa. Reviewed-by: Kim
| * Fixed non-working animations under X11 with the raster graphicssystem.Trond Kjernåsen2009-06-101-1/+1
| | | | | | | | Reviewed-by: jbache
| * BT: QtDemo works far to sluggish on macRichard Moe Gustavsen2009-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Basically we need to revert more of Oliviers change. The reason is that we just cannot run the demo on mac without timer based updates (as opposed to graphics view itself tries to figure out when to update). The reason is that the demo uses QItemAnimations extensivelly, which again uses QTimelines, wich again uses separate timers. And on mac, because of coalesced updated, each item animation will result in an individual redrawing of the scene. Task-number: 255751 Reviewed-by: Olivier
| * BT: Fixes building qtdemo in the installed tree of sources.Thomas Zander2009-06-101-1/+3
| | | | | | | | | | | | | | The QT_BUILD_TREE variable only works in the source or build dir, but fails in the demo which *install* the sources that should be buildable too. Reviewed-by: Marius Storm-Olsen
| * BT: Fix missing animation in the Qt Demo BrowserJens Bache-Wiig2009-06-091-2/+6
| | | | | | | | | | | | | | | | Change 259b65c2f5d736dd7f6d81b6390f54464dd5f183 prevents the animation from running on Windows. This is a partial revert that still preserves most of the performance fixes. Reviewed-by: ogoffart
| * BT: Fix the installed browser source tree to compile.Thomas Zander2009-06-091-1/+1
| |
| * BT: Make the spreadsheet demo install its header files so it will compile ↵Thomas Zander2009-06-091-1/+1
| | | | | | | | after installing
| * Fixed a compile issue on Solaris.Trond Kjernåsen2009-06-091-10/+10
| | | | | | | | | | | | GLchar is defined to be unsigned on Solaris for some reason. Reviewed-by: Tom
* | 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
|/ /
* | Compile fixMarkku Luukkainen2009-06-181-1/+1
| |
* | make sure demo builds for S60 - we don't have QtUiTools yetEspen Riskedal2009-06-183-2/+8
| |
* | Added proper UID for webkit examples and browser demoMiikka Heikkinen2009-06-171-0/+2
| |
* | 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
|/ /
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-101-0/+2
|\ \
| * | Added proper UID3 for some demos and examples.Miikka Heikkinen2009-06-101-0/+2
| | |
* | | 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.
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-082-12/+3
|\ \ | |/ | | | | | | Conflicts: tests/auto/qlocalsocket/tst_qlocalsocket.cpp
| * BT: qt demo takes 100% of the cpu on X11Olivier Goffart2009-06-032-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tick timer is always active, even if the moving gree Qt logo is not visible. But the code that is supposed to pause it when the app loose the focus doesn't works if the moving Qt logo is not visible. Also the call to syncX makes Xorg takes lot of cpu. It doesn't fix the fact that the timer is still running while the green logo is not visible, but at least doesn't take the cpu anymore if qtdemo loose the focus. Task-number: 255020 Reviewed-by: Richard Moe Gustavsen
* | 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
|\ \
| * \ Merge branch 'imSelections'axis2009-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.
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-021-3/+3
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | Conflicts: configure.exe examples/itemviews/puzzle/puzzle.pro examples/qtconcurrent/imagescaling/imagescaling.pro examples/widgets/movie/movie.pro tools/configure/configureapp.cpp Will rebuild configure.exe in next commit.
| * BT: opening datetimepicker in a cell in spreadsheet demo resets the dateOlivier Goffart2009-05-261-3/+3
| | | | | | | | | | | | That was a bug in the exemple. Reviewed-by: Kavindra Palaraja
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-2/+5
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/corelib/io/qfile.cpp src/corelib/kernel/qsharedmemory_unix.cpp src/network/socket/qnativesocketengine_p.h src/network/socket/qnativesocketengine_unix.cpp
| * Compile on Solaris with broken GL headers.Trond Kjernåsen2009-05-201-2/+5
| | | | | | | | Reviewed-by: Samuel
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-181-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: configure.exe src/corelib/kernel/qcoreapplication.cpp Configure.exe not rebuilt because the changes are irrelevant for the S60 port. We'll rebuild it before merging back.
| * Fix syntax error in demos.pro.Jason McDonald2009-05-151-1/+1
| | | | | | | | Reviewed-by: Lincoln Ramsay
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-116-7/+26
|\ \ | | | | | | | | | | | | Conflicts: src/gui/widgets/qmenu_symbian.cpp
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-276-7/+26
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure.exe recompiled with MSVC6. Conflicts: configure.exe examples/network/network.pro src/gui/dialogs/qfiledialog_p.h src/gui/dialogs/qfilesystemmodel_p.h src/gui/kernel/qapplication.cpp tests/auto/_Categories/qmake.txt tests/auto/qfile/test/test.pro tests/auto/qfile/tst_qfile.cpp tests/auto/qlibrary/tst_qlibrary.cpp tests/auto/qline/tst_qline.cpp tests/auto/qstyle/tst_qstyle.cpp tests/auto/qtextstream/tst_qtextstream.cpp tests/auto/qtranslator/qtranslator.pro tests/auto/qwaitcondition/tst_qwaitcondition.cpp translations/qt_ja_JP.ts
| | * Add Google Suggest as a new network exampleAriya Hidayat2009-04-231-0/+1
| | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * Added Google Chat client as a new WebKit exampleAriya Hidayat2009-04-231-0/+1
| | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>