summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-19/+9
|\