After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348274 - [Patch] speeding up "search by track"
[Patch] speeding up "search by track"
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: User Interface
git master
Other Linux
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-21 18:36 UTC by Dominik Meister
Modified: 2006-08-17 00:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to speed up "search by track" (1.43 KB, patch)
2006-07-21 18:37 UTC, Dominik Meister
committed Details | Review

Description Dominik Meister 2006-07-21 18:36:12 UTC
As already discussed on the mailing list (http://mail.gnome.org/archives/banshee-list/2006-July/msg00059.html) I've created a patch which solves some performance issues when doing a search based on a track's metadata. It simply suspends the OnSimpleSearch() method until the whole search criteria has been entered into to search field.
Comment 1 Dominik Meister 2006-07-21 18:37:22 UTC
Created attachment 69349 [details] [review]
patch to speed up "search by track"

The changelog entry would be:

2006-07-21  Dominik Meister  <meister@greenmail.ch>

	* src/PlayerInterface.cs: Introduce private bool suspendSearch to speed
	up the SearchBySelectedTrack method.
Comment 2 Aaron Bockover 2006-07-27 03:14:15 UTC
Thanks!
Comment 3 Gabriel Burt 2006-08-17 00:14:15 UTC
*** Bug 351315 has been marked as a duplicate of this bug. ***