2020-09-22 13:15:36 +02:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2020-09-01 17:24:21 +02:00
|
|
|
|
|
|
|
[ext_resource path="res://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]
|
2020-09-05 10:47:38 +02:00
|
|
|
[ext_resource path="res://fonts/big.tres" type="DynamicFont" id=3]
|
2020-09-22 13:15:36 +02:00
|
|
|
[ext_resource path="res://file_browser.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
|
2020-09-21 18:53:36 +02:00
|
|
|
mouse_filter = 1
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[node name="RepoVis" type="Control" parent="VSplitContainer"]
|
|
|
|
margin_right = 1920.0
|
|
|
|
margin_bottom = 894.0
|
|
|
|
rect_clip_content = true
|
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-21 20:28:43 +02:00
|
|
|
|
2020-09-22 13:15:36 +02:00
|
|
|
[node name="Label" type="Label" parent="VSplitContainer/RepoVis"]
|
2020-09-21 20:28:43 +02:00
|
|
|
margin_left = 5.60091
|
|
|
|
margin_top = -0.518692
|
|
|
|
margin_right = 204.601
|
|
|
|
margin_bottom = 48.4813
|
|
|
|
custom_fonts/font = ExtResource( 3 )
|
|
|
|
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-22 13:15:36 +02:00
|
|
|
[node name="Index" type="Label" parent="VSplitContainer/RepoVis"]
|
2020-09-21 20:28:43 +02:00
|
|
|
margin_left = 8.64569
|
|
|
|
margin_top = 63.8375
|
|
|
|
margin_right = 359.725
|
|
|
|
margin_bottom = 1027.84
|
2020-09-21 17:00:00 +02:00
|
|
|
text = "entry1
|
|
|
|
entry2"
|
2020-09-01 17:24:21 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-09-22 13:15:36 +02:00
|
|
|
[node name="IndexLabel" type="Label" parent="VSplitContainer/RepoVis"]
|
2020-09-14 15:35:30 +02:00
|
|
|
visible = false
|
2020-09-03 19:22:46 +02:00
|
|
|
margin_left = 21.0
|
|
|
|
margin_top = 65.0
|
2020-09-01 17:24:21 +02:00
|
|
|
margin_right = 377.0
|
|
|
|
margin_bottom = 108.0
|
|
|
|
text = "Index:"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-01 19:32:33 +02:00
|
|
|
|
2020-09-22 13:15:36 +02:00
|
|
|
[node name="Button" type="Button" parent="VSplitContainer/RepoVis"]
|
2020-09-01 21:25:24 +02:00
|
|
|
visible = false
|
2020-09-01 19:32:33 +02:00
|
|
|
margin_left = 36.5602
|
|
|
|
margin_top = 67.9891
|
2020-09-22 13:15:36 +02:00
|
|
|
margin_right = 119.56
|
2020-09-01 19:32:33 +02:00
|
|
|
margin_bottom = 109.989
|
|
|
|
text = "Update"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-03 18:10:09 +02:00
|
|
|
|
2020-09-22 13:15:36 +02:00
|
|
|
[node name="SimplifyCheckbox" type="CheckBox" parent="VSplitContainer/RepoVis"]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
margin_left = -208.715
|
|
|
|
margin_top = 17.9594
|
|
|
|
margin_right = -15.7146
|
|
|
|
margin_bottom = 42.9594
|
2020-09-21 19:03:09 +02:00
|
|
|
focus_mode = 0
|
|
|
|
enabled_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-22 13:15:36 +02:00
|
|
|
[node name="Nodes" type="Control" parent="VSplitContainer/RepoVis"]
|
2020-09-15 18:41:06 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 2
|
2020-09-22 13:15:36 +02:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="FileBrowser" parent="VSplitContainer" instance=ExtResource( 4 )]
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 906.0
|
|
|
|
margin_right = 1920.0
|
|
|
|
margin_bottom = 1080.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
size_flags_stretch_ratio = 0.2
|
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-22 13:15:36 +02:00
|
|
|
[connection signal="pressed" from="VSplitContainer/RepoVis/Button" to="." method="update_everything"]
|
|
|
|
[connection signal="toggled" from="VSplitContainer/RepoVis/SimplifyCheckbox" to="." method="simplify_view"]
|