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.7-integ...Qt Continuous Integration System2010-07-181-5/+28
|\
| * Corrected BLEND_SOURCE_OVER_ARGB32_WITH_CONST_ALPHA_SSE2Andreas Kling2010-07-181-4/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-181-5/+28
| |\
| | * Used aligned load and store when possible for the blending of ARGB32Benjamin Poulain2010-07-171-5/+28
* | | Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-183-9/+9
|/ /
* | Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-1726-82/+236
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-174-10/+22
| |\
| | * Revert "Used aligned load and store when possible for the blending of ARGB32"Jason McDonald2010-07-171-29/+5
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-175-15/+51
| | |\
| | | * Used aligned load and store when possible for the blending of ARGB32Benjamin Poulain2010-07-161-5/+29
| | | * Windows mobile: hide [X] button in task bar on unmaximizeJoerg Bornemann2010-07-163-0/+19
| | | * Windows mobile: the [X] button in the taskbar minimizes the widgetJoerg Bornemann2010-07-161-1/+1
| | | * Windows mobile: show the [X] button in the taskbar when maximizingJoerg Bornemann2010-07-161-0/+2
| | | * unused struct DIBINFO removed from qguifunctions_wince.cppJoerg Bornemann2010-07-161-9/+0
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-161-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | Revert the change in applicationShouldTerminate().Fabien Freling2010-07-161-1/+0
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-161-1/+1
| |\ \ | | |/ | |/|
| | * Fix RightBearing confusion in text layoutmae2010-07-161-1/+1
| * | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-07-167-12/+20
| |\ \ | | |/
| * | Fix for tst_qmdisubwindow::fixedMinMaxSize failure on CocoaPrasanth Ullattil2010-07-151-0/+7
| * | Drag and drop cursor doesnot change on invalid drop areas (Cocoa)Prasanth Ullattil2010-07-142-3/+36
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-1417-67/+170
| |\ \
| | * | Crash while runnig tst_QMdiSubWindow::emittingOfSignals test on CocoaPrasanth Ullattil2010-07-141-0/+4
| | * | Fix an Assert in QTextTablePierre Rossi2010-07-141-4/+24
| | * | Revert "Fix an Assert in QTextTable"Aaron McCarthy2010-07-141-24/+4
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-131-4/+24
| | |\ \
| | | * | Fix an Assert in QTextTablePierre Rossi2010-07-131-4/+24
| | * | | doc: Fixed several qdoc warnings.Martin Smith2010-07-131-3/+3
| | |/ /
| | * | Fixing merge conflicts.Martin Smith2010-07-136-27/+46
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-1014-60/+139
| | |\ \ \
| | | * | | QFileIconProvider: Load icons on demand.Friedemann Kleint2010-07-091-30/+41
| | | * | | Fix QWizard icon and metrics on Windows 7 and VistaJens Bache-Wiig2010-06-182-20/+43
| | | * | | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+1
| | | * | | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+6
| | | * | | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+2
| | | * | | Change default TapAndHold timeout and make configurableThomas Zander2010-07-084-4/+36
| | | * | | Avoid unneeded additionThomas Zander2010-07-081-2/+2
| | | * | | Fix compilation when QT_NO_IM is definedTasuku Suzuki2010-07-083-1/+8
* | | | | | Fix compilation after mergeAndy Shaw2010-07-161-1/+0
* | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-07-166-11/+47
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-156-11/+47
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix last character being overwritten in password fieldShane Kearns2010-07-131-0/+4
| | * | | | Initalize the nativeDialogInUse variableAndy Shaw2010-07-081-0/+1
| | * | | | Fix crash when removing columns in merged rowEskil Abrahamsen Blomfeldt2010-07-071-3/+4
| | * | | | Fixed missing clip when computing the graphics item effect source rect.Samuel Rødal2010-07-022-7/+34
| | * | | | Layout direction change by key should change alignment of QLineEditEskil Abrahamsen Blomfeldt2010-06-291-1/+4
* | | | | | QFileDialog : Fix completer showing up on the MyComputer view.Alexis Menard2010-07-151-1/+3
* | | | | | Amend previous commit 4e2eb2945dbc3865e2901f12d663ed89e8f0dfbf to fix compila...Olivier Goffart2010-07-154-4/+10
* | | | | | Compile with QT_NO_DEBUG_STREAMOlivier Goffart2010-07-144-6/+8
* | | | | | Work around memory leak issue in grid and linear layouts.Andreas Aardal Hanssen2010-07-142-8/+6
|/ / / / /