kdenlive:work/tests-cleanup

Last commit made on 2024-05-15
Get this branch:
git clone -b work/tests-cleanup https://git.launchpad.net/kdenlive

Branch merges

Branch information

Name:
work/tests-cleanup
Repository:
lp:kdenlive

Recent commits

9321f48... by Jean-Baptiste Mardelle

Fix asan errors

0928b4c... by Jean-Baptiste Mardelle

Fix remaining tests

ea7a4a3... by Jean-Baptiste Mardelle

More test updates

db104ae... by Jean-Baptiste Mardelle

Cleanup

bf16760... by Jean-Baptiste Mardelle

Some progress on tests porting

da0ee58... by Jean-Baptiste Mardelle

Fix compile error

8950998... by Jean-Baptiste Mardelle

Get rid of ugly public/private hack in tests

76b70de... by "Friedrich W. H. Kossebau" <email address hidden>

UI files: use notr="true" instead of old comment="KDE::DoNotExtract"

Usage of "KDE::DoNotExtract" predates the notr attribute and still results
in uic generating code trying to do a (bogus) lookup for the very string.

With notr attribute instead the generated code will only set the given
string as-is. While the given strings are just sample text to help when
working on the UI file and ideally would not appear at all in the final
product, this here at least fixes the also unneeded translation call.

39f4da3... by Jean-Baptiste Mardelle

Merge branch 'release/24.05'

0bb28c3... by Jean-Baptiste Mardelle

Fix duplicating sequence clips
BUG: 486855