https://bugs.kde.org/show_bug.cgi?id=485356
Jean-Baptiste Mardelle <j...@kdenlive.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/46 | |70ea8841ca4a476ea60edf45d3a | |b3d6bc50d87 --- Comment #7 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Git commit 4670ea8841ca4a476ea60edf45d3ab3d6bc50d87 by Jean-Baptiste Mardelle, on behalf of Ron El. Committed on 15/01/2025 at 12:26. Pushed by mardelle into branch 'master'. Reassemble proxy profile elements in the correct order after validation The external proxy preset strings consist of sets of 6 elements: path clip->proxy;proxy prefix;proxy suffix;path proxy->clip;clip prefix;clip suffix appended sequentially for each 'profile' that the preset describes. When we import those into the proxy profiles edit dialog, we deconstruct that and regroup them so that all the clip->proxy paths (etc.) are together in a single QLineEdit widget for each element type. Which means we need to reverse that process and re-interleave them in profile groups after validating those fields. If we just concatenate the contents of the edit widgets all the elements end up in the wrong order. M +17 -8 src/dialogs/customcamcorderdialog.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/4670ea8841ca4a476ea60edf45d3ab3d6bc50d87 -- You are receiving this mail because: You are watching all bug changes.