1
0
Fork 0
mirror of synced 2024-05-16 10:24:05 +12:00
Commit graph

541 commits

Author SHA1 Message Date
Rafał Mikrut 574cc78b12
Zip update (#667) 2022-04-06 12:19:31 +02:00
Rafał Mikrut 39b2f4bc36
Simplify and speedup preview creating (#660)
* Simplify and speedup preview creating

* Speedup also comparing images
2022-04-05 16:40:41 +02:00
Rafał Mikrut f843673c7e
Icons (#659) 2022-04-03 16:03:01 +02:00
Rafał Mikrut c13f9255e2
Add button to disable by default size of letters when selecting things (#657)
* Add button to disable by default size of letters when selecting things

* Change wording
2022-04-03 12:57:47 +02:00
Rafał Mikrut 2d8a930ae5
Update image-rs and fix selecting windows path (#656) 2022-04-02 16:11:28 +02:00
bakeromso ebbbec414c
Update Compilation.md (#643) 2022-03-11 05:43:54 +01:00
Rafał Mikrut 6ed2e92702
Use Cambalache instead Glade (#648) 2022-03-11 05:43:30 +01:00
Rafał Mikrut 91a9e56114
Catch also square brackets in approximate comparsion (#641) 2022-02-27 14:35:44 +01:00
Rafał Mikrut 3ce5d4a967
Change AudioTags to lofty and support moree audio things (#590) 2022-02-25 18:47:25 +01:00
Rafał Mikrut ff71e2b57a
Fix not proper custom selecting with "not select all" option (#632) 2022-02-18 20:15:43 +01:00
Kerfuffle 2b86e9079e
Fix accumulated stop events (#623)
* Change stop message channel from unbounded to bounded with size 1.

* Clear out any stale stop messages before beginning a search operation.
2022-02-15 19:00:52 +01:00
TheEvilSkeleton 7d32f1c778
Use proper username (#619)
* Use proper username

* Add comment

* Remap name
2022-02-02 19:54:12 +01:00
Rafał Mikrut 4427ec06c0
Update GTK (#583) 2022-02-01 17:08:41 +01:00
Alexis Lefebvre c7ff65c11a
Fix typo on ffmpeg (#601) 2022-01-24 09:28:11 +01:00
Ivan Habernal 37b61b0c4c
Fixing czech translation (#603) 2022-01-24 08:54:20 +01:00
cyqsimon 8fe7a10f74
Improve desktop entry (#604)
* Added category `FileTools`
See https://specifications.freedesktop.org/menu-spec/latest/apas02.html

* Added `Keywords`
See https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

* Added `zh_CN` & `zh_TW` comments
2022-01-24 08:32:34 +01:00
TheEvilSkeleton 01101123e6
Fix appstream file (#607)
This MR fixes the appstream file to fix the error produced in https://github.com/flathub/com.github.qarmin.czkawka/pull/11.
2022-01-24 08:14:10 +01:00
Rafał Mikrut a0d17fccea
Release 4.0 and do "small" refactoring to fix problems with packing (#593) 2022-01-19 22:35:07 +01:00
Rafał Mikrut 17e45b959f
Latest fixes (#592) 2022-01-19 19:30:16 +01:00
Jonathan Hult 9fd3fb376e
Update English UI translation (#585)
Grammar, phrasing, formatting
2022-01-17 21:21:54 +01:00
Rafał Mikrut 9197edcf16
Remove GTK warning (#587) 2022-01-16 17:54:44 +01:00
Rafał Mikrut d310fe4059
Save more things to config file (#581) 2022-01-15 19:02:27 +01:00
Rafał Mikrut f54934df49
Changes part 2 (#578) 2022-01-14 21:14:13 +01:00
Rafał Mikrut ed4b721665
Random Changes (#576)
* Random Changes

* Urra

* ABC
2022-01-14 06:34:43 +01:00
Rafał Mikrut 489ec3cfda
Split files to different folders (#575) 2022-01-13 15:58:33 +01:00
Alexis Lefebvre 53c4bd4f20
Document middle click (#573) 2022-01-13 15:30:02 +01:00
Rafał Mikrut d57b621594
Reverse selection when clicking at middle mouse button (#572) 2022-01-10 19:30:35 +01:00
Rafał Mikrut fc5f8af857
Fix crashes when comparing images (#571) 2022-01-10 18:52:02 +01:00
Rafał Mikrut 6171eba0f7
Don't include all possible icons in Windows builds (#540)
* Don't include all possible icons in Windows builds

* ABba

* B

* Stonker

* ABEC

* Update to latest
2022-01-10 17:58:18 +01:00
Rafał Mikrut 5dab9286cb
Add compare images tool (#568)
* Add compare images tool

* Crash lord, crashes more than needed

* Kluchy piertuchy

* Głowa mała

* Troszkę

* Czokoszoki

* Ajzenbiśla

* Środa

* Piątek

* Stonk

* TreePath

* Czego, śpiem przecież

* Mój tród skończon

* Aktualizacja nazw
2022-01-10 12:19:28 +01:00
qarmin f6599f51ae Remove duplicated info about Rust installation on Mac 2022-01-07 16:53:03 +01:00
Alexis Lefebvre eff5183b58
Compilation.md: Try to fix the table (#566) 2022-01-07 16:46:07 +01:00
Rafał Mikrut e7e98d5dd1
Save to cache more informations about items (#567) 2022-01-07 16:45:08 +01:00
Alexis Lefebvre 277bb8b39a
Build with Docker (#562) 2022-01-06 21:31:44 +01:00
Rafał Mikrut 74e4ab5263
Decrease used memory to prevent stack overflow (#563) 2022-01-06 20:28:22 +01:00
Rafał Mikrut aaa5885326
Add cache support to similar music files (#558)
* Simplify cache code

* Better saving/loading.
Add support for loading/saving json files in release mode

* Broken files cache

* Finally same music cache
2022-01-05 22:47:27 +01:00
Peter Blackson db3b1f5304
Use DirTraversal for similar music (#559)
* Use DirTraversal for similar music

* Simplify file type checking

* Fix for clippy
2022-01-05 16:43:26 +01:00
Rafał Mikrut 24ad6b3857
Do not allow showing one result in 2 different groups (#560) 2022-01-05 15:20:21 +01:00
Rafał Mikrut 2c725e8e68
Fix duplicated entries when using fast compare option (#557) 2022-01-04 10:46:23 +01:00
Rafał Mikrut 0e00544af4
Fix for fix about icon (#555) 2022-01-04 07:27:28 +01:00
Rafał Mikrut cbf3121a7a
Fix crash with missing icon (#550)
* Fix crash with missing icon

* ABC
2022-01-03 22:31:11 +01:00
Alexis Lefebvre d0050e6192
Update french translations (#545) 2022-01-03 22:24:48 +01:00
Rafał Mikrut c6d246c02e
Add proper logo to about dialog (#547) 2022-01-03 21:02:56 +01:00
Rafał Mikrut 32d9df73e1 Add authors from GIT 2022-01-03 19:14:44 +01:00
Alexis Lefebvre f893976b30
update english translation (#546) 2022-01-03 18:13:20 +01:00
Peter Blackson db47e8b711
Use DirTraversal for empty folders (#544) 2022-01-03 18:13:07 +01:00
Rafał Mikrut da8df0e220 Update translations 2022-01-03 18:12:30 +01:00
Peter Blackson 51df63b8ea
Implement DirTraversal (#531)
* Implement DirTraversal

* rustfmt

* Fix for options

* Fix entries

* Fix symlinks

* Fix other entry type
2022-01-01 21:07:20 +01:00
Rafał Mikrut 58c19dd912 Add Czech and Ukrainian language
Fix problem with not clickable buttons in clear cache dialog
2022-01-01 15:16:00 +01:00
Rafał Mikrut aeeb59d9a6
Add some computer translated languages (#536) 2022-01-01 10:50:11 +01:00