summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Refactor the sloppy submenu logicJørgen Lind2014-09-168-106/+519
* Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-121-1/+5
* QGraphicsView: use qEnvironmentVariableIntValue()Marc Mutz2014-09-122-2/+2
* QAbstractItemView: add iconSizeChanged signal.David Faure2014-09-122-1/+4
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1026-656/+689
|\
| * 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
* | Do not draw combo box items as checkedJan Arve Saether2014-09-021-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0124-121/+412
|\|
| * 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
| * Clean up QAccessibleTabBarFrederik Gladhorn2014-08-261-9/+24
| * Remove QAccessibleToolButton::textFrederik Gladhorn2014-08-262-25/+0
| * Remove unused variableFrederik Gladhorn2014-08-261-1/+0
| * QDataWidgetMapper: micro-optimize clearMapping()Marc Mutz2014-08-261-4/+5
| * QDataWidgetMapper: micro-optimize handling of the widget mapMarc Mutz2014-08-261-17/+17
| * fix a camel case include guard macroTasuku Suzuki2014-08-261-3/+3
| * Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+2
| * OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-1/+10
| * Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-199-14/+188
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-195-12/+29
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-125-12/+29
| | |\
| | | * Fix build due to missing include when using a minimal config.Sérgio Martins2014-08-111-0/+1
| | | * Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9