summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Use PlatformNativeInterface to obtain handlesOlli Werwolff2011-07-077-22/+90
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-068-25/+21
* Start porting the Mac menu system to QPA.Morten Sorvig2011-07-0621-1213/+338
* Remove Carbon Mac definesMorten Sorvig2011-07-051-22/+0
* ibus IM support for the xcb backendLars Knoll2011-06-271-2/+0
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-276-54/+45
* Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-2721-364/+363
* 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-2218-785/+3
* add a platform interface for input method supportLars Knoll2011-06-226-133/+45
* 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
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-103-17/+47
|\
| * Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-103-17/+47
* | Compile fix, and remove warningsJørgen Lind2011-06-101-0/+2
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-106-102/+208
|/
* 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