Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-02 Thread Kevin Funk
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125004/#review84742 --- src/file/timeestimator.cpp (line 46)

Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-02 Thread Pinak Ahuja
> On Sept. 2, 2015, 8:10 a.m., Kevin Funk wrote: > > src/file/timeestimator.cpp, line 46 > > > > > > I'm not sure this change is correct: This changes semantics wrt weights. > > > > I presume the prior ap

Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-02 Thread Kevin Funk
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125004/#review84740 --- src/file/timeestimator.cpp (line 46)

Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-02 Thread Pinak Ahuja
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125004/ --- (Updated Sept. 2, 2015, 7:54 a.m.) Review request for Baloo and Vishesh H

Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-02 Thread Pinak Ahuja
> On Sept. 1, 2015, 6:12 p.m., Stefan BrĂ¼ns wrote: > > src/file/timeestimator.cpp, line 47 > > > > > > No more reason to split this in two for loops, as it is guarded by > > m_estimateReady. > > > > Mayb