summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not move keyboard focus to invisible windows on X11.Denis Dzyubenko2010-03-241-5/+0
* Revert "Revert "Make QWidget::activateWindow() NET window manager aware.""Denis Dzyubenko2010-03-241-0/+2
* Revert "Make QWidget::activateWindow() NET window manager aware."Morten Johan Sørvig2010-03-241-2/+0
* Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2).Robert Griebl2010-03-221-0/+2
* Make QWidget::activateWindow() NET window manager aware.Robert Griebl2010-03-221-0/+2
* Improve keyboard layout detection on X11Bradley T. Hughes2010-03-151-9/+54
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-4/+14
|\
| * Make tablet detection work with new wacom driversThomas Zander2010-03-041-2/+7
| * Fix build break in qapplication_x11.cpp.Adrian Constantin2010-03-031-0/+5
| * Allow platform specific values for the double click radius.Raino Priha2010-03-021-2/+2
* | Fix seg-fault when no X11 desktop environment is presentTom Cooksey2010-02-241-23/+53
* | clean up x11 desktop detectionOswald Buddenhagen2010-02-221-86/+30
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-0/+8
|\ \ | |/
| * Fixed compilation with QT_NO_WHEELEVENTDenis Dzyubenko2010-02-101-0/+8
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Don't react to X errors on displays that are not the Qt display.Bradley T. Hughes2009-12-111-0/+5
|/
* 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