summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-263-9/+23
* Fix loss of precision warningsFrederik Gladhorn2014-05-261-1/+1
* Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-221-0/+1
* Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
* QMacStyle: Always draw status bar in active state if the window is main.Jake Petroules2014-05-171-2/+2
* Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-161-6/+6
* Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
* Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
* Remove trailing whitespace.Jake Petroules2014-05-081-1/+1
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-061-10/+3
* QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-3/+8
* Fix typo in QGraphicsView's interactive property doc.Mitch Curtis2014-05-061-1/+1
* Prevent interaction with a disabled menu in the menubarAndy Shaw2014-05-061-2/+2
* Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-4/+6
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-051-0/+3
* Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-051-2/+4
* Fix typo in QListWidget documentation.Mitch Curtis2014-05-051-1/+1
* Fixed wrong condition in QMacStyle.Ivan Komissarov2014-05-031-1/+1
* Mac style: Get proper ThemeButtonKind for QDateTimeEditGabriel de Dietrich2014-05-021-6/+24
* Ignore the fullscreen state of a QMdiSubWindowFabian Bumberger2014-05-021-2/+5
* Only query for the theme if it is available in the GTKStyleAndy Shaw2014-05-021-1/+1
* Widgets going "undercover" should also undercover the QWindowJan Arve Saether2014-04-301-2/+9
* Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-20/+40
* Fix QFileDialog::viewMode() when using a native file dialog.David Faure2014-04-281-1/+1
* Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-2/+2
* QMenu: Add support for QWidgetAction on MacGabriel de Dietrich2014-04-254-2/+60
* Use showNormal() instead of show() in QToolTip.Milian Wolff2014-04-251-2/+2
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-253-8/+0
* Update tooltip palette when receiving a theme change notification.Friedemann Kleint2014-04-252-4/+11
* Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-1/+12
|\
| * Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-171-1/+3
| * Doc: document obsolete QApplication::setGraphicsSystem()Marc Mutz2014-04-101-0/+9
* | QMacNativeWidget: Fix background renderingGabriel de Dietrich2014-04-171-0/+1
* | CMake: Include the definition of the Qt5::AccessibleFactory target.Stephen Kelly2014-04-161-0/+2
* | Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-0/+4
* | Restrict QFontComboBox's popup width to screen widthFabian Bumberger2014-04-141-2/+5
|/
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-093-41/+88
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-093-5/+23
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-093-20/+32
* Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
* QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
* Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-091-0/+1
* QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
* Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
* Mac style: Fix one-pixel offset for combo boxes in small sizeGabriel de Dietrich2014-04-081-1/+1
* QStyle: Add new SH_ComboBox_UseNativePopup style hintGabriel de Dietrich2014-04-072-0/+4
* QComboBox: Use native popups on MacGabriel de Dietrich2014-04-072-6/+94
* Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
* Accessibility text updates for QTextEditFrederik Gladhorn2014-04-053-0/+30