----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123347/ -----------------------------------------------------------
Review request for Calligra, Dmitry Kazakov and Boudewijn Rempt. Repository: calligra Description ------- While "kis_shaders" is registered as resource type and that path, any shader is actually fetched via the "data" resource type, from what I found. Which is not a problem, but makes that "kis_shaders" resource type unneeded. Also in the Qt5/KF5 there is no way to define own resource types (method is even gone from KStandardDirs), with "data" being mappable to equivalents, so rather future-proof and no sense to change all places to use "kis_shaders". Thus I propose to remove this unused registration, to clean the sources from anything that results only in unneeded thinking during porting. And to save 4 cycles on start-up for 2.9 ;) I might have overlooked something, so going via a RR :) Diffs ----- krita/ui/kis_factory2.cc c24d77f Diff: https://git.reviewboard.kde.org/r/123347/diff/ Testing ------- Thanks, Friedrich W. H. Kossebau
_______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel