https://bugs.kde.org/show_bug.cgi?id=398581
Alexander Stippich <a.stipp...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kfi | |lemetadata/4bedfd6609c6efe5 | |dc327d305feac8985d4658e3 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Alexander Stippich <a.stipp...@gmx.net> --- Git commit 4bedfd6609c6efe5dc327d305feac8985d4658e3 by Alexander Stippich. Committed on 10/02/2019 at 17:35. Pushed by astippich into branch 'master'. Add string formatting function to property info Summary: Adds the ability to format the metadata value for displaying purposes individually for each property. Currently, users of KFileMetaData must implement their own custom formatting functions. All custom formatting functions from Baloo-Widgets and Dolphin are copied into KFileMetaData. This can be extended later. This adds a dependency on KCoreAddons to KFileMetaData. Test Plan: tests pass Reviewers: broulik, bruns, mgallien, #frameworks Reviewed By: bruns Subscribers: ngraham, kde-frameworks-devel, #baloo Tags: #frameworks, #baloo Differential Revision: https://phabricator.kde.org/D17245 M +5 -0 CMakeLists.txt M +29 -0 autotests/propertyinfotest.cpp M +1 -0 autotests/propertyinfotest.h M +2 -0 src/CMakeLists.txt A +86 -0 src/formatstrings.cpp [License: LGPL (v2.1+)] C +23 -10 src/formatstrings_p.h [from: autotests/propertyinfotest.h - 053% similarity] M +27 -0 src/propertyinfo.cpp M +7 -0 src/propertyinfo.h https://commits.kde.org/kfilemetadata/4bedfd6609c6efe5dc327d305feac8985d4658e3 -- You are receiving this mail because: You are watching all bug changes.