summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.12 into 5.12.2Kari Oikarinen2019-02-201-0/+1
|\
| * Emit returnPressed() signal for the lineEdit embedded in QDateTimeEditKai Koehne2019-02-191-0/+1
* | Fix QSplashscreen positioning on AndroidFriedemann Kleint2019-02-191-3/+10
|/
* Widgets: Only set WA_WState_ExplicitShowHide via public APITor Arne Vestbø2019-02-123-54/+58
* Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
* QToolButton: fix handling multi-line textsChristian Ehrlicher2019-02-072-2/+25
* QCommonStyle: factor out elided text calculationChristian Ehrlicher2019-02-072-61/+86
* Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+30
* QWizard: Correctly calculate watermark size hintKari Oikarinen2019-02-061-1/+1
* QMenuItem: fix rendering with css stylingChristian Ehrlicher2019-02-051-14/+22
* Fix regression in QPlainTextEdit updatingAllan Sandfeld Jensen2019-01-311-3/+4
* Doc: Correct minor link issue in qwidget.cppNico Vertriest2019-01-291-2/+1
* Don't enable the input method for the QListView in a QInputDialogAndy Shaw2019-01-281-3/+14
* QColorDialog: Remove flag Qt::MSWindowsFixedSizeDialogHintFriedemann Kleint2019-01-271-1/+1
* QAbstractItemView: fix rendering centered/right aligned item textChristian Ehrlicher2019-01-241-13/+23
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-238-36/+29
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0818-83/+227
| |\
| * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-2/+5
| * | Revert "QListView: Honor css :first/:middle/:last Pseudo-States"Christian Ehrlicher2019-01-041-9/+0
| * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-042-9/+11
| * | Restore behavior for QToolTip not wrapping by defaultKai Koehne2019-01-041-13/+9
| * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
| * | Doc: Add missing \since to QLineEdit's inputRejected signalPaul Wicking2018-12-231-0/+1
| * | Bump copyright year to 2019Kai Koehne2018-12-181-1/+1
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-223-6/+29
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-1019-28/+28
* | | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-18/+21
* | | QSplashScreen: Fix positioning in multimonitor setupsFriedemann Kleint2019-01-081-10/+47
| |/ |/|
* | Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-033-15/+78
* | QDialog: Pass transient parent as a parent to native dialogsAlexander Volkov2018-12-242-4/+7
* | Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
* | Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2
* | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-185-19/+34
* | QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-182-32/+91
* | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-2/+1
* | QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-5/+4
* | When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
* | QFileDialog: Remember last visited directory correctlyFriedemann Kleint2018-12-121-0/+4
* | Specify the date-time spec when setting max timeEdward Welbourne2018-12-101-1/+1
* | Fusion: Don't draw the background of the lineedit when drawing the frameAndy Shaw2018-12-101-1/+0
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-0/+1
|\
| * Ensure QOpenGLWidget FBO is always initializedTor Arne Vestbø2018-11-271-0/+1
* | QToolButton: Don't elide text if an icon is presentChristian Ehrlicher2018-12-081-2/+2
* | Set QScroller's parent to its widget, for memory managementShawn Rutledge2018-12-081-0/+1
* | QScroller: Fix crash when multiple scrollers are registeredFriedemann Kleint2018-12-071-3/+5
* | Fix inability to edit lines in QGraphicsTextItem when pageSize is setVitaly Fanaskov2018-12-071-8/+5
* | Preallocate buffer for QLineEdit when used for password inputIvan Čukić2018-12-071-0/+7
* | Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
* | Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
* | Doc: specifically list the QToolButton properties that actions affectMitch Curtis2018-11-291-1/+17