summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
|/
* 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
* 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
* Don't set WA_AcceptTouchEvents on Mac OS X.Morten Johan Sørvig2013-04-231-2/+2
* Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+1
* Implement alertion state for windows.Friedemann Kleint2013-04-191-1/+11
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-181-1/+12
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-152-2/+3
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-123-9/+16
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-6/+2
* Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
* QWidget: micro-optimisationMarc Mutz2013-03-291-1/+1
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-261-0/+28
* Set screen position when generating synthetic mouse events from touchMorten Johan Sørvig2013-03-261-1/+1
* OSX: WindowTransparentForInput QNSView pass events to next responderShawn Rutledge2013-03-241-1/+2
* Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-231-0/+2
* Fix missing parts of Ie511522d35b5658c20be43dd112eae18c205277f in mergeMitch Curtis2013-03-221-2/+4
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-1959-59/+59
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+3
* Windows: Fix drop shadows for widget tool tips.Friedemann Kleint2013-03-181-0/+5
* Make QT_STYLE_OVERRIDE env variable available to release buildsShawn Rutledge2013-03-181-4/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-169-32/+32
* Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-2/+1
* QApplication: Fix MSVC-warning about unused variable q.Friedemann Kleint2013-03-121-6/+2
* Implement XEmbed protocolAlberto Mardegan2013-03-065-4/+88