summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-4/+8
|\
| * Make assorted constructors follow good coding practiceKeith Isdale2009-08-241-1/+2
| * Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
| * Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-08-121-0/+4
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Don't use pointers to temporary vars that go out of scope.Denis Dzyubenko2009-08-191-1/+1
* | Avoid divide by zero on buggy Xlib/Xserver implementationsBradley T. Hughes2009-08-181-4/+14
* | Fixed Coverity defect CID 1528.Gabriel de Dietrich2009-08-141-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Make QGtkStyle react properly to font changes in GNOMEJens Bache-Wiig2009-08-101-16/+20
* | Introducing icon theme supportJens Bache-Wiig2009-08-101-1/+3
* | Refactor the code that reads the KDE config in one fileOlivier Goffart2009-08-071-169/+33
* | Merge branch '4.5'Thiago Macieira2009-07-221-20/+15
|\|
| * Revert "Added a check that X11 timestamp goes forward only."Denis Dzyubenko2009-07-221-20/+15
* | Merge branch 'screencountchanged'Volker Hilsheimer2009-07-171-11/+2
|\ \
| * | Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-171-11/+2
* | | Add reading of kde colors Link and LinkVisited colors from qt apps in qapplic...Jeremy Whiting2009-07-171-0/+12
|/ /
* | Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-241-2/+6
|\ \
| * | Fixed build error on X11 with gcc 4.1.2.jasplin2009-06-231-6/+6
* | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+1
* | | Compile with arm-linux-g++ 4.2.1 in scratchboxBradley T. Hughes2009-06-231-6/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-231-21/+27
|\| |
| * | QApplication: Reduce number of kdeglobals file loadsMarkus Goetz2009-06-221-21/+27
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-61/+67
|\| |
| * | Fixes: Tablet not sending mouse release events.Thomas Zander2009-06-171-61/+67
* | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-60/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\| |
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-14/+3
|\| |
| * | Fix for resetting DESKTOP_STARTUP_ID envvar.Denis Dzyubenko2009-06-161-14/+3
| * | Improved resetting the DESKTOP_STARTUP_ID envvar on X11Denis Dzyubenko2009-06-121-6/+22
| * | Integrating QProxyStyleJens Bache-Wiig2009-06-121-33/+43
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-8/+0
| |\|
| | * Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-111-8/+0
* | | use char[] instead of QBitArray to pass to ioctlBradley T. Hughes2009-06-151-7/+14
* | | EV_CNT and ABS_CNT aren't available everywhere, use *_MAX + 1 insteadBradley T. Hughes2009-06-151-2/+2
* | | Merge of masterBradley T. Hughes2009-06-151-48/+66
* | | Add multitouch support for the RX-71 deviceBradley T. Hughes2009-06-151-0/+275
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-1/+86
|\| |
| * | Implemented the NET_WM_SYNC protocol on X11.Denis Dzyubenko2009-06-091-1/+86
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-4/+4
|\| |
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-4/+4
| |\|
| | * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| | * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-42/+0
* | | Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-281-0/+5
* | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-1/+1
|/ /
* | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-43/+1
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-071-15/+20
|\|