summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Activate window before replay mouse press eventjian liang2013-02-201-0/+6
* Doc: Fix some typosTakumi ASAKI2013-02-192-3/+3
* 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-2/+2
|\|
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Fix some more old references and links to NokiaSergio Ahumada2013-01-281-1/+1
| * | Doc: Fix references to Qt TestSze Howe Koh2013-01-301-1/+1
* | | replay mouse press event after a popup widget has been closedJian Liang2013-02-121-0/+15
* | | Mark public non-member non-static variables as Q_DECL_UNUSEDThiago Macieira2013-02-121-1/+1
* | | Automatically hide the SIPBogDan Vatra2013-02-111-0/+4
* | | 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