D19098: Add PropertyMap to QVariantMap conversion function using names

2019-03-10 Thread Alexander Stippich
astippich abandoned this revision. REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D19098 To: astippich, bruns, ngraham Cc: kde-frameworks-devel, #baloo, gennad, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-21 Thread Stefan Brüns
bruns added a comment. In D19098#415713 , @astippich wrote: > In D19098#414973 , @bruns wrote: > > > In D19098#414729 , @astippich wrote: > > > > > It

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-19 Thread Alexander Stippich
astippich added a comment. In D19098#414973 , @bruns wrote: > In D19098#414729 , @astippich wrote: > > > It already does at two different places, because it fuses different information into a

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-18 Thread Stefan Brüns
bruns added a comment. In D19098#414729 , @astippich wrote: > It already does at two different places, because it fuses different information into a single QMap later on (xattr, file size etc...) >

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-18 Thread Alexander Stippich
astippich added a comment. It already does at two different places, because it fuses different information into a single QMap later on (xattr, file size etc...) https://phabricator.kde.org/source/baloo-widgets/browse/master/src/extractor.cpp$65

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-18 Thread Stefan Brüns
bruns added a comment. Why would we want to use a QVariantMap in baloo-widgets, and not a KFM::PropertyMap? REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D19098 To: astippich, bruns, ngraham Cc: kde-frameworks-devel, #baloo, ashaposhnikov, michaelh,

D19098: Add PropertyMap to QVariantMap conversion function using names

2019-02-17 Thread Alexander Stippich
astippich created this revision. astippich added reviewers: bruns, ngraham. Herald added projects: Frameworks, Baloo. Herald added subscribers: Baloo, kde-frameworks-devel. astippich requested review of this revision. REVISION SUMMARY Add a conversion function from a PropertyMap to a