summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-06-3033-78/+166
|\
| * Fixes the documentation of QGraphicsEffect::update().Yoann Lopes2010-06-301-6/+3
| * Add the conversion in-place for QPixmap::fromImageReader() on raster.Benjamin Poulain2010-06-302-0/+12
| * Add QPixmap::fromImageReader() to decode arbitrary images in place.Benjamin Poulain2010-06-304-1/+35
| * Fixed a crash in menubar with invisible actionsThierry Bastian2010-06-301-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2925-174/+434
| |\
| | * Made -graphicssystem trace work with Qt::TextBypassShaping flag.Samuel Rødal2010-06-293-4/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2822-170/+430
| | |\
| | | * Fix an assertion in comp_func_SourceOver_sse2() if const_alpha == 0Benjamin Poulain2010-06-281-1/+1
| | | * New variant of ::createPixmapData with origin for QGraphicsSystem.Michael Dominic K2010-06-283-1/+6
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2719-169/+424
| | | |\
| | | | * Fixed autotest failure in QPathClipper on N900.Samuel Rødal2010-06-252-34/+18
| | | | * Fix compilation when configured with -no-xrenderGunnar Sletta2010-06-251-1/+1
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2416-134/+405
| | | | |\
| | | | | * Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-244-4/+15
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2412-130/+390
| | | | | |\
| * | | | | | Improved QCommandLinkButton's vertical spacingJohn Brooks2010-06-291-5/+13
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-274-10/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Change the files to camelcase as avkon now does thatThomas Zander2010-06-251-7/+7
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-243-3/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.6-s60' into 4.7-s60axis2010-06-242-3/+4
| | | |\ \ \
| | | | * | | Allow TLW translucency on Symbian without Qt::FramelessWindowHintGareth Stockwell2010-06-231-3/+0
| | | | * | | Ensure that compiling with the no debug/warning output defines worksAndy Shaw2010-06-231-0/+4
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7-s60axis2010-06-241-1/+1
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Don't crash when cleaning the uninitialized fontdatabase (Symbian)Alessandro Portale2010-06-241-0/+2
| * | | | | | Warn if surface creation failsHarald Fernengel2010-06-251-1/+4
| |/ / / / /
| * | | | | No more enter & leave events after a popup menu is closed on WindowsPrasanth Ullattil2010-06-241-3/+20
| * | | | | Child windows shown automatically when their parent is shown(Cocoa).Prasanth Ullattil2010-06-241-1/+1
| * | | | | QKeyEvent::text() inconsistency between Linux and MacPrasanth Ullattil2010-06-242-4/+18
| | |/ / / | |/| | |
| * | | | Make QtFontFamily::symbol_checked a bitfield.Andreas Kling2010-06-241-1/+1
| |/ / /
* | | | Doc: Made the Gestures Programming document more visible.David Boddie2010-06-303-5/+31
| |_|/ |/| |
* | | Fixed some potential index-out-of-bounds issues in QImage.Kim Motoyoshi Kalland2010-06-241-4/+22
* | | Fixed autotest failure in fillRect_stretchToDeviceModeSamuel Rødal2010-06-241-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-2411-126/+368
|\ \ \ | |/ / |/| |
| * | Add an implementation of comp_func_solid_SourceOver_neon() with Neon.Benjamin Poulain2010-06-233-0/+46
| * | Fix the casts of qdrawhelper_sse2Benjamin Poulain2010-06-231-4/+4
| * | Add a SSE2 implementation of comp_func_solid_SourceOver()Benjamin Poulain2010-06-232-2/+33
| * | Add a SSE2 version of comp_func_SourceOver()Benjamin Poulain2010-06-232-61/+116
| * | Fixed missing copy of raster pixmap data after change fb76a872e20bd.Samuel Rødal2010-06-232-0/+6
| * | Fixed QPixmap::toImage() bug introduced in fb76a872e20bd.Samuel Rødal2010-06-231-0/+10
| * | Optimized sub-rect copying / painting of QPixmaps.Samuel Rødal2010-06-237-62/+152
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-231-1/+5
| |\ \
| | * | Fixed crash in the fast blend functions for rasterGunnar Sletta2010-06-231-1/+5
* | | | Newly created folders in QFileDialog are disabled on Cocoa.Prasanth Ullattil2010-06-231-9/+9
* | | | Improve text performance with QtWebKit in Qt 4.7Simon Hausmann2010-06-231-1/+23
* | | | When a drag is finished with on Mac, then it should delete itselfAndy Shaw2010-06-232-0/+6
|/ / /
* | | Fix a crash on exit. Destruction order in font database. (Symbian^4)Alessandro Portale2010-06-222-6/+18
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-2214-206/+112
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-2115-208/+114
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-2113-95/+421
| | |\ \