Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | KMix: fixed handling of slider's mute/unmute and wheel events. Fixed mixer's ↵ | Michele Calgaro | 2020-05-25 | 1 | -47/+35 | |
| | | | | | | increase/decrease volume logic. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | KMix: fixed update of tray volume icon when muting/unmuting the selected | Michele Calgaro | 2020-05-25 | 7 | -17/+53 | |
| | | | | | | channel. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Added initial support for PulseAudio in KMix. The mixer/device channel to ↵ | Michele Calgaro | 2020-05-25 | 7 | -50/+109 | |
| | | | | | | | | | | 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> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-05-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-05-17 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-05-11 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-05-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-05-07 | 1 | -0/+0 | |
| | ||||||
* | Fixed detection of alsa channels capabilities. This resolves bug 2994 | Michele Calgaro | 2020-05-07 | 1 | -48/+61 | |
| | | | | | | | 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> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 | |
| | ||||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 38 | -156/+156 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix duplicate icon for kcmcddb. | Chris | 2019-12-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 | |
| | ||||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Clean up desktop files and fix German translations. | Chris | 2019-11-27 | 11 | -188/+143 | |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | |||||
* | Streamline CDDB module with the rest. | Chris | 2019-10-13 | 1 | -64/+0 | |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | |||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 3 | -42/+0 | |
| | ||||||
* | Split CD support for NetBSD from FreeBSD | OBATA Akio | 2019-08-14 | 3 | -3/+537 | |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | |||||
* | Change branded music path to the users own one. | Chris | 2019-07-23 | 1 | -1/+1 | |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | |||||
* | Fix remaining brandings in tdemultimedia. | Chris | 2019-07-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | |||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 5 | -5/+5 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 | |
| | ||||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-26 | 1 | -4/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix for time_t != long | OBATA Akio | 2019-04-11 | 2 | -5/+5 | |
| | | | | | | | | | `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> | |||||
* | Remove unsed platform endian detection | OBATA Akio | 2019-04-11 | 1 | -11/+0 | |
| | | | | | | | | 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> | |||||
* | Remove traditional `errno` usage | OBATA Akio | 2019-04-10 | 1 | -3/+1 | |
| | | | | | | | 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> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Use common CMake tests. | Slávek Banko | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 | |
| | ||||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-17 | 32 | -0/+169 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdemultimedia/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 | |
| | ||||||
* | Fixed incorrect TTQ rename (TTQ -> TQ) | Michele Calgaro | 2018-10-14 | 2 | -2/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdemultimedia/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 | |
| | ||||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 | |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdemultimedia/admin to latest HEAD | Automated System | 2018-09-24 | 1 | -0/+0 | |
| | ||||||
* | Replace deprecated ustat using fstatfs | Slávek Banko | 2018-09-21 | 9 | -45/+20 | |
| | | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-20 | 20 | -61/+67 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 40 | -70/+70 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |