summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert WebCore.pro part of 2761e6f57ecd00c3435dbb8a6cf5f40653195d5d to build ...v4.6.2Simon Hausmann2010-02-121-3/+1
* License update as requested by legal for file relicensed from S60.Janne Anttila2010-02-111-17/+0
* Fix commercial license headers one last time.Jason McDonald2010-02-104-52/+52
* Prevented assert when using drop shadow effect in the GL 2 engine.Samuel Rødal2010-02-101-1/+2
* Fixed compilation of the GL2 engine for OpenGL ES 2.Kim Motoyoshi Kalland2010-02-101-0/+2
* Fixes missing update when setting opacity on an item that had opacity 0.0Leonardo Sobral Cunha2010-02-101-0/+3
* Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-02-103-7/+14
* Fixed defect in handling of expose events for SymbianGareth Stockwell2010-02-104-10/+17
* Flush the WSERV command buffer after deleting a surface.Jason Barron2010-02-102-0/+7
* Crash when closing any top-level widget on Symbian.Bjørn Erik Nilsen2010-02-101-1/+10
* Avoids missing opacity updates by not propagating the ignoreOpacity flagLeonardo Sobral Cunha2010-02-101-1/+1
* Whitespace/tab fixes.Jani Hautakangas2010-02-101-1/+1
* s60 application loses normalGeometry when returning from fullscreenSamuel Nevala2010-02-102-87/+38
* QGraphicsWidget is painted twice on the first show.Bjørn Erik Nilsen2010-02-091-1/+6
* Cleanup after "QGraphicsWidget is painted twice on the first show"Bjørn Erik Nilsen2010-02-091-1/+0
* Workaround for abld toolchain issue with s60mainMiikka Heikkinen2010-02-081-0/+3
* Update Symbian OS def files for 4.6.2Shane Kearns2010-02-082-12/+40
* Fix to S60 softkey pressed down image.Janne Anttila2010-02-092-11/+12
* Initial support for S60 softkey icons.Janne Anttila2010-02-093-25/+180
* I10n: Use 'real' Linguist comments in Phonon::EnvironmentalReverbFriedemann Kleint2010-02-061-31/+22
* uic: Fixed code generating setCentralWidget()-calls of QMainWindow.Friedemann Kleint2010-02-061-2/+3
* Fixed QGifHandler::loopCount().Trond Kjernåsen2010-02-061-8/+30
* Cache the sizes of the images in an animated GIF.Trond Kjernåsen2010-02-062-31/+58
* Revert "QAbstractScrollArea: Wheel over a scrollarea that has only one horizo...Olivier Goffart2010-02-062-7/+6
* Implemented QGifHandler::imageCount().Trond Kjernåsen2010-02-062-1/+235
* Assert failure when setting a widget focus proxy as its successor in tab orderGabriel de Dietrich2010-02-061-0/+2
* Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-02-069-65/+79
* QStyleSheetStyle: Fix combinaison of border-image and border-radiusOlivier Goffart2010-02-061-0/+2
* Fixed a crash when QPixmaps are destroyed after the ~QApplication.Trond Kjernåsen2010-02-062-3/+8
* Fixed missing textures in the boxes demo.Kim Motoyoshi Kalland2010-02-061-0/+1
* Fixed garbled 3D Qt logo in the overpainting example.Kim Motoyoshi Kalland2010-02-061-0/+3
* QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible.Bjørn Erik Nilsen2010-02-063-6/+18
* Optimize single-rect IntersectClip in OpenVG using the scissorRhys Weatherley2010-02-061-4/+42
* Avoids a possible crash when saving the state of a main windowThierry Bastian2010-02-061-7/+7
* Use OpenVG scissor on 90/180/270 rotations and simple clips.Rhys Weatherley2010-02-061-7/+23
* Fixed casual crash in initializeDb (Symbian)Alessandro Portale2010-02-061-6/+5
* Remove unneeded resources from QtGuiAlessandro Portale2010-02-053-4/+145
* Fixed an endless loop if printing web pages.Trond Kjernåsen2010-02-051-0/+5
* Webkit: Fix missing namespace.ck2010-02-051-0/+2
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-02-054-11/+30
* Added descriptions of translatable strings for Phonon MMF reverb effectGareth Stockwell2010-02-041-1/+21
* Corrected namespace for Phonon::MMF translatable error stringsGareth Stockwell2010-02-041-1/+1
* Deployed QtMultimedia.dll on SymbianGareth Stockwell2010-02-041-0/+4
* Implementation for QVGPixmapData to/fromSymbianCFbsBitmapJani Hautakangas2010-02-041-2/+92
* Adjust rw base address for gui built with GCCE for Symbian OSIain2010-02-041-1/+2
* Cleared up QEvent documentation for QGraphicsSceneDragDropEvent events.Bastian Bense2010-02-041-4/+4
* S60 softkey refactoring (support for merging, priorities and menus)Janne Anttila2010-02-0413-183/+727
* Fixed potential crash in mac styleJens Bache-Wiig2010-02-031-3/+5
* Fix missing non-unified toolbar margins on MacJens Bache-Wiig2010-02-031-6/+13
* Fixed no-timeout case for QProcess::waitForFinished in SymbianMiikka Heikkinen2010-02-031-17/+24