summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Only call QA::updateAccessibility() if the "control owner" is a QWidgetJan Arve Saether2013-05-201-2/+2
* QtWidgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+1
* Don't send the same Input event twice to QGraphicsProxyWidget::inputMethodEventGatis Paeglis2013-05-151-1/+3
* Don't draw size grip on Mac > 10.6Jens Bache-Wiig2013-05-151-1/+5
* Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-141-6/+4
* QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-141-1/+1
* 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
* Fix typo in QGraphicsItem documentation.Mitch Curtis2013-05-131-2/+2
* Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+1
* QMacStyle: fix transient scrollbar fade out animationJ-P Nurmi2013-05-091-1/+5
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-093-3/+3
* Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-082-2/+1
* Fix typos and style in QInputDialog's docsDavid Gil2013-05-081-11/+11
* Menu item shortcuts reaching Qt's event loop are disabledGabriel de Dietrich2013-05-081-0/+10
* Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-081-0/+9
* 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
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-072-20/+68
* Enable non-client-area mouse events by default for widgets.Friedemann Kleint2013-05-072-14/+3
* Set geometry set by QPlatformWindow::initialGeometry() on widget.Friedemann Kleint2013-05-071-0/+7
* remove dead declaration from QColorMapJoerg Bornemann2013-05-071-4/+0
* QApplication: fix touch to mouse bug when setting buttons()Richard Moe Gustavsen2013-05-071-1/+2
* QGraphicsView: ignore unhandeled touch eventsRichard Moe Gustavsen2013-05-071-0/+2
* Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+3
* Mac style: Fix text offset within 'small' comboboxGabriel de Dietrich2013-04-301-0/+2
* Mac style: Update appearance of 'button with menu'Gabriel de Dietrich2013-04-301-19/+69
* QPlainTextEdit: add missing feature zoom on Ctrl+WheelCaroline Chao2013-04-302-0/+49
* Doc: Zooming inside QTextEditCaroline Chao2013-04-301-0/+2
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-04-291-4/+9
* Don't do any transitions if the widget is disabledAndy Shaw2013-04-251-1/+1
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-252-6/+7
* 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 typo in docsStephen Kelly2013-04-231-1/+1
* Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
* Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1
* Enforce focus policy in item delegate's editorGabriel de Dietrich2013-04-231-1/+4
* Don't set WA_AcceptTouchEvents on Mac OS X.Morten Johan Sørvig2013-04-231-2/+2
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-3/+8
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-0/+1
* Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+1
* Implement alertion state for windows.Friedemann Kleint2013-04-191-1/+11
* QMessageBox/Win: Include detailed text using Ctrl+C to copyJonathan Liu2013-04-191-1/+4
* Make password mask characters themeable.Mitch Curtis2013-04-194-36/+11
* Allow using Ctrl+C to copy selected text from DetailedText in QMessageBoxKai Koehne2013-04-191-2/+38
* Mac: Fix warnings about non-existing native Windows on startup.Friedemann Kleint2013-04-181-5/+5