Slávek Banko
dfc385f1f4
Delete kaapfinder data for reZound because it is already part of tdebase.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
a8d5c51940
Fix typo in CMake rule.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio
6dfc5bfda8
mpeglib: change to use SunOS API audioIO backend for NetBSD
...
On NetBSD, SunOS compatible native API should be used instead of OSS audio
emulator layer.
Signed-off-by: OBATA Akio <obache@wizdas.com>
4 years ago
Slávek Banko
ff3f2006ce
Desktop file translations:
...
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
TDE Gitea
9817ad52c6
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
e1b2705c5d
KMix: fixed rounding error on volume reading. This was preventing 1% volume increase steps from working properly.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
bc9049aa6f
KMix: fixed setMute() function on PulseAudio mixer.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
b06d352d14
KMix: 1) added direct DCOP access to the user selected mixer/device channel used as master.
...
2) fixed bug with volume update
3) unlinked global keyboard shortcuts for volume control to avoid
clashing with kmilo. A user can still link them manually if needed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
c0249fdb66
KMix: fixed handling of slider's mute/unmute and wheel events. Fixed mixer's increase/decrease volume logic.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
244f76de8d
KMix: fixed update of tray volume icon when muting/unmuting the selected
...
channel.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
2251b3395a
Added initial support for PulseAudio in KMix. The mixer/device channel to control
...
from the system tray widget is now selectable from the user and default
to the main one if not specifically selected. This allows to control
PulseAudio volume from KMix correctly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
a00a998b33
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
c11f1151b9
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
7b2eee7f47
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
d491885d10
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
1678375bfb
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
7a39a18686
Fixed detection of alsa channels capabilities. This resolves bug 2994
...
and issue #16 .
The code is partially based on previous work from TCH <tch@protonmail.com>.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
85a278813f
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
a68c71eb41
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
TDE Gitea
718e3ddab9
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 years ago
Michele Calgaro
6db8697910
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
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.
5 years ago
OBATA Akio
89e803c753
Split CD support for NetBSD from FreeBSD
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Chris
0cf195935e
Change branded music path to the users own one.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
83682486bb
Fix remaining brandings in tdemultimedia.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
1d9a2240c9
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
d57997b927
Reset submodule main/tdemultimedia/cmake to latest HEAD
5 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