[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2020-07-11 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=365855

Alexander Lohnau  changed:

   What|Removed |Added

   Version Fixed In||5.20

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2020-07-11 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=365855

Alexander Lohnau  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/c1b97eab1f6b7f7ac056425b9
   ||2c47b6228b9cdc5

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2020-07-11 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=365855

Alexander Lohnau  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||alexander.loh...@gmx.de
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Alexander Lohnau  ---
This has been fixed since KRunner uses the KActivityStats data.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2018-08-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=365855

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2016-10-24 Thread piedro via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365855

piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@googlemail.co
   ||m

--- Comment #5 from piedro  ---
I think there might be even a bit more of a problem. 

Also krunner shows documents from folders I excluded beforehand. I do backups
for customers, projects and other machines. I exclude these folders from
searching and indexing obviously. 

Krunner still finds stuff that doesn't belong to me. So it seems that the
settings for indexing and excluding folders from recent documents doesn't do
the job. 

Also excluding some folders or patterns at a later time should delete them out
of the database. 

Please ignore this comment if I misunderstood your approach and my concerns are
already included in the proposed solution. A users history of recent activities
and documents as useful as is should be the first focus of system security in
my opinion... 

thx for reading, p.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2016-07-19 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365855

--- Comment #4 from Eike Hein  ---
KActivitiesStats additionally also has other data sources (KActivities hooks
all over the place, iirc also some Gnome stuff) so it's probably useful anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2016-07-19 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365855

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Kai Uwe Broulik  ---
Ok, so I'll migrate it to use KActivitiesStats which should get more precise
(activity-related and what not) recent documents also and was something I
wanted to do at some point anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2016-07-19 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365855

--- Comment #2 from Eike Hein  ---
^ Yes. Basically KActivitiesStats reads in KRecentDocument::recentDocuments()
into its sqlite db, which stuff can be deleted from. Doesn't actually reset
KRecentDocument::recentDocuments() but kills the results ...

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 365855] Krunner's "Recent documents" results still there after "forgetting" recent docs in appdashboard

2016-07-19 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365855

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||h...@kde.org

--- Comment #1 from Kai Uwe Broulik  ---
Eike, is there any additional step the runner needs to do?

It uses KRecentDocument::recentDocuments() to get them and updates the internal
variable (is caching even needed?) using KDirWatch created/deleted/dirty on
KRecentDocument::recentDocumentDirectory(). It doesn't use KActivitiesStats,
though. Would porting to it fix that?

-- 
You are receiving this mail because:
You are watching all bug changes.