summaryrefslogtreecommitdiffstats
path: root/src/app/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix channel selection menus disappearingmio2024-10-061-2/+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 <stigma@disroot.org> (cherry picked from commit f460840a5e1c4e6cc262177f2b60cebfe469d393)
* Conversion qt3 -> tqt3gregory guy2020-06-131-5/+5
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+28
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>