Commit Graph

617 Commits (master)
 

Author SHA1 Message Date
Tom Paine 0d4ae0a31b
Update Installation.md for Mac M1/M2 (#945)
* Update Installation.md

* Update Installation.md
1 year ago
Rafał Mikrut 5272309341
Implement finding duplicates by size/name (#956)
* Implementing Size+Name method

* Partial hashing

* Move hashing into different functions

* Update

* Add some code

* Split code into parts

* Entry size

* Simplify code

* Bottom Buttons

* Bottom Buttons

* Confusion

* Libheif

* Simplified sorting

* Revert libheif change
1 year ago
Alexis Lefebvre de4edba380
fix typo in linux_gui.yml (#946) 1 year ago
Alexis Lefebvre e524f23e8c
Installation.md: explain how to install on Linux (#949) 1 year ago
Alexis Lefebvre 336bbd3057
fix image for docker (#947) 1 year ago
Rafał Mikrut 329fc8f93d
Let some else (#936) 1 year ago
Rafał Mikrut de9f70310a
Webp preview workaround remove (#923) 1 year ago
Rafał Mikrut 1c76d3426c
Gtk 4.8 on Windows and console build (#920)
* Gtk 4.8 on Windows and console build

* Update windows.yml

Ci new

* 4.8
1 year ago
Fr_Dae 699da09a54
Add ✔ to readme (#906)
* ✔✓☑🗹🗸✔✓

🗷✘✗✖✕

✔✓☑🗹🗸✔✓

* Update README.md
1 year ago
Rafał Mikrut c6c4230699 Fixes problem with new file dialog 1 year ago
Rafał Mikrut 27410bcd45 Release version 5.1.0 1 year ago
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
1 year ago
Rafał Mikrut 8ea9b4b800
Run pydantic clippy lints on project (#901)
* Update dependencies

* Pydantic part 1

* Some renames, basic Cambalache view

* 2

* 3

* Unwrap

* Tests

* Update CLI to Ubuntu 20.04
1 year ago
Rodrigo Torres d39354a51f
Change interpolation to bilinear (#895) 1 year ago
Rafał Mikrut 8ab4c19eea
Mac CI fix (#888)
* Mac CI fix

* Maybe now

* Maybe

* FAF

* Hmm

* AFSf
1 year ago
Rafał Mikrut 8e24492416
Always remove files created to check if hardlinking works (#883) 1 year ago
Rafał Mikrut c9e9a65cc9
Windows hardlinking problem (#881)
* Clippy 1

* Nightly Clippy

* Disable hardlink button when on windows test of hardlinking failed

* Import things for new function
1 year ago
Alex e6b19270a6
Update to clap 4 (#878) 1 year ago
Rafał Mikrut b27a95e547
Split Mac CI with and without heif (#875) 1 year ago
Rafał Mikrut a66a2849d1
Allow to set number of used threads in scan (#839) 1 year ago
Rafał Mikrut b1fde3becc
Update dependencies (#870)
* Basic update

* From timestamp

* Clipppy nightly
1 year ago
Rafał Mikrut 53492395c5
Update GTK dependency (#857)
* Update GTK dependency

* 1.63 is minimal now
2 years ago
Kian-Meng Ang ddc4def99e
Fix typos (#840)
Found via `codespell -S i18n -L crate,nd,gir,noo`
2 years ago
OMEGA_RAZER 42ecc94deb
Update bad_extensions.rs (#834)
* Update bad_extensions.rs

Extensions are interchangeable. mp4 files being flagged as bad extensions of m4v. Apologies if they are in the wrong order.

* Update bad_extensions.rs
2 years ago
Dominik Piątkowski c549057cc8
Added missing spaces in translation files (#830) 2 years ago
Rafał Mikrut e731f5ed75
Faster similar images with reference folders (#826)
* Faster similar images with reference folders

* Still not works

* Probably works now

* Unnecessary assert when using reference folders

* HumanSize 2.0.0

* 1.62
2 years ago
Rafał Mikrut f16818dc8e Release 5.0.2 version 2 years ago
Rafał Mikrut d29935d208
Fix similar images algorithm (#799)
* Fixed missing images with similarity equal to 0

* Checking

* Unify algorithm between two functions

* Finally fix problem with missing images

* Lock and debug

* No comment
2 years ago
Rafał Mikrut 24b64a32c6 Compile heif image support only with Rust 1.60.0 which is not used to create official binaries 2 years ago
Rafał Mikrut d3e7c2d777
Update dependencies and fix clippy warnings (#815) 2 years ago
0x4A6F e20f30c66f
Reintroduce support for version argument e.g. (#806)
`czkawka_cli --version`
2 years ago
Alexis Lefebvre 95d1d73a29
CLI: rewrite the message for minimal file size (#807) 2 years ago
Rafał Mikrut ae87489f3b Release hotfix 5.0.1 version 2 years ago
Rafał Mikrut 7d654a7899
Added korean language to GUI (#797) 2 years ago
alexdraconian 624be66b4d
Added Korean localization to GUI (#796) 2 years ago
Rafał Mikrut 44fb75ada5
Smaller fixes (#795)
* Improve a little documentation, add missing bad extension

* Allow to find the smallest files from CLo

* Show error when all directories are reference folders

* 2 more testing objects

* Add missing original preset
2 years ago
Rafał Mikrut 67db713a05
Add tests to CI (#791)
* Add tests to CI

* Xvfb

* Smaller amount of workflows

* ABCD
2 years ago
Rafał Mikrut 97563a7b2a Fix problem with manual adding of windows disks like C:/ 2 years ago
Rafał Mikrut 5d79dc7ccf Sort big files by default descending 2 years ago
Rafał Mikrut 390f4751e8 Release 5.0.0 version 2 years ago
Rafał Mikrut bf9dd352dd
Small fixes (#786) 2 years ago
Rafał Mikrut d5b08787a0 Update translates 2 years ago
Rafał Mikrut 2f932e20ff
Sort speedup and manual add window improvements (#782)
* Sort unstable

* Multiple entries when using manual add

* Do not allow to add multiple same directories to check

* Assert
2 years ago
Rafał Mikrut 8f0527cd33
Add option to exclude files from other filesystems in GUI(Linux) (#776)
* Add exclude other fs to GUI

* Exclude in FS

* Fix crashes in gui and core

* More tests
2 years ago
Rafał Mikrut 07cfc7884f Fix crash with 0 checked images 2 years ago
Rafał Mikrut e3cea67634
Default to 16 hash size and add "Original" similarity (#768) 2 years ago
Rafał Mikrut d1c66fda1b
Change image hash compare algorithm and add multithreading (#762)
* New image compare algorithm

* Par iter

* Ending words
2 years ago
Rafał Mikrut 4765bee87f
Add info about column type to global variable (#760) 2 years ago
Rafał Mikrut d42e17c15f
Update to clap from structopt (#759) 2 years ago
Rafał Mikrut 486bec15ad
Add more windows extension and add selection of type of broken files (#749)
* Add more windows extension

* ABCD

* Windows CI and basic choosing broken files

* Core and GUI support for few
2 years ago