summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mac: Remove old unified toolbar implementation.Morten Johan Sørvig2014-01-131-92/+3
* 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
|/
* Fix for co-existence of QtDeclarative and QtQmlSimon Hausmann2013-11-261-1/+4
* Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-201-10/+10
* Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-0/+2
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-221-0/+16
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-40/+40
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Fix QGLWidget segfault on AndroidPaul Olav Tvete2013-09-201-4/+6
* Add missing notify signals for window title and icon changes.Richard J. Moore2013-09-101-0/+33
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\
| * Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
* | Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-311-0/+7
* | Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-4/+13
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\|
| * Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-111-1/+1
* | QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-101-1/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-1/+17
|\|
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-251-1/+4
| |\
| | * Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-141-1/+4
| * | Fix QWidget::isActiveWindow for window containers.Gunnar Sletta2013-06-251-0/+13
| |/
* / QWidget - add property toolTipDurationThorbjørn Martsum2013-06-251-1/+28
|/
* doc: QWidget::setEnabled cannot enable children of a disabled widgetJan Kundrát2013-05-071-1/+2
* Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-071-4/+9
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-04-291-4/+9
* Fixed documentation of QWidget::mouseDoubleClickEvent.Samuel Rødal2013-04-241-2/+0
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-2/+1
* Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
* QWidget: micro-optimisationMarc Mutz2013-03-291-1/+1
* OSX: WindowTransparentForInput QNSView pass events to next responderShawn Rutledge2013-03-241-1/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Implement XEmbed protocolAlberto Mardegan2013-03-061-2/+26
* Enablers for input methods on AndroidPaul Olav Tvete2013-02-271-0/+1
* Doc: Fix some typosTakumi ASAKI2013-02-191-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-1/+9
|\
| * Remove QGraphicsProxyWidget crash in QWidget::hasFocus().Andreas Aardal Hanssen2013-02-181-0/+8
| * Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-1/+1
* | Automatically hide the SIPBogDan Vatra2013-02-111-0/+4
* | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+3
|\|
| * Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-211-0/+2
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-2/+9
|\|
| * Update translucency correctly in QtWidgets.Friedemann Kleint2013-01-091-2/+9
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-33/+11
|\|