summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Do not hide fullscreen widgets having a 0x0 geometryOliver Wolff2012-11-221-1/+1
* Handle Qt::WA_MacSmallSize in QApplication::font(const QWidget *).Friedemann Kleint2012-11-201-0/+8
* Accept subsequent drag moves in QWidgetWindow if enter was accepted.Friedemann Kleint2012-11-161-0/+4
* Disable static contents optimization for now.Samuel Rødal2012-11-151-1/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-7/+0
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+4
* QWidget: Move break statement to the right placeGabriel de Dietrich2012-11-121-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-105-21/+32
* Fix TapAndHoldGesture (others) for QWidgetsRafael Roquetto2012-11-081-0/+8
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-0/+6
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-10/+10
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+6
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-1/+5
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-064-0/+53
* QtWidgets: add some explicitMarc Mutz2012-11-051-5/+6
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+1
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-299-578/+1
* Fix enter/leave event generation between native widgets when grabbing.Miikka Heikkinen2012-10-261-3/+8
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-1/+0
* Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-1/+1
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-252-1/+37
* Remove softkey API, it was only implemented for Symbian.Jan Arve Saether2012-10-222-4/+12
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-1/+1
* Delete QWhatsThis() and QToolTip()Marc Mutz2012-10-223-7/+2
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-191-2/+25
* Bring back Mac dependent code in QBoxLayout, QGridLayoutGabriel de Dietrich2012-10-182-3/+3
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-75/+0
* Bring back MacSizeChange eventGabriel de Dietrich2012-10-172-4/+24
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-161-0/+3
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+7
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-1/+3
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-1/+9
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-1/+0
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-2/+8
* Don't try to emit focusObjectChanged if window pointer is zeroMiikka Heikkinen2012-10-101-2/+4
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-091-0/+3
* QApplication::palette missing Q_NO_USING_KEYWORD implementationThiago A. Correa2012-10-081-0/+4
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-7/+2
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-023-3/+13
* Fix drag and drop with native widgetsjian liang2012-09-271-4/+4
* use QLatin1String::size() in qt_setWindowTitle_helperHelperJoerg Bornemann2012-09-271-4/+2
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-2/+2
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-262-3/+3
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-19/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2264-1517/+1517
* Documentation fixes.Frederik Gladhorn2012-09-213-43/+0
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+8
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-2/+16
* Streamline forwarding of blocked events.Friedemann Kleint2012-09-111-12/+10