summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QSystemTrayIcon/Windows: Use large icon for balloon message.Friedemann Kleint2016-06-101-20/+23
* Paint small progressbars correctly on Vista+Nico Rieck2016-06-101-1/+1
* Fix QWidgetBackingStore::isDirty() for render-to-texture widgetsAllan Sandfeld Jensen2016-06-101-1/+1
* QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
* QLineEdit: move to the beginning when receiving a MoveToStartOfLineGiuseppe D'Angelo2016-06-071-0/+1
* Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-067-27/+12
* QDialog::adjustPosition(): Manually set target screen before moving.Friedemann Kleint2016-05-311-0/+6
* Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+10
* QAbstractItemView: Reset the drop indicatorBłażej Szczygieł2016-05-301-0/+3
* Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-1/+3
* QWidgetLineControl::Command - delete default ctor.Timur Pocheptsov2016-05-242-11/+12
* Add a workaround for render-to-texture widgets in fullscreen windowsLaszlo Agocs2016-05-231-1/+11
* QDesktopWidget: fix tracking QScreens.Ralf Jung2016-05-192-35/+80
* QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-7/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-1/+1
|\
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* | QMenuBar: nested parenting fixFelix Bourbonnais2016-05-182-25/+33
* | QWidget::mapTo/FromGlobal(): Rewrite using a QTransform.Friedemann Kleint2016-05-141-46/+53
* | Remove dead code from QColorDialogThiago Macieira2016-05-141-29/+6
* | QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-123-22/+52
|/
* Document how to save an application using QUndoStackMitch Curtis2016-05-111-0/+2
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
* Acknowledge QWidgetWindow::widget() may be nullGabriel de Dietrich2016-05-103-14/+16
* QWidgetWindow: Guard reference to own widgetGabriel de Dietrich2016-05-102-3/+6
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-13/+10
* QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+16
* QAccessibleWidget: Retrieve window from native parent widget.Friedemann Kleint2016-05-061-2/+8
* QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-2/+3
* qstyle: Make image description match the image.Sérgio Martins2016-04-281-2/+2
* Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModelAlexander Volkov2016-04-281-0/+1
* Fix clang developer build due to -Winconsistent-missing-overrideSérgio Martins2016-04-281-8/+7
* QFileDialog: Fix single-click activationPalo Kisa2016-04-271-1/+1
* Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-263-3/+3
* QWindowsVistaStyle: Fix CE_MenuBarItem with QStyleSheetStyle.Friedemann Kleint2016-04-231-1/+1
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-3/+5
* Fusion style: Observe text alignment of QGroupBox.Friedemann Kleint2016-04-221-1/+17
* QWidget::grab(): Use device pixel ratio.Friedemann Kleint2016-04-221-1/+3
* QHeaderView: fixing selection of reordered rows and columnsVyacheslav Grigoryev2016-04-211-48/+74
* QMacPinchGestureRecognizer - fix totalScaleFactorTimur Pocheptsov2016-04-201-1/+2
* QMessageBox: Try to pass window handle to QIcon::pixmap().Friedemann Kleint2016-04-201-2/+11
* QWindowsXPStyle: Enlarge QLineEdit/QComboBox when High DPI scaling is active.Friedemann Kleint2016-04-191-3/+5
* QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* QWindowsXP/VistaStyle: Move the Vista treeview handling to QWindowsXPStylePri...Friedemann Kleint2016-04-184-76/+72
* Fix detection of the proxy base style when QT_STYLE_OVERRIDE is setAlexander Volkov2016-04-181-3/+3
* QTreeView: re-use cached values in rowsInserted()Marc Mutz2016-04-111-1/+1
* Improve grammar in QUndoStack::beginMacro() documentationMitch Curtis2016-04-111-1/+1
* Remove QDateTimeEditPrivate's duplication of QDateTimeParser code.Edward Welbourne2016-04-081-5/+0
* QDateTimeEditPrivate: make clear which overrides are for which base.Edward Welbourne2016-04-081-12/+15
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-7/+7