summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Mac: Remove old unified toolbar implementation.Morten Johan Sørvig2014-01-132-94/+4
* 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
* Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-241-1/+1
* Fix QBackingStore object leakingLiang Jian2013-12-161-3/+5
* Partially revert "Move notification of layout change up from QApplication to ...Robin Burchell2013-12-132-0/+26
* Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-102-11/+0
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-101-2/+6
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-1/+4
|\
| * Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-041-1/+4
* | Effects also need to markDirtyOnScreen for native widgetsGunnar Sletta2013-12-031-2/+8
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-281-1/+4
|\|
| * Fix for co-existence of QtDeclarative and QtQmlSimon Hausmann2013-11-261-1/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-263-15/+11
|\|
| * Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."Tor Arne Vestbø2013-11-212-5/+1
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-201-10/+10
* | Fix the ignored Qt::WA_StaticContents on WindowsChris Colbert2013-11-251-1/+7
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-204-5/+27
|\|
| * Fix crash when windowcontainer is used in a dockwidgetGunnar Sletta2013-11-203-4/+22
| * Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2013-11-202-1/+5
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-201-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-181-1/+1
| |\|
| | * Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
* | | When we get a WindowBlocked event then reset the qt_button_down valueAndy Shaw2013-11-201-1/+3
* | | Clear focus from active widget when windowcontainer gets focus.Gunnar Sletta2013-11-191-0/+5
* | | Widgets: Never revoke focus by click on focused widget.Christoph Schleifenbaum2013-11-181-0/+10
|/ /
* / QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether2013-11-151-1/+1
|/
* Remove a boolean trap in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-102-9/+19
* Prevent a crash in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-081-1/+5
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-3/+0
* qdoc: Eliminate qobject_cast() collisionMartin Smith2013-11-051-0/+2
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-0/+2
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-311-0/+7
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-224-23/+172
* Doc: Add missing \since 5.2 to QSizePolicy::retainSizeWhenHiddenMarcel Krems2013-10-221-0/+2
* Clear qt_tablet_target in ~QWidgetWindow.Friedemann Kleint2013-10-182-0/+7
* Fix widgets link error on iOS (missing mac gesture recognizers).Friedemann Kleint2013-10-181-2/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-177-91/+413
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0813-85/+85
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-1/+1
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-217-0/+125
* Fix some doc errors.Frederik Gladhorn2013-09-212-3/+1
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-2/+4
* Fix QGLWidget segfault on AndroidPaul Olav Tvete2013-09-202-4/+7
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-1/+4
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-1/+4
| |\
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-1/+4