summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2921-82/+0
* Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-254-2/+297
* showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+4
* Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-1/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2261-61/+63
|\
| * 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
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-163-3/+21
|\|
| * 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
| |/
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-7/+39
|\|
| * Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-7/+39
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-046-40/+29
|\|
| * 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
* | Fix typo in QWidget::setLayout() documentation.Mitch Curtis2012-12-211-1/+1
|/
* [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