pulsar/ObservatoryCore/UI
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
..
ColumnSizing.cs ready for testing 2024-01-25 23:18:02 -03:30
CoreForm.cs remove sorting from list views while reading all 2024-01-25 23:19:20 -03:30
CoreForm.Designer.cs [ObservatoryCore] UI tweaks 2024-01-25 23:18:02 -03:30
CoreForm.Plugins.cs [Core] Improve(?) Plugin List column sizing (#133) 2024-01-25 23:19:20 -03:30
CoreForm.resx ready for testing 2024-01-25 23:18:02 -03:30
CoreForm.Settings.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
DefaultSorter.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
DwmHelper.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
NotificationForm.cs ready for testing 2024-01-25 23:18:02 -03:30
NotificationForm.Designer.cs ready for testing 2024-01-25 23:18:02 -03:30
NotificationForm.resx ready for testing 2024-01-25 23:18:02 -03:30
PluginHelper.cs ready for testing 2024-01-25 23:18:02 -03:30
PluginListView.cs ready for testing 2024-01-25 23:18:02 -03:30
ReadAllProgress.cs ready for testing 2024-01-25 23:18:02 -03:30
ReadAllProgress.Designer.cs ready for testing 2024-01-25 23:18:02 -03:30
ReadAllProgress.resx ready for testing 2024-01-25 23:18:02 -03:30
SettingsForm.cs [Core] Settings improvements: Grouping w/labels, support for doubles (#137) 2024-01-29 15:37:00 -05:00
SettingsForm.Designer.cs [ObservatoryCore] UI tweaks 2024-01-25 23:18:02 -03:30
SettingsForm.resx ready for testing 2024-01-25 23:18:02 -03:30
SettingsPanel.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
ThemeManager.cs ready for testing 2024-01-25 23:18:02 -03:30
UIHelper.cs Winforms overhal in progress 2024-01-25 23:18:01 -03:30