summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-174-4/+55
* | | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-171-1/+1
|/ /
* | Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5
* | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-154-106/+40
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-156-7/+56
* | QSimplex: API cleanup [1/3]: Rename an enumMarc Mutz2014-02-142-4/+4
* | Close widgets properly from session management.Friedemann Kleint2014-02-142-18/+39
* | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-2/+53
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-135-10/+14
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-125-10/+14
| |\|
| | * Make QToolButtonPrivate::popupTimerDone() more robustJ-P Nurmi2014-02-121-3/+4
| | * Remove useless ifFrederik Gladhorn2014-02-101-3/+2
| | * QPA fix: allow setting the initially selected name filter (KDE)Dominik Haumann2014-02-081-1/+3
| | * Doc: corrected description of QTableWidget::clear()Nico Vertriest2014-02-061-1/+3
| | * Fix the docs on when setDocument() deletes the previous documentAndy Shaw2014-02-061-2/+2
* | | Respect the DontUseNativeDialog option for QColorDialogAndy Shaw2014-02-122-0/+17
* | | Move setWindowIcon() up to QGuiApplication.David Faure2014-02-123-18/+26
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-129-14/+486