summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't disable alpha when filling with opaque colorAnders Bakken2010-03-011-1/+1
* Add support for composition mode DSPD_DST in DFBAnders Bakken2010-03-011-0/+5
* Uncomment #DIRECTFB_DRAWINGOPERATIONS in pri-fileAnders Bakken2010-03-011-1/+1
* Doc: QRegExp::WillcardUnix: the documentation did not show the slashOlivier Goffart2010-03-011-2/+2
* Fix crash using openPersistentEditor and setRowHidden on a QTableViewOlivier Goffart2010-03-011-2/+6
* QObject: fix crash when deleteing the receiver object withing a DirectConncet...Olivier Goffart2010-03-011-7/+10
* Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-4/+11
* handle WM_GESTURE events on WinCE, only if QT_WINCE_GESTURES is definedJoerg Bornemann2010-03-011-0/+2
* Fixed QPixmap::load() to not modify referenced copies (again!)Trond Kjernåsen2010-03-011-13/+6
* fix bad performance penalty for tab widgets for Windows mobile 6.5Joerg Bornemann2010-03-011-18/+19
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-011-1/+8
|\
| * fix qt_wince_is_windows_mobile_65()Joerg Bornemann2010-03-011-1/+8
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-015-19/+79
|\ \ | |/ |/|
| * Added orientation change support for show/showNormal widgets in S60.Janne Anttila2010-03-011-0/+10
| * Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-015-19/+69
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-014-7/+21
|\ \ | |/ |/|
| * Preparation to enable OpenGLES 2.0 for Windows Mobile.ninerider2010-02-273-7/+20
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-261-0/+1
| |\
| | * QAbstractItemView::setIndexWidget: remove the old widget from the QSet of per...Olivier Goffart2010-02-261-0/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-011-0/+10
|\ \ \
| * | | Symbian file system use optimisation for stat and symlinksmread2010-02-261-0/+10
| |/ /
* | | Crash when dragging an empty URL-list.Prasanth Ullattil2010-02-261-3/+7
* | | Fixed autotest tst_QWidget::translucentWidget() on Windows Vista & abovePrasanth Ullattil2010-02-261-1/+5
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-262-11/+8
|\ \ \ | |/ / |/| |
| * | Remove unwanted code after c027f0ae1967ec1d64cb2c9679c8b57f18faf7f5Prasanth Ullattil2010-02-261-6/+0
| * | ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil2010-02-261-5/+8
| |/
* | Build break fix for commit d8465414e6fd543cfc20e732030dedd8d2bc685f.Janne Anttila2010-02-262-4/+3
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-258-219/+231
|\ \ | |/ |/|
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-258-219/+231
| |\
| | * Removed an export that shouldn't be exported.axis2010-02-251-1/+1
| | * Reduced the code and memory footprint of the keymap.axis2010-02-252-129/+124
| | * Enabled Qt key events to work also when native key code is missing.wasila2010-02-253-164/+141
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-2561-705/+1087
| | |\
| | | * Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-254-50/+89
| | * | Crash in QGraphicsScenePrivate::setFocusItemHelperSami Merila2010-02-251-1/+2
* | | | Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
* | | | Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
* | | | Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
|/ / /
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-251-1/+13
|\ \ \
| * | | Revert changes made in scroll_sys().Fabien Freling2010-02-251-1/+13
* | | | Set the roleNames of proxy models to the roleNames of the source model.Stephen Kelly2010-02-251-0/+1
| |_|/ |/| |
* | | Initialize mem to 0Anders Bakken2010-02-241-1/+1
* | | Force DSFLIP_BLIT unless it's a full flip in DFBAnders Bakken2010-02-241-1/+12
* | | Support for disabling partial flips in dfbAnders Bakken2010-02-242-2/+5
* | | Allow forcing premultiplied format in DFBAnders Bakken2010-02-241-1/+5
* | | Better support tlw transparency in DirectFBAnders Bakken2010-02-242-40/+50
* | | Fix an isOpaque bug in QDirectFBWindowSurfaceAnders Bakken2010-02-241-2/+2
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-243-3/+33
|\ \ \ | |/ / |/| |
| * | Fixed translucent window rendering on 16 bit X11.Samuel Rødal2010-02-241-1/+1
| * | GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-2/+25