Commit graph

460 commits

Author SHA1 Message Date
Jeremy Soller
26e18a719c
Significantly improve search time 2024-10-09 18:55:09 -06:00
Jeremy Soller
32659abb2e
Re-enable forking 2024-10-09 15:43:38 -06:00
Jeremy Soller
e25cd37f2d
Search redesign, fixes #550, fixes #287, fixes part of #224 2024-10-09 15:41:10 -06:00
Jeremy Soller
e997bbbc1b
Update dependencies 2024-10-05 07:39:03 -06:00
Jeremy Soller
218630b7e0
Eject instead of unmount, fixes #479 2024-10-04 19:07:26 -06:00
Jeremy Soller
c511242dd4
Implement desktop view toggles, part of #547 2024-10-04 16:28:30 -06:00
Jeremy Soller
cc2a62a14c
Make each monitor an independant tab 2024-10-04 11:53:37 -06:00
Jeremy Soller
01f0b0967a
Set minimum size on dialog and desktop popups 2024-10-04 11:16:41 -06:00
Jeremy Soller
191af673b1
Show details in popup window in desktop mode, part of #547 2024-10-04 11:07:38 -06:00
Jeremy Soller
88948aea0c
Merge pull request #565 from francesco-gaglione/hidden_files
hide files in .hidden file
2024-10-04 11:07:03 -06:00
Francesco Pio Gaglione
f93ce73023 requested changes 2024-10-04 19:02:22 +02:00
Francesco Pio Gaglione
613cbdaee9 moved .hidden file logic to scan function 2024-10-04 18:35:02 +02:00
Jeremy Soller
89adf0682d
Use tertiary action for browsing store 2024-10-04 09:58:35 -06:00
Jeremy Soller
4e8ae6ad20
Fall back to HOME/Desktop instead of HOME if XDG_DESKTOP_DIR not found 2024-10-04 07:54:08 -06:00
Francesco Pio Gaglione
022ea08196 hide file from hidden file in grid list 2024-10-04 14:04:10 +02:00
Francesco Pio Gaglione
ed8522344e hide files in .hidden file 2024-10-04 11:52:34 +02:00
Jeremy Soller
d3f91e6457
Merge pull request #554 from iamkartiknayak/fix/image-only-gallery
fix(gallery): trigger gallery view only on images
2024-10-03 16:04:02 -06:00
Jeremy Soller
ce91ed3f24
Merge pull request #557 from iamkartiknayak/fix/duplicate-sidebar-entries
fix(sidebar): prevent duplicate entries of the same item
2024-10-03 16:03:20 -06:00
Jeremy Soller
afa7c30857
Add desktop context menu items, part of #547 2024-10-03 15:41:27 -06:00
Kartik Nayak
e64520f727 fix(sidebar): prevent duplicate entries of the same item 2024-10-04 03:02:09 +05:30
Jeremy Soller
7f60a0c710
Support browsing for application in open with dialog 2024-10-03 15:16:17 -06:00
Jeremy Soller
fef57ee031
Improved open with dialog, part of #547 2024-10-03 14:54:18 -06:00
Jeremy Soller
08e872a6f1
Remove invalid items from desktop mode context menu, part of #547 2024-10-03 13:07:11 -06:00
Jeremy Soller
8615157ec8
Adjust key bindings based on mode, part of #547 2024-10-03 13:02:09 -06:00
Kartik Nayak
0a24b1d5cf fix(gallery): trigger gallery view only on images 2024-10-04 00:18:27 +05:30
Jeremy Soller
5624f37a36
Adjust executable permission to use Operation and adjust text per UX 2024-10-03 11:53:01 -06:00
Jeremy Soller
00857511ca
Merge branch 'run_executables' of https://github.com/francesco-gaglione/cosmic-files into francesco-gaglione-run_executables 2024-10-03 11:07:10 -06:00
Francesco Pio Gaglione
d8b76c424e typo 2024-10-03 19:06:46 +02:00
Francesco Pio Gaglione
fabe288500 removed test message 2024-10-03 19:05:47 +02:00
Jeremy Soller
b0ac065742
Merge branch 'run_executables' of https://github.com/francesco-gaglione/cosmic-files into francesco-gaglione-run_executables 2024-10-03 11:04:56 -06:00
Francesco Pio Gaglione
54e9be6459 permission dialog 2024-10-03 18:23:50 +02:00
Jeremy Soller
ea9e237810
Remove tab zoom tests as it now involves an interaction with the app 2024-10-03 10:09:37 -06:00
Jeremy Soller
ef1c7beab1
Merge pull request #546 from iamkartiknayak/fix/compound-extension
fix(copy_unique_path): fix compound file extension handling
2024-10-03 09:56:05 -06:00
Jeremy Soller
9248a478d2
Merge pull request #548 from iamkartiknayak/fix/show-details-toggle
fix(toggle-show-details): fix show-details toggle
2024-10-03 09:55:11 -06:00
Kartik Nayak
932bd223a2 fix(toggle-show-details): fix show-details toggle 2024-10-03 18:48:52 +05:30
Kartik Nayak
0e04a6e481 fix(copy_unique_path): fix compound file extension handling 2024-10-03 16:45:14 +05:30
Jeremy Soller
dabb3749f0
Support some key bindings in dialog 2024-10-02 16:07:19 -06:00
Jeremy Soller
68876a4257
Reenable zoom with scroll 2024-10-02 15:49:41 -06:00
Jeremy Soller
21eac9324f
Make show details configurable and persistent, fixes #540 and #321 2024-10-02 15:26:02 -06:00
Jeremy Soller
60743ed251
Settings overhaul, part of #321 2024-10-02 14:53:24 -06:00
Jeremy Soller
9a02c0f9f4
Allow show detials without any selected item 2024-10-02 13:44:50 -06:00
Jeremy Soller
9b8844a884
Preview and gallery mode changes, part of #540 2024-10-02 13:24:39 -06:00
Kartik Nayak
fa5eb85067 fix(copy_unique_path): update file rename logic to format as "filename (copy n).ext" for duplicates 2024-09-29 04:00:18 +05:30
Francesco Pio Gaglione
360f8c42cc removed std err pipe 2024-09-28 22:32:25 +02:00
Francesco Pio Gaglione
c520351d42 removed log 2024-09-28 17:10:39 +02:00
Francesco Pio Gaglione
72101ca296 run AppImage files from cosmic-files 2024-09-28 17:08:08 +02:00
Kartik Nayak
dd744d09a1 fix(extract): correctly append copy suffix for existing folder names 2024-09-28 19:28:33 +05:30
Kartik Nayak
c7ec9fb8de fix(extract): preserve full folder names during extraction, fixes #504 2024-09-28 19:28:13 +05:30
Jeremy Soller
5e0ef57ef8
Improve move operations 2024-09-27 11:04:18 -06:00
Jeremy Soller
47cfdc3718
Disable menu items when not available, fixes #185 2024-09-27 09:15:42 -06:00