1
0
Fork 0
mirror of synced 2024-06-02 10:35:02 +12:00

Add exclude other fs to GUI

This commit is contained in:
Rafał Mikrut 2022-07-13 18:48:41 +02:00
parent 07cfc7884f
commit 630402482d
12 changed files with 28 additions and 12 deletions

View file

@ -1,9 +1,10 @@
## Version 5.0.0 - ?.?.2022r
- GTK 4 port - [#466](https://github.com/qarmin/czkawka/pull/466)
- GUI ported to use GTK 4 - [#466](https://github.com/qarmin/czkawka/pull/466)
- Use multithreading and improved algorithm to compare image hashes - [#762](https://github.com/qarmin/czkawka/pull/762)
- Resize preview with window - [#466](https://github.com/qarmin/czkawka/pull/466)
- Fix removing only one item from list view - [#466](https://github.com/qarmin/czkawka/pull/466)
- Fix showing help command in duplicate CLI mode - [#720](https://github.com/qarmin/czkawka/pull/720)
- Fix freeze when not choosing any tag in similar music mode - [TODO]()
- Fix freeze when not choosing any tag in similar music mode - [#732](https://github.com/qarmin/czkawka/pull/732)
- Fix preview of files with non-lowercase extensions - [#694](https://github.com/qarmin/czkawka/pull/694)
- Read more tags from music files - [#705](https://github.com/qarmin/czkawka/pull/705)
- Improve checking for invalid extensions - [#705](https://github.com/qarmin/czkawka/pull/705), [#747](https://github.com/qarmin/czkawka/pull/747), [#749](https://github.com/qarmin/czkawka/pull/749)
@ -15,6 +16,7 @@
- Improve Windows CI - [#749](https://github.com/qarmin/czkawka/pull/749)
- Ability to check for broken files by types - [#749](https://github.com/qarmin/czkawka/pull/749)
- Add heif and Webp files support - [#750](https://github.com/qarmin/czkawka/pull/750)
- Use in CLI Clap library instead StructOpt - [#759](https://github.com/qarmin/czkawka/pull/759)
## Version 4.1.0 - 24.04.2022r
- New mode - finding files whose content not match with their extension - [#678](https://github.com/qarmin/czkawka/pull/678)

View file

@ -3,6 +3,7 @@ name = "czkawka_cli"
version = "4.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.60"
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"

View file

@ -3,6 +3,7 @@ name = "czkawka_core"
version = "4.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.60"
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"

View file

@ -3,6 +3,7 @@ name = "czkawka_gui"
version = "4.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.60"
description = "GTK frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name about_dialog.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name compare_images.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
<cambalache-project version="0.10.2" target_tk="gtk-4.0">
<cambalache-project version="0.11.0" target_tk="gtk-4.0">
<ui>
(3,None,"about_dialog.ui","about_dialog.ui",None,None,None,None,None,None),
(4,None,"compare_images.ui","compare_images.ui",None,None,None,None,None,None),
@ -313,7 +313,8 @@
(9,51,"GtkBox",None,3,None,None,None,2),
(9,52,"GtkButton","button_settings_load_configuration",51,None,None,None,None),
(9,53,"GtkButton","button_settings_reset_configuration",51,None,None,None,1),
(9,54,"GtkButton","button_settings_save_configuration",51,None,None,None,2)
(9,54,"GtkButton","button_settings_save_configuration",51,None,None,None,2),
(9,55,"GtkCheckButton","check_button_settings_one_filesystem",9,None,None,None,10)
</object>
<object_property>
(3,1,"GtkAboutDialog","comments","2020 - 2022 Rafał Mikrut(qarmin)\n\nThis program is free to use and will always be.\n",1,None,None,None,None),
@ -947,7 +948,10 @@
(9,54,"GtkButton","label","Save configuration",1,None,None,None,None),
(9,54,"GtkWidget","focusable","1",None,None,None,None,None),
(9,54,"GtkWidget","halign","center",None,None,None,None,None),
(9,54,"GtkWidget","receives-default","1",None,None,None,None,None)
(9,54,"GtkWidget","receives-default","1",None,None,None,None,None),
(9,55,"GtkCheckButton","active","1",None,None,None,None,None),
(9,55,"GtkCheckButton","label","Exclude other filesystems(Linux)",None,None,None,None,None),
(9,55,"GtkWidget","focusable","1",None,None,None,None,None)
</object_property>
<object_layout_property>
(8,17,18,"GtkGridLayoutChild","column","0",None,None,None,None),

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name main_window.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name popover_right_click.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name popover_select.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name progress.ui -->
<requires lib="gtk" version="4.0"/>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.2 -->
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name settings.ui -->
<requires lib="gtk" version="4.0"/>
@ -107,6 +107,13 @@
<property name="label" translatable="yes">Move deleted files to trash</property>
</object>
</child>
<child>
<object class="GtkCheckButton" id="check_button_settings_one_filesystem">
<property name="active">1</property>
<property name="focusable">1</property>
<property name="label">Exclude other filesystems(Linux)</property>
</object>
</child>
</object>
</child>
<child>