summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0115-91/+90
|\
| * Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-011-2/+3
| * Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-013-11/+9
| * Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
| * Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
| * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-1/+6
| * Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
| * Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
| * Fix disappearing transient scrollbarsJ-P Nurmi2014-03-282-5/+19
| * Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
| * Streamline code in standard gesture recognizers.Friedemann Kleint2014-03-271-27/+8
| * Make QWidget::render() work correctly with all paint devicesLars Knoll2014-03-272-23/+8
* | Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-316-23/+71
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2435-536/+395
|\|
| * QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-1/+1
| * Mac theming: Remove obsolete private color conversion functionsGabriel de Dietrich2014-03-211-12/+0
| * Mac theming: Set background brush for menu paletteGabriel de Dietrich2014-03-211-5/+0
| * Set unified toolbar height accurately.Morten Johan Sørvig2014-03-203-8/+44
| * Respect scrollbar position setting on MacJens Bache-Wiig2014-03-201-4/+4
| * QFusionStyle: support transient scrollbarsJ-P Nurmi2014-03-202-32/+168
| * QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-201-0/+8
| * QApplication: fix scroll phase handling for wheel eventsJ-P Nurmi2014-03-201-2/+2
| * Update year in About Qt dialogKai Koehne2014-03-201-1/+1
| * Fix QAbstractScrollArea to respect transiency per scrollbarJ-P Nurmi2014-03-201-25/+31
| * QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-1/+1
| * Delete the OpenGL context before the window.Morten Johan Sørvig2014-03-201-4/+2
| * Use parent cursor for QLineEdit's clear button when not shown.Friedemann Kleint2014-03-202-3/+12
| * Fixes: style runtime warnings when painting too small widgetsaavit2014-03-201-2/+2
| * QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-193-5/+8
| * QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-192-11/+10
| * QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-191-0/+1
| * QNX: Fix QToolTipFabian Bumberger2014-03-191-2/+21
| * Handle key release events correctlyPaul Olav Tvete2014-03-181-1/+1
| * Android input method improvementsPaul Olav Tvete2014-03-182-1/+9
| * QGraphicsSimpleTextItem: Fix drawing the outline with pen, when setKonstantin Ritt2014-03-171-1/+1
| * QFileDialog: documentation clarifications about file type filteringShawn Rutledge2014-03-171-2/+14
| * Remove unused static const variableUlf Hermann2014-03-171-4/+0
| * Fix high-dpi QGraphicsPixmapItem bounding rects.Morten Johan Sørvig2014-03-171-2/+2
| * Remove the _qt_filedialog_xxx hooksJ-P Nurmi2014-03-151-45/+4
| * QWindowsXP/VistaStyle: Fix detection of item view delegate line edits.Friedemann Kleint2014-03-143-15/+16
| * Handle key release events correctlyPaul Olav Tvete2014-03-141-0/+2
| * Don't block Key_Back in file dialogPaul Olav Tvete2014-03-142-7/+2
| * Vista Style: More menu item pixel fixes for QtQuick ControlsGabriel de Dietrich2014-03-141-2/+2
| * Repaint widgets on screen change.Morten Johan Sørvig2014-03-142-0/+15
| * QGtkStyle: remove file dialog functionalityJ-P Nurmi2014-03-143-334/+2
| * docs: QApplication::startDragDistance default value is 10Shawn Rutledge2014-03-141-1/+2
| * correct send vs sent grammarDavid Fries2014-03-141-2/+2
* | Add a new optimization property to QGraphicsSceneDimitar Asenov2014-03-184-9/+81
* | Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-1410-2/+45
* | Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-1319-7/+5890