D23411: Fix crash in writer collection and cleanup

2019-11-11 Thread Alexander Stippich
astippich added a comment. Thanks! I pushed a fix which disables the test if taglib is not installed REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallien, ngraham Cc: justinkb, apol, kde-frameworks-devel, #baloo, hurikhan77, lots

D23411: Fix crash in writer collection and cleanup

2019-11-11 Thread Paul Mulders
justinkb added a comment. The test incorrectly fails when a user builds kfilemetadata without taglib REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallien, ngraham Cc: justinkb, apol, kde-frameworks-devel, #baloo, hurikhan77, lots

D23411: Fix crash in writer collection and cleanup

2019-10-07 Thread Alexander Stippich
This revision was automatically updated to reflect the committed changes. Closed by commit R286:494b068af264: Fix crash in writer collection and cleanup (authored by astippich). REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23411?vs=67376&id=67443 REVI

D23411: Fix crash in writer collection and cleanup

2019-10-06 Thread Alexander Stippich
astippich updated this revision to Diff 67376. astippich added a comment. - actually add test file for writercollection REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23411?vs=67372&id=67376 BRANCH fixWriterCollection REVISION DETAIL https://pha

D23411: Fix crash in writer collection and cleanup

2019-10-06 Thread Stefan Brüns
bruns accepted this revision. This revision is now accepted and ready to land. REPOSITORY R286 KFileMetaData BRANCH fixWriterCollection REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallien, ngraham Cc: apol, kde-frameworks-devel, #baloo, lots0logs, LeGast00n,

D23411: Fix crash in writer collection and cleanup

2019-10-06 Thread Alexander Stippich
astippich updated this revision to Diff 67372. astippich added a comment. - improve REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23411?vs=64543&id=67372 BRANCH fixWriterCollection REVISION DETAIL https://phabricator.kde.org/D23411 AFFECTED FI

D23411: Fix crash in writer collection and cleanup

2019-10-06 Thread Alexander Stippich
astippich added a comment. ping! REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallien, ngraham Cc: apol, kde-frameworks-devel, #baloo, lots0logs, LeGast00n, fbampaloukas, GB_2, domson, ashaposhnikov, michaelh, astippich, spoorun

D23411: Fix crash in writer collection and cleanup

2019-09-14 Thread Alexander Stippich
astippich added a comment. friendly ping. Since this solves a crash and I want to start using the writers in Elisa, I would like to have it rather sooner in a frameworks release and I'm away the next weeks REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411

D23411: Fix crash in writer collection and cleanup

2019-09-08 Thread Alexander Stippich
astippich added inline comments. INLINE COMMENTS > apol wrote in writer.h:63 > Why's this change? This is only for cleanup and consistency with the corresponding extractor class. REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallie

D23411: Fix crash in writer collection and cleanup

2019-09-07 Thread Stefan Brüns
bruns added inline comments. INLINE COMMENTS > apol wrote in writercollection.cpp:133 > maybe it would make sense to use shared pointers there? No. `m_plugin` is either a QPluginLoader::instance(), i.e. shared, or a collection-owned ExternalWriter. REPOSITORY R286 KFileMetaData REVISION DET

D23411: Fix crash in writer collection and cleanup

2019-09-07 Thread Aleix Pol Gonzalez
apol added inline comments. INLINE COMMENTS > writer.h:63 > > +WriterPrivate *d; > friend class WriterCollection; Why's this change? > writercollection.cpp:133 > +Writer writer; > +writer.d->m_plugin = plugin; > +writer.setAutoDeletePlugin(Writer::AutoDeletePl

D23411: Fix crash in writer collection and cleanup

2019-09-07 Thread Alexander Stippich
astippich added a comment. ping REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D23411 To: astippich, bruns, mgallien, ngraham Cc: kde-frameworks-devel, #baloo, LeGast00n, fbampaloukas, GB_2, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns,

D23411: Fix crash in writer collection and cleanup

2019-08-25 Thread Alexander Stippich
astippich updated this revision to Diff 64543. astippich added a comment. - further improvements REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23411?vs=64514&id=64543 BRANCH fixWriterCollection REVISION DETAIL https://phabricator.kde.org/D23411

D23411: Fix crash in writer collection and cleanup

2019-08-24 Thread Alexander Stippich
astippich created this revision. astippich added reviewers: bruns, mgallien, ngraham. Herald added projects: Frameworks, Baloo. Herald added subscribers: Baloo, kde-frameworks-devel. astippich requested review of this revision. REVISION SUMMARY WriterCollection was apparently never used. It cr