summaryrefslogtreecommitdiffstats
path: root/src/app/stateChange.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rework media information dialogother/media-info-windowmio2025-04-271-1/+10
| | | | | | | | | | Currently, the info dialog (shortcut I) can exceed the screen bounds as it requests all information and displays it in a single vertical list. This commit changes it so less information is requested and cleans up the dialog. Signed-off-by: mio <stigma@disroot.org>
* Add context menu to status barmio2025-03-071-1/+1
| | | | | | | It adds an item which toggles the visibility of the Analyzer when watching videos. Signed-off-by: mio <stigma@disroot.org>
* Create a AudioView widget for audio-only streamsmio2025-01-111-2/+14
| | | | | | | | | 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>
* Fix mouse events not changing volumemio2024-11-241-1/+1
| | | | | | | | | | | 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>
* Fix channel selection menus disappearingmio2024-10-061-5/+8
| | | | | | | | | | | | | | | | | 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>
* Address -Wall warningsmio2024-09-291-0/+6
| | | | | | | | | | | | | 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>
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-091-3/+2
| | | | | | 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>
* Bring back missing icons, thanks to Slávek Banko for the tip.gregory guy2020-06-301-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion to the cmake building system.gregory guy2020-06-211-7/+7
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* 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-17/+17
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+195
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>