Rafał Mikrut
|
7112ff6b92
|
Add support for checking same file names (#84)
|
2020-10-24 20:44:21 +02:00 |
|
Rafał Mikrut
|
d996c3c46b
|
Add pre hash check (#83)
|
2020-10-24 06:56:39 +02:00 |
|
Rafał Mikrut
|
4d90e3170e
|
Remove warnings about non existent directories in Windows (#79)
|
2020-10-21 22:44:09 +02:00 |
|
Rafał Mikrut
|
2326072222
|
Release version 1.2.1
|
2020-10-17 12:56:05 +02:00 |
|
Rafał Mikrut
|
aa63a14f68
|
Improve deleting files in Similar files in GUI (#75)
|
2020-10-17 12:14:25 +02:00 |
|
Rafał Mikrut
|
beb14f9f1d
|
Improve similar images GUI a little and add sorting to Similarity Enum (#73)
|
2020-10-15 17:51:47 +02:00 |
|
Rafał Mikrut
|
d2c7398bdd
|
Release version 1.2.0
|
2020-10-15 10:50:42 +02:00 |
|
Rafał Mikrut
|
4fed419856
|
Added support for opening files by double clicks (#70)
|
2020-10-15 10:42:27 +02:00 |
|
Rafał Mikrut
|
1178e145ae
|
Add similar images support for GUI (#69)
|
2020-10-15 09:04:02 +02:00 |
|
Rafał Mikrut
|
3dd203f246
|
Add support for finding similar images to CLI (#66)
|
2020-10-14 21:10:27 +02:00 |
|
Dariusz Niedoba
|
acfecd7ca3
|
Replace String with PathBuf for paths (#59)
|
2020-10-14 18:41:37 +02:00 |
|
Rafał Mikrut
|
67a775beff
|
Release version 1.1
|
2020-10-10 21:36:25 +02:00 |
|
Rafał Mikrut
|
d001592c3f
|
Fix not removing from GUI empty folders which contains another empty folder (#57)
|
2020-10-10 12:56:07 +02:00 |
|
Rafał Mikrut
|
8bbb12c7d4
|
Add ability to stop task from GUI (#55)
|
2020-10-10 11:15:20 +02:00 |
|
Caduser2020
|
085da0369e
|
Improve code quality. (#52)
* Remove verbose constructs in core.
* Use self and const fn where appropriate.
* Remove needless borrows.
* Fix name in function arguments.
* Merge 'master' into quality
* Decrease function complexity.
* Run fmt.
* Fix clippy.
* Fix duplicate extension files.
* Fix excluded items.
* Fix allowed extensions (Part 2).
* Fix temporary files.
|
2020-10-09 22:32:08 +02:00 |
|
Rafał Mikrut
|
be30afdac6
|
Add support for searching in other thread (#51)
|
2020-10-07 22:22:39 +02:00 |
|
Rafał Mikrut
|
71353823e7
|
Update version to 1.0.1
|
2020-10-06 21:28:04 +02:00 |
|
Rafał Mikrut
|
c725d1b850
|
Add /snap and /run to excluded directories by default
|
2020-10-06 21:12:14 +02:00 |
|
Rafał Mikrut
|
3065e0e2dd
|
Added flexible notebook tabs at the top
|
2020-10-04 11:47:10 +02:00 |
|
Rafał Mikrut
|
8d263fdff2
|
Minimal file size in duplicate finder should be always greater than 0
|
2020-10-03 09:51:02 +02:00 |
|
Rafał Mikrut
|
8d824036b2
|
Release 1.0.0 version
|
2020-10-02 08:58:02 +02:00 |
|
Rafał Mikrut
|
df065115f6
|
Add confirmation dialog when deleting files
|
2020-10-02 08:57:40 +02:00 |
|
Rafał Mikrut
|
d7529cb64b
|
Added support for Big, Temporary and empty file finder in GUI
|
2020-10-01 19:26:25 +02:00 |
|
Rafał Mikrut
|
d3bea0db85
|
Small general changes
|
2020-10-01 16:54:26 +02:00 |
|
Rafał Mikrut
|
ecc93484cf
|
Fixed text,
Don't delete entry if folder/file wasn't deleted
|
2020-10-01 15:55:45 +02:00 |
|
Rafał Mikrut
|
f05bce615a
|
Fixes not visible colors in light theme
|
2020-10-01 15:25:58 +02:00 |
|
Rafał Mikrut
|
000e4ad46b
|
Added support for selective selecting of rows
|
2020-10-01 08:53:17 +02:00 |
|
Rafał Mikrut
|
7a1a9ea9f6
|
Change SystemTime to u64
|
2020-10-01 06:53:10 +02:00 |
|
Rafał Mikrut
|
679bbafbd6
|
Added ability to reverse selection
|
2020-09-30 18:22:50 +02:00 |
|
Rafał Mikrut
|
90baebea05
|
Use for now GTK 3.22 because is available in CI
|
2020-09-30 16:50:58 +02:00 |
|
Rafał Mikrut
|
f550b42fc2
|
Add support for selecting and unselecting all records in duplicate finder
|
2020-09-30 16:38:45 +02:00 |
|
Rafał Mikrut
|
4bca6a133d
|
Add Save system
|
2020-09-30 14:47:39 +02:00 |
|
Rafał Mikrut
|
326ad5d746
|
Added probably all functionality to upper notebook(connection of buttons)
|
2020-09-29 23:00:15 +02:00 |
|
Rafał Mikrut
|
3c588c6316
|
Remove unused GtkFileChooserDialog from Glade File
|
2020-09-29 22:56:52 +02:00 |
|
Rafał Mikrut
|
6f516223a5
|
Added logic to radio buttons to select method of duplicate finder
|
2020-09-29 21:17:58 +02:00 |
|
Rafał Mikrut
|
26084a695a
|
Added Radio buttons to Glade
|
2020-09-29 20:44:34 +02:00 |
|
Rafał Mikrut
|
b91a115eac
|
Fixes missing multiple values in excluded and included directories
Added support for recursive button
|
2020-09-29 20:19:36 +02:00 |
|
Rafał Mikrut
|
4a27b2b3d9
|
Added support for deleting selected files and folders
|
2020-09-29 18:44:20 +02:00 |
|
Rafał Mikrut
|
801b9083da
|
Disable selection of header
|
2020-09-29 13:50:31 +02:00 |
|
Rafał Mikrut
|
fe78ca4428
|
Add more info about packages
|
2020-09-29 09:27:45 +02:00 |
|
Rafał Mikrut
|
d34100461e
|
Bump version to 0.1.4 dev
|
2020-09-27 11:17:14 +02:00 |
|
Rafał Mikrut
|
338352f384
|
Added checking for duplicates by checking hash of first 1MB of file
|
2020-09-26 20:46:35 +02:00 |
|
Rafał Mikrut
|
85432f1c18
|
Fix some typos in words and remove empty space
|
2020-09-26 17:16:12 +02:00 |
|
Rafał Mikrut
|
8161a1c59b
|
Big code refactoring
|
2020-09-26 16:52:13 +02:00 |
|
Rafał Mikrut
|
3cff32c031
|
Bump to 0.1.3 dev version
|
2020-09-26 14:13:06 +02:00 |
|
Rafał Mikrut
|
45e0bde981
|
Create basic function to disable selecting object
|
2020-09-25 20:29:09 +02:00 |
|
Rafał Mikrut
|
4b96634305
|
Added support for different background colors in tree rows
|
2020-09-25 17:47:40 +02:00 |
|
Rafał Mikrut
|
468c2d7a67
|
Unified look of enum elements
|
2020-09-24 22:25:24 +02:00 |
|
Rafał Mikrut
|
05684a9051
|
Read more info from GUI fields
|
2020-09-24 16:11:59 +02:00 |
|
Rafał Mikrut
|
c7b9daaff2
|
Add basic scroll window to include and exclude directory folders
|
2020-09-24 11:58:59 +02:00 |
|