Why does kdelibs4support/src/kio/kfilemetadatawidget still exist?

2018-02-14 Thread Michael Heidelbach
Hi! Looking at lxr.kde.org it seems like dolphin is the only "real" client of KFileMetaDataWidget. Dolphin is not using it because of #ifndef HAVE_BALOO     m_metaDataWidget = new KFileMetaDataWidget(parent); #else     m_metaDataWidget = new B

Re: Why does kdelibs4support/src/kio/kfilemetadatawidget still exist?

2018-02-14 Thread Luigi Toscano
On Wednesday, 14 February 2018 12:36:53 CET Michael Heidelbach wrote: > Hi! > Looking at lxr.kde.org > it seems like dolphin > is the only "real" client of KFileMetaDataWidget. Dolphin is not using > it because of > #ifndef HAVE_BALOO > m_meta

Re: Closing old Plasma 4 bugs

2018-02-14 Thread Christoph Feck
On 10.02.2018 21:24, Nate Graham wrote: Hello folks, We have more than 2,500 Plasma 4 bugzilla tickets that we don't intend to look at or triage. We've already prevented new tickets from being filed, but it doesn't do anyone any good to just have the old ones sitting there. My sense is that most

Re: How to temporarily change KConfig-data for a unit test?

2018-02-14 Thread Martin Flöser
Am 2018-02-13 21:44, schrieb Michael Heidelbach: On 13.02.2018 20:38, Martin Flöser wrote: Am 2018-02-13 15:42, schrieb Aleix Pol: On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach wrote: Hi! Currently I'm working on baloo-widgets. For a unit test I need to temporarily change KConfig data.