Commit graph

235 commits

Author SHA1 Message Date
Jeremy Soller
898823f69c
Generically support external thumbnailers 2024-09-25 14:18:28 -06:00
Jeremy Soller
e236023561
Add support for evince thumbnailer 2024-09-25 13:28:14 -06:00
Jeremy Soller
f352890283
Video thumbnails using totem-video-thumbnailer and improvements for SVGs 2024-09-25 11:30:17 -06:00
Jeremy Soller
181bed29a4
Merge pull request #478 from joshuamegnauth54/issue-458-show-trashed-on-time
Show file deletion date in Trash
2024-09-25 08:42:00 -06:00
Jeremy Soller
a071455258
Allow SVG in gallery, only show images in gallery 2024-09-24 08:39:13 -06:00
Jeremy Soller
e5674da205
Gallery design improvements 2024-09-23 19:30:19 -06:00
Jeremy Soller
c711704947
Fix window drag and add double click to maximize in gallery view 2024-09-23 16:05:43 -06:00
Jeremy Soller
7b2e448947
Gallery view (#488)
* WIP: gallery view

* Adjust gallery view to design

* Update dialog to better match gallery design
2024-09-23 15:56:32 -06:00
Jeremy Soller
eda1189f08
Add image resolution to details 2024-09-23 12:55:46 -06:00
Jeremy Soller
c3658dba5b
Move permissions to settings list 2024-09-23 12:50:46 -06:00
Jeremy Soller
60009324c8
Add previous, next, and open to preview 2024-09-23 11:59:05 -06:00
Josh Megnauth
3b72d29740
Show file deletion date in Trash
Closes: #458
2024-09-21 02:59:55 -04:00
Jeremy Soller
333d4e58ca
Keep focused item in view when resizing, part of #109 2024-09-20 14:35:00 -06:00
Jeremy Soller
f4fd98cc23
Implement automatic preview, part of #109 2024-09-20 14:13:04 -06:00
Jeremy Soller
1d879628f3
Fix missing thumbnails in condensed list view 2024-09-20 09:45:01 -06:00
Jeremy Soller
5dff3418ad
Update dependencies 2024-09-20 09:24:03 -06:00
Jeremy Soller
c202c8cffc
Clear selection when right clicking empty space, fixes #361 2024-09-20 09:09:39 -06:00
Jeremy Soller
2e9bcfec53
Support drag into the breadcrumbs, fixes #177 2024-09-20 09:00:59 -06:00
Jeremy Soller
ed2aeadc79
Add location under the file name in list view search results, fixes #338 2024-09-17 11:55:54 -06:00
Jeremy Soller
ca4cdb8fde
Close context menu when changing location, fixes #328 2024-09-17 11:31:15 -06:00
Jeremy Soller
d39a6bfc78
Format code 2024-09-17 10:34:08 -06:00
Jeremy Soller
1ee0201596
Merge pull request #455 from justintime4tea/feature/item_zoom_on_scroll
feature(convenience): item view zoom on scroll + ctrl
2024-09-16 09:20:10 -06:00
Jeremy Soller
8ace8d025a Mount network path as needed 2024-09-16 09:18:35 -06:00
Jeremy Soller
c3d6498042 WIP: support for network browsing 2024-09-16 09:18:35 -06:00
Jason Rodney Hansen
cd71c895f9 Change display of date and time 2024-09-15 17:05:15 -06:00
Justin Gross
a192d93f4b
chore: collapse scroll_area into mouse_area 2024-09-14 02:11:06 -04:00
Justin Gross
b332fc6b1c
chore: apply code formatting 2024-09-13 13:38:56 -04:00
Justin Gross
7acda4c007
chore: put cloths on a naked bool 2024-09-13 13:38:55 -04:00
Justin Gross
825ec0c3e3
feat: zoom items on ctrl+scroll 2024-09-13 13:38:55 -04:00
Justin Gross
8e74a08704
chore: add zoom on scroll message handling 2024-09-13 13:38:54 -04:00
Jeremy Soller
17774af1e4
Track tab items by location instead of path 2024-09-13 09:35:37 -06:00
Jeremy Soller
0d8fd00dd3
Implement network drive connection, part of #202 2024-09-12 15:54:54 -06:00
Vukašin Vojinović
f41730978c fix(recents): use correct icon 2024-09-12 06:34:08 -06:00
Jeremy Soller
76cf9865f0
Add sort menu, fixes #192 2024-09-11 13:29:00 -06:00
Jeremy Soller
5d596239be Desktop mode 2024-09-11 11:15:53 -06:00
Vukašin Vojinović
bbcfe19375
Vertically center context menu items (#444)
* fix: context menu layout

Makes the context menu text vertically centered.
Also removes the hacky list view item padding and makes the line under the breadcrumb accent-colored.

* fix: use spacing variables for menus

* fix
2024-09-11 11:02:47 -06:00
Jeremy Soller
c4c92be708
Merge pull request #400 from francesco-gaglione/recent_section
Recents section
2024-09-10 10:02:13 -06:00
Jeremy Soller
c22cb221d9 Use correct folder name in tab 2024-09-09 13:27:54 -06:00
Jeremy Soller
6ac98fe13c Remove icon from breadcrumbs 2024-09-09 13:14:41 -06:00
Francesco-gaglione
282757b687 Merge branch 'refs/heads/master' into recent_section
# Conflicts:
#	Cargo.lock
2024-08-27 19:02:56 +02:00
Francesco-gaglione
626a85868d removed logs 2024-08-27 19:01:36 +02:00
Jeremy Soller
01426ee445
users is unmaintained, switch to uzers 2024-08-27 07:26:47 -06:00
Francesco-gaglione
0d9780ae13 merge 2024-08-27 09:04:52 +02:00
Francesco-gaglione
a27e67b957 Merge branch 'refs/heads/master' into recent_section
# Conflicts:
#	Cargo.lock
#	src/tab.rs
2024-08-27 08:45:47 +02:00
Austin Riba
a5a5f229ac Fix poor formatting and smelly code in format_permissions 2024-08-26 13:28:44 -07:00
Austin Riba
4ba816b151 Display file ownership and permissions.
This subsumes #414. Took feedback into account to display more
human-readble permissions. Also, display the owner and group ownership
inline with the permissions themselves.
2024-08-21 13:52:52 -07:00
Francesco Pio Gaglione
1ffb3b9870 fix merge conflicts 2024-08-20 08:30:41 +02:00
Jeremy Soller
e4c65883fd
Show symlinked directories as directories, part of #10 2024-08-19 09:51:04 -06:00
Jeremy Soller
fd2de87067
Merge pull request #405 from jasonrhansen/back-remember-position
Select previous directory when navigating back
2024-08-19 07:48:40 -06:00
Jeremy Soller
7d7f614734
Merge pull request #402 from jasonrhansen/breadcrumbs-mouse-cursor
Use pointer mouse cursor for breadcrumbs
2024-08-19 07:47:45 -06:00