Skip to content

Commit

Permalink
Update Operating System Testing demo for 4.0.rc2 (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi authored Feb 18, 2023
1 parent 5e8f722 commit da6fffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 deletions.
2 changes: 1 addition & 1 deletion misc/os_test/icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.cte
[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
Expand Down
4 changes: 2 additions & 2 deletions misc/os_test/os_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ func _ready():
add_header("Audio")
add_line("Mix rate", "%d Hz" % AudioServer.get_mix_rate())
add_line("Output latency", "%f ms" % (AudioServer.get_output_latency() * 1000))
add_line("Output device list", ", ".join(AudioServer.get_device_list()))
add_line("Capture device list", ", ".join(AudioServer.capture_get_device_list()))
add_line("Output device list", ", ".join(AudioServer.get_output_device_list()))
add_line("Capture device list", ", ".join(AudioServer.get_input_device_list()))

add_header("Date")
add_line("Date and time (local)", Time.get_datetime_string_from_system(false, true))
Expand Down
57 changes: 0 additions & 57 deletions misc/os_test/os_test.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -26,165 +26,108 @@ theme_override_constants/separation = 10

[node name="Features" type="RichTextLabel" parent="HBoxContainer"]
layout_mode = 2
offset_right = 551.0
offset_bottom = 608.0
size_flags_horizontal = 3
size_flags_vertical = 3
bbcode_enabled = true

[node name="Actions" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
offset_left = 561.0
offset_right = 1112.0
offset_bottom = 608.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("4")

[node name="Label" type="Label" parent="HBoxContainer/Actions"]
layout_mode = 2
offset_right = 551.0
offset_bottom = 37.0
theme_override_font_sizes/font_size = 24
text = "Actions"
horizontal_alignment = 1

[node name="GridContainer" type="GridContainer" parent="HBoxContainer/Actions"]
layout_mode = 2
offset_top = 41.0
offset_right = 551.0
offset_bottom = 608.0
size_flags_horizontal = 3
size_flags_vertical = 3
columns = 2

[node name="OpenShellWeb" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_right = 274.0
offset_bottom = 78.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Open Shell (web)"

[node name="OpenShellFolder" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_right = 551.0
offset_bottom = 78.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Open Shell (folder)"

[node name="ChangeWindowTitle" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 82.0
offset_right = 274.0
offset_bottom = 160.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Change Window Title"

[node name="ChangeWindowIcon" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 82.0
offset_right = 551.0
offset_bottom = 160.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Change Window Icon"

[node name="MoveWindowToForeground" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 164.0
offset_right = 274.0
offset_bottom = 242.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Move Window to Foreground"

[node name="RequestAttention" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 164.0
offset_right = 551.0
offset_bottom = 242.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Request Attention"

[node name="VibrateDeviceShort" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 246.0
offset_right = 274.0
offset_bottom = 324.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Vibrate Device (200 ms)"

[node name="VibrateDeviceLong" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 246.0
offset_right = 551.0
offset_bottom = 324.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Vibrate Device (1000 ms)"

[node name="AddGlobalMenuItems" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 328.0
offset_right = 274.0
offset_bottom = 405.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Add Global Menu Items"

[node name="RemoveGlobalMenuItem" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 328.0
offset_right = 551.0
offset_bottom = 405.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Remove Global Menu Item"

[node name="GetClipboard" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 409.0
offset_right = 274.0
offset_bottom = 486.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Get Clipboard Contents"

[node name="SetClipboard" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 409.0
offset_right = 551.0
offset_bottom = 486.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Set Clipboard Contents"

[node name="DisplayAlert" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_top = 490.0
offset_right = 274.0
offset_bottom = 567.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Display Alert"

[node name="KillCurrentProcess" type="Button" parent="HBoxContainer/Actions/GridContainer"]
layout_mode = 2
offset_left = 278.0
offset_top = 490.0
offset_right = 551.0
offset_bottom = 567.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Kill Current Process"
Expand Down

0 comments on commit da6fffb

Please sign in to comment.