summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | qgraphicslayoutstyleinfo: Improve memory handlingIvan Komissarov2018-12-052-5/+6
* | | QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-042-45/+63
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-046-4/+55
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-046-4/+55
| |\| |
| | * | 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
| | * | Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
| | * | QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
| | * | QFocusFrame: protect it from being moved around by accidentRichard Moe Gustavsen2018-11-271-1/+19
| | * | QDateTimeEdit: fix setDate() if time is in a spring-forwardEdward Welbourne2018-11-271-1/+7
* | | | qgraphicslayoutstyleinfo: Remove useless checkIvan Komissarov2018-12-041-2/+1
* | | | QMdiArea: Take scroll bars into account when tiling subwindowsNick D'Ademo2018-12-041-1/+5
* | | | QFormLayout: Fix width calculation when a row has no labelChristian Ehrlicher2018-12-041-4/+6
|/ / /
* | | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-1/+1
* | | QMdiArea: Do not reset tiled flag on spontaneous system window eventsNick D'Ademo2018-11-271-1/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-278-51/+116
|\| |
| * | Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-263-30/+88
| * | Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
| * | Add translator's comment to the copyright noteFriedemann Kleint2018-11-231-2/+3
| * | Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-232-6/+1
| * | Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
| * | QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has n...Christian Ehrlicher2018-11-221-4/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-228-25/+48
|\| |
| * | QScrollBar: fix horizontal scrollbars in RTL modeChristian Ehrlicher2018-11-191-10/+6