pulsar/ObservatoryCore
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
..
Assets ready for testing 2024-01-25 23:18:02 -03:30
NativeNotification ready for testing 2024-01-25 23:18:02 -03:30
PluginManagement [Herald+Core] Send notifications to plugins during read-all in Debug (#136) 2024-01-29 15:36:03 -05:00
Properties ready for testing 2024-01-25 23:18:02 -03:30
Resources ready for testing 2024-01-25 23:18:02 -03:30
UI [Core] Settings improvements: Grouping w/labels, support for doubles (#137) 2024-01-29 15:37:00 -05:00
Utils [ObservatoryCore] Add Statistics and OnFoot CarrierJumps to preread data (#129) 2024-01-25 23:19:20 -03:30
App.config ready for testing 2024-01-25 23:18:02 -03:30
ObservatoryCore.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
ObservatoryCore.csproj ready for testing 2024-01-25 23:18:02 -03:30
ObservatoryCore.sln Winforms overhal in progress 2024-01-25 23:18:01 -03:30