[qt/qt-creator/qt-creator]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/qt-creator Pushed by mirror-service into branch '20.0'. Changed from c50ab3c28c0bbfae8a1ede4533b3771bb59a63c9 to 3c79bc05e89b5ecfbca9622affbfd182bb4e5631 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit d8d5cf7a6602f0c14d16e7ba464409bf66bee666 by hjk (on behalf of Eike Ziller) on 06/08/2026 at 09:07.. MarkdownBrowser: Fix that inline code did not scale with mouse wheel Inline code spans get an absolute point size baked in by Qt's markdown importer, relative to the document's default font at parse time. Unlike headings, that size was never touched again when the font size changed afterwards, so it did not follow later scale changes. Explicitly rescale the point size for fixed-pitch fragments too. Change-Id: I24bf23253614a69446bbc84cfb8a4846cce33d35 Reviewed-by: Marcus Tillmanns <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/d8d5cf7a6602f0c14d16e7ba464409bf66bee666 Git commit 3c79bc05e89b5ecfbca9622affbfd182bb4e5631 by hjk (on behalf of Eike Ziller) on 06/08/2026 at 09:07.. Utils: Fix weird font change on scroll wheel scaling in MarkdownBrowser We want to use our special font for the contents of the Markdown viewer, but after using Ctrl+Wheel scrolling the widget's font() was used instead. Set our special font also on the widget itself to fix that. Change-Id: I1e5c36dd1d5e484170dc60ea856460fd741e3823 Reviewed-by: hjk <[email protected]> Reviewed-by: Marcus Tillmanns <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/3c79bc05e89b5ecfbca9622affbfd182bb4e5631