summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-1929-183/+330
|\
| * fix widget activation from minimized state on Windows mobileJoerg Bornemann2009-10-191-0/+2
| * qwidget_wince.cpp: don't invalidate the crect on maximizeJoerg Bornemann2009-10-191-14/+4
| * qwindowsmobilestyle.cpp: endif comment fixedJoerg Bornemann2009-10-191-1/+1
| * Fix doc error.Jason Barron2009-10-191-1/+1
| * Fixed QWidget::raise in SymbianMiikka Heikkinen2009-10-191-1/+6
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-1952-293/+826
| |\
| | * Fix crash in QPixmapCache.David Faure2009-10-191-0/+1
| | * Made Mac Carbon use the input method hints when deciding on IM.axis2009-10-191-1/+5
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-1982-1630/+3317
| | |\
| | * | This reverts commit 99739f35bf700a2bff707da99f5043cd7c12aed5.Kim Motoyoshi Kalland2009-10-161-3/+4
| | * | Fixed a crash in tst_qpainter on SPARC w/gcc.Trond Kjernåsen2009-10-161-2/+2
| | * | Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-152-29/+35
| | * | Added explicit qualification of static functions to fix xlC compilation.Samuel Rødal2009-10-151-3/+3
| | * | Optimized raster drop shadow filter to only blur alpha channel.Samuel Rødal2009-10-151-24/+27
| | * | CompileEskil Abrahamsen Blomfeldt2009-10-151-1/+1
| | * | Optimized bloom graphics effect implementation.Samuel Rødal2009-10-141-9/+13
| | * | Added qt_toRasterPixmap functions.Samuel Rødal2009-10-141-0/+23
| | * | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-149-8/+38
| | * | Fixed wrong use of graphics effects for pixmap graphics items.Samuel Rødal2009-10-141-27/+7
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-142-2/+3
| | |\ \
| | | * | Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-2/+1
| | | * | Fixed bug where bitmaps were painted black instead of in pen colour.Kim Motoyoshi Kalland2009-10-131-0/+2
| | * | | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-131-4/+4
| | * | | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-132-8/+38
| | |/ /
| | * | Fixed documentation of QPixmap::x11Info() to not talk about widgets.Samuel Rødal2009-10-121-5/+5
| | * | Fixed bug on X11 with WA_TranslucentBackground and native child widgets.Samuel Rødal2009-10-121-25/+46
| | * | Fixed bug where calling fill on pixmap with active painter would crash.Kim Motoyoshi Kalland2009-10-091-0/+10
| * | | Fixed bad glyph rendering under cocoaGunnar Sletta2009-10-193-18/+54
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-19119-2207/+4500
|\ \ \ \ | | |_|/ | |/| |
| * | | Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-164-4/+283
| * | | Doc: Gesture API documentation review and improvements.David Boddie2009-10-162-12/+37
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-10-161-1/+1
| |\ \ \
| | * | | doc: Corrected typo.Martin Smith2009-10-161-1/+1
| * | | | Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-165-13/+13
| |/ / /
| * | | doc: Fixed the wording in some \brief commands.Martin Smith2009-10-162-2/+2
| * | | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-1611-77/+128
| |\ \ \
| | * | | Recognize transformed screens when looking for a QGLScreenRhys Weatherley2009-10-161-1/+2
| | * | | Use the fallback icon theme name, if the system icon theme name can not be de...Robert Griebl2009-10-151-0/+4
| | * | | Make QT_DIRECTFB_SUBSURFACE an opt-in optionAnders Bakken2009-10-151-1/+1
| | * | | Fix themed icon loader on DEs other than KDE and Gnome.Robert Griebl2009-10-151-0/+2
| | * | | Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-153-14/+14
| | |\ \ \
| | | * | | Some sub menus are disabled in CocoaPrasanth Ullattil2009-10-151-2/+2
| | | * | | Fix regression while updating items in itemview.Olivier Goffart2009-10-131-1/+1
| | | * | | Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
| | * | | | Merge commit 'a814aba657288942b5beed70a2110446420f981c' into origin-4.6Olivier Goffart2009-10-154-2/+7
| | |\ \ \ \
| | | * \ \ \ Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-155-67/+92
| | | |\ \ \ \
| | | * \ \ \ \ Merge origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-1425-85/+740
| | | |\ \ \ \ \
| | | * | | | | | Make the autotest pass for descending order in QTableWidgetPierre Rossi2009-10-142-2/+2
| | | * | | | | | Sorting bug in QTableView fixPierre Rossi2009-10-131-0/+2