| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-09-30 | 4 | -5/+9 |
|\ |
|
| * | Install sub-attaq in the correct place. | Alexis Menard | 2009-09-30 | 1 | -2/+2 |
|
|
| * | Fix the sub-attaq menu (new game and quit). | Alexis Menard | 2009-09-30 | 1 | -1/+5 |
|
|
| * | Fix compile of anomaly for S60 3.1 SDK | Espen Riskedal | 2009-09-29 | 1 | -1/+1 |
|
|
| * | The text fit now in the screen. | Alexis Menard | 2009-09-29 | 1 | -1/+1 |
|
|
* | | Install the qmediaplayer.exe too. | Frans Englich | 2009-09-30 | 1 | -0/+1 |
|/ |
|
* | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 11 | -26/+144 |
|\ |
|
| * | Fix spelling error in the demo browser close-multiple-tabs dialog | Tor Arne Vestbø | 2009-09-29 | 1 | -1/+1 |
|
|
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-09-29 | 2 | -6/+6 |
| |\ |
|
| | * | Fixed a crash in the boxes demo when using -graphicssystem opengl. | Trond Kjernaasen | 2009-09-28 | 1 | -3/+4 |
|
|
| | * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 1 | -3/+2 |
|
|
| * | | Fixed: Fluidlauncher doesn't react to keys. | Miikka Heikkinen | 2009-09-29 | 1 | -0/+1 |
| |/ |
|
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-09-25 | 2 | -4/+9 |
| |\ |
|
| | * | browser demo: Disable debug logging in release mode | Tor Arne Vestbø | 2009-09-25 | 1 | -0/+2 |
|
|
| | * | browser: Don't add closed tabs to the closed-tab history in privacy mode | Tor Arne Vestbø | 2009-09-25 | 1 | -4/+7 |
|
|
| * | | Desktopservices demo no longer attempts to play music files in emulator | Miikka Heikkinen | 2009-09-25 | 1 | -3/+14 |
| |/ |
|
| * | Stop fluidlauncher timers when in background to save battery | Shane Kearns | 2009-09-25 | 4 | -8/+31 |
|
|
| * | Raycasting example: fix painting error when the orientation changes. | Ariya Hidayat | 2009-09-25 | 1 | -2/+2 |
|
|
| * | Raycasting example: basic, minimalistic support for touch devices. | Ariya Hidayat | 2009-09-25 | 1 | -4/+82 |
|
|
* | | Revert "Modified MediaPlayer to set names on its child QObject instances" | Frans Englich | 2009-09-24 | 1 | -14/+0 |
|
|
* | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-23 | 342 | -4123/+37327 |
|\ \
| |/ |
|
| * | Ray casting example: bypass alpha-blending for an easy speed-up. | Ariya Hidayat | 2009-09-22 | 1 | -0/+1 |
|
|
| * | Demo browser: Enable DNS prefetching | Markus Goetz | 2009-09-21 | 1 | -0/+2 |
|
|
| * | Wrong string when setting formula through menu in demos/spreadsheet. | Gabriel de Dietrich | 2009-09-17 | 1 | -1/+1 |
|
|
| * | QCursor support for Symbian OS | Shane Kearns | 2009-09-15 | 7 | -3/+15 |
|
|
| * | Don't use UI_TOOLS for browser demo on QWS | Anders Bakken | 2009-09-11 | 1 | -1/+1 |
|
|
| * | demos/embedded/anomaly compile fix for non-RTTI settings | Joerg Bornemann | 2009-09-09 | 1 | -10/+18 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 267 | -1060/+1062 |
|
|
| * | Fixes "Out of heap space" error when compiling on some setups. | Bill King | 2009-09-08 | 1 | -2/+2 |
|
|
| * | Added a public function to enforce usage og the old GL engine. | Trond Kjernåsen | 2009-09-08 | 1 | -0/+6 |
|
|
| * | Doc: Some animation examples had no docs in qtdemo. | Geir Vattekar | 2009-09-07 | 1 | -1/+1 |
|
|
| * | Make dynamic cube maps work again in boxes | Rhys Weatherley | 2009-09-07 | 1 | -1/+1 |
|
|
| * | Fixed object rotations in the boxes demo. | Kim Motoyoshi Kalland | 2009-09-04 | 2 | -11/+8 |
|
|
| * | %SystemDrive% folder created in current directory on Windows 7. | Prasanth Ullattil | 2009-09-04 | 1 | -3/+4 |
|
|
| * | qtdemo now accept the -verbose option as specified in the help output. | Denis Dzyubenko | 2009-09-04 | 1 | -0/+2 |
|
|
| * | Fix license headers. | Jason McDonald | 2009-09-04 | 2 | -5/+1 |
|
|
| * | Modify QMatrix4x4 and QQuaternion to use qreal internally | Rhys Weatherley | 2009-09-04 | 1 | -5/+23 |
|
|
| * | Make sure that the dialog in the boxes demo paints window decorations. | Jan-Arve Sæther | 2009-09-03 | 1 | -0/+2 |
|
|
| * | Remove tank game example from Qt Demo. | Eskil Abrahamsen Blomfeldt | 2009-09-03 | 1 | -1/+0 |
|
|
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-09-03 | 3 | -21/+70 |
| |\ |
|
| | * | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 2 | -18/+59 |
| | |\ |
|
| | | * | Add missing license header. | Jason McDonald | 2009-09-02 | 1 | -0/+41 |
|
|
| | | * | Rename misnamed qdoc file. | Jason McDonald | 2009-09-02 | 1 | -0/+0 |
|
|
| | * | | Made the composition demo work with the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-09-03 | 1 | -3/+11 |
|
|
| * | | | Added missing TARGET.UID3 definitions to various components. | Miikka Heikkinen | 2009-09-03 | 6 | -0/+22 |
|
|
| * | | | Added missing application deployments to fluidlauncher. | Miikka Heikkinen | 2009-09-03 | 1 | -32/+61 |
|
|
| * | | | Removed incorrect contains(QT_CONFIG, network) check from demos. | Miikka Heikkinen | 2009-09-03 | 1 | -6/+4 |
| |/ / |
|
| * | | Fixed rendering in boxes demo with GL2 paint engine. | Kim Motoyoshi Kalland | 2009-09-02 | 2 | -0/+7 |
|
|
| * | | Make sub-attaq working without the popup which make it working on | Alexis Menard | 2009-09-01 | 7 | -16/+153 |
|
|
| * | | dynamic_cast in the demo was failing to build without rtti | Thierry Bastian | 2009-09-01 | 2 | -6/+14 |
|
|