summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-312-3/+9
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-302-3/+9
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-302-3/+9
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-292-3/+9
| | | |\
| | | | * Remove use of shared NOTIFY signals in QGraphicsScaleMartin Jones2010-07-292-3/+9
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-303-235/+299
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-293-235/+299
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed key event handling on Symbian.axis2010-07-292-55/+118
| | * | | Cleaned up old comments.axis2010-07-291-12/+0
| | * | | Refactored the virtual mouse handling code into its own function.axis2010-07-292-171/+181
| | * | | Removed static on a member that didn't have to be.axis2010-07-292-5/+8
| | |/ /
* | | | QFileDialog crashes when empty selectedFilter is set on Carbon.Prasanth Ullattil2010-07-301-3/+5
|/ / /
* | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-07-292-2/+10
|\ \ \
| * \ \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-07-292-2/+10
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-292-2/+10
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-07-271-1/+6
| | | |\
| | | | * Fix crash when all the items in a QListView are hiddenGabriel de Dietrich2010-07-271-1/+6
| | | * | Workaround for QTBUG-8013: Do not return an ascent of 0Alessandro Portale2010-07-271-1/+4
| | | |/
| | | * Ensure backing store is deleted before top-level windowGareth Stockwell2010-07-261-0/+4
* | | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-3/+3
* | | | Fix compilation with QT_NO_TEXTCODECTasuku Suzuki2010-07-291-1/+1
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-293-21/+35
|\ \ \ | |/ / |/| |
| * | Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-283-21/+33
| * | Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-07-281-0/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-283-0/+41
|\ \ \
| * | | Wrong geometery for QMainWindow with Unified toolbar on Cocoa.Prasanth Ullattil2010-07-283-0/+41
| |/ /
* | | QMenu and QStyleSheetStyle: fix setting a border.Olivier Goffart2010-07-281-0/+7
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-275-16/+19
|\ \
| * | Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-273-9/+12
| * | Merge branch '4.7' of http://git.scm.dev.nokia.troll.no/qt/oslo-staging-1 int...Kevin Wright2010-07-276-2/+192
| |\ \
| * | | Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-07-272-7/+7
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-278-83/+282
|\ \ \ \
| * | | | Remove an useless assert from comp_func_SourceOver_sse2()Benjamin Poulain2010-07-271-1/+0
| * | | | Implement the composition mode "Plus" with SSE2Benjamin Poulain2010-07-273-5/+74
| * | | | Clean the CompositionFunction tables of drawhelperBenjamin Poulain2010-07-277-77/+208
| | |/ / | |/| |
* | | | Fix signal emission of QDesktopWidget on Symbian.Jason Barron2010-07-271-6/+16
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-261-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix crash caused by not clearing the QPixmapCache on application exit.Oleh Vasyura2010-07-261-0/+2
| * | | Ensure backing store is deleted before top-level windowGareth Stockwell2010-07-261-0/+4
| |/ /
* | | Use SSSE3 to convert from RGB888 to RGB32Benjamin Poulain2010-07-263-1/+160
* | | Extend the build system to SSSE3Benjamin Poulain2010-07-261-0/+20
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-252-1/+12
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-232-1/+12
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-232-1/+12
| | |\ \
| | | * | Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-232-1/+12
* | | | | Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-1/+3
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-231-0/+1
|\ \ \ \
| * \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-231-0/+3
| |\ \ \ \ | | |/ / /
| * | | | doc: Added missing \since 4.7 to effect propertyu.Martin Smith2010-07-231-0/+1
| | |/ / | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-232-0/+13
|\ \ \ \ | |_|/ / |/| | |