summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix references to Qt TestSze Howe Koh2013-01-301-1/+1
* 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-1861-61/+61
* Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-152-1/+8
|\
| * Check for existence of QWindow in QApplication::isBlockedByModal.Friedemann Kleint2013-01-151-1/+6
| * Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
* | Fix QVariant in a static build.Jędrzej Nowacki2013-01-101-0/+4
* | Update translucency correctly in QtWidgets.Friedemann Kleint2013-01-091-2/+9
|/
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-7/+39
* Fix warning found by clang:Thiago Macieira2012-12-311-1/+1
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-4/+0
* add missing include when Q_NO_USING_KEYWORD is definedJing Bai2012-12-141-0/+3
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-31/+8
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-2/+1
* QApplication docs: restore console mode -snippetJ-P Nurmi2012-12-111-0/+9
* Hardcoded url for Mac Os X Aqua QTBUG-28500Nico Vertriest2012-12-111-2/+2
* Compile with QT_NO_CURSOR.Volker Krause2012-12-071-0/+2
* compile with QT_NO_TOOLTIPMontel Laurent2012-12-051-0/+3
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-023-5/+23
* Move gestures overview from qtdoc to qtbase; mention Qt QuickShawn Rutledge2012-12-012-8/+8
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-012-6/+24
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-011-2/+2
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-011-2/+2
* Mention the QT_STYLE_OVERRIDE env variable.Shawn Rutledge2012-11-301-1/+3
* QPA: update backingstore also when moving QWindowsRichard Moe Gustavsen2012-11-301-1/+3
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-283-259/+1
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+2
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-233-63/+11
* 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
* Do not hide fullscreen widgets having a 0x0 geometryOliver Wolff2012-11-221-1/+1
* Handle Qt::WA_MacSmallSize in QApplication::font(const QWidget *).Friedemann Kleint2012-11-201-0/+8
* Accept subsequent drag moves in QWidgetWindow if enter was accepted.Friedemann Kleint2012-11-161-0/+4
* Disable static contents optimization for now.Samuel Rødal2012-11-151-1/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-7/+0
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+4
* QWidget: Move break statement to the right placeGabriel de Dietrich2012-11-121-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-105-21/+32
* Fix TapAndHoldGesture (others) for QWidgetsRafael Roquetto2012-11-081-0/+8
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-0/+6
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-10/+10
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+6
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-1/+5
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-064-0/+53
* QtWidgets: add some explicitMarc Mutz2012-11-051-5/+6
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+1
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-299-578/+1
* Fix enter/leave event generation between native widgets when grabbing.Miikka Heikkinen2012-10-261-3/+8
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-1/+0
* Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-1/+1