summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-135-1/+10
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1320-211/+195
|\|
| * QQuickWidget: fix crash on exitPaul Olav Tvete2014-03-131-1/+12
| * QQuickWidget move/resize fixPaul Olav Tvete2014-03-131-2/+7
| * Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-102-1/+3
| * Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+10
| * Destroy backingstore before windowPaul Olav Tvete2014-03-081-4/+6
| * Window change notification QQuickWidgetPaul Olav Tvete2014-03-061-0/+23
| * Tablet target widget isn't always the same as its widget windowShawn Rutledge2014-03-061-2/+8
| * Update QStyle::sizeFromContents() docsJ-P Nurmi2014-03-051-8/+22
| * Vista Style: Fix menu item checkmark offset for QQuick ControlsGabriel de Dietrich2014-03-041-1/+1
| * Fix QDateEdit popup appearance on macJens Bache-Wiig2014-03-042-7/+1
| * Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-042-13/+2