| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-27 | 3 | -8/+145 |
|\ |
|
| * | Doc: Reviewed and revised QGraphicsAnchorLayout documentation. | David Boddie | 2009-10-23 | 3 | -8/+145 |
|
|
* | | Emulator IAP fix for Symbian | Janne Koskinen | 2009-10-26 | 1 | -0/+4 |
|/ |
|
* | Compile fix. | Denis Dzyubenko | 2009-10-22 | 1 | -3/+3 |
|
|
* | Fixed clock() function return values in audio class's. | Kurt Korbatits | 2009-10-22 | 2 | -2/+2 |
|
|
* | Doc: Documentation for gesture features. Still a moving target. | David Boddie | 2009-10-16 | 3 | -12/+13 |
|
|
* | Doc: Moving the Image Gestures example. | David Boddie | 2009-10-16 | 7 | -1/+1 |
|
|
* | Doc: Gesture API documentation review and improvements. | David Boddie | 2009-10-16 | 5 | -37/+133 |
|
|
* | Move audio and video examples into the common multimedia directory. | Andrew den Exter | 2009-10-16 | 31 | -28/+27 |
|
|
* | compile fix with namepaces | hjk | 2009-10-15 | 3 | -0/+6 |
|
|
* | customshader won't work on OpenGL/ES 1.1 so disable for those platforms | Rhys Weatherley | 2009-10-15 | 1 | -1/+5 |
|
|
* | Mac: implement gestures conforming to the new API | Richard Moe Gustavsen | 2009-10-13 | 1 | -4/+4 |
|
|
* | Remove the ahigl example screen driver. | Rhys Weatherley | 2009-10-12 | 6 | -1608/+0 |
|
|
* | Doc: Added an example to the list of Graphics View examples to build. | David Boddie | 2009-10-12 | 1 | -0/+1 |
|
|
* | Doc: Gesture API documentation review. | David Boddie | 2009-10-12 | 1 | -0/+2 |
|
|
* | Enable mouse cursor in drilldown example | Shane Kearns | 2009-10-12 | 1 | -0/+3 |
|
|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 5 | -273/+64 |
|
|
* | Fix build on Symbian: make sure sym_iap_util.h can be found. | Frans Englich | 2009-10-09 | 3 | -3/+3 |
|
|
* | Symbian fix: rename examples ftp and musicplayer to start with q. | Frans Englich | 2009-10-09 | 15 | -8/+8 |
|
|
* | hellogl now runs on QT_OPENGL_ES_1 (ie N95). | Sarah Smith | 2009-10-09 | 7 | -6/+38 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -2/+2 |
|
|
* | Integrate the GuiPlatformPlugin interface | Olivier Goffart | 2009-10-07 | 1 | -5/+0 |
|
|
* | Fix build error introduced in change ffeb6900. | Jason McDonald | 2009-10-07 | 2 | -2/+2 |
|
|
* | Removed ICON for apps and demos except fluidlauncher and desktopservices | Espen Riskedal | 2009-10-06 | 1 | -2/+0 |
|
|
* | Fixed noisy looking textures in Basic Drawing example with GL2 engine. | Kim Motoyoshi Kalland | 2009-10-05 | 1 | -3/+2 |
|
|
* | Fix compilation on Solaris. | Thiago Macieira | 2009-10-05 | 1 | -3/+3 |
|
|
* | Silence moc warning. | Volker Hilsheimer | 2009-10-03 | 1 | -0/+1 |
|
|
* | Compile Rogue example again after state machchine event type rename. | Volker Hilsheimer | 2009-10-03 | 1 | -1/+1 |
|
|
* | Demos and applications have a nice Qt logo when installed on Symbian | Espen Riskedal | 2009-10-02 | 46 | -46/+48 |
|
|
* | doc: Fixed numerous qdoc errors. | Martin Smith | 2009-10-02 | 1 | -1/+1 |
|
|
* | Added support for -small-screen argument for Context2d example | Miikka Heikkinen | 2009-10-02 | 1 | -1/+12 |
|
|
* | Threaded Fortune server example: fix displayed IP | Peter Hartmann | 2009-10-01 | 2 | -3/+14 |
|
|
* | Compile fix for pbuffers under Linux | Rhys Weatherley | 2009-10-01 | 2 | -1/+2 |
|
|
* | Remove display lists and refactor ready for ES/ES2 port | Sarah Smith | 2009-10-01 | 6 | -168/+649 |
|
|
* | Simplify code of states example | Thierry Bastian | 2009-09-30 | 1 | -42/+40 |
|
|
* | Avoid warnings in the states example | Thierry Bastian | 2009-09-30 | 1 | -72/+63 |
|
|
* | Cleaning up usage of examples/{examplebase,symbianpkgrules}.pri | João Abecasis | 2009-09-30 | 17 | -35/+1 |
|
|
* | Google Chat example: always bail out if SSL not available | Peter Hartmann | 2009-09-30 | 1 | -5/+5 |
|
|
* | Revert "Google Chat example: state that SSL is required" | Peter Hartmann | 2009-09-30 | 1 | -15/+0 |
|
|
* | Google Chat example: state that SSL is required | Peter Hartmann | 2009-09-30 | 1 | -0/+15 |
|
|
* | Fix googlechat example when Qt is lacking SSL support. | Simon Hausmann | 2009-09-30 | 2 | -2/+9 |
|
|
* | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 1 | -2/+2 |
|
|
* | Recorrect formextractor example build break after updating 3rdparty/webkit | Jocelyn Turcotte | 2009-09-29 | 1 | -7/+7 |
|
|
* | Fixes compile | Bill King | 2009-09-29 | 1 | -7/+7 |
|
|
* | Correct the formextractor which was using removed QWebElement API | Jocelyn Turcotte | 2009-09-28 | 1 | -7/+7 |
|
|
* | Animations: updateCurrentTime now receives the currentTime as paramater | Thierry Bastian | 2009-09-28 | 1 | -3/+3 |
|
|
* | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 3 | -7/+7 |
|
|
* | Use qDebug() instead of printf() when dumping the simplex matrix. | Jan-Arve Sæther | 2009-09-25 | 1 | -0/+1 |
|
|
* | Reuse animation in animatedTiles example | Leonardo Sobral Cunha | 2009-09-25 | 1 | -30/+4 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-24 | 2 | -1/+2 |
|\ |
|