summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
* Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
* Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
* Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-052-0/+28
* Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+2
* QDialogButtonBox does not need TabFocusJan Arve Saether2014-05-311-3/+0
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-282-6/+6
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+3
* 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