Commit graph

118 commits

Author SHA1 Message Date
Jeremy Soller
1116eaa05a
Add empty trash, fixes #118 2024-05-09 13:24:06 -06:00
Jeremy Soller
a1d11edfa5 Downgrade serde for better rust compatibility 2024-04-27 08:25:02 -06:00
wiiznokes
6d700399f9 fix #26 2024-04-25 20:05:24 -06:00
Michael Aaron Murphy
8c3af501ca feat: add context menus to nav bar 2024-04-23 11:49:14 -06:00
Ashley Wulber
11a2d0deef feat: dnd to trash 2024-04-10 13:16:25 -06:00
Ashley Wulber
926a16ce2e
Dnd (#103)
* wip: drag offers

* wip: dnd

* wip: dnd

* feat: hover indicators

* feat: change directory on hover

* fix: dnd drop filtering and drop kind

* fix: mouse area selection rectangle

* fix: better drag rectangle and dnd drag interaction

* feat: nav and tab dnd

* cleanup: remove extra patch

* cleanup: delete leftover dnd widgets

* chore: update libcosmic

* fix: list view spacer height overflow
2024-04-10 09:41:25 -06:00
Jeremy Soller
d0a2a9262e
Optimization for reloading metadata 2024-03-20 16:27:00 -06:00
Jeremy Soller
3ab5597fc3
Load thumbnails with maximum grid icon size, fixes #78 2024-03-20 10:06:21 -06:00
Jeremy Soller
94dd1b04d5
Do not give trash items a path 2024-03-20 09:56:54 -06:00
Jeremy Soller
39888d5604
Merge pull request #84 from edfloreshz/master
refactor(menu): update menu declaration.
2024-03-18 20:27:11 -06:00
Jeremy Soller
d15372a635
Do not cd to path that is not a directory, fixes #87 2024-03-18 14:46:54 -06:00
Eduardo Flores
57e41766b9 improv(menu): update menu declaration.
- Updated libcosmic
- Updated menu declaration.
2024-03-17 14:49:24 -07:00
Josh Megnauth
7c8bcbe998 Nicer context menu sort buttons
Adds an up or down arrow code point to context menu sort buttons.
2024-03-16 11:24:19 -06:00
Josh Megnauth
1a7a4e19aa Sort grid view
Enables sorting grid view as list view is sorted.
2024-03-16 11:24:19 -06:00
Josh Megnauth
e22c74d721 Add sort by option to config for new tabs 2024-03-16 11:24:19 -06:00
Josh Megnauth
a4b38c4983 Refactor sorting option to TabConfig 2024-03-16 11:24:19 -06:00
Jeremy Soller
f76ab74a9d
Enable preview of svg 2024-03-04 13:41:18 -07:00
Jeremy Soller
1c7561accf
Do not use mime apps fallback, will be adjusted in session 2024-03-04 12:49:23 -07:00
Jeremy Soller
a4efff3873
Put default app first in open with list 2024-03-04 11:30:51 -07:00
Jeremy Soller
3e1e6b090e
Add more info to open with context page 2024-03-04 11:19:43 -07:00
Jeremy Soller
672821a5fc
Use shared-mime-info for mime detection 2024-03-04 11:16:25 -07:00
Jeremy Soller
ac4626d9cf
Implement open with buttons 2024-03-04 10:39:48 -07:00
Jeremy Soller
26173d6529
Partial open with implementation, parse mimeapps.list files 2024-03-01 16:10:30 -07:00
Jeremy Soller
18e847abb8
Calculate open with apps, when xdg feature is enabled 2024-03-01 13:20:47 -07:00
Jeremy Soller
d2d0b02afd
Improve keyboard focus handling 2024-02-29 21:13:03 -07:00
Jeremy Soller
4690225d95
Do not set select_focus that much 2024-02-29 21:00:24 -07:00
Jeremy Soller
2472f9909b
Unfocus grid item on escape 2024-02-29 20:53:15 -07:00
Jeremy Soller
bbf3c7ea4d
Properly calculate grid size 2024-02-29 20:35:40 -07:00
Jeremy Soller
f8521d5b0d
Implement condensed list view 2024-02-29 19:47:27 -07:00
Jeremy Soller
d485e51acb
Adjust look and feel of headers in list view 2024-02-29 19:16:34 -07:00
Jeremy Soller
0f5ecd5b47
Fix click in sorted list 2024-02-29 18:58:59 -07:00
Jeremy Soller
501e4f48eb
Adjust scroll when using arrow keys 2024-02-29 16:25:54 -07:00
Jeremy Soller
08a7f6faed
Set proper padding of grid and list view 2024-02-29 15:52:13 -07:00
Jeremy Soller
c3934d9e56
Proper handling of button focus 2024-02-29 15:38:03 -07:00
Jeremy Soller
8bbd2e7f95
Add focus style for grid item 2024-02-29 15:29:10 -07:00
Jeremy Soller
f0956f494a
Proper handling of select by shift 2024-02-29 15:21:59 -07:00
Jeremy Soller
a1558b20c6
Add select_by_name function 2024-02-29 14:34:41 -07:00
Jeremy Soller
b9f959a298
Make items_opt private 2024-02-29 13:42:13 -07:00
Jeremy Soller
bcd5da57ab
Partially implement arrow keys for grid 2024-02-29 13:24:57 -07:00
Jeremy Soller
27b29e9fd8
Dynamically load thumbnails based on what files are visible 2024-02-29 12:26:45 -07:00
Jeremy Soller
5c8fcd4f2e
Allow drag in empty space 2024-02-29 11:40:31 -07:00
Jeremy Soller
077a29e5ee
Implement drag selection in grid view 2024-02-29 11:25:46 -07:00
Dominic Gerhauser
197398fe4e refactor sorting 2024-02-28 21:56:17 -07:00
Jeremy Soller
6e14a0baea
Add handlers for arrow keys 2024-02-28 16:16:59 -07:00
Jeremy Soller
dc8433ce59
Add open message, improve context menus 2024-02-28 15:46:23 -07:00
Jeremy Soller
24ccc9bd82
Edit location and rename key bindings 2024-02-28 15:19:07 -07:00
Jeremy Soller
ea93c7df32 Use dash icon if column not sorted 2024-02-27 22:28:06 -07:00
Dominic Gerhauser
91060cf22e sorting of files in heading 2024-02-27 21:43:57 -07:00
Jeremy Soller
65d61f5565
Update libcosmic 2024-02-27 10:26:56 -07:00
Jeremy Soller
9b22c8f9ed
Fix warnings 2024-02-27 09:58:22 -07:00