summaryrefslogtreecommitdiffstats
path: root/src
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-0628-223/+85
* Made tst_QWidget::repaintWhenChildDeleted() pass.Samuel Rødal2011-06-061-0/+8
* 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
* Basic QDesktopWidget support.Samuel Rødal2011-06-032-2/+11
* 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
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-0192-390/+960
|\ \ | |/ |/|
| * 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-3157-97/+57
| * 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-303-7/+82
| * Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
| * Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-272-0/+94
| * Add QUuid::toByteArray() and relevantLiang Qi2011-05-272-0/+81
| * QDataStream: speedup steaming of QUuid.Liang Qi2011-05-271-17/+47
| * Optimize QUuid::QUuid(const char *)Liang Qi2011-05-271-1/+9
| * Fix the build for QUuidLiang Qi2011-05-272-2/+6
| * uic: #include <QLayout> for QToolBox on non-laid-out forms.Friedemann Kleint2011-05-272-1/+7
| * uic: Use QString::fromUtf8 for QUrl properties.Friedemann Kleint2011-05-271-1/+1
| * Fix a regression in QList::mid()Liang Qi2011-05-271-0/+2