summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | * QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-161-0/+4
| | * QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-151-1/+1
| | * Improved documentation for QStyledItemDelegate::eventFilterAki Koskinen2014-09-151-0/+3
| | * QMacStyle: Use NSView rendering for some inactive widgets on 10.10Gabriel de Dietrich2014-09-114-3/+142
| | * Fix possible divide by zero in QPlainTextEditEskil Abrahamsen Blomfeldt2014-09-111-1/+2
| | * Avoid adding widget to its own layoutThomas Fischer2014-09-055-39/+67
| | * Add missing private headers warningSamuel Gaist2014-09-0414-0/+154
| | * QMacStyle: Fix inactive combo box appearance in 10.10Gabriel de Dietrich2014-09-011-2/+27
| | * QFileDialog: save and restore all settings even if widgets not usedShawn Rutledge2014-09-012-12/+14
| | * QMacStyle: Fix push buttons focus ring on YosemiteGabriel de Dietrich2014-08-271-9/+49
| | * QMacStyle: Fix QTabBar appearance on YosemiteGabriel de Dietrich2014-08-261-10/+19
| | * QMacStyle: Fix default button look on YosemiteGabriel de Dietrich2014-08-261-40/+71
| | * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8
| | * QFusionStyle paints sliders outside of clipAllan Sandfeld Jensen2014-08-141-1/+1
| | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-137-0/+25
| | * Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
| | * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-2/+1
* | | Vista style: Scale hardcoded values in menu drawing code.Friedemann Kleint2014-09-241-7/+10
* | | QCommonStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-8/+7
* | | QStyleSheetStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-10/+6
* | | Fix the drawing of elided text in QHeaderView.Cristian Oneț2014-09-231-1/+2
* | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-234-24/+41
* | | QCalendarWidget: fix a bug when parsing date/time formatsMarc Mutz2014-09-231-0/+1
* | | QCalendarWidget: move all helper classes into the unnamed namespaceMarc Mutz2014-09-231-0/+4
* | | QCalendarWidget: move QCalendarTextNavigator into qcalendarwidget.cppMarc Mutz2014-09-233-114/+41
* | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-232-2/+6
* | | Fix emission of QDesktopWidget::workAreaResized().Friedemann Kleint2014-09-223-3/+12
|/ /
* | Correct information about all headers being movable.Mitch Curtis2014-09-221-3/+0
* | Remove unused variable in QStyleSheetStyle::hasStyleRule()Maks Naumov2014-09-221-1/+0
* | Fix crash in QCombobox when resetting model during currentIndexChanged()Alex Blasche2014-09-211-1/+1
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-1/+10
* | a11y: Make QAccessibleButton and friends resolve role dynamicallyTor Arne Vestbø2014-09-203-38/+49
* | Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-0/+1
* | Update widget winId when screen changesDyami Caliri2014-09-191-0/+6
* | QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
* | Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
* | Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
* | QCommonStyle: cache the xpm QPixmapsMarc Mutz2014-09-181-17/+28
* | Add missing period to QHeaderView documentation.Mitch Curtis2014-09-181-1/+1
* | Improve documentation regarding moving item view columns.Mitch Curtis2014-09-182-0/+7
* | Fix saving handle width in QSplitter::saveState()Alexander Volkov2014-09-161-1/+1
* | Allow overriding standardIcon() in a proxy styleAlexander Volkov2014-09-165-22/+22
* | Respect Qt::FontRole for QComboBox items.Mitch Curtis2014-09-161-3/+8
* | Do not drop the context when sharing globallyLaszlo Agocs2014-09-151-0/+6
* | Fix drag and drop with createWindowContainerLaszlo Agocs2014-09-151-0/+11
* | Make the default value of QTreeView::indentation() be style dependentAlexander Volkov2014-09-156-4/+41
* | Fix typos in Widgets Tutorial.Mitch Curtis2014-09-121-3/+3
* | Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-112-10/+10
* | Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
* | Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-103-4/+28