Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2016-07-13 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/ --- (Updated July 13, 2016, 10:31 p.m.) Status -- This change has been d

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-20 Thread Volker Krause
> On Aug. 20, 2015, 4:54 p.m., Volker Krause wrote: > > Sorry, still doesn't seem to fix KMail's QIcon::fromTheme() usage here, > > hits the disk as before. IIUC insertion into the persistent cache only happens when actually rendering the icon, right? I am trying to debug this with KMail, my c

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-20 Thread Volker Krause
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/#review84095 --- Sorry, still doesn't seem to fix KMail's QIcon::fromTheme() us

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-20 Thread Milian Wolff
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/#review84094 --- Ship it! lgtm, but I don't like that kiconthemes_unittests_se

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/ --- (Updated Aug. 20, 2015, 8:07 a.m.) Review request for KDE Frameworks and

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread David Faure
> On Aug. 19, 2015, 5:52 p.m., Volker Krause wrote: > > Sorry, this does not change the KMail case, it's still hitting the disk for > > the first icon of each type requested via QIcon::fromTheme, after that the > > in-memory cache kicks in. > > > > IIUC the problem is that on the pure QIcon::f

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread David Faure
> On Aug. 19, 2015, 5:52 p.m., Volker Krause wrote: > > Sorry, this does not change the KMail case, it's still hitting the disk for > > the first icon of each type requested via QIcon::fromTheme, after that the > > in-memory cache kicks in. > > > > IIUC the problem is that on the pure QIcon::f

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread Volker Krause
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/#review84060 --- Sorry, this does not change the KMail case, it's still hitting

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread David Faure
> On Aug. 19, 2015, 8:02 a.m., Mark Gaiser wrote: > > Hi David, > > > > This probably makes it faster (i have no doubt there), but i don't really > > follow how this works. > > Could you perhaps explain what you're doing exactly here? > > > > For instance, how can you determine if something is

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread Mark Gaiser
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/#review84027 --- Hi David, This probably makes it faster (i have no doubt ther

Re: Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread Volker Krause
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/#review84026 --- Awesome, thanks! I'll test it on KMail tonight. - Volker Krau

Review Request 124811: KIconLoader: speed up hasIcon/iconPath by using the on-disk cache from loadIcon

2015-08-19 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124811/ --- Review request for KDE Frameworks, Christoph Feck and Volker Krause. Repo