summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fix channel selection menus disappearingmio2024-10-061-3/+6
| | | | | | | | | | | | | | | | | 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>
* Do not install codeinerc - the default configuration will be used.Slávek Banko2020-07-061-5/+0
| | | | | | | Clean up unused CMakeLists.txt, which have been replaced by common cmake rules for documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move the codeine icons into the hicolor folder instead of crystalsvg.gregory guy2020-06-307-1/+1
| | | | | | Move codeinerc into the system config folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add CMakeL10n rules.Slávek Banko2020-06-285-81/+30
| | | | | | | | Update translation templates. Use common cmake rules for documentation. Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2020-06-211-0/+31
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion KDE -> TDE environment.gregory guy2020-06-133-8/+8
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Applied patches from debian/patches.Michele Calgaro2020-06-131-2/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial code import from debian snapshotMichele Calgaro2020-06-1311-0/+101
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>