summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-13/+0
* QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-2133-100/+99
* QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-214-28/+28
* Add QPixmapStyle classRafael Roquetto2015-11-195-2/+1546
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-188-25/+38
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-174-8/+28
| |\
| | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
| | * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
| | * QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
| | * [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
| | * Fix Vista style compilation with QT_NO_ACCESSIBILITYDyami Caliri2015-10-301-2/+4
| * | Doc: added specs to setHorizontalHeaderItem()Nico Vertriest2015-11-161-0/+2
| * | Doc: Corrected minor typoNico Vertriest2015-11-161-1/+1
| * | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-16/+7
* | | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-165-100/+228
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0438-337/+278
|\| |
| * | QWindows*Style: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-045-54/+34
| * | QMacStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-37/+28
| * | QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-046-78/+60
| * | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-4/+6
| * | QAndroidStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-12/+7
| * | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+5
| * | QStyleSheetStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-16/+16
| * | QtWidgets: Do hide/show via WA_OutsideWSRange for native widgetsUlf Hermann2015-11-031-1/+1
| * | [docs] widgets: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-022-21/+14
| * | widgets snippets: remove unreferenced snippetsMarc Mutz2015-11-021-33/+0
| * | QMacStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-8/+19
| * | QCommonStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-27/+35
| * | Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+5
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-2716-36/+37
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-3/+3
| |\|
| | * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
| * | QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
| * | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-232-1/+2
* | | QCalendarWidget: replace a QVector by std::vectorMarc Mutz2015-11-041-14/+13
* | | QCalendarWidget: replace a QMap<Qt::DayOfWeek,.> with a static assoc arrayMarc Mutz2015-11-041-1/+36
* | | QCalendarWidget: hold SectionToken by-valueMarc Mutz2015-11-031-46/+42
* | | qDelete(map.values()) -> qDelete(map)Albert Astals Cid2015-10-261-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2311-57/+52
|\| |
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * | QFileSystemModel: cleanup sortChildren()Maks Naumov2015-10-201-10/+10
| * | Add the proper NOTIFY signal to the primaryScreen propertyLars Knoll2015-10-201-1/+1
| * | QFileSystemModelPrivate::name(): avoid the double-lookupMaks Naumov2015-10-201-2/+1
| * | QFileSystemModel: avoid detachingMaks Naumov2015-10-191-6/+6
| * | QGestureManager: use qEnvironmentVariableIntValue()Marc Mutz2015-10-191-1/+1
| * | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-1/+4
| * | QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-4/+4
| * | QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-193-1/+8
| * | QFileSystemModel: remove unused functorMaks Naumov2015-10-171-20/+0
| * | QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8