summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Readded (and fixed) WindowsXP and -Vista stylesOlli Werwolff2011-08-171-1/+1
* Add WindowStateChanged event.Friedemann Kleint2011-08-052-0/+15
* QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-031-2/+3
* Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-012-0/+55
* Set an object name matching the Widget on QWidgetWindow.Friedemann Kleint2011-07-261-0/+12
* Retrieve QPlatformScreen from top level when querying widget metrics.Friedemann Kleint2011-07-261-1/+9
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-254-30/+18
* Use PlatformNativeInterface to obtain handlesOlli Werwolff2011-07-072-1/+28
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-5/+7
* Start porting the Mac menu system to QPA.Morten Sorvig2011-07-063-28/+3
* ibus IM support for the xcb backendLars Knoll2011-06-271-2/+0
* Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-271-1/+1
* Get declarative and wayland EGL backend working for Qt compositor.Samuel Rødal2011-06-231-1/+0
* add QInputMethodQueryEventLars Knoll2011-06-221-0/+17
* remove the plugin support for QInputContextLars Knoll2011-06-224-32/+664
* add a platform interface for input method supportLars Knoll2011-06-222-17/+2
* Compile fix (region is an accessor now, not a public member variable).Samuel Rødal2011-06-221-1/+1
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-4/+0
* OpenGL API refactor.Samuel Rødal2011-06-211-3/+3
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-218-609/+118
* Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-101-1/+1
* Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-103-17/+47
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-102-3/+3
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-083-55/+50
* Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-081-2/+2
* Do not compile _win files when -qpa is usedOlli Werwolff2011-06-081-2/+2
* Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-0830-76/+76
* reset certain global variables on deletionLars Knoll2011-06-071-0/+2
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-062-0/+30
* 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
* Make tst_QWidget::ensureCreated() pass with -platform xcb.Samuel Rødal2011-06-011-8/+0
* Fix for excess creation of QWindow instances.Laszlo Agocs2011-05-311-1/+3
* Fix QWidget::windowHandle().Laszlo Agocs2011-05-311-4/+1
* 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-2473-1230/+1230
* 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