[Development] Qt Multimedia API to get chapter information from audio/video file

2025-04-05 Thread Wang Gary
Hi, Currently Qt's Multimedia API lack the ability to retrieve chapter/TOC information from media files, although both Gstreamer and FFmpeg backend support such functionality. I've created a report for this suggestion: QTBUG-130320 I'm not sure if someone already start working on such feature. I'

Re: [Development] WheelDeceleration for PlatformTheme and Flickable

2024-10-28 Thread Wang Gary
sions. Thanks in advance! Gary Wang Gary 于2024年7月26日周五 11:23写道: > > Any updates related to these two patches? > > Thanks! > Gary > > Wang Gary 于2024年7月19日周五 16:13写道: > > > > Hi, > > > > I have two patchset related to QML's mouse wheel decelerati

Re: [Development] WheelDeceleration for PlatformTheme and Flickable

2024-07-25 Thread Wang Gary
Any updates related to these two patches? Thanks! Gary Wang Gary 于2024年7月19日周五 16:13写道: > > Hi, > > I have two patchset related to QML's mouse wheel deceleration support, > which allow the developer fine-tune the mouse wheel deceleration > behavior when needed. One

[Development] WheelDeceleration for PlatformTheme and Flickable

2024-07-19 Thread Wang Gary
Hi, I have two patchset related to QML's mouse wheel deceleration support, which allow the developer fine-tune the mouse wheel deceleration behavior when needed. One patch adds an enum for PlatformTheme-level support which is for desktop-environment developers, and another patch adds a property to

[Development] Review Request (qtdeclarative): Add imageSourceSize property to QQuickDrag

2023-12-10 Thread Wang Gary
Hi, I have a patch submitted a few weeks ago, intended to add a property to QQuickDrag to allow set a source size to tell the image provider the preferred size of the image. Kindly request for review. Thanks! Patch link: https://codereview.qt-project.org/c/qt/qtdeclarative/+/518814 -- Developmen

[Development] QCalendar and QCalendarBackend questions

2020-12-25 Thread Wang Gary
Hello, I'd like to add an "alternate calendar system" to KDE's calendar applet, which, for example, will be able to allow users set to display a Chinese Lunar Calendar in the same MonthView as the main Gregorian calendar dates. Then QCalendar seems to be a good choice to use, then I found there ar