summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-146-16/+47
|\
| * Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
| * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-2/+3
| * Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
| * Fix updating of screens in QDesktopWidget.Friedemann Kleint2013-07-263-12/+35
* | Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+1
* | Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-311-0/+7
* | Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-4/+13
* | Merge branch 'stable' into devSergio Ahumada2013-07-114-2/+12
|\|
| * Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-111-1/+1
| * Windows/ActiveQt: Pass native parent handle property from widget to widget wi...Friedemann Kleint2013-07-111-0/+8
| * Search toplevel when setting the active window from focus window.Friedemann Kleint2013-07-101-0/+2
| * Clean up evaluation license logicTor Arne Vestbø2013-07-051-1/+1
* | QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-106-5/+34
* | QStyle - tooltip - add wakeDelay and sleepDelay as styleHintsThorbjørn Martsum2013-07-031-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-275-23/+77
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-253-19/+59
| |\
| | * Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
| | * Fix missing shortcuts for WindowContainersJørgen Lind2013-06-212-18/+58
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-252-4/+5
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-4/+5
| | |\|
| | | * Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-142-4/+5
| * | | Fix QWidget::isActiveWindow for window containers.Gunnar Sletta2013-06-251-0/+13
| |/ /
* | | QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-252-25/+41
* | | QWidget - add property toolTipDurationThorbjørn Martsum2013-06-253-1/+32
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-202-10/+12
|\| |
| * | If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-191-1/+3
| * | Remove use of 'register' from Qt.Stephen Kelly2013-06-172-9/+9
| |/
* | QToolTip - add static showText with time.Thorbjørn Martsum2013-05-272-11/+27
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-239-23/+48
|\|
| * Fixed crash associated with reparenting a QGLWidgetSamuel Rødal2013-05-221-3/+1
| * Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-141-6/+4
| * Doc: Replaced the HTTPS links with HTTPVenu2013-05-141-2/+2
| * QWidgetWindow: Prioritize keyboard grabber over popup for key events.Friedemann Kleint2013-05-131-4/+2
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-1/+1
| * Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
| * Menu item shortcuts reaching Qt's event loop are disabledGabriel de Dietrich2013-05-081-0/+10
| * QWidgetWindow: don't accept touch events while in popup modeRichard Moe Gustavsen2013-05-071-0/+4
| * doc: QWidget::setEnabled cannot enable children of a disabled widgetJan Kundrát2013-05-071-1/+2
| * Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-071-4/+9
| * Enable non-client-area mouse events by default for widgets.Friedemann Kleint2013-05-071-0/+3
| * Set geometry set by QPlatformWindow::initialGeometry() on widget.Friedemann Kleint2013-05-071-0/+7
| * QApplication: fix touch to mouse bug when setting buttons()Richard Moe Gustavsen2013-05-071-1/+2
* | QWidgets QPA - remove wrong setting of mouse timestampThorbjørn Martsum2013-05-131-1/+0
|/
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-04-291-4/+9
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+8
* Fixed documentation of QWidget::mouseDoubleClickEvent.Samuel Rødal2013-04-241-2/+0
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-1/+1
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-235-5/+19
* Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1