KDAB / Charm

The Cross-Platform Time Tracker
GNU General Public License v2.0
194 stars 70 forks source link

Windows jump list is filled with old tasks #272

Closed AndreSomers closed 8 years ago

AndreSomers commented 8 years ago

The newly implemented windows jump list seems quite useless. It is filled with old tasks. Both the recent and the frequent list contain the same entries. The contents of these are neiher frequently used or recently used. Instead, these seem to be tasks from when I first started using Charm.

There is already another list of recent tasks, connected to the task tray icon. That list does make sense. Perhaps the lists should be connected?

TheOneRing commented 8 years ago

Hi are you using 0.11.0 or 0.11.1? The jump list's are controlled by charm only, the problem is that a clear() on the jump list object doesn't remove the entries from the previous run...

AndreSomers commented 8 years ago

I am on 1.11.0

André

Op 04/05/2016 om 09:20 schreef Hannah von Reth:

Hi are you using 0.11.0 or 0.11.1? The jump list's are controlled by charm only, the problem is that a clear() on the jump list object doesn't remove the entries from the previous run...

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/KDAB/Charm/issues/272#issuecomment-216764373

TheOneRing commented 8 years ago

Can you try 1.11.1, the new version should reduce the lag on task change, and the new version only sets the recent category with the most recent items.

TheOneRing commented 8 years ago

Is this still an issue?

AndreSomers commented 8 years ago

No, works like a Charm now.