summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-232-3/+3
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-2121-56/+96
|\
| * 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
* | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-086-4/+6
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-0612-22/+27
* | QProgressDialog: remove unused QCursor memberChristian Ehrlicher2019-01-061-10/+0
* | QFormLayout: honor Qt::AlignHCenter for labelAlignmentChristian Ehrlicher2019-01-061-1/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0413-74/+214
|\|
| * 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
* | Remove unused pointers for PressDelayHandlerAlejandro Exojo2018-12-312-5/+0
* | QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-2/+8
* | QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-252-3/+29
* | QTabWidget: properly horizontally align tab iconChristian Ehrlicher2018-12-241-2/+3
* | Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-174-63/+63
* | Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-177-8/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-5/+4
|\|
| * QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-5/+4
* | QDockWidget: Make floating docks respect DockWidgetMovable featureNick D'Ademo2018-12-131-2/+4
* | QFusionStyle: Fix deprecation warning about QFontMetrics::width()Friedemann Kleint2018-12-131-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-132-2/+8
|\|
| * 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
* | Use QMultiMap::insert() instead of insertMulti()Lars Knoll2018-12-121-5/+5
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-1217-17/+17
* | QCommonStyle: fetch `flat` property from style optionAlberto Mardegan2018-12-111-2/+2
* | QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-112-20/+33
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-113-2/+2
|\|
| * 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
* | | DropSite example: fix documentationChristian Ehrlicher2018-12-101-55/+0
* | | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-092-2/+3
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-083-11/+17
|\| |
| * | 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
* | | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-071-2/+1
* | | QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-061-8/+0