summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+18
* QWidgetPrivate::init(): clarify that QWidget requires QApplicationJ-P Nurmi2012-11-231-2/+2
* QWidget: Move break statement to the right placeGabriel de Dietrich2012-11-121-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-0/+2
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-37/+0
* Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-1/+1
* Bring back MacSizeChange eventGabriel de Dietrich2012-10-171-2/+21
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-1/+3
* Don't try to emit focusObjectChanged if window pointer is zeroMiikka Heikkinen2012-10-101-2/+4
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-091-0/+3
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-021-2/+2
* use QLatin1String::size() in qt_setWindowTitle_helperHelperJoerg Bornemann2012-09-271-4/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Documentation fixes.Frederik Gladhorn2012-09-211-23/+0
* Streamline forwarding of blocked events.Friedemann Kleint2012-09-111-12/+10
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-101-1/+1
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-281-1/+1
* Enable QComboBox animation on Windows and fixing related bugsThomas Hartmann2012-08-201-0/+3
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-2/+4
* Reference proper example.Frederik Gladhorn2012-08-181-1/+1
* Update docs.Frederik Gladhorn2012-08-151-1/+6
* fix a few qdoc command typosJeremy Katz2012-08-011-1/+1
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-5/+5
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-181-2/+0
* Fix widget animations.Friedemann Kleint2012-07-171-21/+7
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-101-3/+3
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-031-17/+11
* fix QWidget::grab(QRect(x, y, -1, -1))Joerg Bornemann2012-07-031-1/+5
* revive the noPaintOnScreen fix on WindowsJoerg Bornemann2012-07-031-4/+6
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-301-10/+23
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-151-2/+1
* Remove unused variable inSetParentGirish Ramakrishnan2012-06-081-4/+0
* Fix a crash when calling effectiveWinId() on parentless widgets.Friedemann Kleint2012-06-081-21/+4
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Implement QWidgetPrivate::setWindowIcon_sys()Corentin Jabot2012-06-021-6/+2
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-011-1/+0
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-291-0/+4
* QWidget::grab: Add a default value for the QRect parameter.Friedemann Kleint2012-05-291-4/+2
* QWidget::grab(): Do not call adjustSize() unconditionally.Friedemann Kleint2012-05-291-8/+5
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-19/+16
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-31/+31
* Keep object name of QWidgetWindow in sync with the widget.Friedemann Kleint2012-05-101-10/+0
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-15/+15
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-15/+15
* | Improve widget geometry.Friedemann Kleint2012-05-091-11/+15
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-8/+8
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-21/+15
| |\