<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/information/mediawidget.h, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2025-11-20T09:13:25Z</updated>
<entry>
<title>informationpanel: prevent a crash when creating video preview panel and a media file is selected </title>
<updated>2025-11-20T09:13:25Z</updated>
<author>
<name>Jean-Baptiste Mardelle</name>
<email>jb@kdenlive.org</email>
</author>
<published>2025-09-19T11:31:03Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=580c31cccee1646db85bbf3a033911858bf79d7a'/>
<id>urn:sha1:580c31cccee1646db85bbf3a033911858bf79d7a</id>
<content type='text'>
To reproduce the crash:
- Open Dolphin, disable information panel and close Dolphin
- Re-open Dolphin
- Select a video file
- Enable information panel
- Crash

Problem is that some elements of the MediaWidget panel are created when the widget is shown, in `showEvent`  (`m_seekSlider` and `m_topLayout`), and these elements are called before being created.

This MR fixes 2 different crashes:
- Crash creating panel when a video file is selected (call to `m_seekSlider` before its creation)
- Crash creating panel when a video file is selected and autoplay enabled (call to `m_topLayout` before its creation)
</content>
</entry>
<entry>
<title>InformationPanel: Port from Phonon to QtMultimedia</title>
<updated>2025-06-28T09:55:38Z</updated>
<author>
<name>Méven Car</name>
<email>meven29@gmail.com</email>
</author>
<published>2019-06-23T15:36:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8216a67d58af0fd709bb3bfb8d0b6073b11cdfed'/>
<id>urn:sha1:8216a67d58af0fd709bb3bfb8d0b6073b11cdfed</id>
<content type='text'>
</content>
</entry>
</feed>
