summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
* fix warnings with mingwThierry Bastian2009-07-152-1/+3
* Fix warnings for mingwThierry Bastian2009-07-153-24/+28
* Compile after a72c30020bdadbe0d82e583e17acd25715604f7bBjørn Erik Nilsen2009-07-151-1/+1
* repair the mouse cursor on Windows CEJoerg Bornemann2009-07-151-0/+4
* Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-154-46/+35
* Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-142-4/+4
* use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-141-4/+2
* Build fix for mingwThierry Bastian2009-07-143-11/+10
* Compile without qt3supportOlivier Goffart2009-07-131-1/+1
* QToolTip: Uses QPalette::ToolTipText default text color for rich text.Thomas Sondergaard2009-07-131-0/+1
* Merge commit 'origin/4.5'Bill King2009-07-132-6/+3
|\
| * Fixed a crash with input methodsPierre Rossi2009-07-102-6/+3
* | Fix compilation on SnowLeopardNorwegian Rock Cat2009-07-102-5/+5
* | Tablet events get delivered to the widget where the tablet down happend.Luc Devallonne2009-07-101-2/+27
* | Support Tablet coordinate on Windows with non-zero physical originLuc Devallonne2009-07-102-13/+17
* | Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-095-18/+34
* | Merge commit 'origin/4.5'Bill King2009-07-087-75/+82
|\ \ | |/
| * Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
| * Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3
| * Fix issue where a mainwindow would show two size grips in Cocoa.Norwegian Rock Cat2009-07-061-2/+5
| * Implement QApplication::setOverrideCursor to use pure Cocoa callsNorwegian Rock Cat2009-07-061-1/+11
| * Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-022-57/+0
| * Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-022-8/+43
| * Implement hitTestNorwegian Rock Cat2009-07-022-54/+7
| * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-022-4/+15
* | Cocoa: Plain text from clipboard use '\r' as newline instead of '\n'Prasanth Ullattil2009-07-083-2/+25
* | The offset of cropRect should not depend on the position of the windowBenjamin Poulain2009-07-081-1/+1
* | On Mac OS X, translate the wrect to the coordinates on screenBenjamin Poulain2009-07-071-7/+16
* | Fixes a crash when scrolling a scrollarea with a mouse wheel.Denis Dzyubenko2009-07-071-0/+1
* | Getting rid of compiler warnings on windowsThierry Bastian2009-07-072-7/+3
* | doc: Included note about the effect of WA_NoMousePropagation.Martin Smith2009-07-061-0/+4
* | Fix to paint big widgets in a scroll areaBenjamin Poulain2009-07-061-5/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-033-5/+13
|\ \
| * | Drag leave event is delivered, after re-entering the widget.Prasanth Ullattil2009-07-032-2/+10
| * | Fix QX11Embed* with x86_64 by reading prop_return as long.Riku Palomäki2009-07-031-3/+3
* | | signals -> Q_SIGNALSVolker Hilsheimer2009-07-031-1/+1
|/ /
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-031-0/+7
* | Refactored gesture apiDenis Dzyubenko2009-07-0225-2531/+778
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+2
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-022-3/+8
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-1/+1
* | Remove this stale function.Norwegian Rock Cat2009-07-011-23/+0
* | Implement hitTestNorwegian Rock Cat2009-07-012-54/+7
* | Compiler warnings.Bjørn Erik Nilsen2009-07-011-0/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtNorwegian Rock Cat2009-07-0116-815/+405
|\ \
| * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0115-815/+389
| * | doc: Fixed several qdoc error reports.Martin Smith2009-07-011-0/+16
* | | Never discard TabletRelease events as they may be delivered *after* TabletLea...Cédric Luthi2009-07-011-1/+2
* | | Fix tablet eventsCédric Luthi2009-07-011-0/+5