summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1015-362/+430
* Add QEventDispatcherMac.Morten Sorvig2011-06-093-1/+18
* Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-099-424/+17
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-084-4/+40
* Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* Fixed compilation with QT_NO_PRINTEROlli Werwolff2011-06-081-0/+2
* Implement QDropEvent::source() againLars Knoll2011-06-072-7/+5
* Protect against deleted windowsLars Knoll2011-06-071-0/+24
* Initialize variableLars Knoll2011-06-071-0/+1
* Implement XDnD in the xcb pluginLars Knoll2011-06-072-54/+55
* Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-067-1/+104
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-034-0/+37
* add a platform interface for DnDLars Knoll2011-06-017-142/+132
* Clean up DnD codeLars Knoll2011-06-014-480/+403
* Have a sensible default double click interval.Laszlo Agocs2011-05-311-2/+2
* Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-313-3/+135
* Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-311-1/+1
* Add focus and modal dialog support.Laszlo Agocs2011-05-302-0/+8
* Add QPlatformPrinterSupport.Friedemann Kleint2011-05-302-1/+15
* Compile fix Linux.Friedemann Kleint2011-05-261-0/+1
* Compile fix for QtGui when configure with -qpa on WindowsOlli Werwolff2011-05-264-11/+27
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2464-1173/+1152
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24232-3940/+3940
| * Doc: Fixed qdoc warnings.David Boddie2011-05-233-37/+20
| * Doc: Fixed qdoc warnings.David Boddie2011-05-232-7/+10
| * Doc: Fixed qdoc warnings.David Boddie2011-05-2310-66/+54
| * Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-232-1/+14
| * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-191-2/+9
| * Always call XInitThreads.Gunnar Sletta2011-05-191-2/+2
| * Fix initial main window dimensions for "fullscreen with softkeys" caseMiikka Heikkinen2011-05-111-0/+5
| * Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-112-0/+21
| * Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-101-2/+4
| |\
| | * Avoided calling updateAccessibility() from updateMicroFocus if the item was h...Jan-Arve Sæther2011-05-101-2/+4
| * | Fixed bug in X11 backend when creating translucent windows.Samuel Rødal2011-05-101-2/+7
| * | Reduce open and stat system calls for QSettingsmae2011-05-101-0/+3
| * | Fixes warnings about unused variablesOlivier Goffart2011-05-102-4/+1
| * | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-05-102-0/+29
| * | Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-05-101-1/+10
| * | Fixed regression where AT client did not always announce stuff properly.Jan-Arve Sæther2011-05-101-1/+6
| * | Call QAccessible::updateAccessibility when changing accessible name.Frederik Gladhorn2011-05-101-0/+2
| |/
| * Change the repaint() call to an update().Fabien Freling2011-05-101-2/+2
| * Change the repaint() to an update().Fabien Freling2011-05-101-4/+4
| * Fix a race condition when the main window is being destructed.Fabien Freling2011-05-101-0/+1
| * Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-102-2/+2
| * Added Wayland selection support.Laszlo Agocs2011-05-093-0/+9
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-1/+1
* | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-233-0/+4
* | Added QWindow::setTransientParent().Samuel Rødal2011-05-233-4/+24