Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix channel selection menus disappearing | mio | 2024-10-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | 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]> | ||||
* | Drop the use of the HAVE_XINE_H definition. | Slávek Banko | 2020-06-29 | 1 | -0/+1 |
| | | | | | | | 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 guy | 2020-06-21 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Conversion qt3 -> tqt3 | gregory guy | 2020-06-13 | 1 | -3/+3 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Initial code import from debian snapshot | Michele Calgaro | 2020-06-13 | 1 | -0/+24 |
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]> |