mio
f6b2ca587c
Fix FTBFS when xinelib <= 1.2.9
...
Resolves: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/83
Signed-off-by: mio <stigma@disroot.org>
2 months ago
TDE Gitea
b294254eb8
Reset submodule main/core/tdemultimedia/admin to latest HEAD
2 months ago
mio
eb8c472269
Fix mime type registration for FLAC with taglib>=2
...
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]: a08acdcf23 (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>
3 months ago
TDE Gitea
74865d77e1
Reset submodule main/core/tdemultimedia/admin to latest HEAD
4 months ago
TDE Gitea
a6792057d3
Reset submodule main/core/tdemultimedia/admin to latest HEAD
4 months ago
Michele Calgaro
c336cfb3d5
Replace kdemacros.h with tdemacros.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
TDE Gitea
4fdcd5727d
Reset submodule main/core/tdemultimedia/admin to latest HEAD
5 months ago
TDE Gitea
c3e19bcbd5
Reset submodule main/core/tdemultimedia/admin to latest HEAD
6 months ago
Michele Calgaro
cdd8febb68
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
TDE Gitea
249738f07c
Reset submodule main/core/tdemultimedia/admin to latest HEAD
7 months ago
François Andriot
fcfa466de2
Fix issue 74 (FTBFS on Fedora 40)
...
Signed-off-by: François Andriot <francois.andriot@free.fr>
7 months ago
Michele Calgaro
39912346d4
Fix FTBFS caused by incompatible cast
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Mavridis Philippe
3168c39ef1
KMix: system tray icon enhancements
...
* 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
8 months ago
Michele Calgaro
62f0e27456
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
22ba8866a9
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
2e8ad8b923
cmake files: change keywords to lower case
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Alexander Golubev
d7a7391926
kmix[minor]: remove a stray extra space
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Michele Calgaro
9af19ae07b
Simplify code since cmake minimum version is now 3.5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
TDE Gitea
1aadc8cec5
Reset submodule main/core/tdemultimedia/admin to latest HEAD
9 months ago
Slávek Banko
51d998343c
Add support for TagLib 2.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 months ago
TDE Gitea
d23c3cbfdd
Reset submodule main/core/tdemultimedia/admin to latest HEAD
9 months ago
Michele Calgaro
8423a99b3f
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro
286a061a4c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea
913b81b69d
Reset submodule main/core/tdemultimedia/admin to latest HEAD
11 months ago
Michele Calgaro
dd6db75d8a
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
8729e642ea
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
7ef70d6552
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
1304109bee
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Roman Savochenko
cf9759fa99
Noatun: Crashing at empty items in the playlist
...
Signed-off-by: Roman Savochenko <roman@home.home>
1 year ago
TDE Gitea
268aed5464
Reset submodule main/core/tdemultimedia/admin to latest HEAD
1 year ago
Michele Calgaro
b3df4d055e
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
b6d4b7931a
Reset submodule main/core/tdemultimedia/admin to latest HEAD
1 year ago
Slávek Banko
c4f17993ff
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Gitea
9feb0b12f8
Reset submodule main/core/tdemultimedia/admin to latest HEAD
1 year ago
TDE Gitea
3fffeba896
Reset submodule main/core/tdemultimedia/admin to latest HEAD
1 year ago
Andrei Stepanov
c5e80026d8
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: tdemultimedia/tdemid - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/
1 year ago
Andrei Stepanov
ec115020fe
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: tdemultimedia/noatun - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/
1 year ago
Andrei Stepanov
1c71f523c9
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: tdemultimedia/libkcddb - libkcddb.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/
1 year ago
Andrei Stepanov
94ca3a1361
Translated using Weblate (Russian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: tdemultimedia/kscd - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/
1 year ago
Andrei Stepanov
6c3e9a2f02
Translated using Weblate (Russian)
...
Currently translated at 100.0% (10 of 10 strings)
Translation: tdemultimedia/krec - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/
1 year ago
Andrei Stepanov
775b1efd0e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: tdemultimedia/kappfinder - data
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/
1 year ago
Andrei Stepanov
a452bd940a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (11 of 11 strings)
Translation: tdemultimedia/kaudiocreator - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/
1 year ago
Andrei Stepanov
514a0715b5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: tdemultimedia/kmix - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/
1 year ago
Andrei Stepanov
cb937aa936
Translated using Weblate (Russian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: tdemultimedia/kaudiocreator - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/
1 year ago
Andrei Stepanov
261327ee76
Translated using Weblate (Russian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: tdemultimedia/kaboodle - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/
1 year ago
Andrei Stepanov
ab65a990d4
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: tdemultimedia/juk - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/
1 year ago
Michele Calgaro
c282724a21
Fix FTBFS caused by taglib as a result of the QString -> TQString remaning
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
938578ffc3
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
d511927cac
Reset submodule main/core/tdemultimedia/admin to latest HEAD
1 year ago
Michele Calgaro
b8cb47c3d3
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago