Summary: | add83a0c51a48c5911 causes a flood of entriesRemoved signals | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Marco Martin <notmart> |
Component: | queryservice | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/nepomuk-core/ffe1830a50a258d120ced9e4b9dea7949b70afca | Version Fixed In: | |
Sentry Crash Report: |
Description
Marco Martin
2013-01-10 19:18:27 UTC
Git commit ffe1830a50a258d120ced9e4b9dea7949b70afca by Vishesh Handa. Committed on 22/01/2013 at 15:01. Pushed by vhanda into branch 'KDE/4.10'. QueryService: Do not emit unnecessary entriesRemoved signals Remember to always add the result in Folder::addResult to the m_newResults. Earlier it was only added when the result was actually "new", this resulted it sending entryRemoved signals for all resources in the old query result. M +4 -2 services/storage/query/folder.cpp http://commits.kde.org/nepomuk-core/ffe1830a50a258d120ced9e4b9dea7949b70afca i can confirm that it fixes the issue here as well. is this planned to be pushed in master as well? On Tue, Jan 22, 2013 at 9:00 PM, Marco Martin <notmart@gmail.com> wrote: > https://bugs.kde.org/show_bug.cgi?id=313036 > > --- Comment #2 from Marco Martin <notmart@gmail.com> --- > i can confirm that it fixes the issue here as well. > is this planned to be pushed in master as well? > I was planning on merging 4.10 into master in a couple of hours. If you want it right now, then please feel to merge it right now. They shouldn't be any conflicts. > > -- > You are receiving this mail because: > You are the assignee for the bug. > _______________________________________________ > Nepomuk-bugs mailing list > Nepomuk-bugs@kde.org > https://mail.kde.org/mailman/listinfo/nepomuk-bugs > On Tue, Jan 22, 2013 at 9:04 PM, Vishesh Handa <me@vhanda.in> wrote: > > I was planning on merging 4.10 into master in a couple of hours. If you > want it right now, then please feel to merge it right now. They shouldn't > be any conflicts. > Urgh. I meant - Please feel FREE to merge it right now. |