summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QAbstractScollArea: Cast an enumerator to int before doing math on itGiuseppe D'Angelo2020-05-051-1/+1
* QFileDialog: fix enumeration mismatchGiuseppe D'Angelo2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-0411-67/+155
|\
| * Doc: Make snippets Qt Widgets compilableNico Vertriest2020-05-019-65/+138
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-281-0/+6
| |\
| | * note QFileDialog::setNameFilters() is not supported on AndroidAssam Boudjelthia2020-04-231-0/+6
| * | Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
| |/
* | QWidgetLineControl: replace raw memory handling with std::unique_ptrMarc Mutz2020-04-302-7/+4
* | QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-306-19/+17
* | Enable Qt 5 connection syntax for QAbstractButton::animateClick()Friedemann Kleint2020-04-292-4/+4
* | Always open a text control's context menu on the same screenShawn Rutledge2020-04-291-0/+5
* | Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-272-23/+4
* | QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-4/+4
* | QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-04-241-0/+9
* | Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-3/+5
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-7/+0
* | Move QMargins operator| into qmargins.h, add equivalent for QMarginsFVolker Hilsheimer2020-04-241-8/+0
* | QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-04-242-42/+45
* | Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-10/+4
* | QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-04-231-6/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-233-0/+15
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-221-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-211-0/+2
| | | |\
| | | | * widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-03-241-0/+2
| * | | | Handle specified time-spec in date-time parsingAndrei Golubev2020-04-222-0/+13
| |/ / /
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-229-17/+78
|\| | |
| * | | doc: Recommend the QSplashScreen constructor taking a QScreen*Shawn Rutledge2020-04-151-1/+1
| * | | Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-153-8/+63
| * | | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-145-5/+11
* | | | Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-2136-72/+96
* | | | Always encode HTML as utf-8Lars Knoll2020-04-211-1/+1
* | | | Don't fall back to QGuiApplication for line control's layoutDirectionEdward Welbourne2020-04-211-5/+2
* | | | Fix QLabel with no "picture" featureNodir Temirkhodjaev2020-04-191-0/+2
* | | | Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-1717-607/+5
* | | | Remove deprecated QTest::qWaitForWindowShown overload for QtWidgetsVolker Hilsheimer2020-04-172-27/+0
* | | | Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-1715-248/+36
* | | | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1
* | | | Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-165-86/+1
* | | | Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-169-261/+8
* | | | Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-163-56/+3
* | | | Remove deprecated members from dialog classesVolker Hilsheimer2020-04-168-378/+4
* | | | Remove deprecated QWizard memberVolker Hilsheimer2020-04-162-13/+0
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-113-8/+15
|\| | |
| * | | Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
| * | | Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-092-5/+1
* | | | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-1027-109/+42
* | | | Change qHash() to work with size_t instead of uintLars Knoll2020-04-093-4/+4
* | | | Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-091-11/+4
* | | | QApplication: remove obsolete keypadNavigationEnabled memberVolker Hilsheimer2020-04-092-52/+1