1
0
Fork 0
mirror of synced 2024-05-12 08:23:57 +12:00
czkawka/czkawka_gui/src/connect_things/mod.rs
Rafał Mikrut 78d00eeb99
Add finding similar audio by content (#970)
* In prehashing check for user clicks, less often

* Similar audio

* Remove ugly time checking

* Fix using cache

* Fix cache and improve performance of validating items

* Remove cache type - cache should be saved to two different cache files(because )

* Working

* Simple multithreading

* Basic Generalization

* Reference folder and swap cleaning

* Split into multiple files

* Commons, improved GUI message

* Simplifying thread run

* Check was stopped

* Fix checking same files

* Make read single file tag more general

* Remove unnnecessary clone

* Reading tags

* Base

* Search

* Gui Fix

* Gui Fix

* Tooltip
2023-05-07 20:54:05 +02:00

23 lines
715 B
Rust

pub mod connect_about_buttons;
pub mod connect_button_compare;
pub mod connect_button_delete;
pub mod connect_button_hardlink;
pub mod connect_button_move;
pub mod connect_button_save;
pub mod connect_button_search;
pub mod connect_button_select;
pub mod connect_button_sort;
pub mod connect_button_stop;
pub mod connect_change_language;
pub mod connect_duplicate_buttons;
pub mod connect_header_buttons;
pub mod connect_notebook_tabs;
pub mod connect_popovers_select;
pub mod connect_popovers_sort;
pub mod connect_progress_window;
pub mod connect_same_music_mode_changed;
pub mod connect_selection_of_directories;
pub mod connect_settings;
pub mod connect_show_hide_ui;
pub mod connect_similar_image_size_change;