summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-124-0/+16
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-126-0/+28
* QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-24/+3
* xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-42/+1
* QAccessibleTabButton: fix isValidFrederik Gladhorn2018-07-082-1/+9
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-027-19/+46
|\
| * QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
| * Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-13/+30
| * Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-212-2/+2
| * QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-141-1/+1
| * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-073-1/+6
| |\
| * | Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-072-1/+4
* | | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-283-3/+27
* | | QTableView: update editor geometries directly after scrollbars are adjustedChristian Ehrlicher2018-06-281-1/+1
* | | QTreeView: speedup expanding items via keyPressEvent/asteriskChristian Ehrlicher2018-06-251-10/+12
* | | QCommonStyle: properly elide last visible lineChristian Ehrlicher2018-06-251-40/+39
* | | widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* | | widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-252-47/+67
* | | QListView: do not delete item on internal moveChristian Ehrlicher2018-06-221-0/+4
* | | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-1/+2
* | | QToolbar: Un-hide the QLayout::indexOf non-virtualThiago Macieira2018-06-181-1/+1
* | | Fix warning that QRegion::rects() is deprecatedThiago Macieira2018-06-181-1/+2
* | | QTreeWidget: Keep items hidden even if their parents are reparentedAndy Shaw2018-06-153-10/+44
* | | Add itemAlignment property to QListViewAlexander Volkov2018-06-083-5/+59
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-0848-149/+175
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0748-149/+175
| |\ \ \ | | | |/ | | |/|
| | * | Fix build for Android with android-clang in r17Liang Qi2018-06-061-1/+1
| | * | Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
| | * | QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| | |/
| | * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| | * QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
| | * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2945-133/+152
* | | QDialog::done(): improve the docsGiuseppe D'Angelo2018-06-071-3/+6
|/ /
* | QLineEdit: Emit inputRejected() when part of the input is rejectedAndy Shaw2018-06-062-2/+7
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-061-0/+3
* | QLineEdit: Add an inputRejected() signal for when a key is not allowedAndy Shaw2018-06-015-0/+21
* | QToolTip: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-9/+10
|\|
| * QFusionStyle: Fix width of editable combo boxFriedemann Kleint2018-05-151-1/+1
| * Fix build without features.cursorTasuku Suzuki2018-05-151-11/+15
* | Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-242-6/+33
* | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-231-0/+21
* | qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-152-6/+13
* | Add a note to QDialog::exec() to prefer open() insteadGiuseppe D'Angelo2018-05-151-0/+7
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-141-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-0/+2
| |\|
| | * Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* | | QTableWidget: fix handling of Qt::EditRole/DisplayRole in setItemData()Christian Ehrlicher2018-05-141-3/+6
|/ /
* | QTableWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-05-123-10/+16