| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Currently Codeine will show a blank area when playing an audio-only
file, such as music. This patch adds a new widget that contains an
instance of the Analyzer::Block class, so instead of a blank area it
contains a "visualizer" of sorts.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 5cfecec40972f7d6f77879e1209bc10d6019625b)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <stigma@disroot.org>
(cherry picked from commit f460840a5e1c4e6cc262177f2b60cebfe469d393)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <stigma@disroot.org>
(cherry picked from commit 9ef39acd5d211e5a8164bfb4a075e2e0cd6f9bee)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Signed-off-by: gregory guy <gregory-tde@laposte.net>
|
|
|
|
| |
Signed-off-by: gregory guy <gregory-tde@laposte.net>
|
|
|
|
| |
Signed-off-by: gregory guy <gregory-tde@laposte.net>
|
|
|
|
| |
Signed-off-by: gregory guy <gregory-tde@laposte.net>
|
|
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|