summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Repaint widgets on screen change.Morten Johan Sørvig2014-03-142-0/+15
* docs: QApplication::startDragDistance default value is 10Shawn Rutledge2014-03-141-1/+2
* QQuickWidget: fix crash on exitPaul Olav Tvete2014-03-131-1/+12
* QQuickWidget move/resize fixPaul Olav Tvete2014-03-131-2/+7
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+10
* Destroy backingstore before windowPaul Olav Tvete2014-03-081-4/+6
* Window change notification QQuickWidgetPaul Olav Tvete2014-03-061-0/+23
* Tablet target widget isn't always the same as its widget windowShawn Rutledge2014-03-061-2/+8
* Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-042-13/+2
* Doc: fix warning: No documentation for 'QApplication::palette()'Marc Mutz2014-03-041-1/+1
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-042-95/+0
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* QQuickWidget show/hide/raise fixPaul Olav Tvete2014-03-011-2/+13
* Make bool arguments to QWidgetBackingStore::markDirty enumsJorgen Lind2014-02-283-56/+73
* Widgets: Pass on mouse event source when translating mouse events.Friedemann Kleint2014-02-271-0/+3
* Make closeAllWindows() close real windows only.Morten Johan Sørvig2014-02-251-1/+2
* Compile fix for QT_NO_OPENGLPaul Olav Tvete2014-02-242-3/+11
* QWidget: do not allocate a QOpenGLContext unless needed by QQuickWidgetPaul Olav Tvete2014-02-222-9/+10
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-1/+1
* Only do a repolish() of the widget if it was already polishedAndy Shaw2014-02-201-1/+2
* Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5
* Close widgets properly from session management.Friedemann Kleint2014-02-142-18/+39
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-2/+53
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-123-18/+26
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-129-14/+486
* Check whether exposed widget is mapped in QWidgetBackingStore::sync(QWidget*).Friedemann Kleint2014-02-122-4/+11
* Windows: Restore maximized/full screen widgets to correct screen.Friedemann Kleint2014-02-111-4/+17
* Fix warning with QT_NO_GRAPHICSVIEWSérgio Martins2014-02-111-0/+2
* Widgets: update widget transform upon receiving QEvent::FocusInRichard Moe Gustavsen2014-02-112-6/+6
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-115-7/+21
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-075-7/+21
| |\
| | * Doc: fix documentation for QWidget::windowHandle.David Faure2014-02-051-2/+8
| | * Make QWindowContainer accessibleFrederik Gladhorn2014-02-052-2/+7
| | * Doc: Fix broken linksSze Howe Koh2014-02-042-2/+2
| | * Fixed duplicate QMoveEvent generated for each QWidget::move callAlex Montgomery2014-02-031-1/+4
* | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-1/+2
* | | QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-8/+22
|/ /
* | Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-051-1/+2
* | Fix setWindowFlags() for QMdiSubWindow.Bastiaan Veelo2014-02-012-12/+22
* | Prevent crash and emit warning when receiving bogus drop events.Friedemann Kleint2014-01-311-0/+5
* | If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-272-7/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-202-94/+4
|\|
| * Mac: Remove old unified toolbar implementation.Morten Johan Sørvig2014-01-132-94/+4
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-103-16/+7
|\|
| * Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-101-3/+4
| * Fix QtWidget function-unused warnings found by Clang 3.4Thiago Macieira2014-01-101-9/+0
| * Cocoa: fix gnu emacs style shortcut for action in menuLiang Qi2014-01-071-4/+3
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-1/+1
|\|
| * Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-241-1/+1