summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sed -i -e 's/for(/for (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-154-5/+5
* sed -i -e 's/if(/if (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-157-45/+45
* Use QT_NO_DEBUG, not _DEBUG.Frans Englich2009-10-154-9/+9
* Remove trailing whitespace.Frans Englich2009-10-157-108/+108
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-15176-23837/+22608
|\
| * Compile on Carbon.Morten Johan Sørvig2009-10-151-0/+4
| * Signal for an update when the cursor is visibleAlan Alpert2009-10-151-1/+1
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-158-34/+11
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-153-43/+21
| |\
| | * Change the frame rate property to a qreal from a QPair<int,int> rationalAndrew den Exter2009-10-152-42/+17
| | * Removed assertion from QComboBox::removeItem()Stian Sandvik Thomassen2009-10-151-1/+4
| * | Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-154-32/+10
| |/
| * Update IBY file to contain all Qt modules, inc. phonon, multimedia, sqlIain2009-10-141-0/+8
| * Cocoa: QInputDialog autotest reveals event dispatcher bugRichard Moe Gustavsen2009-10-141-8/+13
| * doc: Replaced \obsolete with \warning.Martin Smith2009-10-143-59/+76
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-141-0/+3
| |\
| | * Cocoa: qfiledialog will not exit cleanlyRichard Moe Gustavsen2009-10-141-0/+3
| * | Removed platform specific include from qprocess.hMiikka Heikkinen2009-10-144-11/+13
| |/
| * Improve scissor clipping in the OpenVG engineRhys Weatherley2009-10-131-0/+4
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-131-1/+7
| |\
| | * Don't create too many window surfaces in DFBAnders Bakken2009-10-131-1/+5
| | * Make sure we don't repaint when moving a windowAnders Bakken2009-10-131-0/+2
| * | Explicitly request the alpha mask in the EGL configurationRhys Weatherley2009-10-131-0/+4
| |/
| * Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
| * Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
| * Mac: fix autotest for qcolordialogRichard Moe Gustavsen2009-10-131-1/+3
| * crash fix on WinCE without gesture supportMaurice Kalinowski2009-10-131-3/+6
| * *Completely new* EABI DEF files for Symbian OSIain2009-10-1311-20796/+18739
| * Temporary workaround to get WebKit to pick up DEF file from std locationIain2009-10-131-0/+13
| * Mac: small bugfix to the mac gesture implementationRichard Moe Gustavsen2009-10-131-0/+6
| * Fixed the QKeyEvent::nativeModifiers() call.axis2009-10-131-1/+1
| * Mac: small code fix-up for the gesture commit 5 min ago.Richard Moe Gustavsen2009-10-131-2/+5
| * Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-136-17/+392
| * Carbon: QApplication auto test shows bug in event dispatcherRichard Moe Gustavsen2009-10-131-1/+1
| * Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-134-4/+7
| * Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-137-16/+11
| * Re-applying commit ee0a43fee20cc398b505eb65218ebed56dfc8f39Jocelyn Turcotte2009-10-131-2/+6
| * Remove heuristic mask from S60 cursor to match other platformsShane Kearns2009-10-131-12/+12
| * Merge qt-team-widgets/4.6 into origin/4.6Olivier Goffart2009-10-1311-130/+340
| |\
| | * Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-1259-1391/+2041
| | |\
| | * | Fixed keyboard navigation for QTableViewGabriel de Dietrich2009-10-123-71/+140
| | * | Update lastTick on all timerTicks in QAbstractAnimationLeonardo Sobral Cunha2009-10-091-7/+4
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-0925-128/+218
| | |\ \
| | * | | Fixed a potential crash in QGraphicsScenePrivate::_q_polishItems()J-P Nurmi2009-10-092-5/+8
| | * | | Fix context menu and menu key in QGraphicsView.Alexis Menard2009-10-081-1/+1
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-0833-239/+368
| | |\ \ \
| | * | | | In QParallelAnimationGroup, only stop the children if they arent stoppedLeonardo Sobral Cunha2009-10-071-3/+5
| | * | | | Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-074-47/+186
| | * | | | Removed unused function QUnifiedTimer::elapsedTime from animation api privateLeonardo Sobral Cunha2009-10-071-1/+0
| | * | | | In QAbstractAnimation::setState setCurrentTime when animation pausesLeonardo Sobral Cunha2009-10-071-8/+9