summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Mark the QGestureEvent::setWidget as internalThomas Zander2009-10-281-0/+2
* Make the un/registerGestureRecognizer methods staticThomas Zander2009-10-281-2/+2
* Rename private member variables to begin with m_Thomas Zander2009-10-282-67/+66
* Drag and drop of plain text doesnot work on Mac.Prasanth Ullattil2009-10-283-8/+15
* Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-285-7/+133
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-2820-134/+609
|\
| * Emit workAreaResized() in X11 when it changesGustavo Pichorim Boiko2009-10-272-9/+6
| * Fill gap of X.org/XFree multimedia/special/launcher keysHelio Chissini de Castro2009-10-272-91/+369
| * Renamed QGestureRecognizer::ResultFlags to ResultFlagDenis Dzyubenko2009-10-272-3/+3
| * Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-2/+4
| * Selected tab is drawn incorrectly on Snow Leopard.Prasanth Ullattil2009-10-271-4/+5
| * QTabbar is not behaving (painting) like native ones on Mac.Prasanth Ullattil2009-10-272-3/+25
| * Removed the obsolete documentation reference from the QGesture.Denis Dzyubenko2009-10-261-6/+0
| * Fix the debug output to be correct again after refactoringThomas Zander2009-10-261-7/+7
| * Fix memory leaks in the gesture managerThomas Zander2009-10-261-1/+2
| * Add QWidget::ungrabGestureThomas Zander2009-10-264-0/+35
| * Implement QApplication::unregisterGestureRecognizerThomas Zander2009-10-263-6/+49
| * Added convenience functions QGestureEvent::setAccepted with a gestureDenis Dzyubenko2009-10-262-5/+68
| * Implemented QGestureEvent::activeGestures and canceledGestures.Denis Dzyubenko2009-10-261-2/+12
| * Optimisation for filtering events for gestures in graphics view.Denis Dzyubenko2009-10-261-1/+3
| * Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-2684-654/+1559
| |\
| * | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-234-0/+21
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-28100-698/+1697
|\ \ \
| * | | qdoc: Update QGraphicsTransform docs after changes to QGraphicsRotationRhys Weatherley2009-10-281-0/+3
| * | | Doc: Fixed qdoc warning.David Boddie2009-10-271-1/+1
| * | | Fix for Gtk+ toolbuttons and sliders.Robert Griebl2009-10-273-7/+34
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-2712-33/+49
| |\ \ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2747-165/+400
| | |\ \ \
| | * | | | Fixed select softkey for comboboxes (QTBUG-4702).Janne Anttila2009-10-271-10/+10
| | * | | | Removed the need for extra Symbian traps after QApp construction.axis2009-10-262-0/+15
| | * | | | Fixed a crash in the QApplication autotest.axis2009-10-261-1/+2
| | * | | | Remove compilation warning from QtGuiSami Merilä2009-10-261-1/+1
| | * | | | Softkeys should not put exit by default on RSK for dialogs and popups.Janne Anttila2009-10-231-1/+2
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2331-283/+846
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-2220-138/+319
| | |\ \ \ \ \
| | * | | | | | QtGui release/debug binary compatibilityShane Kearns2009-10-226-18/+12
| | * | | | | | Lowering toplevel widget puts app to background.Miikka Heikkinen2009-10-221-2/+7
| * | | | | | | Carbon: active window not restoredRichard Moe Gustavsen2009-10-271-2/+9
| * | | | | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-274-71/+38
| | |_|_|/ / / | |/| | | | |
| * | | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-262-7/+0
| * | | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-261-2/+21
| * | | | | | QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Fix ifdef around QMatrix4x4::rotate(QQuaternion)Rhys Weatherley2009-10-261-1/+1
| * | | | | Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-263-5/+111
| * | | | | Make compile on X11 systems where qreal == floatRhys Weatherley2009-10-261-1/+1
| * | | | | Fix a crash in shutdown of QGraphicsEffectRhys Weatherley2009-10-251-1/+1
| * | | | | Add an extra overload for QMatrix4x4::toTransform()Rhys Weatherley2009-10-254-5/+24
| * | | | | Merge branch '4.5' into 4.6Thiago Macieira2009-10-233-29/+6
| |\ \ \ \ \
| | * | | | | QWidget painting regression on Windows.Bjørn Erik Nilsen2009-10-221-1/+1
| | * | | | | QWindowsMobileStyle::drawPrimitive(PE_Frame) background color fixedJoerg Bornemann2009-10-221-4/+2