summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix mouse events not changing volumemio2024-12-071-2/+3
| | | | | | | | | | | | Using the scroll wheel over the volume slider would not change the volume, neither would dragging the slider (until released) or clicking on the slider. This patch fixes the above. See: TDE/codeine#5 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 14b52b5a467e1c5be5ecc9d54c252d787294df3c)
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-091-1/+3
| | | | | | | For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b5977d5e67d68ec18fad1d1130f5a306ce4fe598)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ea718087e4710486e5e7b04f2c82eef8866e2cc9)
* Conversion KDE -> TDE environment.gregory guy2020-06-131-3/+3
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion qt3 -> tqt3gregory guy2020-06-131-3/+3
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+29
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>