pulsar/ObservatoryExplorer
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K 351dcdb732
[Core] Settings improvements: Grouping w/labels, support for doubles (#137)
* [Core] Settings improvements: Grouping w/labels, support for doubles

Layout improvements:
* Plugins can set `[SettingSuggestedColumnWidth(123)]` on a settings class to adjust the settings view column width to make it wider or narrower to fit things nicely.
* Plugins can set `[SettingNewGroup("label")]` on any setting property to force a "new paragraph", or group, of settings. If "label" is also provided, a grouping header with that text will also be created.
* A double precision up/down numeric control has been added. In support of this, there is now a precision value on the existing `[SettingNumericBounds]` attribute to specify the number of digits of precision the control displays/allows.

Plugins:
* The above have been applied/demonstrated on the Botanist and Explorer plugin settings.
2024-01-29 15:37:00 -05:00
..
CriteriaLoadException.cs Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
CustomCriteriaManager.cs [Explorer] Default + Custom Criteria improvements (#130) 2024-01-25 22:50:59 -05:00
DefaultCriteria.cs [Explorer] Default + Custom Criteria improvements (#130) 2024-01-25 22:50:59 -05:00
Explorer.cs [Explorer] Default + Custom Criteria improvements (#130) 2024-01-25 22:50:59 -05:00
ExplorerSettings.cs [Core] Settings improvements: Grouping w/labels, support for doubles (#137) 2024-01-29 15:37:00 -05:00
ExplorerUIResults.cs ready for testing 2024-01-25 23:18:02 -03:30
ObservatoryExplorer.csproj ready for testing 2024-01-25 23:18:02 -03:30
ObservatoryExplorer.sln Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
Worker.cs Explorer: Show data for the current system only (#86) 2022-05-28 10:33:36 -02:30