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 f1c6e6da17
Add sort button (#894)
* Add sort button

* Update lofty and gtk-rs

* Fix bug with invalid music tags with reference folders

* Remove try at

* Fix loading of certain directories with disabled loading settings at start

* Change FileChooserDialog to FileChooserNative

* Any

* Copy Clone

* Popover sort basic

* Builder using

* Basic sorting

* Fix not working sorting by size

* Changelog
2023-02-19 10:21:14 +01:00

22 lines
674 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_selection_of_directories;
pub mod connect_settings;
pub mod connect_show_hide_ui;
pub mod connect_similar_image_size_change;