gnome-shell/js
Seif Lotfy fb5a3a53fa Don't refresh all the search providers in O(n^2) fashion; just refresh the one that changed
This modification reduces the faulty clearing and redrawing of the
results.  The old code refreshed the view for every async
search provider by iterating through all result sets (one result set per
provider) and refreshing all providers. In this case there were 40
redraws. This patch adds a new method _clearDisplayForProvider that
allows us to refresh only providers with changed results.
2011-03-04 16:42:15 -05:00
..
misc Add all of Zeitgeist's enum values for ResultType and StorageState 2011-03-03 21:40:44 -05:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui Don't refresh all the search providers in O(n^2) fashion; just refresh the one that changed 2011-03-04 16:42:15 -05:00
Makefile.am Add support for Zeitgeist search providers 2011-03-03 21:40:44 -05:00