Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-17 | 17 | -68/+68 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 286a061a4cd8a904a0b16b5be4c274a20935d5df) | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-24 | 8 | -35/+35 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dd6db75d8ab2821740e4ce6c66c9de91252138ea) | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-12-02 | 3 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7ef70d6552605c1df5653f039314c3ac568069cc) | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1304109bee51323c2fb7258df91b2d4eccd83030) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-09 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b3df4d055e72863ca51ec9c0428a490306989ff4) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b8cb47c3d328d373abefcff6ac2bd7b75020f8be) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-21 | 23 | -24/+24 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 1 | -3/+3 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1b09e1d239b1af15ea86eb3cfb6cd808520de5e4) | ||||
* | KMix: Fix typo in experimental UI. | Slávek Banko | 2023-06-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9389e1802593ec6ef3ce9b9058283d99598803a6) | ||||
* | KMix: ported settings to TDEConfigXT/Designer | Mavridis Philippe | 2023-06-22 | 36 | -779/+732 |
| | | | | | | | | | | | This commit includes an improved Preferences dialog for KMix. It also exposes some previously hidden options and features, some of which experimental (build-time option, off by default). It also includes some minor UI improvements. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 2cc6752c15371d87a0c8cf774515b0b44fc768d9) | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 10 | -12/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-07-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | KMix: added mixer selection entry to sound mixer applet's popup menu. | Michele Calgaro | 2020-06-03 | 4 | -12/+38 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KMix: fixed runtime crash happening when only one mixer is available and the ↵ | Michele Calgaro | 2020-06-03 | 1 | -5/+8 |
| | | | | | | user chooses 'Show Master Channel...' from RMB menu. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KMix: added help submenu in context menu. | Michele Calgaro | 2020-06-03 | 3 | -50/+53 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KMix: fixed 'select channel' dialog cancel logic. | Michele Calgaro | 2020-06-02 | 3 | -22/+29 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-05-30 | 6 | -289/+34 |
| | | | | | | | + 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 <[email protected]> | ||||
* | KMix: fixed rounding error on volume reading. This was preventing 1% volume ↵ | Michele Calgaro | 2020-05-25 | 2 | -2/+4 |
| | | | | | | increase steps from working properly. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KMix: fixed setMute() function on PulseAudio mixer. | Michele Calgaro | 2020-05-25 | 1 | -12/+15 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KMix: 1) added direct DCOP access to the user selected mixer/device channel ↵ | Michele Calgaro | 2020-05-25 | 9 | -108/+332 |
| | | | | | | | | | | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | 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 <[email protected]>. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Clean up desktop files and fix German translations. | Chris | 2019-11-27 | 1 | -15/+5 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 30 | -0/+0 |
| | |||||
* | Fix kmix platforms on freebsd | Slávek Banko | 2015-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix kmix systray popup menu damage caused by commit 1742070b | Slávek Banko | 2014-10-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -1/+1 |
| | | | | match XDG specifications | ||||
* | Fix kmix abort on startup due to oversized tray icon creation when icon ↵ | Timothy Pearson | 2014-07-08 | 2 | -4/+12 |
| | | | | widget has not yet been shown | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -4/+4 |
| | |||||
* | Fix kmix icon change on muting/unmuting | Francois Andriot | 2013-05-12 | 1 | -0/+1 |
| | | | | This resolves Bug 1505 | ||||
* | Start kmix hidden by default | Francois Andriot | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Fix adjusting volume on mono capture device | Slávek Banko | 2013-05-08 | 1 | -2/+4 |
| | | | | This resolves Bug 1488 | ||||
* | Fix ALSA capture knob | Timothy Pearson | 2013-04-05 | 1 | -14/+2 |
| | | | | | This resolves Bug 1190 Thanks to Roman Savochenko for the patch! | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 26 | -36/+36 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 8 | -13/+13 |
| | |||||
* | Rename KAbout to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 2 | -4/+4 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 11 | -20/+20 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 17 | -83/+83 |
| | |||||
* | Rename KLocale to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 11 | -11/+11 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 14 | -34/+34 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 12 | -26/+26 |
| |