summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-102-3/+3
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-083-55/+50
* Undefine DrawText in qlineedit.cppOlli Werwolff2011-06-081-0/+3
* Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-084-8/+8
* use correct includes in qaccessible_win.cpp/qwizard_win_p.hOlli Werwolff2011-06-082-5/+5
* Do not compile _win files when -qpa is usedOlli Werwolff2011-06-084-5/+5
* Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-08226-450/+450
* Implement QDropEvent::source() againLars Knoll2011-06-073-3/+3
* reset certain global variables on deletionLars Knoll2011-06-071-0/+2
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-062-0/+30
* Fixed warning about missing return in qmessagebox.cppSamuel Rødal2011-06-061-0/+2
* 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-061-0/+2
* Basic QDesktopWidget support.Samuel Rødal2011-06-031-2/+2
* Remove out-of-date TODOs.Laszlo Agocs2011-06-031-7/+1
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-034-39/+96
* Prevent crash in tst_QWidget::persistentWinId().Samuel Rødal2011-06-031-1/+1
* 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-011-8/+0
|\
| * 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-018-26/+34
|/
* Fix for excess creation of QWindow instances.Laszlo Agocs2011-05-311-1/+3
* Fix QWidget::windowHandle().Laszlo Agocs2011-05-311-4/+1
* Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-311-132/+0
* Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-311-8/+1
* Avoid dialog and other widgets with non-adjusted window flags.Laszlo Agocs2011-05-301-0/+1
* Add focus and modal dialog support.Laszlo Agocs2011-05-305-17/+48
* The proper fix for subwindow parenting issues.Laszlo Agocs2011-05-301-4/+10
* Revert "Have subwindows parented properly."Laszlo Agocs2011-05-271-22/+10
* Have subwindows parented properly.Laszlo Agocs2011-05-271-10/+22
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24710-12109/+12186
* Build from scratch, use correct version number in Widgets.Friedemann Kleint2011-05-241-1/+1
* Compile fix for -qpa/Linux.Friedemann Kleint2011-05-231-0/+3
* Added QWindow::setTransientParent().Samuel Rødal2011-05-231-5/+27
* implement dragging between top levelsLars Knoll2011-05-221-2/+0
* re-add in-process DnD implementationLars Knoll2011-05-222-0/+69
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-202-2/+9
* remove an unused classLars Knoll2011-05-201-2/+0
* move drag handling back to GuiLars Knoll2011-05-207-1723/+1
* Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-8/+8
* Add QWindow::setWindowModality().Samuel Rødal2011-05-182-2/+6
* Re-implement transient window support in XCB backend.Samuel Rødal2011-05-161-5/+3
* Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-161-0/+17
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-1612-110/+238
* Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-131-21/+29
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-1212-15/+743
* Deliver leave event to proper widget (not the top-level).Samuel Rødal2011-05-111-1/+2
* Improved popup and mouse event handling.Samuel Rødal2011-05-112-24/+101
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1156-254/+652
* Prevent crash in QWidgetWindow::handleMouseEvent().Samuel Rødal2011-05-101-3/+10