summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the xineScope to remove global variables.mio2024-10-281-1/+2
| | | | | | | | | | | | This patch updates xineScope.c to better align with Amarok's code. As a result, the analyzer is more accurate. For instance, when playing an audio file and there is a silent spot, the blocks will correctly "drop" to the bottom, leaving an empty analyzer. The previous behaviour would leave some blocks "stuck" in their position See: TDE/codeine#23 Signed-off-by: mio <[email protected]> (cherry picked from commit ff2a5768dd4d199cb8bbbe2af4ea3fbb68a489f3)
* Fix channel selection menus disappearingmio2024-10-061-1/+2
| | | | | | | | | | | | | | | | | | When adding/removing an action to/from the toolbar, the aspect ratio, audio channel, and subtitle channel menus would disappear from the parent settings menu. My understanding is that this happened because nothing was keeping those menus present (plugged?) when other actions were plugged/unplugged. This changes it so "Aspect Ratio", "Subtitles", and "Audio Channels" each are a TDESelectAction that is dynamically filled with items. This way, each popup menu is still present after other actions being plugged/unplugged. Resolves: TDE/codeine#24 Signed-off-by: mio <[email protected]> (cherry picked from commit f460840a5e1c4e6cc262177f2b60cebfe469d393)
* Address -Wall warningsmio2024-09-301-2/+0
| | | | | | | | | | | | | | VideoWindow::ExposeEvent wasn't being used correctly; it should be a TQCustomEvent (although, the 3000 type is already being used for forwarding XINE_PROGRESS_EVENT). While the pts_per_smpls part never seemed to be encountered, it would have resulted in a floating point exception as it's always 0. Commented out to leave a hint as to what the code should be doing. Resolves: TDE/codeine#2 Signed-off-by: mio <[email protected]> (cherry picked from commit 9ef39acd5d211e5a8164bfb4a075e2e0cd6f9bee)
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-091-0/+2
| | | | | | | For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b5977d5e67d68ec18fad1d1130f5a306ce4fe598)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ea718087e4710486e5e7b04f2c82eef8866e2cc9)
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-2/+2
| | | | | | | Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <[email protected]>
* Conversion to the cmake building system.gregory guy2020-06-211-3/+3
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion qt3 -> tqt3gregory guy2020-06-131-17/+17
| | | | Signed-off-by: gregory guy <[email protected]>
* Applied patches from debian/patches.Michele Calgaro2020-06-131-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+159
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>