summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning, explicitly use 64bit shiftVolker Hilsheimer2021-05-071-1/+1
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-062-4/+28
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-054-3/+14
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-232-19/+52
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-1/+1
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* Merge integration refs/builds/qtci/dev/1618460978Qt CI Bot2021-04-151-3/+3
|\
| * Fix build without features.texteditTasuku Suzuki2021-04-151-3/+3
* | Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-152-1/+13
|/
* Merge integration refs/builds/qtci/dev/1618376490Qt CI Bot2021-04-141-4/+4
|\
| * Fix build without features.imTasuku Suzuki2021-04-141-4/+4
* | Cleanup leftover QWSTasuku Suzuki2021-04-144-22/+1
|/
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Document parameter correctly, fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Fusion style: don't use large icons in QLineEditVolker Hilsheimer2021-04-071-3/+0
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* QTable/ListView: mark functions as reimp instead internalChristian Ehrlicher2021-04-022-6/+6
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-308-5/+62
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-303-6/+6
* Merge integration refs/builds/qtci/dev/1617030826Qt CI Bot2021-03-291-1/+1
|\
| * QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-291-1/+1
* | Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-293-6/+6
|/
* Fix coding styleFan PengCheng2021-03-261-3/+1
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-2/+8
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* Merge integration refs/builds/qtci/dev/1616400051Qt CI Bot2021-03-222-1/+4
|\
| * Doc: Fix qdoc warnings on snippet filesNico Vertriest2021-03-222-1/+4
* | Avoid a crash in QMessageBoxDetailsText, just in caseFan PengCheng2021-03-221-2/+5
|/
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* QDial: use qRound to roundVolker Hilsheimer2021-03-181-14/+8
* Code tidiesZhang Hao2021-03-151-4/+2
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-125-1/+12
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Delete duplicate condition in QComboBox::setPlaceholderTextDong Rui2021-03-091-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* Code tidiesZhang Hao2021-03-051-2/+1
* Protect against self-assignment, plug potential memory leakVolker Hilsheimer2021-03-041-0/+4