summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Gesture api review.Denis Dzyubenko2009-11-0335-446/+441
* Modified gesture events propagation.Denis Dzyubenko2009-11-036-37/+150
* Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-038-72/+90
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-039-102/+130
* Fixed the imagegestures project file.Denis Dzyubenko2009-11-031-3/+3
* Improved gesture scrollarea manualtest.Denis Dzyubenko2009-11-032-11/+33
* Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-033-4/+18
* Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-033-5/+6
* Cocoa: fix double emit bug from file dialogRichard Moe Gustavsen2009-11-031-3/+7
* Titlebar icon (for e.g. Assistant) not visible in Cocoa.Prasanth Ullattil2009-11-023-0/+31
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-10-307-49/+182
|\
| * Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-305-22/+109
| * Fix unit test and add autoCancel test for graphicsviewThomas Zander2009-10-301-26/+72
| * Removed the margin in assistant on Mac.Denis Dzyubenko2009-10-301-1/+1
* | Fix QDesktopServices::DataLocation on Mac.Morten Johan Sørvig2009-10-303-12/+10
* | Fix indentation.Morten Johan Sørvig2009-10-301-89/+89
* | Fix issue with wrong QMessagebox icons on Mac.Morten Johan Sørvig2009-10-301-2/+3
|/
* Remove the unnecessary (and broken) tst_QMouseEvent::checkMouseMoveEvent() testBradley T. Hughes2009-10-301-75/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-3050-413/+1646
|\
| * Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-086-28/+166
| * Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-293-7/+8
| * Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-292-4/+78
| * Fix a combobox autotest on VistaJens Bache-Wiig2009-10-071-2/+3
| * Fix split tool button drawing on Vista when not in a tool barJens Bache-Wiig2009-10-071-10/+36
| * Wrong font used when moving a tab in document mode.Prasanth Ullattil2009-10-281-0/+1
| * Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-282-13/+13
| * Tiny doc change by David Boddie.Denis Dzyubenko2009-10-281-3/+3
| * Delete all gesture objects and recognizers when gesture manager is deleted.Denis Dzyubenko2009-10-281-0/+5
| * Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-282-25/+29
| * Fixed the scrollarea gesture manual test.Denis Dzyubenko2009-10-282-2/+2
| * Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-283-11/+7
| * QLocale: AM/PM symbol support for symbian platformdka2009-10-281-1/+3
| * Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-282-25/+25
| * 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-286-7/+195
| * add empty test method, should implement it fully when more important things a...Thomas Zander2009-10-281-0/+16
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-2825-141/+930
| |\
| | * 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-274-96/+553
| | * Renamed QGestureRecognizer::ResultFlags to ResultFlagDenis Dzyubenko2009-10-272-3/+3
| | * Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-272-3/+24
| | * Improved gesture autotest reliability on X11.Denis Dzyubenko2009-10-271-0/+5
| | * 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