summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Check whether exposed widget is mapped in QWidgetBackingStore::sync(QWidget*).Friedemann Kleint2014-02-122-4/+11
|/ /
* | Windows: Restore maximized/full screen widgets to correct screen.Friedemann Kleint2014-02-111-4/+17
* | Fix warning with QT_NO_GRAPHICSVIEWSérgio Martins2014-02-111-0/+2
* | Fix build with QT_NO_GRAPHICSVIEWSérgio Martins2014-02-113-0/+15
* | Widgets: update widget transform upon receiving QEvent::FocusInRichard Moe Gustavsen2014-02-112-6/+6
* | Promote the scrollbar style animation to qstyleanimation_p.hJ-P Nurmi2014-02-114-57/+72