pandemonium_engine_easy_charts/addons/github-integration/scenes/NewRepo.tscn
2020-08-04 15:22:30 +02:00

168 lines
6.3 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/github-integration/scripts/WindowDialog.gd" type="Script" id=1]
[sub_resource type="StyleBoxEmpty" id=3]
[node name="NewRepo" type="ConfirmationDialog"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -288.5
margin_top = -133.5
margin_right = 288.5
margin_bottom = 133.5
popup_exclusive = true
window_title = "[Create a new Repository]"
dialog_hide_on_ok = false
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -280.5
margin_top = -125.5
margin_right = 280.5
margin_bottom = 97.5
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 561.0
margin_bottom = 24.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_top = 5.0
margin_right = 278.0
margin_bottom = 19.0
size_flags_horizontal = 3
text = "Repository Name:"
[node name="nome" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 24.0
size_flags_horizontal = 3
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 28.0
margin_right = 561.0
margin_bottom = 52.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
margin_top = 5.0
margin_right = 278.0
margin_bottom = 19.0
size_flags_horizontal = 3
text = "Repository Description:"
[node name="descrizione" type="LineEdit" parent="VBoxContainer/HBoxContainer2"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 24.0
size_flags_horizontal = 3
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 56.0
margin_right = 561.0
margin_bottom = 76.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer3"]
margin_top = 3.0
margin_right = 278.0
margin_bottom = 17.0
size_flags_horizontal = 3
text = "Privacy:"
[node name="privacy" type="OptionButton" parent="VBoxContainer/HBoxContainer3"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 20.0
size_flags_horizontal = 3
text = "Private"
items = [ "Private", null, false, 0, null, "Public", null, false, 1, null ]
selected = 0
[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 80.0
margin_right = 561.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer4"]
margin_top = 5.0
margin_right = 278.0
margin_bottom = 19.0
size_flags_horizontal = 3
text = "Initialize with README:"
[node name="readme" type="CheckBox" parent="VBoxContainer/HBoxContainer4"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 24.0
size_flags_horizontal = 3
[node name="HBoxContainer5" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 108.0
margin_right = 561.0
margin_bottom = 128.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer5"]
margin_top = 3.0
margin_right = 278.0
margin_bottom = 17.0
size_flags_horizontal = 3
text = "Add .gitignore:"
[node name="gitignore" type="OptionButton" parent="VBoxContainer/HBoxContainer5"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 20.0
size_flags_horizontal = 3
text = "Haskell"
items = [ "Haskell", null, false, 0, "Haskell", "Godot", null, false, 1, null ]
selected = 0
[node name="HBoxContainer6" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 132.0
margin_right = 561.0
margin_bottom = 152.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer6"]
margin_top = 3.0
margin_right = 278.0
margin_bottom = 17.0
size_flags_horizontal = 3
text = "Add license:"
[node name="license" type="OptionButton" parent="VBoxContainer/HBoxContainer6"]
margin_left = 282.0
margin_right = 561.0
margin_bottom = 20.0
size_flags_horizontal = 3
text = "Academic Free License v3.0"
items = [ "Academic Free License v3.0", null, false, 0, "afl-3.0", "Apache license 2.0", null, false, 1, "apache-2.0", "Artistic license 2.0", null, false, 2, "artistic-2.0", "Boost Software License 1.0", null, false, 3, "bsl-1.0", "BSD 2-clause \"Simplified\" license", null, false, 4, "bsd-2-clause", "BSD 3-clause \"New\" or \"Revised\" license", null, false, 5, "bsd-3-clause", "BSD 3-clause Clear license", null, false, 6, "bsd-3-clause-clear", "Creative Commons license family", null, false, 7, "cc", "Creative Commons Zero v1.0 Universal", null, false, 8, "cc0-1.0", "Creative Commons Attribution 4.0", null, false, 9, "cc-by-4.0", "Creative Commons Attribution Share Alike 4.0", null, false, 10, "cc-by-sa-4.0", "Do What The F*ck You Want To Public License", null, false, 11, "wtfpl", "Educational Community License v2.0", null, false, 12, "ecl-2.0", "Eclipse Public License 1.0", null, false, 13, "epl-1.0", "European Union Public License 1.1", null, false, 14, "eupl-1.1", "GNU Affero General Public License v3.0", null, false, 15, "agpl-3.0", "GNU General Public License family", null, false, 16, "gpl", "GNU General Public License v2.0", null, false, 17, "gpl-2.0", "GNU General Public License v3.0", null, false, 18, "gpl-3.0", "GNU Lesser General Public License family", null, false, 19, "lgpl", "GNU Lesser General Public License v2.1", null, false, 20, "lgpl-2.1", "GNU Lesser General Public License v3.0", null, false, 21, "lgpl-3.0", "ISC", null, false, 22, "isc", "LaTeX Project Public License v1.3c", null, false, 23, "lppl-1.3c", "Microsoft Public License", null, false, 24, "ms-pl", "MIT", null, false, 25, "mit", "Mozilla Public License 2.0", null, false, 26, "mpl-2.0", "Open Software License 3.0", null, false, 27, "osl-3.0", "PostgreSQL License", null, false, 28, "postgresql", "SIL Open Font License 1.1", null, false, 29, "ofl-1.1", "University of Illinois/NCSA Open Source License", null, false, 30, "ncsa", "The Unlicense", null, false, 31, "unlicense", "zLib License", null, false, 32, "zlib" ]
selected = 0
[node name="HSeparator8" type="HSeparator" parent="VBoxContainer"]
visible = false
margin_top = 184.0
margin_right = 561.0
margin_bottom = 192.0
rect_min_size = Vector2( 0, 8 )
custom_styles/separator = SubResource( 3 )
[node name="error" type="Label" parent="VBoxContainer"]
visible = false
margin_top = 184.0
margin_right = 561.0
margin_bottom = 203.0
size_flags_horizontal = 3
custom_colors/font_color = Color( 1, 0, 0.235294, 1 )
text = "Error: "
align = 1
[connection signal="confirmed" from="." to="." method="_on_NewRepo_confirmed"]