Review Request 118853: Log name + size of not found icons in debug output

2014-06-20 Thread Elias Probst
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118853/ --- Review request for KDE Frameworks and Christoph Feck. Repository: kiconth

Re: Review Request 118853: Log name + size of not found icons in debug output

2014-06-21 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118853/#review60646 --- What is the status of categorized debugging/logging support in

Re: Review Request 118853: Log name + size of not found icons in debug output

2014-06-21 Thread Luigi Toscano
> On June 21, 2014, 11:36 a.m., Christoph Feck wrote: > > What is the status of categorized debugging/logging support in Qt, and how > > do we utilize that in our frameworks? > > > > If we are still simply using uncategorized qDebug(), please commit it. We can use qCDebug; the only problem is

Re: Review Request 118853: Log name + size of not found icons in debug output

2014-06-23 Thread Elias Probst
> On June 21, 2014, 9:36 a.m., Christoph Feck wrote: > > What is the status of categorized debugging/logging support in Qt, and how > > do we utilize that in our frameworks? > > > > If we are still simply using uncategorized qDebug(), please commit it. > > Luigi Toscano wrote: > We can use

Re: Review Request 118853: Log name + size of not found icons in debug output

2014-06-23 Thread Luigi Toscano
> On June 21, 2014, 11:36 a.m., Christoph Feck wrote: > > What is the status of categorized debugging/logging support in Qt, and how > > do we utilize that in our frameworks? > > > > If we are still simply using uncategorized qDebug(), please commit it. > > Luigi Toscano wrote: > We can us