aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mediaplayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix media player stutteringTomas Åkesson2023-03-261-2/+22
| | | | | | | | Only call setPosition() on the QMediaPlayer object when the user has manually dragged the slider position slider. Otherwise the slider and player will call each other, probably causing a feedback loop which causes stuttering.
* Improve Qt 6 supportAlexey Andreyev2023-03-251-2/+7
| | | | | | | Add missing mediaplayer widget logic Contributes to: https://github.com/MasterQ32/kristall/pull/266
* Introduce Qt 6 supportAlexey Andreyev2023-03-241-2/+36
| | | | With QT_VERSION_CHECK and core5compat module
* Further improves localization (#191). Allows switching and setting the ↵Felix (xq) Queißner2021-05-081-0/+8
| | | | chosen localization properly.
* Use standard icon namesKarol Kosek2020-12-271-2/+3
| | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-0/+86