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

41 commits

Author SHA1 Message Date
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 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 6f516223a5 Added logic to radio buttons to select method of duplicate finder 2020-09-29 21:17:58 +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 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 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
Rafał Mikrut be2d4ed77c Added simple selecting multiple entries 2020-09-23 22:05:44 +02:00
Rafał Mikrut 5cb3a264ac Basic included folder in Glade 2020-09-23 14:55:11 +02:00
Rafał Mikrut 85b4190e8f Add support for version argument e.g.
`czkawka_cli --version`
2020-09-23 12:17:19 +02:00
Rafał Mikrut ab71ee55ed Respect Clippy and minimal size value 2020-09-22 20:35:37 +02:00
Rafał Mikrut aba4e65fb8 Add empty folder support for GUI 2020-09-22 11:24:55 +02:00
Rafał Mikrut b1426d7f95 Added basic printing results in tree_view 2020-09-20 11:32:55 +02:00
Rafał Mikrut 481b899b21 Add support for checking how much data was read by tool 2020-09-19 08:20:49 +02:00
Rafał Mikrut cf127d5c36 Add errors and warnings class 2020-09-18 07:32:37 +02:00
Rafał Mikrut 4757b28486 Simplify code with duplication and checking 2020-09-17 12:07:58 +02:00
Rafał Mikrut 0f06ed636a Improved searching and printing duplicated entries,
Saving to file
2020-09-15 19:17:13 +02:00
Rafał Mikrut c28b5a8a2f Trying to add button state to GTK 2020-09-14 20:44:59 +02:00
Rafał Mikrut cff5ac93c4 Added support for non recursive search 2020-09-12 13:25:23 +02:00
Rafał Mikrut b1ddfad0d1 Remove printing 2020-09-09 21:41:44 +02:00
Rafał Mikrut ba6c0281a7 Remove unused functions 2020-09-09 21:38:48 +02:00
Rafał Mikrut b19612cfdf Added support for different buttons events for different notebook tabs 2020-09-09 21:32:23 +02:00
Rafał Mikrut feee8c6a83 Add basic search 2020-09-08 09:41:22 +02:00
Rafał Mikrut b2d1b7b779 Add basic TreeView 2020-09-07 21:37:18 +02:00
Rafał Mikrut 49403751e5 Started thinking about GTK rs functions 2020-09-07 19:16:09 +02:00
Rafał Mikrut 29ca30aea0 Small glade changes 2020-09-07 16:07:29 +02:00
Rafał Mikrut a47ce77bc6 Fixed crash with invalid glade file 2020-09-06 14:27:29 +02:00
Rafał Mikrut 9013f447f0 Start creating basic Orbtk GUI 2020-09-05 16:25:19 +02:00
Rafał Mikrut 22e7031d3c Fix window GTK name 2020-09-05 09:05:45 +02:00
Rafał Mikrut e22ff1b362 Add basic glade file 2020-09-04 21:12:18 +02:00
Rafał Mikrut 9d4de08ece Use different modules for library and GUI and CLI apps 2020-09-01 19:34:39 +02:00