summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-3043-397/+1344
|\
| * 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-292-7/+7
| * Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-4/+3
| * 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
| * 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
| * 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-2823-140/+797
| |\
| | * 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-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-261469-16242/+42575
| | |\
| | * | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-235-1/+25
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-281416-12736/+56961
| |\ \ \
| * | | | Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-281-3/+7
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-0/+4
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2286-3614/+6426
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-75/+16
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2236-140/+1504
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2136-30151/+54489
| |\ \ \ \ \ \ \
| * | | | | | | | Compile on Windows when QS_RAWINPUT is not defined.Bradley T. Hughes2009-10-211-1/+4
| * | | | | | | | Use GetStatusQueue() to look for timer and input messagesBradley T. Hughes2009-10-211-2/+1
| * | | | | | | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-205-32/+0
| * | | | | | | | Send posted events in response to WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-201-84/+94
* | | | | | | | | Add QScriptString::toArrayIndex() functionKent Hansen2009-10-302-0/+31
* | | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-10-3074-1416/+1979
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-3020-320/+457
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.6-s60' into 4.6axis2009-10-3020-320/+457
| | |\ \ \ \ \ \ \ \ \