summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* QGtkStyle refactoringRobert Griebl2009-11-031-2/+2
* Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-0/+6
|\
| * Emit workAreaResized() in X11 when it changesGustavo Pichorim Boiko2009-10-271-0/+6
* | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-271-6/+8
|/
* Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-071-39/+3
* Add support for XFCE desktop integrationJens Bache-Wiig2009-10-061-2/+7
* Implemented the SAVE_TARGET in QClipboard on X11Denis Dzyubenko2009-09-161-0/+2
* QCursor support for Symbian OSShane Kearns2009-09-151-2/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Respect "menus_have_icons" property in GTK+Jens Bache-Wiig2009-09-021-0/+7
* Disable event compression when the tablet events are acceptedBenjamin Poulain2009-08-311-53/+58
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
* | 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