summaryrefslogtreecommitdiffstats
path: root/amarok/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on collection rescanFat-Zer2025-08-211-4/+7
| | | | | Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/87 Signed-off-by: Fat-Zer <fatzer2@gmail.com>
* Use tdeinstance.hMichele Calgaro2025-08-183-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDESimpleConfigMichele Calgaro2025-07-121-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-2544-44/+44
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeglobalaccel.hMichele Calgaro2025-02-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-0349-165/+165
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix the problem of linking taglib2 on 32 bit architecturesSlávek Banko2025-01-251-0/+9
| | | | | | | | if taglib is not built with large files support. This resolves the last part from issue #60. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove support for Tru64 and OSFMichele Calgaro2025-01-073-147/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Metrowerks compilerMichele Calgaro2024-12-305-58/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdecrash.hMichele Calgaro2024-12-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace pthread and dl linking with cmake-based variablesMichele Calgaro2024-12-271-5/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDEProcIO classMichele Calgaro2024-12-1510-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-023-3/+3
| | | | 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>
* Use tqmoc directly instead of tmocMichele Calgaro2024-10-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace custom MP4 metadata parser with TagLibmio2024-09-3089-7226/+80
| | | | | | | | | | | | 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>
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-072-8/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for taglib 2, part 2.Slávek Banko2024-04-262-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add support for taglib 2Michele Calgaro2024-04-1365-221/+220
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-1026-124/+124
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-044-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-308-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-245-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-181-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-0430-87/+87
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-273-21/+24
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid double logarithmic volume scaling when using libxine >= 1.2.13. This ↵Michele Calgaro2023-09-033-4/+37
| | | | | | relates to TDE/tdemultimedia#40 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-029-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Symbian supportMichele Calgaro2023-09-0111-195/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-251-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1610-23/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-24113-187/+187
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-115-9/+9
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix functionality broken by commit 1c3e0630.Michele Calgaro2023-06-211-21/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-191-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix python3 indentationr14.1.0François Andriot2023-04-091-21/+19
| | | | Signed-off-by: François Andriot <francois.andriot@thalesgroup.com>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-234-7/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support.Slávek Banko2023-01-1811-226/+223
| | | | | | Update for PyTQt. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-091-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use CGI::unescape instead of deprecated URL::decodeMavridis Philippe2022-04-101-2/+2
| | | | | | https://ruby-doc.org/stdlib-2.5.1/libdoc/uri/rdoc/URI/Escape.html#method-i-unescape Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix FTBFS due to invalid syntax in riokarmaFrançois Andriot2021-08-031-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Add CMakeL10n rules for desktop files.Slávek Banko2021-07-141-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced install() with tde_create_translated_desktop() for .desktop files ↵Ray-V2021-07-1416-34/+79
| | | | | | in relevant CMakeLists.txt Signed-off-by: Ray-V <ray-v@inbox.lv>