summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-2/+16
* Streamline forwarding of blocked events.Friedemann Kleint2012-09-111-12/+10
* Fix build with QT_NO_WHEELEVENT.Sérgio Martins2012-09-102-0/+8
* Do not call requestActivateWindow() on popups.Friedemann Kleint2012-09-101-4/+7
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-102-2/+2
* Removing duplicate includesSergio Ahumada2012-09-091-5/+2
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+1
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-073-30/+1
* Fix updating of drag icons.Friedemann Kleint2012-08-312-53/+66
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-281-1/+1
* Improve docs.Frederik Gladhorn2012-08-251-129/+5
* Doc: Really minor typo fixSergio Ahumada2012-08-221-1/+1
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+4
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-1/+6
* Enable QComboBox animation on Windows and fixing related bugsThomas Hartmann2012-08-201-0/+3
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-0/+8
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-2/+4
* Remove QWidgetStar.Stephen Kelly2012-08-181-2/+1
* Remove docs for removed functions.Frederik Gladhorn2012-08-181-34/+0
* Reference proper example.Frederik Gladhorn2012-08-181-1/+1
* Remove outdated docs.Frederik Gladhorn2012-08-184-149/+1
* Documentation for QWidgetItem::controlTypes.Frederik Gladhorn2012-08-151-0/+6
* Update docs.Frederik Gladhorn2012-08-151-1/+6
* Remove docs for removed enum values.Frederik Gladhorn2012-08-151-5/+0
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-293/+9
* Remove outdated docs.Frederik Gladhorn2012-08-151-35/+0
* Remove deprecated docs for QActionGroup.Frederik Gladhorn2012-08-151-32/+0
* Do not call markDirty() for hidden widgets.Samuel Rødal2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-4/+4
* fix a few qdoc command typosJeremy Katz2012-08-011-1/+1
* change \img to \image in docsJeremy Katz2012-08-012-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-5/+5
* Avoid qobject_castKent Hansen2012-08-011-1/+2
* fix QWidget::activateWindow for child widgetsJoerg Bornemann2012-07-311-2/+4
* Describe an example usage of stretch in QSizePolicy documentation.Mitch Curtis2012-07-271-0/+11
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-1/+1
* Document emission of commitDataRequest() signal in QApplication doc.Mitch Curtis2012-07-251-0/+4
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-0/+91
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-4/+4
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-182-4/+3
* Fix widget animations.Friedemann Kleint2012-07-171-21/+7
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-8/+0
* Use DropShadow from QPlatformTheme everywhere in qwhatsthis.cpp.Friedemann Kleint2012-07-161-15/+9
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-112-0/+12
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-102-4/+4
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* fix fullscreen state in QWidgetWindow::handleWindowStateChangedEventJoerg Bornemann2012-07-091-2/+0
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7