You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4all/gpt4all-chat/qml
Adam Treat 705b480d72 Start moving toward a single authoritative class for all settings. This
is necessary to get rid of technical debt before we drastically increase
the complexity of settings by adding per model settings and mirostat and
other fun things. Right now the settings are divided between QML and C++
and some convenience methods to deal with settings sync and so on that are
in other singletons. This change consolidates all the logic for settings
into a single class with a single API for both C++ and QML.
1 year ago
..
AboutDialog.qml Add new solution for context links that does not force regular markdown (#938) 1 year ago
ChatDrawer.qml Modellist temp 1 year ago
CollectionsDialog.qml Modellist temp 1 year ago
LocalDocs.qml Add better warnings and links. 1 year ago
ModelDownloaderDialog.qml Modellist temp 1 year ago
MyBusyIndicator.qml Don't hardcode these. 1 year ago
MyButton.qml Add a hover and pressed to the visual indication of MyButton. 1 year ago
MyCheckBox.qml fix typo so padding can be accessed 1 year ago
MyComboBox.qml Some tweaks to UI to make window resizing smooth and flow nicely. 1 year ago
MyDirectoryField.qml Add the ability to change the directory via text field not just 'browse' button. 1 year ago
MyTextField.qml deduplicate qml: create and use MyCheckBox and MyTextField 1 year ago
MyToolButton.qml Fix regression in checked of db and network. 1 year ago
NetworkDialog.qml dedup qml: move accessible properties to MyButton 1 year ago
NewVersionDialog.qml dedup qml: move accessible properties to MyButton 1 year ago
PopupDialog.qml Add better warnings and links. 1 year ago
SettingsDialog.qml Start moving toward a single authoritative class for all settings. This 1 year ago
StartupDialog.qml Fix bug with model loading on initial load. 1 year ago
Theme.qml Add new solution for context links that does not force regular markdown (#938) 1 year ago
ThumbsDownDialog.qml dedup qml: move accessible properties to MyButton 1 year ago