summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
* Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-092-5/+1
* Revert "QCommonStyle::pixelMetric(): Silence warnings about deprecated enum v...Fabian Kosmale2020-04-081-38/+7
* Add missing endif() in a CMake fileJean-Michaël Celerier2020-04-051-1/+1
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-0315-35/+35
* CMake: Fix double inclusion of CMake plugin targetsKai Koehne2020-04-031-1/+2
* Use correct deprecation macro, and add \since to new member functionVolker Hilsheimer2020-04-022-3/+3
* QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-4/+12
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"v5.15.0-beta3Liang Qi2020-03-312-6/+14
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-312-6/+14
| |\
| | * Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-3/+9
* | | QCommonStyle::pixelMetric(): Silence warnings about deprecated enum valuesFriedemann Kleint2020-03-311-7/+38
|/ /
* | Fix Fusion style ignoring SH_UnderlineShortcut from proxy styleJoni Poikelin2020-03-301-2/+2
* | QTextEdit: remove the cursor when a read-only textedit looses focusVolker Hilsheimer2020-03-271-0/+1
* | widgets: Sync client rect of paint-on-screen widgets during resizeTor Arne Vestbø2020-03-271-4/+4
* | QLineEdit: Include the horizontal margin in minimumSizeHintVolker Hilsheimer2020-03-261-2/+2
* | Fix deprecation warnings for QInputDialog::getDouble()Lars Knoll2020-03-262-37/+9
* | Add "checkable" state to QAccessibleTableCellAndre de la Rocha2020-03-261-1/+5
* | Fix deprecation of QComboBox:::currentIndexChanged(const QString&)Lars Knoll2020-03-252-27/+17
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-4/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-4/+4
| | |\
| | | * Fix potential out-of-bounds or nullptr accessVolker Hilsheimer2020-03-171-4/+4
* | | | Fusion Style: Use qobject_cast rather than dynamic_castUlf Hermann2020-03-231-1/+1
* | | | QTableView: Make sure to repaint all needed cells during resizingChristian Ehrlicher2020-03-211-8/+14
* | | | Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-205-11/+15
* | | | QDateTimeEdit: with keyboardTracking off, allow values outside the rangeVolker Hilsheimer2020-03-201-2/+12
* | | | Fix keypad navigation within a button group for push buttonsVolker Hilsheimer2020-03-201-2/+2
|/ / /
* | | widgets: Clarify backingstore resize logic by removing cruftTor Arne Vestbø2020-03-191-8/+6
* | | widgets: Remove unused member QTLWExtra::inTopLevelResizeTor Arne Vestbø2020-03-194-16/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-1/+2
|\| |
| * | QTreeView: don't call model.index(-1, 0) when using spanning itemsDavid Faure2020-03-161-1/+2
| |/
* | Header-review: add Q_DECL_DEPRECATED_X macro to deprecated methodVolker Hilsheimer2020-03-171-1/+1
* | Fix docs suggesting that it's possible to draw to the X11 screenSimon Hausmann2020-03-171-2/+0
* | Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
* | Doc: Remove \contentspage commandsTopi Reinio2020-03-153-8/+0
* | Doc: Remove incorrect see-also linkTopi Reinio2020-03-121-2/+0
* | QFileDialog: Improve default implementation of getOpenFileContent()Friedemann Kleint2020-03-121-2/+3
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-067-0/+7
* | Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-1/+1
* | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
* | Name method parameters in declaration, even when it's obviousVolker Hilsheimer2020-02-282-8/+8
* | Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-281-1/+1
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-3/+3
* | Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Remove a "### Qt 6" that I forgot to removeJan Arve Sæther2020-02-281-1/+0
* | Android: QFileDialog::selectedFiles() check isLocalFile()Assam Boudjelthia2020-02-271-2/+6
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-272-16/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-16/+21
| |\|