2021-01-07 17:35:08 +01:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2020-09-01 17:24:21 +02:00
|
|
|
|
2020-10-26 19:15:47 +01:00
|
|
|
[ext_resource path="res://scenes/repository.gd" type="Script" id=1]
|
2020-09-21 17:00:00 +02:00
|
|
|
[ext_resource path="res://styles/theme.tres" type="Theme" id=2]
|
2023-09-06 16:04:23 +02:00
|
|
|
[ext_resource path="res://fonts/big.tres" type="FontFile" id=3]
|
2021-01-07 17:35:08 +01:00
|
|
|
[ext_resource path="res://scenes/drop_area.tscn" type="PackedScene" id=4]
|
2020-09-01 17:24:21 +02:00
|
|
|
|
2020-09-21 20:28:43 +02:00
|
|
|
[node name="Repository" type="Control"]
|
2020-09-03 17:50:03 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
clip_contents = true
|
2020-10-13 14:16:36 +02:00
|
|
|
mouse_filter = 2
|
2020-09-21 17:00:00 +02:00
|
|
|
theme = ExtResource( 2 )
|
2020-09-01 17:24:21 +02:00
|
|
|
script = ExtResource( 1 )
|
2020-09-22 13:15:36 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-10-27 16:53:19 +01:00
|
|
|
[node name="Rows" type="HSplitContainer" parent="."]
|
2020-09-22 13:15:36 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2020-10-13 14:16:36 +02:00
|
|
|
mouse_filter = 2
|
2020-09-22 13:15:36 +02:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="RepoVis" type="Control" parent="Rows"]
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_right = 1920.0
|
|
|
|
offset_bottom = 1080.0
|
2020-10-13 14:16:36 +02:00
|
|
|
mouse_filter = 2
|
2020-10-27 16:53:19 +01:00
|
|
|
size_flags_horizontal = 3
|
2020-09-22 13:15:36 +02:00
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-21 20:28:43 +02:00
|
|
|
|
2021-01-14 12:00:53 +01:00
|
|
|
[node name="SeparatorLine" type="ColorRect" parent="Rows/RepoVis"]
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_top = -4.0
|
2021-01-14 12:00:53 +01:00
|
|
|
mouse_filter = 2
|
|
|
|
color = Color( 0.196078, 0.184314, 0.435294, 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="DropArea" parent="Rows/RepoVis/SeparatorLine" instance=ExtResource( 4 )]
|
|
|
|
position = Vector2( 71.6342, -29.3427 )
|
2021-01-07 17:35:08 +01:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="Label" type="Label" parent="Rows/RepoVis"]
|
2021-01-14 12:00:53 +01:00
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = 7.06314
|
|
|
|
offset_top = -64.5048
|
|
|
|
offset_right = 229.063
|
|
|
|
offset_bottom = -8.50476
|
|
|
|
theme_override_fonts/font = ExtResource( 3 )
|
2020-09-21 20:28:43 +02:00
|
|
|
text = "Repo name"
|
2020-09-03 17:50:03 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-01 17:24:21 +02:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="IndexLabel" type="Label" parent="Rows/RepoVis"]
|
2020-09-14 15:35:30 +02:00
|
|
|
visible = false
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = 21.0
|
|
|
|
offset_top = 65.0
|
|
|
|
offset_right = 377.0
|
|
|
|
offset_bottom = 108.0
|
2020-09-01 17:24:21 +02:00
|
|
|
text = "Index:"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-01 19:32:33 +02:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="Button" type="Button" parent="Rows/RepoVis"]
|
2020-09-01 21:25:24 +02:00
|
|
|
visible = false
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = 36.5602
|
|
|
|
offset_top = 67.9891
|
|
|
|
offset_right = 119.56
|
|
|
|
offset_bottom = 109.989
|
2020-09-01 19:32:33 +02:00
|
|
|
text = "Update"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-03 18:10:09 +02:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="SimplifyCheckbox" type="CheckBox" parent="Rows/RepoVis"]
|
2020-10-23 16:52:03 +02:00
|
|
|
visible = false
|
2020-09-22 13:15:36 +02:00
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = -208.715
|
|
|
|
offset_top = 17.9594
|
|
|
|
offset_right = -15.7146
|
|
|
|
offset_bottom = 42.9594
|
|
|
|
focus_mode = 0
|
2020-09-21 19:03:09 +02:00
|
|
|
focus_mode = 0
|
2020-09-14 16:03:01 +02:00
|
|
|
text = "Hide trees and blobs"
|
2020-09-22 13:15:36 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-15 18:41:06 +02:00
|
|
|
|
2020-09-29 14:26:20 +02:00
|
|
|
[node name="Nodes" type="Control" parent="Rows/RepoVis"]
|
2020-09-15 18:41:06 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_bottom = -6.10352e-05
|
2020-09-15 18:41:06 +02:00
|
|
|
mouse_filter = 2
|
2020-09-22 13:15:36 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2023-09-06 16:04:23 +02:00
|
|
|
[node name="Path3D" type="LineEdit" parent="Rows/RepoVis"]
|
2020-10-23 15:19:25 +02:00
|
|
|
visible = false
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = 23.0
|
|
|
|
offset_top = 12.0
|
|
|
|
offset_right = 374.0
|
|
|
|
offset_bottom = 61.0
|
2020-09-29 17:20:24 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-15 18:41:06 +02:00
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|
2020-09-29 14:26:20 +02:00
|
|
|
[connection signal="pressed" from="Rows/RepoVis/Button" to="." method="update_everything"]
|
2020-09-30 22:41:28 +02:00
|
|
|
[connection signal="toggled" from="Rows/RepoVis/SimplifyCheckbox" to="." method="set_simplified_view"]
|
2023-09-06 16:04:23 +02:00
|
|
|
[connection signal="text_submitted" from="Rows/RepoVis/Path3D" to="." method="set_path"]
|