From f40b3d162da708e77bea2836701b867060ce9f6d Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Wed, 27 Jul 2022 22:43:50 +0300 Subject: Code to support effects ini version 2 (#813) * Code to support effects ini version 2 * Update theme commit * Get it to actually work properly * Rework effect loading code * Added auto-migration to new format * Reorganised code for improved readability and clarity * Add functional checks for operation to not run into missing file issues * Minor logic fix * Add debug message * Trim any empty items from the list * Add mandatory culling * See https://discord.com/channels/278529040497770496/323377366997008394/998661402669617233 * Reworked implementation * Resolve warning of temporary container allocation * Unbreak what I broke last commit * Also make it a QStringLiteral to cheat clazy. * Set default layer * Ignore that for realization, that one covers the screen. * Document migration regex * This should clarify the ambiguity of its functionality and reason why it exists. Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> Co-authored-by: TrickyLeifa --- base/themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/themes b/base/themes index 413411ae..859f59b5 160000 --- a/base/themes +++ b/base/themes @@ -1 +1 @@ -Subproject commit 413411ae0f421066bb9c605d6757fa2cf588d7d7 +Subproject commit 859f59b5d441fbf6c4d992a1af3ece35f1b0e946 -- cgit