Use Cambalache instead Glade (#648)

This commit is contained in:
Rafał Mikrut 2022-03-11 05:43:30 +01:00 committed by GitHub
parent 91a9e56114
commit 6ed2e92702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1164 additions and 221 deletions

View File

@ -0,0 +1,131 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.39.0
The MIT License (MIT)
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Author: Rafał Mikrut
-->
<interface>
<!-- interface-name Czkawka -->
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
<!-- interface-authors Rafa\305\202 Mikrut -->
<!-- interface-license-id mit_x11 -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkAboutDialog" id="about_dialog">
<property name="can-focus">False</property>
<property name="comments" translatable="yes">2020 - 2022 Rafał Mikrut(qarmin)
This program is free to use and will always be.
</property>
<property name="license-type">mit-x11</property>
<property name="logo-icon-name">help-about</property>
<property name="program-name">Czkawka</property>
<property name="type-hint">dialog</property>
<property name="version">4.0.0</property>
<property name="window-position">center</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="can-focus">False</property>
<property name="margin-bottom">3</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="button_repository">
<property name="can-focus">True</property>
<property name="label" translatable="yes">Repository</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_instruction">
<property name="can-focus">True</property>
<property name="label" translatable="yes">Instruction</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_donation">
<property name="can-focus">True</property>
<property name="label" translatable="yes">Donation</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_translation">
<property name="can-focus">True</property>
<property name="label" translatable="yes">Translation</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>
</interface>

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.39.0 -->
<interface>
<!-- interface-name compare_images.ui -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkDialog" id="window_compare">
<property name="can-focus">False</property>
@ -14,12 +16,6 @@
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -29,19 +25,19 @@
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="label_group_info">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="label" translatable="yes">Group XD/PER XD (99 images in current group)</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -51,14 +47,14 @@
</child>
<child>
<object class="GtkButton" id="button_go_next_compare_group">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">go-next</property>
<property name="visible">True</property>
</object>
</child>
</object>
@ -71,14 +67,14 @@
</child>
<child>
<object class="GtkButton" id="button_go_previous_compare_group">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">go-previous</property>
<property name="visible">True</property>
</object>
</child>
</object>
@ -97,16 +93,16 @@
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="homogeneous">True</property>
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="check_button_left_preview_text">
<property name="label" translatable="yes">First Game</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">First Game</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -116,11 +112,11 @@
</child>
<child>
<object class="GtkCheckButton" id="check_button_right_preview_text">
<property name="label" translatable="yes">Second Game</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Second Game</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -137,14 +133,14 @@
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="homogeneous">True</property>
<property name="visible">True</property>
<child>
<object class="GtkImage" id="image_compare_left">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-missing-image</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -154,9 +150,9 @@
</child>
<child>
<object class="GtkImage" id="image_compare_right">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-missing-image</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -173,12 +169,9 @@
</child>
<child>
<object class="GtkScrolledWindow" id="scrolled_window_compare_choose_images">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<child>
<placeholder/>
</child>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>

View File

@ -2,10 +2,22 @@
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
<cambalache-project version="0.9.0" target_tk="gtk+-3.0">
<ui>
(5,None,"Czkawka","main_window.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.39.0 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n")
(5,None,"Czkawka","main_window.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.39.0 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n"),
(6,None,"Czkawka","about_dialog.cmb.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.39.0 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n"),
(7,None,"compare_images.ui","compare_images.ui",None,None,None,None,None," Generated with glade 3.39.0 "),
(8,None,"Czkawka","popover_right_click.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.38.2 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n"),
(9,None,"Czkawka","popover_select.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.38.2 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n"),
(10,None,"Czkawka","progress.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.39.0 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n"),
(11,None,"Czkawka","settings.ui","Czkawka is simple and fast app to find duplicates, empty folders, similar images etc.",None,"Rafa\\305\\202 Mikrut","mit_x11",None," Generated with glade 3.39.0 \n\nThe MIT License (MIT)\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nAuthor: Rafał Mikrut\n\n")
</ui>
<ui_library>
(5,"gtk+","3.24",None)
(5,"gtk+","3.24",None),
(6,"gtk+","3.24",None),
(7,"gtk+","3.24",None),
(8,"gtk+","3.24",None),
(9,"gtk+","3.24",None),
(10,"gtk+","3.24",None),
(11,"gtk+","3.24",None)
</ui_library>
<object>
(5,1,"GtkAdjustment","adjustment1",None,None,None,None,None),
@ -176,7 +188,118 @@
(5,166,"GtkImage",None,165,None,None,None,None),
(5,167,"GtkButton","button_app_info",164,None,None,None,1),
(5,168,"GtkImage",None,167,None,None,None,None),
(5,169,"GtkCheckButton","check_button_music_length",105,None,None,None,4)
(5,169,"GtkCheckButton","check_button_music_length",105,None,None,None,4),
(6,1,"GtkAboutDialog","about_dialog",None,None,None,None,None),
(6,2,"GtkBox",None,1,"vbox",None,None,None),
(6,3,"GtkButtonBox",None,2,"action_area",None,None,None),
(6,4,"GtkBox",None,2,None,None,None,1),
(6,5,"GtkButton","button_repository",4,None,None,None,None),
(6,6,"GtkButton","button_instruction",4,None,None,None,1),
(6,7,"GtkButton","button_donation",4,None,None,None,2),
(6,8,"GtkButton","button_translation",4,None,None,None,3),
(7,1,"GtkDialog","window_compare",None,None,None,None,None),
(7,2,"GtkBox",None,1,"vbox",None,None,None),
(7,3,"GtkButtonBox",None,2,"action_area",None,None,None),
(7,4,"GtkBox",None,2,None,None,None,1),
(7,5,"GtkBox",None,4,None,None,None,None),
(7,6,"GtkLabel","label_group_info",5,None,None,None,None),
(7,7,"GtkButton","button_go_next_compare_group",5,None,None,None,1),
(7,8,"GtkImage",None,7,None,None,None,None),
(7,9,"GtkButton","button_go_previous_compare_group",5,None,None,None,2),
(7,10,"GtkImage",None,9,None,None,None,None),
(7,11,"GtkBox",None,4,None,None,None,1),
(7,12,"GtkCheckButton","check_button_left_preview_text",11,None,None,None,None),
(7,13,"GtkCheckButton","check_button_right_preview_text",11,None,None,None,1),
(7,14,"GtkBox",None,4,None,None,None,2),
(7,15,"GtkImage","image_compare_left",14,None,None,None,None),
(7,16,"GtkImage","image_compare_right",14,None,None,None,1),
(7,17,"GtkScrolledWindow","scrolled_window_compare_choose_images",4,None,None,None,3),
(8,1,"GtkPopover","popover_right_click",None,None,None,None,None),
(8,2,"GtkBox",None,1,None,None,None,None),
(8,3,"GtkButton","buttons_popover_right_click_open_file",2,None,None,None,None),
(8,4,"GtkButton","buttons_popover_right_click_open_folder",2,None,None,None,1),
(9,1,"GtkPopover","popover_select",None,None,None,None,None),
(9,2,"GtkBox",None,1,None,None,None,None),
(9,3,"GtkButton","buttons_popover_select_custom",2,None,None,None,None),
(9,4,"GtkButton","buttons_popover_unselect_custom",2,None,None,None,1),
(9,5,"GtkSeparator","separator_select_custom",2,None,None,None,2),
(9,6,"GtkButton","buttons_popover_select_all_images_except_biggest",2,None,None,None,3),
(9,7,"GtkButton","buttons_popover_select_all_images_except_smallest",2,None,None,None,4),
(9,8,"GtkSeparator","separator_select_image_size",2,None,None,None,5),
(9,9,"GtkButton","buttons_popover_select_all_except_oldest",2,None,None,None,6),
(9,10,"GtkButton","buttons_popover_select_all_except_newest",2,None,None,None,7),
(9,11,"GtkButton","buttons_popover_select_one_oldest",2,None,None,None,8),
(9,12,"GtkButton","buttons_popover_select_one_newest",2,None,None,None,9),
(9,13,"GtkSeparator","separator_select_date",2,None,None,None,10),
(9,14,"GtkButton","buttons_popover_reverse",2,None,None,None,11),
(9,15,"GtkSeparator","separator_select_reverse",2,None,None,None,12),
(9,16,"GtkButton","buttons_popover_select_all",2,None,None,None,13),
(9,17,"GtkButton","buttons_popover_unselect_all",2,None,None,None,14),
(10,1,"GtkDialog","window_progress",None,None,None,None,None),
(10,2,"GtkBox",None,1,"vbox",None,None,None),
(10,3,"GtkButtonBox",None,2,"action_area",None,None,None),
(10,4,"GtkBox",None,2,None,None,None,1),
(10,5,"GtkGrid","grid_progress_stages",4,None,None," n-columns=2 n-rows=2 ",None),
(10,6,"GtkLabel","label_progress_all_stages",5,None,None,None,None),
(10,7,"GtkProgressBar","progress_bar_all_stages",5,None,None,None,1),
(10,8,"GtkLabel","label_progress_current_stage",5,None,None,None,2),
(10,9,"GtkProgressBar","progress_bar_current_stage",5,None,None,None,3),
(10,10,"GtkLabel","label_stage",4,None,None,None,1),
(10,11,"GtkButton","button_stop_in_dialog",4,None,None,None,2),
(10,12,"GtkBox",None,11,None,None,None,None),
(10,13,"GtkImage",None,12,None,None,None,None),
(10,14,"GtkLabel",None,12,None,None,None,1),
(11,1,"GtkDialog","window_settings",None,None,None,None,None),
(11,2,"GtkBox",None,1,"vbox",None,None,None),
(11,3,"GtkButtonBox",None,2,"action_area",None,None,None),
(11,4,"GtkBox",None,2,None,None,None,1),
(11,5,"GtkBox",None,4,None,None,None,None),
(11,6,"GtkComboBoxText",None,5,None,None,None,None),
(11,7,"GtkNotebook","notebook_settings",4,None,None,None,1),
(11,8,"GtkBox",None,7,None,None,None,None),
(11,9,"GtkBox",None,8,None,None,None,None),
(11,10,"GtkBox",None,9,None,None,None,None),
(11,11,"GtkLabel","label_settings_general_language",10,None,None,None,None),
(11,12,"GtkComboBoxText","combo_box_settings_language",10,None,None,None,1),
(11,13,"GtkCheckButton","check_button_settings_load_at_start",9,None,None,None,1),
(11,14,"GtkCheckButton","check_button_settings_save_at_exit",9,None,None,None,2),
(11,15,"GtkCheckButton","check_button_settings_confirm_deletion",9,None,None,None,3),
(11,16,"GtkCheckButton","check_button_settings_confirm_link",9,None,None,None,4),
(11,17,"GtkCheckButton","check_button_settings_confirm_group_deletion",9,None,None,None,5),
(11,18,"GtkCheckButton","check_button_settings_show_text_view",9,None,None,None,6),
(11,19,"GtkCheckButton","check_button_settings_use_cache",9,None,None,None,7),
(11,20,"GtkCheckButton","check_button_settings_save_also_json",9,None,None,None,8),
(11,21,"GtkCheckButton","check_button_settings_use_trash",9,None,None,None,9),
(11,22,"GtkBox",None,8,None,None,None,1),
(11,23,"GtkButton","button_settings_open_cache_folder",22,None,None,None,None),
(11,24,"GtkButton","button_settings_open_settings_folder",22,None,None,None,1),
(11,25,"GtkLabel",None,7,None,"tab",None,1),
(11,26,"GtkBox",None,7,None,None,None,2),
(11,27,"GtkCheckButton","check_button_settings_hide_hard_links",26,None,None,None,None),
(11,28,"GtkCheckButton","check_button_settings_show_preview_duplicates",26,None,None,None,1),
(11,29,"GtkCheckButton","check_button_settings_duplicates_delete_outdated_cache",26,None,None,None,2),
(11,30,"GtkBox",None,26,None,None,None,3),
(11,31,"GtkLabel","label_settings_duplicate_minimal_size_cache",30,None,None,None,None),
(11,32,"GtkEntry","entry_settings_cache_file_minimal_size",30,None,None,None,1),
(11,33,"GtkCheckButton","check_button_duplicates_use_prehash_cache",26,None,None,None,4),
(11,34,"GtkButton","button_settings_duplicates_clear_cache",26,None,None,None,5),
(11,35,"GtkBox",None,26,None,None,None,6),
(11,36,"GtkLabel","label_settings_duplicate_minimal_size_cache_prehash",35,None,None,None,None),
(11,37,"GtkEntry","entry_settings_prehash_cache_file_minimal_size",35,None,None,None,1),
(11,38,"GtkLabel",None,7,None,"tab",None,3),
(11,39,"GtkBox",None,7,None,None,None,4),
(11,40,"GtkCheckButton","check_button_settings_show_preview_similar_images",39,None,None,None,None),
(11,41,"GtkCheckButton","check_button_settings_similar_images_delete_outdated_cache",39,None,None,None,1),
(11,42,"GtkButton","button_settings_similar_images_clear_cache",39,None,None,None,2),
(11,43,"GtkLabel",None,7,None,"tab",None,5),
(11,44,"GtkBox",None,7,None,None,None,6),
(11,45,"GtkButton","button_settings_similar_videos_clear_cache",44,None,None,None,None),
(11,46,"GtkCheckButton","check_button_settings_similar_videos_delete_outdated_cache",44,None,None,None,1),
(11,47,"GtkLabel",None,7,None,"tab",None,7),
(11,48,"GtkBox",None,4,None,None,None,2),
(11,49,"GtkButton","button_settings_load_configuration",48,None,None,None,None),
(11,50,"GtkButton","button_settings_reset_configuration",48,None,None,None,1),
(11,51,"GtkButton","button_settings_save_configuration",48,None,None,None,2)
</object>
<object_property>
(5,1,"GtkAdjustment","page-increment","10",None,None,None,None,None),
@ -806,7 +929,430 @@
(5,169,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(5,169,"GtkWidget","can-focus","True",None,None,None,None,None),
(5,169,"GtkWidget","receives-default","False",None,None,None,None,None),
(5,169,"GtkWidget","visible","True",None,None,None,None,None)
(5,169,"GtkWidget","visible","True",None,None,None,None,None),
(6,1,"GtkAboutDialog","comments","2020 - 2022 Rafał Mikrut(qarmin)\n\nThis program is free to use and will always be.\n","yes",None,None,None,None),
(6,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None),
(6,1,"GtkAboutDialog","logo-icon-name","help-about",None,None,None,None,None),
(6,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None),
(6,1,"GtkAboutDialog","version","4.0.0",None,None,None,None,None),
(6,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(6,1,"GtkWindow","type-hint","dialog",None,None,None,None,None),
(6,1,"GtkWindow","window-position","center",None,None,None,None,None),
(6,2,"GtkBox","spacing","2",None,None,None,None,None),
(6,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(6,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(6,3,"GtkButtonBox","layout-style","end",None,None,None,None,None),
(6,3,"GtkWidget","can-focus","False",None,None,None,None,None),
(6,4,"GtkWidget","can-focus","False",None,None,None,None,None),
(6,4,"GtkWidget","margin-bottom","3",None,None,None,None,None),
(6,4,"GtkWidget","visible","True",None,None,None,None,None),
(6,5,"GtkButton","label","Repository","yes",None,None,None,None),
(6,5,"GtkWidget","can-focus","True",None,None,None,None,None),
(6,5,"GtkWidget","receives-default","True",None,None,None,None,None),
(6,5,"GtkWidget","visible","True",None,None,None,None,None),
(6,6,"GtkButton","label","Instruction","yes",None,None,None,None),
(6,6,"GtkWidget","can-focus","True",None,None,None,None,None),
(6,6,"GtkWidget","receives-default","True",None,None,None,None,None),
(6,6,"GtkWidget","visible","True",None,None,None,None,None),
(6,7,"GtkButton","label","Donation","yes",None,None,None,None),
(6,7,"GtkWidget","can-focus","True",None,None,None,None,None),
(6,7,"GtkWidget","receives-default","True",None,None,None,None,None),
(6,7,"GtkWidget","visible","True",None,None,None,None,None),
(6,8,"GtkButton","label","Translation","yes",None,None,None,None),
(6,8,"GtkWidget","can-focus","True",None,None,None,None,None),
(6,8,"GtkWidget","receives-default","True",None,None,None,None,None),
(6,8,"GtkWidget","visible","True",None,None,None,None,None),
(7,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,1,"GtkWindow","type-hint","dialog",None,None,None,None,None),
(7,2,"GtkBox","spacing","2",None,None,None,None,None),
(7,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(7,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,3,"GtkButtonBox","layout-style","end",None,None,None,None,None),
(7,3,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,4,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(7,4,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,4,"GtkWidget","visible","True",None,None,None,None,None),
(7,5,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,5,"GtkWidget","visible","True",None,None,None,None,None),
(7,6,"GtkLabel","label","Group XD/PER XD (99 images in current group)","yes",None,None,None,None),
(7,6,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,6,"GtkWidget","halign","center",None,None,None,None,None),
(7,6,"GtkWidget","visible","True",None,None,None,None,None),
(7,7,"GtkWidget","can-focus","True",None,None,None,None,None),
(7,7,"GtkWidget","receives-default","True",None,None,None,None,None),
(7,7,"GtkWidget","visible","True",None,None,None,None,None),
(7,8,"GtkImage","icon-name","go-next",None,None,None,None,None),
(7,8,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,8,"GtkWidget","visible","True",None,None,None,None,None),
(7,9,"GtkWidget","can-focus","True",None,None,None,None,None),
(7,9,"GtkWidget","receives-default","True",None,None,None,None,None),
(7,9,"GtkWidget","visible","True",None,None,None,None,None),
(7,10,"GtkImage","icon-name","go-previous",None,None,None,None,None),
(7,10,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,10,"GtkWidget","visible","True",None,None,None,None,None),
(7,11,"GtkBox","homogeneous","True",None,None,None,None,None),
(7,11,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,11,"GtkWidget","visible","True",None,None,None,None,None),
(7,12,"GtkButton","label","First Game","yes",None,None,None,None),
(7,12,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(7,12,"GtkWidget","can-focus","True",None,None,None,None,None),
(7,12,"GtkWidget","receives-default","False",None,None,None,None,None),
(7,12,"GtkWidget","visible","True",None,None,None,None,None),
(7,13,"GtkButton","label","Second Game","yes",None,None,None,None),
(7,13,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(7,13,"GtkWidget","can-focus","True",None,None,None,None,None),
(7,13,"GtkWidget","receives-default","False",None,None,None,None,None),
(7,13,"GtkWidget","visible","True",None,None,None,None,None),
(7,14,"GtkBox","homogeneous","True",None,None,None,None,None),
(7,14,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,14,"GtkWidget","visible","True",None,None,None,None,None),
(7,15,"GtkImage","stock","gtk-missing-image",None,None,None,None,None),
(7,15,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,15,"GtkWidget","visible","True",None,None,None,None,None),
(7,16,"GtkImage","stock","gtk-missing-image",None,None,None,None,None),
(7,16,"GtkWidget","can-focus","False",None,None,None,None,None),
(7,16,"GtkWidget","visible","True",None,None,None,None,None),
(7,17,"GtkScrolledWindow","shadow-type","in",None,None,None,None,None),
(7,17,"GtkWidget","can-focus","True",None,None,None,None,None),
(7,17,"GtkWidget","visible","True",None,None,None,None,None),
(8,1,"GtkPopover","position","left",None,None,None,None,None),
(8,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(8,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(8,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(8,2,"GtkWidget","visible","True",None,None,None,None,None),
(8,3,"GtkButton","label","Open File","yes",None,None,None,None),
(8,3,"GtkWidget","can-focus","True",None,None,None,None,None),
(8,3,"GtkWidget","receives-default","True",None,None,None,None,None),
(8,3,"GtkWidget","visible","True",None,None,None,None,None),
(8,4,"GtkButton","label","Open Folder","yes",None,None,None,None),
(8,4,"GtkWidget","can-focus","True",None,None,None,None,None),
(8,4,"GtkWidget","receives-default","True",None,None,None,None,None),
(8,4,"GtkWidget","visible","True",None,None,None,None,None),
(9,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(9,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,2,"GtkWidget","visible","True",None,None,None,None,None),
(9,3,"GtkButton","label","Select custom","yes",None,None,None,None),
(9,3,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,3,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,3,"GtkWidget","visible","True",None,None,None,None,None),
(9,4,"GtkButton","label","Unselect custom","yes",None,None,None,None),
(9,4,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,4,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,4,"GtkWidget","visible","True",None,None,None,None,None),
(9,5,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,5,"GtkWidget","visible","True",None,None,None,None,None),
(9,6,"GtkButton","label","Select all except biggest","yes",None,None,None,None),
(9,6,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,6,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,6,"GtkWidget","visible","True",None,None,None,None,None),
(9,7,"GtkButton","label","Select all except smallest","yes",None,None,None,None),
(9,7,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,7,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,7,"GtkWidget","visible","True",None,None,None,None,None),
(9,8,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,8,"GtkWidget","visible","True",None,None,None,None,None),
(9,9,"GtkButton","label","Select all except oldest","yes",None,None,None,None),
(9,9,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,9,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,9,"GtkWidget","visible","True",None,None,None,None,None),
(9,10,"GtkButton","label","Select all except newest","yes",None,None,None,None),
(9,10,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,10,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,10,"GtkWidget","visible","True",None,None,None,None,None),
(9,11,"GtkButton","label","Select one oldest","yes",None,None,None,None),
(9,11,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,11,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,11,"GtkWidget","visible","True",None,None,None,None,None),
(9,12,"GtkButton","label","Select one newest","yes",None,None,None,None),
(9,12,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,12,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,12,"GtkWidget","visible","True",None,None,None,None,None),
(9,13,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,13,"GtkWidget","visible","True",None,None,None,None,None),
(9,14,"GtkButton","label","Reverse Selection","yes",None,None,None,None),
(9,14,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,14,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,14,"GtkWidget","visible","True",None,None,None,None,None),
(9,15,"GtkWidget","can-focus","False",None,None,None,None,None),
(9,15,"GtkWidget","visible","True",None,None,None,None,None),
(9,16,"GtkButton","label","Select All","yes",None,None,None,None),
(9,16,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,16,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,16,"GtkWidget","visible","True",None,None,None,None,None),
(9,17,"GtkButton","label","Unselect All","yes",None,None,None,None),
(9,17,"GtkWidget","can-focus","True",None,None,None,None,None),
(9,17,"GtkWidget","receives-default","True",None,None,None,None,None),
(9,17,"GtkWidget","visible","True",None,None,None,None,None),
(10,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,1,"GtkWindow","gravity","center",None,None,None,None,None),
(10,1,"GtkWindow","type-hint","dialog",None,None,None,None,None),
(10,2,"GtkBox","spacing","2",None,None,None,None,None),
(10,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(10,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,3,"GtkButtonBox","layout-style","end",None,None,None,None,None),
(10,3,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,4,"GtkBox","spacing","10",None,None,None,None,None),
(10,4,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(10,4,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,4,"GtkWidget","margin-bottom","10",None,None,None,None,None),
(10,4,"GtkWidget","margin-end","10",None,None,None,None,None),
(10,4,"GtkWidget","margin-start","10",None,None,None,None,None),
(10,4,"GtkWidget","margin-top","10",None,None,None,None,None),
(10,4,"GtkWidget","visible","True",None,None,None,None,None),
(10,5,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,5,"GtkWidget","margin-end","2",None,None,None,None,None),
(10,5,"GtkWidget","margin-start","2",None,None,None,None,None),
(10,5,"GtkWidget","margin-top","2",None,None,None,None,None),
(10,5,"GtkWidget","valign","center",None,None,None,None,None),
(10,5,"GtkWidget","visible","True",None,None,None,None,None),
(10,6,"GtkLabel","label","All stages: ","yes",None,None,None,None),
(10,6,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,6,"GtkWidget","name","label_progress_all_stages",None,None,None,None,None),
(10,6,"GtkWidget","visible","True",None,None,None,None,None),
(10,7,"GtkProgressBar","pulse-step","0.099999999776482579",None,None,None,None,None),
(10,7,"GtkProgressBar","show-text","True",None,None,None,None,None),
(10,7,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,7,"GtkWidget","hexpand","True",None,None,None,None,None),
(10,7,"GtkWidget","visible","True",None,None,None,None,None),
(10,8,"GtkLabel","label","Current stage: ","yes",None,None,None,None),
(10,8,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,8,"GtkWidget","name","label_progress_current_stage",None,None,None,None,None),
(10,8,"GtkWidget","visible","True",None,None,None,None,None),
(10,9,"GtkProgressBar","show-text","True",None,None,None,None,None),
(10,9,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,9,"GtkWidget","visible","True",None,None,None,None,None),
(10,10,"GtkLabel","label","Stage 1/2","yes",None,None,None,None),
(10,10,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,10,"GtkWidget","visible","True",None,None,None,None,None),
(10,11,"GtkWidget","can-focus","True",None,None,None,None,None),
(10,11,"GtkWidget","halign","end",None,None,None,None,None),
(10,11,"GtkWidget","margin-end","2",None,None,None,None,None),
(10,11,"GtkWidget","receives-default","True",None,None,None,None,None),
(10,11,"GtkWidget","visible","True",None,None,None,None,None),
(10,12,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,12,"GtkWidget","visible","True",None,None,None,None,None),
(10,13,"GtkImage","icon-name","dialog-cancel",None,None,None,None,None),
(10,13,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,13,"GtkWidget","visible","True",None,None,None,None,None),
(10,14,"GtkLabel","label","Stop","yes",None,None,None,None),
(10,14,"GtkWidget","can-focus","False",None,None,None,None,None),
(10,14,"GtkWidget","visible","True",None,None,None,None,None),
(11,1,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,1,"GtkWindow","modal","True",None,None,None,None,None),
(11,1,"GtkWindow","title","Czkawka Options","yes",None,None,None,None),
(11,1,"GtkWindow","type-hint","dialog",None,None,None,None,None),
(11,2,"GtkBox","spacing","2",None,None,None,None,None),
(11,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,2,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,3,"GtkButtonBox","layout-style","end",None,None,None,None,None),
(11,3,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,4,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,4,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,4,"GtkWidget","visible","True",None,None,None,None,None),
(11,5,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,5,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,5,"GtkWidget","visible","True",None,None,None,None,None),
(11,6,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,6,"GtkWidget","visible","True",None,None,None,None,None),
(11,7,"GtkNotebook","tab-pos","left",None,None,None,None,None),
(11,7,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,7,"GtkWidget","visible","True",None,None,None,None,None),
(11,8,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,8,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,8,"GtkWidget","visible","True",None,None,None,None,None),
(11,9,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,9,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,9,"GtkWidget","visible","True",None,None,None,None,None),
(11,10,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,10,"GtkWidget","visible","True",None,None,None,None,None),
(11,11,"GtkLabel","label","Language","yes",None,None,None,None),
(11,11,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,11,"GtkWidget","margin-end","10",None,None,None,None,None),
(11,11,"GtkWidget","margin-start","5",None,None,None,None,None),
(11,11,"GtkWidget","visible","True",None,None,None,None,None),
(11,12,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,12,"GtkWidget","visible","True",None,None,None,None,None),
(11,13,"GtkButton","label","Load configuration at start","yes",None,None,None,None),
(11,13,"GtkToggleButton","active","True",None,None,None,None,None),
(11,13,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,13,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,13,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,13,"GtkWidget","visible","True",None,None,None,None,None),
(11,14,"GtkButton","label","Save configuration at exit","yes",None,None,None,None),
(11,14,"GtkToggleButton","active","True",None,None,None,None,None),
(11,14,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,14,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,14,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,14,"GtkWidget","visible","True",None,None,None,None,None),
(11,15,"GtkButton","label","Show confirm dialog when deleting any files","yes",None,None,None,None),
(11,15,"GtkToggleButton","active","True",None,None,None,None,None),
(11,15,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,15,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,15,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,15,"GtkWidget","visible","True",None,None,None,None,None),
(11,16,"GtkButton","label","Show confirm dialog when hard/symlinks any files","yes",None,None,None,None),
(11,16,"GtkToggleButton","active","True",None,None,None,None,None),
(11,16,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,16,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,16,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,16,"GtkWidget","visible","True",None,None,None,None,None),
(11,17,"GtkButton","label","Show confirm dialog when deleting all files in group","yes",None,None,None,None),
(11,17,"GtkToggleButton","active","True",None,None,None,None,None),
(11,17,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,17,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,17,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,17,"GtkWidget","visible","True",None,None,None,None,None),
(11,18,"GtkButton","label","Show bottom text panel","yes",None,None,None,None),
(11,18,"GtkToggleButton","active","True",None,None,None,None,None),
(11,18,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,18,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,18,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,18,"GtkWidget","visible","True",None,None,None,None,None),
(11,19,"GtkButton","label","Use cache","yes",None,None,None,None),
(11,19,"GtkToggleButton","active","True",None,None,None,None,None),
(11,19,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,19,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,19,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,19,"GtkWidget","visible","True",None,None,None,None,None),
(11,20,"GtkButton","label","Save cache also to JSON file","yes",None,None,None,None),
(11,20,"GtkToggleButton","active","True",None,None,None,None,None),
(11,20,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,20,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,20,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,20,"GtkWidget","visible","True",None,None,None,None,None),
(11,21,"GtkButton","label","Move deleted files to trash","yes",None,None,None,None),
(11,21,"GtkToggleButton","active","True",None,None,None,None,None),
(11,21,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,21,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,21,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,21,"GtkWidget","visible","True",None,None,None,None,None),
(11,22,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,22,"GtkWidget","visible","True",None,None,None,None,None),
(11,23,"GtkButton","label","Open cache folder","yes",None,None,None,None),
(11,23,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,23,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,23,"GtkWidget","visible","True",None,None,None,None,None),
(11,24,"GtkButton","label","Open settings folder","yes",None,None,None,None),
(11,24,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,24,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,24,"GtkWidget","visible","True",None,None,None,None,None),
(11,25,"GtkLabel","label","General","yes",None,None,None,None),
(11,25,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,25,"GtkWidget","visible","True",None,None,None,None,None),
(11,26,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,26,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,26,"GtkWidget","visible","True",None,None,None,None,None),
(11,27,"GtkButton","label","Hide hard links(only Linux and MacOS)","yes",None,None,None,None),
(11,27,"GtkToggleButton","active","True",None,None,None,None,None),
(11,27,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,27,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,27,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,27,"GtkWidget","visible","True",None,None,None,None,None),
(11,28,"GtkButton","label","Show image preview","yes",None,None,None,None),
(11,28,"GtkToggleButton","active","True",None,None,None,None,None),
(11,28,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,28,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,28,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,28,"GtkWidget","visible","True",None,None,None,None,None),
(11,29,"GtkButton","label","Delete outdated cache entries automatically","yes",None,None,None,None),
(11,29,"GtkToggleButton","active","True",None,None,None,None,None),
(11,29,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,29,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,29,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,29,"GtkWidget","visible","True",None,None,None,None,None),
(11,30,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,30,"GtkWidget","margin-end","4",None,None,None,None,None),
(11,30,"GtkWidget","margin-start","4",None,None,None,None,None),
(11,30,"GtkWidget","visible","True",None,None,None,None,None),
(11,31,"GtkLabel","label","Minimal size of files in bytes saved to cache","yes",None,None,None,None),
(11,31,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,31,"GtkWidget","visible","True",None,None,None,None,None),
(11,32,"GtkEntry","caps-lock-warning","False",None,None,None,None,None),
(11,32,"GtkEntry","input-purpose","number",None,None,None,None,None),
(11,32,"GtkEntry","max-length","15",None,None,None,None,None),
(11,32,"GtkEntry","text","257144","yes",None,None,None,None),
(11,32,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,32,"GtkWidget","visible","True",None,None,None,None,None),
(11,33,"GtkButton","label","Use prehash cache","yes",None,None,None,None),
(11,33,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,33,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,33,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,33,"GtkWidget","visible","True",None,None,None,None,None),
(11,34,"GtkButton","label","Remove outdated results from duplicates cache","yes",None,None,None,None),
(11,34,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,34,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,34,"GtkWidget","visible","True",None,None,None,None,None),
(11,35,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,35,"GtkWidget","margin-end","4",None,None,None,None,None),
(11,35,"GtkWidget","margin-start","4",None,None,None,None,None),
(11,35,"GtkWidget","visible","True",None,None,None,None,None),
(11,36,"GtkLabel","label","Minimal size of files in bytes saved to prehash cache","yes",None,None,None,None),
(11,36,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,36,"GtkWidget","visible","True",None,None,None,None,None),
(11,37,"GtkEntry","caps-lock-warning","False",None,None,None,None,None),
(11,37,"GtkEntry","input-purpose","number",None,None,None,None,None),
(11,37,"GtkEntry","max-length","15",None,None,None,None,None),
(11,37,"GtkEntry","text","1","yes",None,None,None,None),
(11,37,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,37,"GtkWidget","visible","True",None,None,None,None,None),
(11,38,"GtkLabel","label","Duplicate Finder","yes",None,None,None,None),
(11,38,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,38,"GtkWidget","visible","True",None,None,None,None,None),
(11,39,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,39,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,39,"GtkWidget","visible","True",None,None,None,None,None),
(11,40,"GtkButton","label","Show image preview","yes",None,None,None,None),
(11,40,"GtkToggleButton","active","True",None,None,None,None,None),
(11,40,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,40,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,40,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,40,"GtkWidget","visible","True",None,None,None,None,None),
(11,41,"GtkButton","label","Delete outdated cache entries automatically","yes",None,None,None,None),
(11,41,"GtkToggleButton","active","True",None,None,None,None,None),
(11,41,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,41,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,41,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,41,"GtkWidget","visible","True",None,None,None,None,None),
(11,42,"GtkButton","label","Remove outdated results from images cache","yes",None,None,None,None),
(11,42,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,42,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,42,"GtkWidget","visible","True",None,None,None,None,None),
(11,43,"GtkLabel","label","Similar Images","yes",None,None,None,None),
(11,43,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,43,"GtkWidget","visible","True",None,None,None,None,None),
(11,44,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(11,44,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,44,"GtkWidget","visible","True",None,None,None,None,None),
(11,45,"GtkButton","label","Remove outdated results from videos cache","yes",None,None,None,None),
(11,45,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,45,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,45,"GtkWidget","visible","True",None,None,None,None,None),
(11,46,"GtkButton","label","Delete outdated cache entries automatically","yes",None,None,None,None),
(11,46,"GtkToggleButton","draw-indicator","True",None,None,None,None,None),
(11,46,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,46,"GtkWidget","receives-default","False",None,None,None,None,None),
(11,46,"GtkWidget","visible","True",None,None,None,None,None),
(11,47,"GtkLabel","label","Similar Videos","yes",None,None,None,None),
(11,47,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,47,"GtkWidget","visible","True",None,None,None,None,None),
(11,48,"GtkBox","spacing","3",None,None,None,None,None),
(11,48,"GtkWidget","can-focus","False",None,None,None,None,None),
(11,48,"GtkWidget","margin-end","3",None,None,None,None,None),
(11,48,"GtkWidget","margin-start","3",None,None,None,None,None),
(11,48,"GtkWidget","visible","True",None,None,None,None,None),
(11,49,"GtkButton","label","Load configuration","yes",None,None,None,None),
(11,49,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,49,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,49,"GtkWidget","visible","True",None,None,None,None,None),
(11,50,"GtkButton","label","Reset configuration","yes",None,None,None,None),
(11,50,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,50,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,50,"GtkWidget","visible","True",None,None,None,None,None),
(11,51,"GtkButton","label","Save configuration","yes",None,None,None,None),
(11,51,"GtkWidget","can-focus","True",None,None,None,None,None),
(11,51,"GtkWidget","receives-default","True",None,None,None,None,None),
(11,51,"GtkWidget","visible","True",None,None,None,None,None)
</object_property>
<object_layout_property>
(5,3,4,"GtkBoxLayoutChild","expand","True",None,None,None,None),
@ -1202,6 +1748,287 @@
(5,164,165,"GtkBoxLayoutChild","position","0",None,None,None,None),
(5,164,167,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(5,164,167,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(5,164,167,"GtkBoxLayoutChild","position","1",None,None,None,None)
(5,164,167,"GtkBoxLayoutChild","position","1",None,None,None,None),
(6,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(6,2,3,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(6,2,3,"GtkBoxLayoutChild","position","0",None,None,None,None),
(6,2,4,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(6,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(6,2,4,"GtkBoxLayoutChild","position","3",None,None,None,None),
(6,4,5,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(6,4,5,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(6,4,5,"GtkBoxLayoutChild","position","0",None,None,None,None),
(6,4,6,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(6,4,6,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(6,4,6,"GtkBoxLayoutChild","position","1",None,None,None,None),
(6,4,7,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(6,4,7,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(6,4,7,"GtkBoxLayoutChild","position","2",None,None,None,None),
(6,4,8,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(6,4,8,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(6,4,8,"GtkBoxLayoutChild","position","3",None,None,None,None),
(7,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,2,3,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(7,2,3,"GtkBoxLayoutChild","position","1",None,None,None,None),
(7,2,4,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(7,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,2,4,"GtkBoxLayoutChild","position","0",None,None,None,None),
(7,4,5,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,4,5,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,4,5,"GtkBoxLayoutChild","position","0",None,None,None,None),
(7,4,11,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,4,11,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,4,11,"GtkBoxLayoutChild","position","2",None,None,None,None),
(7,4,14,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(7,4,14,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,4,14,"GtkBoxLayoutChild","position","3",None,None,None,None),
(7,4,17,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,4,17,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,4,17,"GtkBoxLayoutChild","position","4",None,None,None,None),
(7,5,6,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(7,5,6,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,5,6,"GtkBoxLayoutChild","position","-1",None,None,None,None),
(7,5,7,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,5,7,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,5,7,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(7,5,7,"GtkBoxLayoutChild","position","0",None,None,None,None),
(7,5,9,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,5,9,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,5,9,"GtkBoxLayoutChild","position","1",None,None,None,None),
(7,11,12,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,11,12,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,11,12,"GtkBoxLayoutChild","position","0",None,None,None,None),
(7,11,13,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,11,13,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,11,13,"GtkBoxLayoutChild","position","1",None,None,None,None),
(7,14,15,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,14,15,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,14,15,"GtkBoxLayoutChild","position","0",None,None,None,None),
(7,14,16,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(7,14,16,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(7,14,16,"GtkBoxLayoutChild","position","1",None,None,None,None),
(8,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(8,2,3,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(8,2,3,"GtkBoxLayoutChild","position","0",None,None,None,None),
(8,2,4,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(8,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(8,2,4,"GtkBoxLayoutChild","position","1",None,None,None,None),
(9,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,3,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,3,"GtkBoxLayoutChild","position","0",None,None,None,None),
(9,2,4,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,4,"GtkBoxLayoutChild","position","1",None,None,None,None),
(9,2,5,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,5,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,5,"GtkBoxLayoutChild","position","2",None,None,None,None),
(9,2,6,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,6,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,6,"GtkBoxLayoutChild","position","3",None,None,None,None),
(9,2,7,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,7,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,7,"GtkBoxLayoutChild","position","4",None,None,None,None),
(9,2,8,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,8,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,8,"GtkBoxLayoutChild","position","5",None,None,None,None),
(9,2,9,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,9,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,9,"GtkBoxLayoutChild","position","6",None,None,None,None),
(9,2,10,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,10,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,10,"GtkBoxLayoutChild","position","7",None,None,None,None),
(9,2,11,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,11,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,11,"GtkBoxLayoutChild","position","8",None,None,None,None),
(9,2,12,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,12,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,12,"GtkBoxLayoutChild","position","9",None,None,None,None),
(9,2,13,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,13,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,13,"GtkBoxLayoutChild","position","10",None,None,None,None),
(9,2,14,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,14,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,14,"GtkBoxLayoutChild","position","11",None,None,None,None),
(9,2,15,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,15,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,15,"GtkBoxLayoutChild","position","12",None,None,None,None),
(9,2,16,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,16,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,16,"GtkBoxLayoutChild","position","13",None,None,None,None),
(9,2,17,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(9,2,17,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(9,2,17,"GtkBoxLayoutChild","position","14",None,None,None,None),
(10,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(10,2,3,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(10,2,3,"GtkBoxLayoutChild","position","0",None,None,None,None),
(10,2,4,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(10,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(10,2,4,"GtkBoxLayoutChild","position","1",None,None,None,None),
(10,4,5,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(10,4,5,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(10,4,5,"GtkBoxLayoutChild","position","0",None,None,None,None),
(10,4,10,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(10,4,10,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(10,4,10,"GtkBoxLayoutChild","position","1",None,None,None,None),
(10,4,11,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(10,4,11,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(10,4,11,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(10,4,11,"GtkBoxLayoutChild","position","2",None,None,None,None),
(10,5,6,"GtkGridLayoutChild","left-attach","0",None,None,None,None),
(10,5,6,"GtkGridLayoutChild","top-attach","1",None,None,None,None),
(10,5,7,"GtkGridLayoutChild","left-attach","1",None,None,None,None),
(10,5,7,"GtkGridLayoutChild","top-attach","1",None,None,None,None),
(10,5,8,"GtkGridLayoutChild","left-attach","0",None,None,None,None),
(10,5,8,"GtkGridLayoutChild","top-attach","0",None,None,None,None),
(10,5,9,"GtkGridLayoutChild","left-attach","1",None,None,None,None),
(10,5,9,"GtkGridLayoutChild","top-attach","0",None,None,None,None),
(10,12,13,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(10,12,13,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(10,12,13,"GtkBoxLayoutChild","position","0",None,None,None,None),
(10,12,14,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(10,12,14,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(10,12,14,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,2,3,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,2,3,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,2,3,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,2,4,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,2,4,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,2,4,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,4,5,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,4,5,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,4,5,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,4,7,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,4,7,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,4,7,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,4,48,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,4,48,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,4,48,"GtkBoxLayoutChild","padding","3",None,None,None,None),
(11,4,48,"GtkBoxLayoutChild","position","2",None,None,None,None),
(11,5,6,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,5,6,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,5,6,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,7,25,"GtkNotebookLayoutChild","tab-fill","False",None,None,None,None),
(11,7,26,"GtkNotebookLayoutChild","position","1",None,None,None,None),
(11,7,38,"GtkNotebookLayoutChild","position","1",None,None,None,None),
(11,7,38,"GtkNotebookLayoutChild","tab-fill","False",None,None,None,None),
(11,7,39,"GtkNotebookLayoutChild","position","2",None,None,None,None),
(11,7,43,"GtkNotebookLayoutChild","position","2",None,None,None,None),
(11,7,43,"GtkNotebookLayoutChild","tab-fill","False",None,None,None,None),
(11,7,44,"GtkNotebookLayoutChild","position","3",None,None,None,None),
(11,7,47,"GtkNotebookLayoutChild","position","3",None,None,None,None),
(11,7,47,"GtkNotebookLayoutChild","tab-fill","False",None,None,None,None),
(11,8,9,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,8,9,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,8,9,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,8,22,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,8,22,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,8,22,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,8,22,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,9,10,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,10,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,10,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,9,13,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,13,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,13,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,9,14,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,14,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,14,"GtkBoxLayoutChild","position","2",None,None,None,None),
(11,9,15,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,15,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,15,"GtkBoxLayoutChild","position","3",None,None,None,None),
(11,9,16,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,16,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,16,"GtkBoxLayoutChild","position","4",None,None,None,None),
(11,9,17,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,17,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,17,"GtkBoxLayoutChild","position","5",None,None,None,None),
(11,9,18,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,18,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,9,18,"GtkBoxLayoutChild","position","6",None,None,None,None),
(11,9,19,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,9,19,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,19,"GtkBoxLayoutChild","position","7",None,None,None,None),
(11,9,20,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,9,20,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,20,"GtkBoxLayoutChild","position","8",None,None,None,None),
(11,9,21,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,9,21,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,9,21,"GtkBoxLayoutChild","position","9",None,None,None,None),
(11,10,11,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,10,11,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,10,11,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,10,12,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,10,12,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,10,12,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,22,23,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,22,23,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,22,23,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,22,24,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,22,24,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,22,24,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,22,24,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,26,27,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,27,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,27,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,26,28,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,28,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,28,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,26,29,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,29,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,29,"GtkBoxLayoutChild","position","2",None,None,None,None),
(11,26,30,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,30,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,30,"GtkBoxLayoutChild","position","3",None,None,None,None),
(11,26,33,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,33,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,33,"GtkBoxLayoutChild","position","4",None,None,None,None),
(11,26,34,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,34,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,26,34,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,26,34,"GtkBoxLayoutChild","position","5",None,None,None,None),
(11,26,35,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,26,35,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,26,35,"GtkBoxLayoutChild","position","6",None,None,None,None),
(11,30,31,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,30,31,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,30,31,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,30,32,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,30,32,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,30,32,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,30,32,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,35,36,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,35,36,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,35,36,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,35,37,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,35,37,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,35,37,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,35,37,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,39,40,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,39,40,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,39,40,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,39,41,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,39,41,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,39,41,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,39,42,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,39,42,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,39,42,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,39,42,"GtkBoxLayoutChild","position","2",None,None,None,None),
(11,44,45,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,44,45,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,44,45,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,44,45,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,44,46,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,44,46,"GtkBoxLayoutChild","fill","True",None,None,None,None),
(11,44,46,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,48,49,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,48,49,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,48,49,"GtkBoxLayoutChild","position","0",None,None,None,None),
(11,48,50,"GtkBoxLayoutChild","expand","True",None,None,None,None),
(11,48,50,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,48,50,"GtkBoxLayoutChild","position","1",None,None,None,None),
(11,48,51,"GtkBoxLayoutChild","expand","False",None,None,None,None),
(11,48,51,"GtkBoxLayoutChild","fill","False",None,None,None,None),
(11,48,51,"GtkBoxLayoutChild","pack-type","end",None,None,None,None),
(11,48,51,"GtkBoxLayoutChild","position","2",None,None,None,None)
</object_layout_property>
</cambalache-project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.38.2
The MIT License (MIT)
@ -27,25 +28,25 @@ Author: Rafał Mikrut
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<!-- interface-license-type mit -->
<!-- interface-name Czkawka -->
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
<!-- interface-authors Rafa\305\202 Mikrut -->
<!-- interface-license-id mit_x11 -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkPopover" id="popover_right_click">
<property name="can-focus">False</property>
<property name="position">left</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="buttons_popover_right_click_open_file">
<property name="label" translatable="yes">Open File</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Open File</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -55,10 +56,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_right_click_open_folder">
<property name="label" translatable="yes">Open Folder</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Open Folder</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.38.2
The MIT License (MIT)
@ -27,24 +28,24 @@ Author: Rafał Mikrut
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<!-- interface-license-type mit -->
<!-- interface-name Czkawka -->
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
<!-- interface-authors Rafa\305\202 Mikrut -->
<!-- interface-license-id mit_x11 -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkPopover" id="popover_select">
<property name="can-focus">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="buttons_popover_select_custom">
<property name="label" translatable="yes">Select custom</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select custom</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -54,10 +55,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_unselect_custom">
<property name="label" translatable="yes">Unselect custom</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Unselect custom</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -67,8 +68,8 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkSeparator" id="separator_select_custom">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -78,10 +79,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_images_except_biggest">
<property name="label" translatable="yes">Select all except biggest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select all except biggest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -91,10 +92,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_images_except_smallest">
<property name="label" translatable="yes">Select all except smallest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select all except smallest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -104,8 +105,8 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkSeparator" id="separator_select_image_size">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -115,10 +116,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_except_oldest">
<property name="label" translatable="yes">Select all except oldest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select all except oldest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -128,10 +129,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_except_newest">
<property name="label" translatable="yes">Select all except newest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select all except newest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -141,10 +142,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_one_oldest">
<property name="label" translatable="yes">Select one oldest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select one oldest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -154,10 +155,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_one_newest">
<property name="label" translatable="yes">Select one newest</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select one newest</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -167,8 +168,8 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkSeparator" id="separator_select_date">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -178,10 +179,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_reverse">
<property name="label" translatable="yes">Reverse Selection</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Reverse Selection</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -191,8 +192,8 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkSeparator" id="separator_select_reverse">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -202,10 +203,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all">
<property name="label" translatable="yes">Select All</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Select All</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -215,10 +216,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="buttons_popover_unselect_all">
<property name="label" translatable="yes">Unselect All</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Unselect All</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.39.0
The MIT License (MIT)
@ -27,15 +28,15 @@ Author: Rafał Mikrut
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<!-- interface-license-type mit -->
<!-- interface-name Czkawka -->
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
<!-- interface-authors Rafa\305\202 Mikrut -->
<!-- interface-license-id mit_x11 -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkDialog" id="window_progress">
<property name="can-focus">False</property>
<property name="type-hint">dialog</property>
<property name="gravity">center</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
@ -45,12 +46,6 @@ Author: Rafał Mikrut
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -60,29 +55,29 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="margin-top">10</property>
<property name="margin-bottom">10</property>
<property name="margin-end">10</property>
<property name="margin-start">10</property>
<property name="margin-top">10</property>
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<property name="visible">True</property>
<child>
<!-- n-columns=2 n-rows=2 -->
<object class="GtkGrid" id="grid_progress_stages">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="margin-start">2</property>
<property name="margin-end">2</property>
<property name="margin-start">2</property>
<property name="margin-top">2</property>
<property name="valign">center</property>
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="label_progress_all_stages">
<property name="name">label_progress_all_stages</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">All stages: </property>
<property name="name">label_progress_all_stages</property>
<property name="visible">True</property>
</object>
<packing>
<property name="left-attach">0</property>
@ -91,11 +86,11 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkProgressBar" id="progress_bar_all_stages">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<property name="pulse-step">0.099999999776482579</property>
<property name="show-text">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="left-attach">1</property>
@ -104,10 +99,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkLabel" id="label_progress_current_stage">
<property name="name">label_progress_current_stage</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Current stage: </property>
<property name="name">label_progress_current_stage</property>
<property name="visible">True</property>
</object>
<packing>
<property name="left-attach">0</property>
@ -116,9 +111,9 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkProgressBar" id="progress_bar_current_stage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="show-text">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="left-attach">1</property>
@ -134,9 +129,9 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkLabel" id="label_stage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Stage 1/2</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -146,20 +141,20 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_stop_in_dialog">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="halign">end</property>
<property name="margin-end">2</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">dialog-cancel</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -169,9 +164,9 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Stop</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.9.0 -->
<!-- Generated with glade 3.39.0
The MIT License (MIT)
@ -27,15 +28,15 @@ Author: Rafał Mikrut
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<!-- interface-license-type mit -->
<!-- interface-name Czkawka -->
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
<!-- interface-authors Rafa\305\202 Mikrut -->
<!-- interface-license-id mit_x11 -->
<requires lib="gtk+" version="3.24"/>
<object class="GtkDialog" id="window_settings">
<property name="can-focus">False</property>
<property name="title" translatable="yes">Czkawka Options</property>
<property name="modal">True</property>
<property name="title" translatable="yes">Czkawka Options</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox">
@ -46,12 +47,6 @@ Author: Rafał Mikrut
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -61,18 +56,18 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkComboBoxText">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -89,30 +84,30 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkNotebook" id="notebook_settings">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tab-pos">left</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="label_settings_general_language">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">5</property>
<property name="margin-end">10</property>
<property name="label" translatable="yes">Language</property>
<property name="margin-end">10</property>
<property name="margin-start">5</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -122,8 +117,8 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkComboBoxText" id="combo_box_settings_language">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -140,12 +135,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_load_at_start">
<property name="label" translatable="yes">Load configuration at start</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Load configuration at start</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -155,12 +150,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_save_at_exit">
<property name="label" translatable="yes">Save configuration at exit</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Save configuration at exit</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -170,12 +165,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_confirm_deletion">
<property name="label" translatable="yes">Show confirm dialog when deleting any files</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show confirm dialog when deleting any files</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -185,12 +180,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_confirm_link">
<property name="label" translatable="yes">Show confirm dialog when hard/symlinks any files</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show confirm dialog when hard/symlinks any files</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -200,12 +195,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_confirm_group_deletion">
<property name="label" translatable="yes">Show confirm dialog when deleting all files in group</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show confirm dialog when deleting all files in group</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -215,12 +210,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_show_text_view">
<property name="label" translatable="yes">Show bottom text panel</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show bottom text panel</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -230,12 +225,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_use_cache">
<property name="label" translatable="yes">Use cache</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Use cache</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -245,12 +240,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_save_also_json">
<property name="label" translatable="yes">Save cache also to JSON file</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Save cache also to JSON file</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -260,12 +255,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_use_trash">
<property name="label" translatable="yes">Move deleted files to trash</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Move deleted files to trash</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -282,14 +277,14 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="button_settings_open_cache_folder">
<property name="label" translatable="yes">Open cache folder</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Open cache folder</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -299,10 +294,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_settings_open_settings_folder">
<property name="label" translatable="yes">Open settings folder</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Open settings folder</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -323,9 +318,9 @@ Author: Rafał Mikrut
</child>
<child type="tab">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">General</property>
<property name="visible">True</property>
</object>
<packing>
<property name="tab-fill">False</property>
@ -333,17 +328,17 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="check_button_settings_hide_hard_links">
<property name="label" translatable="yes">Hide hard links(only Linux and MacOS)</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Hide hard links(only Linux and MacOS)</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -353,12 +348,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_show_preview_duplicates">
<property name="label" translatable="yes">Show image preview</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show image preview</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -368,12 +363,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_duplicates_delete_outdated_cache">
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -383,15 +378,15 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-start">4</property>
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="label_settings_duplicate_minimal_size_cache">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Minimal size of files in bytes saved to cache</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -401,12 +396,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkEntry" id="entry_settings_cache_file_minimal_size">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="max-length">15</property>
<property name="text" translatable="yes">257144</property>
<property name="caps-lock-warning">False</property>
<property name="input-purpose">number</property>
<property name="max-length">15</property>
<property name="text" translatable="yes">257144</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -424,11 +419,11 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_duplicates_use_prehash_cache">
<property name="label" translatable="yes">Use prehash cache</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Use prehash cache</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -438,10 +433,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_settings_duplicates_clear_cache">
<property name="label" translatable="yes">Remove outdated results from duplicates cache</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Remove outdated results from duplicates cache</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -452,15 +447,15 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-start">4</property>
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="label_settings_duplicate_minimal_size_cache_prehash">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Minimal size of files in bytes saved to prehash cache</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -470,12 +465,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkEntry" id="entry_settings_prehash_cache_file_minimal_size">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="max-length">15</property>
<property name="text" translatable="yes">1</property>
<property name="caps-lock-warning">False</property>
<property name="input-purpose">number</property>
<property name="max-length">15</property>
<property name="text" translatable="yes">1</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -498,9 +493,9 @@ Author: Rafał Mikrut
</child>
<child type="tab">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Duplicate Finder</property>
<property name="visible">True</property>
</object>
<packing>
<property name="position">1</property>
@ -509,17 +504,17 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="check_button_settings_show_preview_similar_images">
<property name="label" translatable="yes">Show image preview</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Show image preview</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -529,12 +524,12 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_similar_images_delete_outdated_cache">
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="can-focus">True</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -544,10 +539,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_settings_similar_images_clear_cache">
<property name="label" translatable="yes">Remove outdated results from images cache</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Remove outdated results from images cache</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -563,9 +558,9 @@ Author: Rafał Mikrut
</child>
<child type="tab">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Similar Images</property>
<property name="visible">True</property>
</object>
<packing>
<property name="position">2</property>
@ -574,15 +569,15 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="button_settings_similar_videos_clear_cache">
<property name="label" translatable="yes">Remove outdated results from videos cache</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Remove outdated results from videos cache</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -593,11 +588,11 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_similar_videos_delete_outdated_cache">
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<property name="label" translatable="yes">Delete outdated cache entries automatically</property>
<property name="receives-default">False</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -612,9 +607,9 @@ Author: Rafał Mikrut
</child>
<child type="tab">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Similar Videos</property>
<property name="visible">True</property>
</object>
<packing>
<property name="position">3</property>
@ -630,17 +625,17 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">3</property>
<property name="margin-end">3</property>
<property name="margin-start">3</property>
<property name="spacing">3</property>
<property name="visible">True</property>
<child>
<object class="GtkButton" id="button_settings_load_configuration">
<property name="label" translatable="yes">Load configuration</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Load configuration</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
@ -650,10 +645,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_settings_reset_configuration">
<property name="label" translatable="yes">Reset configuration</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Reset configuration</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">True</property>
@ -663,10 +658,10 @@ Author: Rafał Mikrut
</child>
<child>
<object class="GtkButton" id="button_settings_save_configuration">
<property name="label" translatable="yes">Save configuration</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Save configuration</property>
<property name="receives-default">True</property>
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>