mirror of https://github.com/BOINC/boinc.git
Edited Checkin Notes
svn path=/trunk/boinc/; revision=15507
This commit is contained in:
parent
912b3051bc
commit
98c7b27d02
|
@ -5207,11 +5207,13 @@ Charlie 27 June 2008
|
||||||
-MGR: Add all features of Grid Views to Accessible Views Projects Tab,
|
-MGR: Add all features of Grid Views to Accessible Views Projects Tab,
|
||||||
Tasks Tab and Tranfers Tab, including: progress bars, light gray
|
Tasks Tab and Tranfers Tab, including: progress bars, light gray
|
||||||
stripes on alternate rows, sorting, multiple selections.
|
stripes on alternate rows, sorting, multiple selections.
|
||||||
For those fields where it is practical to do so, store Tasks
|
For those fields where it is practical to do so, store data in native
|
||||||
data in native form for better efficiency comparing, sorting and updating
|
form for better efficiency comparing, sorting and updating cached
|
||||||
cached data; format data only when needed for list display. Add array of
|
data;format data only when needed for list display. Add a separate
|
||||||
sorted indexes into the list to make sorting faster and more efficient,
|
array of integers which are indexes into the list; sort only this
|
||||||
and to maintain associations with underlying data after sorting.
|
array to make sorting faster & more efficient, and to maintain
|
||||||
|
associations with underlying data after sorting (view's data struct
|
||||||
|
at index X always corresponds to result at index X).
|
||||||
Refresh only those rows with changed values or which have moved due to
|
Refresh only those rows with changed values or which have moved due to
|
||||||
sorting. Restore previous sorting settings when relaunching Manager.
|
sorting. Restore previous sorting settings when relaunching Manager.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue