pulsar/ObservatoryFramework
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K 231710ca68
[Core + Framework] Performance improvements for re-drawing the grid (#141)
This proposes a *new method* on IObservatoryCore:  `SetGridItems(worker, items)` which does 2 things:
* Clears the grid
* Adds the given items.

Effectively replaces the entire content of the grid -- which is something a handful of plugins now do.

Why add this when you could just call Core's Clear + AddGridItems methods?? So it can all be done within the same rendering suppression "scope" to reduce flickering and increase rendering speed.  Speaking of rendering suppression, I have implemented such rendering suppression "scope" which uses Listview's built-in Begin/EndUpdate() in combination with temporary removal of the sort comparer (as is done for read-alls).  This was also applied to the existing AddGridItems(worker, items) method as well, addressing a TODO.
2024-01-30 20:49:53 -05:00
..
Files missing crime types 2024-01-25 23:18:02 -03:30
Attributes.cs [Core] Settings improvements: Grouping w/labels, support for doubles (#137) 2024-01-29 15:37:00 -05:00
EventArgs.cs [Framework] Add 3 new properties to NotificationArgs to expand detail (#131) 2024-01-25 23:19:20 -03:30
Exceptions.cs observatory herald (#30) 2021-11-15 10:57:46 -03:30
Interfaces.cs [Core + Framework] Performance improvements for re-drawing the grid (#141) 2024-01-30 20:49:53 -05:00
ObservatoryFramework.csproj WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
ObservatoryFramework.sln Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
ObservatoryFramework.xml [Core + Framework] Performance improvements for re-drawing the grid (#141) 2024-01-30 20:49:53 -05:00
PluginUI.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30