summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Ukrainian)HEADmasterRoman Savochenko11 days1-20/+20
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/uk/
* Translated using Weblate (Georgian)Temuri Doghonadze2024-11-111-5/+7
| | | | | | | Currently translated at 70.6% (1756 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ka/
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-11-071-0/+0
|
* Translated using Weblate (Georgian)Temuri Doghonadze2024-11-031-24/+21
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: applications/amarok - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ka/
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-10-311-0/+0
|
* Don't explicetly include tqt.h anymoreMichele Calgaro2024-10-311-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-262-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Chinese (Simplified))梁维康2024-10-201-62/+82
| | | | | | | Currently translated at 82.0% (2040 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-10-141-0/+0
|
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-10-091-0/+0
|
* Use tqmoc directly instead of tmocMichele Calgaro2024-10-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2024-10-071-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/amarok - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/
* Update translation filesTDE Weblate2024-09-3067-3484/+3484
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
* Update translation template.Automated System2024-09-301-52/+52
|
* Replace custom MP4 metadata parser with TagLibmio2024-09-3091-7229/+82
| | | | | | | | | | | | TagLib supports MP4 metadata since version 1.6 (2009). The custom parser code caused problems because there was a mismatch between the definition of TagLib::Tag and TagLib::MP4::Tag, and the implementation of the custom TagLib::MP4::Tag. This requires TagLib 1.11 and above. Resolves: TDE/tdemultimedia#82 Signed-off-by: mio <stigma@disroot.org>
* Fix unsigned overflow in Debug::Block dtormio2024-09-281-1/+4
| | | | Signed-off-by: mio <stigma@disroot.org>
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-143-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-05-271-0/+0
|
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro2024-05-201-1/+1
| | | | | | equivalent Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-05-111-15/+15
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: applications/amarok - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/
* Update translation filesTDE Weblate2024-05-0767-538/+538
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
* Update translation template.Automated System2024-05-071-8/+8
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-072-8/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-05-061-8/+8
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Translated using Weblate (Russian)Andrei Stepanov2024-05-011-59/+60
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Add support for taglib 2, part 2.Slávek Banko2024-04-262-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Russian)Andrei Stepanov2024-04-211-5/+5
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Update translation filesTDE Weblate2024-04-1467-10923/+10923
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
* Update translation template.Automated System2024-04-141-163/+163
|
* Add support for taglib 2Michele Calgaro2024-04-1365-221/+220
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-04-061-9/+9
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Update translation filesTDE Weblate2024-03-251-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Chinese (Simplified))Matatabi Wang2024-03-131-9/+9
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: applications/amarok - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/
* Translated using Weblate (Russian)Alexander Golubev2024-03-021-6/+6
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0218-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-15101-1104/+1104
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/amarok/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-1026-124/+124
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-071-2/+2
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-044-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-031-6/+6
| | | | | | | Currently translated at 100.0% (2485 of 2485 strings) Translation: applications/amarok Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/
* Replace 'Event' #define stringsMichele Calgaro2023-11-308-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>