Commit Graph

366 Commits (c1ac60f0fc2ba193f7219d25d727dec4fc97fd1b)
 

Author SHA1 Message Date
Chris c1ac60f0fc Fix duplicate icon for kcmcddb.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
TDE Gitea 487b42a6e9 Reset submodule main/tdemultimedia/cmake to latest HEAD 5 years ago
Slávek Banko 52cacaa601
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris 8cfcac4c01 Clean up desktop files and fix German translations.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d9a920bc6a Streamline CDDB module with the rest.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro 41c877f33a
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
OBATA Akio 89e803c753 Split CD support for NetBSD from FreeBSD
Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
Chris 0cf195935e Change branded music path to the users own one.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris 83682486bb Fix remaining brandings in tdemultimedia.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro 1d9a2240c9
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea d57997b927 Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
Michele Calgaro da2e65cc1e
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
OBATA Akio 9b8b7c1299 Fix for time_t != long
`time_t` may not be `long`, for examples, unsigned (long) int,
long long int (64bit integer type on 32bit arch), double, and so on.

Change to use difftime(3) to retrieve seconds.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio a2b21b9cf6 Remove unsed platform endian detection
Used part had been commented out over 8 years ago.
Variety of include files are not sufficient and may cause build failure
because of missing header file.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
OBATA Akio 35e5ff35cf Remove traditional `errno` usage
On modern POSIX environments, `errno` may not be simple `int` type,
and <errno.h> is sufficient for `errno` and its symbolic values.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
TDE Gitea 06f9b8ef4d Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 60adf06fcf Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 37566c4c94 Reset submodule main/tdemultimedia/admin to latest HEAD 6 years ago
Slávek Banko efb2a03e6f
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 3623bf18bd Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 9379a75a36 Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 70701c98fc Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 88fd94e34b Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
Fabio Rossi ab5663ed88 Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
6 years ago
Slávek Banko 9f81d57072
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea 097c011f55 Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 945aadd7f7 Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea c136e56321 Reset submodule main/tdemultimedia/admin to latest HEAD 6 years ago
TDE Gitea cf5457c2cf Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
TDE Gitea 48f5256ae6 Reset submodule main/tdemultimedia/cmake to latest HEAD 6 years ago
Michele Calgaro 34cfd03355
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea 011a3bfcd1 Reset submodule main/tdemultimedia/admin to latest HEAD 6 years ago
Michele Calgaro e969b1e68d
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 3a23cd86e8 Reset submodule main/tdemultimedia/admin to latest HEAD 7 years ago
Slávek Banko 830ea2b69f
Replace deprecated ustat using fstatfs
This resolves FTBFS with glibc 2.28

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 11485aa4a2
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 6f0c68f96a
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea a5174f98fe Reset submodule main/tdemultimedia/cmake to latest HEAD 7 years ago
TDE Gitea f6355e34ab Reset submodule main/tdemultimedia/admin to latest HEAD 7 years ago
Slávek Banko 70a7fcb38d
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 9f5e38c77e Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 43a99c946e cmake: Add check of libvorbis version
This is essential for applications that encode to ogg

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 7464ab58d0 cmake: Fix FTBFS from prior commit
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko e67c454194 cmake: Add other missing checks
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko d81209c6f4 cmake: Fix build of ogg plugin in mpeglib
This relates to bug 2844

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro de908386ba Fixed NukePlugin implementation which was preventing the sound server
from autosuspending. This relates to bug 2844.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Automated System 0ff78fd8fa Reset submodule main/tdemultimedia/admin to latest HEAD 7 years ago
Automated System 7b76581f13 Reset submodule main/tdemultimedia/admin to latest HEAD 7 years ago
Automated System 1d49766d62 Reset submodule main/tdemultimedia/admin to latest HEAD 7 years ago
Slávek Banko 24d01f69a1 cmake: Fix FLAC detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago