summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-202-6/+14
|\ \ \ | |/ / | | / | |/ |/|
| * Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
| * Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-2/+6
* | Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-181-4/+25
* | Fix compilation on Mac.Volker Hilsheimer2009-07-171-1/+1
* | Implement QDesktopWidget::screenCount as a property, and add Q_PROPERTYVolker Hilsheimer2009-07-171-0/+4
* | Merge branch 'screencountchanged'Volker Hilsheimer2009-07-176-47/+80
|\ \
| * | Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-176-47/+80
* | | Add priority property to QActionJens Bache-Wiig2009-07-173-1/+35
* | | Add reading of kde colors Link and LinkVisited colors from qt apps in qapplic...Jeremy Whiting2009-07-171-0/+12
* | | Move QMacStyle icon handling down to the common style.Norwegian Rock Cat2009-07-172-0/+49
|/ /
* | Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
* | 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