1
0
Fork 0
mirror of synced 2024-05-13 17:02:31 +12:00
Commit graph

154 commits

Author SHA1 Message Date
Rafał Mikrut 46af0c0ea2
Add test project to automatically find regressions (#65) 2020-10-13 15:56:04 +02:00
kamilek96 a4b0b12c30
Fix grammar-related errors and Ponglish expressions. (#62)
* Fix grammar-related errors and Ponglish expressions.

* Integrate certain README.md fixes from VeryLongNicknameSuchWow's PR by request.
2020-10-12 16:21:19 +02:00
Rafał Mikrut 23f203a061 Duplicates files in CLI shouldn't delete files by default 2020-10-12 15:25:32 +02:00
Rafał Mikrut 67a775beff Release version 1.1 2020-10-10 21:36:25 +02:00
Rafał Mikrut d015b305f2
Add Windows support (#58) 2020-10-10 15:18:04 +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 196411c101 Add CI check for every PR 2020-10-08 22:16:01 +02:00
Rafał Mikrut be30afdac6
Add support for searching in other thread (#51) 2020-10-07 22:22:39 +02:00
Rafał Mikrut 22cc0ed592
Divide CI across multiple files (#48) 2020-10-07 13:17:30 +02:00
Rafał Mikrut 1a87a69116 Fixes some typos 2020-10-07 10:34:15 +02:00
Rafał Mikrut f00219d6d0 Added scripts to automatically upgrade cargo packages 2020-10-07 09:00:53 +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 3b63798751 Don't crash when found file name which is not valid Unicode 2020-10-06 17:10:34 +02:00
Rafał Mikrut 78aa7d531a Updated README and changelog 2020-10-05 22:30:59 +02:00
Rafał Mikrut 1defc06c75
Test Windows CI (#41) 2020-10-05 22:07:21 +02:00
Meir Klemfner e4af905078
Changed to StructOpt for CLI argument parser. (#37)
Changed to StructOpt for CLI argument parser.
2020-10-04 23:36:49 +02:00
Spirit e60c042bb9
Arch PKGBUILD (#36)
Added freedesktop & arch PKGBUILD
2020-10-04 23:24:10 +02:00
Rafał Mikrut 3f0eb410e7 Add storing artifacts in CI and Windows and MacOS build 2020-10-04 16:58:45 +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 a0c99ab14b Don't crash when modified time of file is before unix epoch 2020-10-02 17:59:46 +02:00
Stefan Seering 1829d19b28 Switch to automatic updates for the program version. 2020-10-02 15:33:51 +02:00
Rafał Mikrut d9bfb412b9 Improved README 2020-10-02 09:21:27 +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 d3652c1e86 Updated README.md 2020-10-01 21:29:40 +02:00
Rafał Mikrut 4e4ce0c752 Bump version to 0.14 2020-10-01 19:28:59 +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 86c49949e6 README improvements 2020-09-30 10:06:40 +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 889eeaa909 Updated help in CLI 2020-09-29 16:09:42 +02:00
Rafał Mikrut bf05cd5372 Move arguments pair to different file 2020-09-29 14:37:50 +02:00
Rafał Mikrut 735ac49919 Change a little CLI 2020-09-29 13:59:23 +02:00