summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-194-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 114bd783d7006faf3d3d1928e2092fd581ea2e19)
* Merge translation files from master branch.Automated System2025-05-011-11/+12
|
* Merge translation files from master branch.Automated System2025-04-281-9/+10
|
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-2838-187/+187
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd46b9bdeae872ed7682913c898931f1aa6d3d42)
* Merge translation files from master branch.r14.1.4Automated System2025-04-121-9/+9
|
* Merge translation files from master branch.Automated System2025-04-021-9/+9
|
* Merge translation files from master branch.Automated System2025-03-311-9/+10
|
* Merge translation files from master branch.Automated System2025-03-2968-68/+472
|
* Update translation template.Automated System2025-03-291-1/+6
|
* tdefile-plugin: Add MP4 pluginmio2025-03-296-0/+369
| | | | | Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit e3a8e682329749071271d9a8a4de37ca1745446c)
* Merge translation files from master branch.Automated System2025-03-151-8/+16
|
* Merge translation files from master branch.Automated System2025-03-1416-0/+781
|
* Improve code for detection of architecture and MMX supportMichele Calgaro2025-03-132-49/+24
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 40cd903083b1bd7fe1e9cd3ae38c5b1ae0aeb3c0)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Fix building with gcc 15. This resolves issue #91Michele Calgaro2025-01-304-148/+85
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4767a3730d12a9e9f2d428d46da80467d73e5015)
* Remove support for OSFMichele Calgaro2025-01-1217-795/+42
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 83d0c59cf312df3614ba81844c68a5928afce924)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Remove unnecessary filesMichele Calgaro2024-12-301-62/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23fe879f3645510288d74c85814812f2c7478678)
* Replace pthread and dl linking with cmake-based variablesMichele Calgaro2024-12-2712-25/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1bbc86f7b626b7754fba76d992b367e734991291)
* Fix FTBFS when xinelib <= 1.2.9r14.1.3mio2024-09-281-6/+15
| | | | | | Resolves: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/83 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit f6b2ca587cc8163ff028f6f76bf585d09342b1c6)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Fix mime type registration for FLAC with taglib>=2mio2024-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | The TAGLIB_*_VERSION macros are not (and never have been) defined in tag.h, however, tag.h used to include tstring.h, which included taglib.h [0]. KFlacPlugin doesn't use the 'name' argument in it's constructor so it can support earlier versions of taglib (< 1.2), instead, it registers the mime type info for both 'audio/x-flac' and 'audio/x-oggflac' when it is first loaded. However, since 'audio/x-oggflac' was never being registered (because TAGLIB_1_2 wasn't defined), when KRenamer attempted to get the mime type info for 'audio/x-oggflac', the call failed and it's 'keys' member was never altered, causing the additional 'flac' to be appended [1]. [0]: https://github.com/taglib/taglib/commit/a08acdcf23c5d4ac4cb795f5edfdc539055138b7#diff-83ce8ae463020e723895af7e50380bc507f358a2d56313767d5305a759bb9f02 [1]: https://mirror.git.trinitydesktop.org/gitea/TDE/krename/src/branch/r14.1.x/krename/fileplugin.cpp#L46-L98 Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/77 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit eb8c47226987d83a08d455cdaf2cfa49c5a60e72)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0143-43/+43
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0688-115/+115
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cdd8febb68a55d7651ba5f18cb54bbd2e96e448a)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix issue 74 (FTBFS on Fedora 40)r14.1.2François Andriot2024-04-152-0/+2
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit fcfa466de299d0eefef0c5597131f1a6b70f939c)
* Fix FTBFS caused by incompatible castMichele Calgaro2024-04-121-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39912346d4b3a834362fed5099ff314b181e2aae)
* KMix: system tray icon enhancementsMavridis Philippe2024-03-2817-58/+222
| | | | | | | | | | | | | | * XDG-compliant icon names with volume level specification (low, medium, high) Low-Medium threshold: 33% Medium-High threshold: 67% * Improved built-in icon theme with distinct volume levels (according to above) * Choice between classic KMix icon theme, imrpoved KMix icon theme and system theme. * New KMixDockWidget::getAvgVolume() method Gets average volume in %. Code actually comes from KMixDockWidget::setVolumeTip(), but was put into a separate method to be reused for determination of icon according to the volume level (cherry picked from commit 3168c39ef1e445db1a6e22a7ba63e8cb4714e6e8)
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 62f0e274561bb928a50a9fcb7ee427e9d1dacfd5)
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22ba8866a9753d13204f500475d21f8051c17bac)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-097-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2e8ad8b923787494b588ed8f978aac61a59803ef)
* kmix[minor]: remove a stray extra spaceAlexander Golubev2024-03-011-1/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit d7a7391926a72f4f09e4bcedbb6fd30bcf4591ab)
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9af19ae07b8ac16ca6e2e62d26063f4a801e192b)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Add support for TagLib 2.Slávek Banko2024-02-133-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 51d998343c2742e2bcf46dd6e85c1ee21d49b17a)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0620-44/+44
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8423a99b3f4530263c4d16364e834ecf83fd9b3b)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-17187-1388/+1388
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 286a061a4cd8a904a0b16b5be4c274a20935d5df)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2455-338/+338
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd6db75d8ab2821740e4ce6c66c9de91252138ea)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-058-21/+21
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8729e642eaa3629412ef948e590e35ade2cbb0ea)
* Replace 'Event' #define stringsMichele Calgaro2023-12-0211-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7ef70d6552605c1df5653f039314c3ac568069cc)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-258-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1304109bee51323c2fb7258df91b2d4eccd83030)
* Noatun: Crashing at empty items in the playlistRoman Savochenko2023-11-202-0/+4
| | | | | Signed-off-by: Roman Savochenko <roman@home.home> (cherry picked from commit cf9759fa992775e54adc65e127ead1989821cd54)
* Reset submodule main/core/tdemultimedia/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-0954-110/+110
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b3df4d055e72863ca51ec9c0428a490306989ff4)