OLLMapp.SettingsDialog
Description:
Content:
Namespaces:
Classes:
- AddModelDialog - Dialog for
adding models by selecting from available models list.
- CheckingConnectionDialog -
Dialog that shows a spinner while checking connection.
- ConnectionAdd - Dialog for adding
connections.
- ConnectionRow - Widget group for a
single connection row in the connections page.
- ConnectionsPage - Connections
tab content for settings dialog.
- MainDialog - Main settings dialog for
displaying and changing configuration.
- ModelRow - Model row widget that
extends Adw.ExpanderRow.
- ModelsPage - Models tab content for
settings dialog.
- ProjectSearchFilter -
Gtk.Filter for projects list: filters by project name (basename) or full path. Case-insensitive substring match. Emits changed when
query is set.
- ProjectsPage - Projects tab content
for settings dialog. Lists projects from ProjectManager, search/filter, Add and Remove. List view is built in the constructor with a
dummy empty model; the real store is bound when the dialog is shown via ensure_loaded() (called once).
- PullManager - Manages background
pull operations for models.
- PullManagerBanner - Banner
widget that displays pull progress information.
- PullStatus - Pull status information
for a model pull operation.
- SearchablePulldown - Simple
string-based searchable dropdown widget.
- SettingsPage - Base class for
settings dialog pages.
- ToolsPage - Tools tab content for
settings dialog.