summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-4/+2
* QGraphicsAnchorLayout: move some private classes to a namespace with QThiago Macieira2018-08-193-3/+9
* Replace QRegExp by QRegularExpression in QFileSystemModelSamuel Gaist2018-08-192-19/+22
* Use nullptr instead of 0Jesus Fernandez2018-08-181-17/+26
* Fix -Winconsistent-missing-destructor-overrideJesus Fernandez2018-08-171-1/+1
* QComboBox: Start blockMouseReleaseTimer after showPopup callAles Erjavec2018-08-171-2/+3
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1713-36/+36
|\
| * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1613-36/+36
* | Modernize the "thread" featureUlf Hermann2018-08-173-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+10
|\|
| * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-148-17/+40
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-13/+22
|\|
| * Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-031-0/+0
| * QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
| * QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
| * QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* | QLabel: Use nullptrAndre Hartmann2018-08-061-13/+14
* | QToolTip::mouseMoveEvent(): always call base classChristian Ehrlicher2018-08-041-7/+7
* | QAbstractItemDelegate: only handle as json when type is QMetaType::QJsonValueChristian Ehrlicher2018-08-041-11/+14
* | QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-041-0/+1
* | Make local symbols of some leaked namesThiago Macieira2018-08-032-17/+18
* | Don't ignore alpha values in grabFramebuffer methodsAllan Sandfeld Jensen2018-08-031-1/+2
* | Don't trigger composeAndFlush for native child widgets unless neededTor Arne Vestbø2018-08-031-1/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-8/+4
|\|
| * Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-251-4/+3
| * Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-4/+1
* | QMacStyle: Remove handling of defunct _q_styleObjectWindow propertyTor Arne Vestbø2018-07-302-9/+0
* | QTabBar: fix mixed up left and right css pseudo classesChristian Ehrlicher2018-07-221-4/+4
* | Inline deprecated QTest::qWaitForWindowShownTor Arne Vestbø2018-07-202-7/+2
* | Remove strange icon highlight for active menu itemThorbjørn Lund Martsum2018-07-181-3/+0
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-175-10/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-175-10/+12
| |\|
| | * QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
| | * QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
| | * Doc: Remove redundant \codePaul Wicking2018-07-131-4/+0
| | * Doc: Explain emission of QAction::changed on calling QAction::togglePaul Wicking2018-07-111-2/+6
| | * Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
| | * QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
* | | Remove left-over commentFrederik Gladhorn2018-07-161-2/+0
|/ /
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-2/+183
* | 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