Compare commits

...

2 Commits

Author SHA1 Message Date
Lukáš Růžička f48dc5a0d5 Add wait_still_screen to menu_launch_type.
This is actually a very useful to wait a little bit before
we try to operate with the started application, especially
if we want to send keys.

Having this wait time here can save us doing this every time,
we start an application.
2024-04-05 14:09:28 +02:00
Lukáš Růžička d2238360b8 Revert "Add needles"
This reverts commit bde855b343.
2024-04-05 10:04:17 +02:00
71 changed files with 1 additions and 526 deletions

View File

@ -1363,6 +1363,7 @@ sub menu_launch_type {
# Wait for KDE to place focus correctly.
wait_still_screen 2;
send_key 'ret';
wait_still_screen 3;
}
sub tell_source {

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 352,
"ypos": 216,
"width": 112,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_about_shown"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 216,
"ypos": 113,
"width": 22,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_add_popup"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 18,
"ypos": 205,
"width": 147,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_annotation_added"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 681,
"ypos": 589,
"width": 35,
"height": 48,
"type": "match",
"match": 90
}
],
"properties": [],
"tags": [
"okular_annotation_placed"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 671,
"ypos": 582,
"width": 46,
"height": 51,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_annotation_removed"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 534,
"ypos": 272,
"width": 53,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_button_credits"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 781,
"ypos": 614,
"width": 50,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_button_save"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 125,
"ypos": 74,
"width": 76,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_change_zoom"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 993,
"ypos": 118,
"width": 17,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_close_annotation"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 205,
"ypos": 435,
"width": 105,
"height": 42,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_content_rotated_once"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 610,
"ypos": 583,
"width": 85,
"height": 33,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_content_rotated_twice"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 355,
"ypos": 339,
"width": 88,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_credits_shown"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 678,
"ypos": 358,
"width": 159,
"height": 59,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_document_zoom_200"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 451,
"ypos": 709,
"width": 101,
"height": 26,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_dual_mode"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 244,
"ypos": 134,
"width": 102,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_facing_pages"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 448,
"ypos": 8,
"width": 127,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_file_opened"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 262,
"ypos": 226,
"width": 65,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_file_select_pdf"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 388,
"ypos": 171,
"width": 167,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_help_shown"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 416,
"ypos": 244,
"width": 89,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_menu_about"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 31,
"ypos": 336,
"width": 68,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_menu_properties"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 15,
"ypos": 204,
"width": 79,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_menu_saveas"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 47,
"ypos": 37,
"width": 35,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_menu_view"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 359,
"ypos": 115,
"width": 73,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_navi_page_one"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 358,
"ypos": 320,
"width": 96,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_navi_page_two"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 311,
"ypos": 516,
"width": 101,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_open_file_dialog"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 443,
"ypos": 317,
"width": 120,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_presentation_dialogue"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 597,
"ypos": 472,
"width": 43,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_presentation_ok"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 427,
"ypos": 422,
"width": 110,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_properties_shown"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 710,
"ypos": 673,
"width": 62,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_remove_annotation"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 335,
"ypos": 396,
"width": 46,
"height": 54,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_runs"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 553,
"ypos": 589,
"width": 53,
"height": 29,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_search_found"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 651,
"ypos": 608,
"width": 55,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_select_annotation_place"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 97,
"ypos": 321,
"width": 73,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_submenu_orientation"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 349,
"ypos": 322,
"width": 75,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_submenu_rotate"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 238,
"ypos": 69,
"width": 87,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"okular_view_mode"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB