summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove friend class QETWidget.Friedemann Kleint2014-05-163-3/+0
* qpa: Merge qwidget_qpa.cpp into qwidget.cppTor Arne Vestbø2014-05-154-1125/+1033
* qpa: Merge qdesktopwidget_qpa.cpp into qdesktopwidget.cppTor Arne Vestbø2014-05-155-198/+146
* Make QColorDialog build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* | Removed unused variable macItemVMargin in qmacstyle_mac.mm.Ivan Komissarov2014-05-131-1/+0
* | QMenu: Use Qt::QueuedConnection when connecting to native menu.Ivan Komissarov2014-05-131-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-1311-30/+31
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1311-30/+31
| |\|
| | * 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
* | | Fix widget margins on Mac with style sheetsJens Bache-Wiig2014-05-091-0/+19
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-0819-56/+182
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0619-56/+182
| |\|
| | * 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
| | |/
* | / Don't repeat Tab names in the QTabBarJan Arve Saether2014-05-081-1/+11
|/ /
* | Removed unused function qcolorFromCGColor() in qmacstyle_mac.mm.Ivan Komissarov2014-04-281-19/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1123-97/+331
|\|
| * 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