summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorAdam Scott <ascott.ca@gmail.com>2024-02-25 13:10:29 -0500
committerAdam Scott <ascott.ca@gmail.com>2024-03-12 09:57:59 -0400
commit44d3ce2c11b844d919e363f5cb15f1c03ad3f77e (patch)
tree3a717033c09a1171f0171a8669d328389b0bec6f /editor
parent22c20cea6e59a8a95585adb866c007a55c428806 (diff)
downloadredot-engine-44d3ce2c11b844d919e363f5cb15f1c03ad3f77e.tar.gz
Add browse folder and browse file icons
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_properties.cpp6
-rw-r--r--editor/fbx_importer_manager.cpp6
-rw-r--r--editor/icons/FileBrowse.svg1
-rw-r--r--editor/icons/FolderBrowse.svg1
-rw-r--r--editor/project_manager/project_dialog.cpp10
-rw-r--r--editor/project_manager/project_dialog.h1
-rw-r--r--editor/themes/editor_theme_manager.cpp2
7 files changed, 25 insertions, 2 deletions
diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp
index 01455fec17..0e3b408996 100644
--- a/editor/editor_properties.cpp
+++ b/editor/editor_properties.cpp
@@ -534,7 +534,11 @@ void EditorPropertyPath::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_ENTER_TREE:
case NOTIFICATION_THEME_CHANGED: {
- path_edit->set_icon(get_editor_theme_icon(SNAME("Folder")));
+ if (folder) {
+ path_edit->set_icon(get_editor_theme_icon(SNAME("FolderBrowse")));
+ } else {
+ path_edit->set_icon(get_editor_theme_icon(SNAME("FileBrowse")));
+ }
} break;
}
}
diff --git a/editor/fbx_importer_manager.cpp b/editor/fbx_importer_manager.cpp
index 07854af23e..2049ac9344 100644
--- a/editor/fbx_importer_manager.cpp
+++ b/editor/fbx_importer_manager.cpp
@@ -39,6 +39,10 @@
void FBXImporterManager::_notification(int p_what) {
switch (p_what) {
+ case NOTIFICATION_THEME_CHANGED: {
+ fbx_path_browse->set_icon(get_editor_theme_icon(SNAME("FileBrowse")));
+ } break;
+
case NOTIFICATION_READY: {
connect("confirmed", callable_mp(this, &FBXImporterManager::_path_confirmed));
} break;
@@ -148,9 +152,9 @@ FBXImporterManager::FBXImporterManager() {
fbx_path->set_h_size_flags(Control::SIZE_EXPAND_FILL);
hb->add_child(fbx_path);
fbx_path_browse = memnew(Button);
- hb->add_child(fbx_path_browse);
fbx_path_browse->set_text(TTR("Browse"));
fbx_path_browse->connect("pressed", callable_mp(this, &FBXImporterManager::_browse_install));
+ hb->add_child(fbx_path_browse);
hb->set_h_size_flags(Control::SIZE_EXPAND_FILL);
hb->set_custom_minimum_size(Size2(400 * EDSCALE, 0));
diff --git a/editor/icons/FileBrowse.svg b/editor/icons/FileBrowse.svg
new file mode 100644
index 0000000000..2bf3ca4ac6
--- /dev/null
+++ b/editor/icons/FileBrowse.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 1v14h2.707a2.501 2.501 0 0 1-.207-1A2.49 2.49 0 0 1 7 11.5c.565 0 1.083.188 1.5.5.417-.312.935-.5 1.5-.5s1.083.188 1.5.5a2.51 2.51 0 0 1 2.5-.293V6H9V1Zm8 0v4h4z" style="fill:#e0e0e0;fill-opacity:1"/><path d="M6.609 10.405a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" style="fill:#e0e0e0;stroke-width:20.4397;stroke-linecap:round" transform="translate(1.391 3.595)"/></svg> \ No newline at end of file
diff --git a/editor/icons/FolderBrowse.svg b/editor/icons/FolderBrowse.svg
new file mode 100644
index 0000000000..834d7f16de
--- /dev/null
+++ b/editor/icons/FolderBrowse.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="16" height="16"><path d="M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3.738a2.505 2.505 0 0 1-.238-1.074 2.49 2.49 0 0 1 2.5-2.5c.565 0 1.083.187 1.5.5.417-.313.935-.5 1.5-.5s1.083.187 1.5.5a2.504 2.504 0 0 1 2.5-.295V6a1 1 0 0 0-1-1h-4a1 1 0 0 1-1-1V3a1 1 0 0 0-1-1Zm3.8 12.121zm.126.205zm9.293-3.586zm.187.115zm.42.36zm.123.14zm.125.17zm.135.227zm.25.719zM6.084 14.537zm.348.34zm.17.125zm.203.123zm.603.23.074.018c-.025-.005-.05-.012-.074-.018zm.35.06z" style="fill:#e0e0e0;fill-opacity:1"/><path d="M6.336 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" style="fill:#e0e0e0;stroke-width:20.4397;stroke-linecap:round" transform="translate(2.664 1)"/></svg> \ No newline at end of file
diff --git a/editor/project_manager/project_dialog.cpp b/editor/project_manager/project_dialog.cpp
index 350bb5bb9f..81fdf9c369 100644
--- a/editor/project_manager/project_dialog.cpp
+++ b/editor/project_manager/project_dialog.cpp
@@ -778,6 +778,16 @@ void ProjectDialog::show_dialog() {
popup_centered(Size2(500, 0) * EDSCALE);
}
+void ProjectDialog::_notification(int p_what) {
+ switch (p_what) {
+ case NOTIFICATION_THEME_CHANGED: {
+ create_dir->set_icon(get_editor_theme_icon(SNAME("FolderCreate")));
+ project_browse->set_icon(get_editor_theme_icon(SNAME("FolderBrowse")));
+ install_browse->set_icon(get_editor_theme_icon(SNAME("FolderBrowse")));
+ } break;
+ }
+}
+
void ProjectDialog::_bind_methods() {
ADD_SIGNAL(MethodInfo("project_created"));
ADD_SIGNAL(MethodInfo("projects_updated"));
diff --git a/editor/project_manager/project_dialog.h b/editor/project_manager/project_dialog.h
index 1418edc57f..8517189e5a 100644
--- a/editor/project_manager/project_dialog.h
+++ b/editor/project_manager/project_dialog.h
@@ -129,6 +129,7 @@ private:
protected:
static void _bind_methods();
+ void _notification(int p_what);
public:
void set_mode(Mode p_mode);
diff --git a/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp
index 8aa2fe41ce..1f451487cb 100644
--- a/editor/themes/editor_theme_manager.cpp
+++ b/editor/themes/editor_theme_manager.cpp
@@ -1659,6 +1659,8 @@ void EditorThemeManager::_populate_editor_styles(const Ref<EditorTheme> &p_theme
{
p_theme->set_stylebox("project_list", "ProjectManager", p_config.tree_panel_style);
p_theme->set_constant("sidebar_button_icon_separation", "ProjectManager", int(6 * EDSCALE));
+ p_theme->set_icon("browse_folder", "ProjectManager", p_theme->get_icon(SNAME("FolderBrowse"), EditorStringName(EditorIcons)));
+ p_theme->set_icon("browse_file", "ProjectManager", p_theme->get_icon(SNAME("FileBrowse"), EditorStringName(EditorIcons)));
// ProjectTag.
{