summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-19/+9
|\
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-19/+9
* | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-281-1/+1
|\ \
| * | iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-261-1/+1
* | | Enablers for input methods on AndroidPaul Olav Tvete2013-02-271-0/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-211-12/+15
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-12/+15
| |\|
| | * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-191-1/+17
| | * QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-191-12/+15
* | | 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