summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | QWizard: use less stack spaceMarc Mutz2014-03-051-1/+1
* | Enable menuless dialogs on Windows.Friedemann Kleint2014-02-281-1/+5
* | Fix focus in Active Qt webbrowser.Friedemann Kleint2014-02-281-0/+5
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2815-30/+74
|\|
| * 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
* | QMdiArea: don't use out parameters, return by valueMarc Mutz2014-02-262-23/+26
* | QMdiArea: replace dubious use of QSet<int> with QVectorMarc Mutz2014-02-261-9/+15
* | QMdiArea: replace uses of QList<QRect> with QVectorMarc Mutz2014-02-262-26/+28
* | Prefer QPA implementation in qsystemtrayicon_x11 if availableMartin Gräßlin2014-02-254-42/+126
|/
* 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