summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | QStyleSheet: use the << form of qWarning to get more infoThiago Macieira2018-11-081-1/+1
| * | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
| * | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-053-1/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+1
| | |\|
| | | * Fix stylesheet example for QLineEdit:read-only code exampleArnaud Bienner2018-10-221-0/+1
| | * | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-022-1/+1
* | | | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-093-60/+80
* | | | QHeaderView: check for changed roles in dataChanged()Christian Ehrlicher2018-11-081-1/+17
* | | | QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-2/+3
* | | | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-086-67/+105
* | | | [Micro]Optimize QStyleSheetStyle::subElementRectAlbert Astals Cid2018-11-061-3/+2
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-061-1/+1
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-1/+1
| |\| | |
| | * | | QColorDialog: use customColorCount() instead hardcoded valueChristian Ehrlicher2018-11-021-1/+1
| | |/ /
* | | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-053-6/+6
* | | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-053-8/+8
* | | | QCommandLinkButton: fix visibility of some public functionsChristian Ehrlicher2018-11-051-0/+6
|/ / /
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-058-77/+25
* | | QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-022-32/+49
* | | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-025-13/+46
* | | QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-022-16/+47
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2541-203/+329
|\| |
| * | itemviews: Fix a condition typoIvan Komissarov2018-10-201-1/+1
| * | QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-1/+1
| * | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0
| * | Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1725-86/+104
| |\|
| | * Modernize the "mimetype" featureLiang Qi2018-10-122-5/+7
| | * Modernize the "animation" featureLiang Qi2018-10-1223-81/+97
| * | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
| * | Fix typo vice versaCristian Maureira-Fredes2018-10-152-3/+3
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1510-89/+193
| * | QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-6/+11
* | | Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-213-2/+13
* | | Itemviews: mark some functions as deprecatedChristian Ehrlicher2018-10-213-12/+36
* | | Warn when setting a completer on non-editable QComboBoxFrederik Gladhorn2018-10-191-1/+4
* | | Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-182-13/+21
* | | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
* | | QPixmapFilter: some cleanupAnton Kudryavtsev2018-10-161-2/+3
* | | Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-156-6/+14
* | | QTreeView: small optimization in verticalOffset()Christian Ehrlicher2018-10-131-5/+3
* | | QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-132-14/+18
* | | QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* | | Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* | | QSideBar: take the icon size from a styleAlexander Volkov2018-10-092-3/+11
* | | Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-091-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
| |\|
| | * Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1