summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reset certain global variables on deletionLars Knoll2011-06-071-0/+2
* Protect against deleted windowsLars Knoll2011-06-071-0/+24
* Initialize variableLars Knoll2011-06-071-0/+1
* Fix some remaining issues with DnDLars Knoll2011-06-074-93/+10
* add WM support classLars Knoll2011-06-079-15/+285
* Implement XDnD in the xcb pluginLars Knoll2011-06-078-752/+656
* X11 DnD implementationLars Knoll2011-06-0710-26/+1883
* Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* Cocoa: Implement raise() and lower().Morten Sorvig2011-06-072-0/+14
* Cocoa: Implement setWindowTitle.Morten Sorvig2011-06-072-0/+9
* Fix Cocoa mouse position handling.Morten Sorvig2011-06-071-4/+4
* Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-0613-3/+154
* Fixed warning about missing return in qmessagebox.cppSamuel Rødal2011-06-061-0/+2
* Set visibility state.Morten Sorvig2011-06-061-2/+5
* Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-0643-223/+316
* Made tst_QWidget::repaintWhenChildDeleted() pass.Samuel Rødal2011-06-061-0/+8
* Prevent tst_QWidget::showAndMoveChild() from failing on KDE.Samuel Rødal2011-06-061-0/+1
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-064-1/+42
* Implemented QXcbScreen::topLevelAt(const QPoint &p).Samuel Rødal2011-06-064-3/+52
* Make XCB plugin work better in combination with auto-tests.Samuel Rødal2011-06-061-0/+1
* Made the tst_QWidget::widgetAt() test a bit more robust.Samuel Rødal2011-06-061-10/+4
* Basic QDesktopWidget support.Samuel Rødal2011-06-032-2/+11
* Remove tst_QWidget::painterRedirection().Samuel Rødal2011-06-031-59/+0
* Remove out-of-date TODOs.Laszlo Agocs2011-06-031-7/+1
* Prevent crash in QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-2/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-035-6/+255
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-0310-39/+173
* Prevent crash in tst_QWidget::persistentWinId().Samuel Rødal2011-06-031-1/+1
* Get rid of superfluous debug output in the xcb plugin.Samuel Rødal2011-06-031-4/+0
* Made tst_QWidget::winIdChangeEvent() pass with Lighthouse.Samuel Rødal2011-06-032-2/+5
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-012-9/+1
|\
| * Have tooltips shown properly with xcb.Laszlo Agocs2011-06-011-1/+1
| * Make tst_QWidget::ensureCreated() pass with -platform xcb.Samuel Rødal2011-06-011-8/+0
* | Compile fixJørgen Lind2011-06-017-18/+18
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-01144-534/+1898
|\ \ | |/ |/|
| * sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-06-012-0/+4
| * Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
| * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
| * Don't crash on an invalid replacementStart from an input method.Andrew den Exter2011-06-011-1/+3
| * Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
| * Made qpluginbase.pri into a feature profile.axis2011-05-3158-97/+98
| * Moved certain qmake config variables to .qmake.cache.axis2011-05-311-23/+20
| * Fixed linking against QtQuickTest on mac.Charles Yin2011-05-311-15/+1
| * Export the qt_gl_read_framebuffer function for use in declarativeGunnar Sletta2011-05-303-3/+3
| * Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-304-7/+107
| * Only add dependent include when not already thereMarius Storm-Olsen2011-05-271-1/+1
| * Fix ligature offset in multi-line textJiang Jiang2011-05-272-2/+19
| * Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-274-0/+128