summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Doc: fix warning: No documentation for 'QApplication::palette()'Marc Mutz2014-03-041-1/+1
* Doc: fix documentation for QGraphicsScene::focusItemChanged()Marc Mutz2014-03-041-1/+1
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-042-95/+0
* Doc: fix documentation of QProgressDialog::openJoerg Bornemann2014-03-041-1/+1
* Windows Vista Style: Don't draw menubar item background for QQ ControlsGabriel de Dietrich2014-03-041-5/+7
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* Fix some typosSergio Ahumada2014-03-034-4/+4
* QQuickWidget show/hide/raise fixPaul Olav Tvete2014-03-011-2/+13
* Make bool arguments to QWidgetBackingStore::markDirty enumsJorgen Lind2014-02-283-56/+73
* Make QTreeView::expand/collapse check for ineffectual invocationsAdam Reichold2014-02-281-0/+4
* Widgets: Pass on mouse event source when translating mouse events.Friedemann Kleint2014-02-271-0/+3
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-252-2/+2
* Make closeAllWindows() close real windows only.Morten Johan Sørvig2014-02-251-1/+2
* Compile fix for QT_NO_OPENGLPaul Olav Tvete2014-02-242-3/+11
* Enable QMenu::setNoReplayFor(QWidget *noReplayFor) for all platforms.Friedemann Kleint2014-02-241-4/+0
* QWidget: do not allocate a QOpenGLContext unless needed by QQuickWidgetPaul Olav Tvete2014-02-222-9/+10
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-222-3/+3
* Android: Enable text selection only when ImhNoPredictiveText is set.Christian Strømme2014-02-212-3/+16
* Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-2/+11
* QFileDialog: restore state from QSettings after creating widgetsShawn Rutledge2014-02-201-3/+7
* Only do a repolish() of the widget if it was already polishedAndy Shaw2014-02-201-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-1/+1
|\
| * Fix typo in model/view docs.hjk2014-02-181-1/+1
* | QHeaderView - do simple section move/rotate in moveSectionThorbjørn Martsum2014-02-181-42/+19
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Jani Heikkinen2014-02-172-4/+11
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-172-4/+11
| |\|
| | * Draw more inactive style elements in retina res.Morten Johan Sørvig2014-02-141-3/+8
| | * fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-121-1/+3