summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an option to share between TLWsLaszlo Agocs2014-09-101-6/+19
* Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* Windows styles: Avoid theme.rect recalculationMaks Naumov2014-09-082-2/+0
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* Fix a conversion of coordinates of a TouchBegin eventAlexander Volkov2014-09-081-1/+1
* Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
* GraphicsView: Fix resolvePalette() for QGraphicsItem's childrenMaks Naumov2014-09-052-3/+3
* Windows styles: Scale hardcoded-values according to DPI.Friedemann Kleint2014-09-056-72/+85
* Windows styles: Add device pixel scaling for system metrics.Friedemann Kleint2014-09-055-297/+291
* QCommonStyle: replace a QPolygon with a QPoint[] (IV)Marc Mutz2014-09-041-10/+22
* QCommonStyle: replace a QPolygon with a QPoint[] (III)Marc Mutz2014-09-041-20/+23
* QCommonStyle: replace a QPolygon with a QPoint[] (II)Marc Mutz2014-09-041-6/+7
* QCommonStyle: replace a QPolygon with a QPoint[] (I)Marc Mutz2014-09-041-10/+12
* Improve accelerator stripping in accessible widgetsFrederik Gladhorn2014-09-043-7/+14
* Accessibility: Improve line boundary helper functionsFrederik Gladhorn2014-09-041-6/+0
* QMdiSubWindow: Keep event filter on system menu over its lifetime.Friedemann Kleint2014-09-041-2/+1
* Speed up the removal of items from a QGraphicsSceneDimitar Asenov2014-09-031-3/+22
* Revert "Speed up the removal of items from a QGraphicsScene"Dimitar Asenov2014-09-032-39/+7
* Widgets: remove pointless assignmentsMaks Naumov2014-09-033-8/+4
* QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-031-1/+1
* Fix drawing of QLineEdit's actions when Qt::AA_UseHighDpiPixmaps is set.Friedemann Kleint2014-09-021-1/+1
* Windows XP, Vista styles: Share dynamically resolved theme functions.Friedemann Kleint2014-09-024-202/+191
* Fix radioButton height for Windows styleMaks Naumov2014-09-021-1/+1
* Fix no-opengl buildLaszlo Agocs2014-09-014-0/+21
* Add Q_ENUMS to QStyle's enumerations.Friedemann Kleint2014-08-291-0/+3
* QListView: Catch stack overflow on mutual scrollbar calculation.Christoph Schleifenbaum2014-08-291-2/+32
* QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+1
* Adapt the Vista-style wizard for device pixel ratio scaling.Friedemann Kleint2014-08-282-28/+57
* QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
* Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+9
* Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5