Commit graph

90 commits

Author SHA1 Message Date
Jeremy Soller
4f8d22c120
Format 2025-04-21 13:32:29 -06:00
Ashley Wulber
eea916d783
feat: responsive menu bar (#938) 2025-04-15 18:04:07 -06:00
Jeremy Soller
28ec74d440
Use xz2 instead of liblzma, update dependencies 2025-03-31 09:05:32 -06:00
johnoye742
bfcc605799 Added Extract To feature to the context menu. 2025-03-17 13:01:26 +01:00
Jeremy Soller
c8aa80fb2f
Add operation to permanently delete trash items, fixes #841 2025-03-03 13:44:06 -07:00
Jeremy Soller
ceab7835ad
Clean up mime app handling and make it possible to set default application, part of #325 2025-01-24 11:55:56 -07:00
Josh Megnauth
dddfc8a673 chore(clippy): config, dialog, menu
Fixes Clippy lints for:
* src/config.rs
* src/dialog.rs
* src/menu.rs
2025-01-22 08:10:19 -07:00
Jason Rodney Hansen
38e8aac622 Enable Open item location for Recents 2025-01-04 16:35:05 -07:00
Vukašin Vojinović
c6f6edbd5a update libcosmic 2024-12-02 18:06:42 +01:00
Vukašin Vojinović
06150f7d44
fix(context menu): increase vertical item padding (#665)
This matches the context menu to the designs.
2024-11-24 19:24:24 -07:00
Jeremy Soller
63126810b1
Fix compilation without desktop feature 2024-11-11 11:38:07 -07:00
Josh Megnauth
5be3a951c7 Improved desktop entry menu
Currently, desktop entries display a generic menu with items that aren't
relevant to apps. This patch improves the menu by removing the unneeded
items and listing desktop specific entries such as actions. For example,
right clicking a Firefox desktop entry will show the action to open a
private tab.

Should compose well with pop-os/cosmic-applibrary#179
2024-11-10 06:37:52 -07:00
Vukašin Vojinović
b5258985ef fix(list view): styling 2024-11-05 09:17:08 -07:00
Vukašin Vojinović
aa0a026855 fix(context menu): use radius from theme 2024-10-23 00:30:24 +02:00
Jeremy Soller
390673c70f
Update libcosmic/iced 2024-10-21 13:51:10 -06:00
Josh Megnauth
0548883c13
fix: Trash icons should show the trash menu
Closes: #593

Trash bins currently show an incorrect menu with invalid actions such as
opening the bin in a terminal. The menu also doesn't have an entry for
emptying the trash.
2024-10-16 22:41:49 -04:00
Jeremy Soller
a9daddb1b0
Add to sidebar in breadcrumb context menu, fixes #526, fixes #395 2024-10-14 10:09:57 -06:00
Jeremy Soller
a5dfffcd72
Add view menu for dialog, part of #541 2024-10-10 13:27:50 -06:00
Jeremy Soller
665fdebce9
Only show desktop view options on desktop, fixes #570 2024-10-10 11:25:21 -06:00
Jeremy Soller
26e18a719c
Significantly improve search time 2024-10-09 18:55:09 -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
c511242dd4
Implement desktop view toggles, part of #547 2024-10-04 16:28:30 -06:00
Jeremy Soller
afa7c30857
Add desktop context menu items, part of #547 2024-10-03 15:41:27 -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
dabb3749f0
Support some key bindings in dialog 2024-10-02 16:07:19 -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
Jeremy Soller
47cfdc3718
Disable menu items when not available, fixes #185 2024-09-27 09:15:42 -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
Vukašin Vojinović
830ef46cc1 fix(header): fixed padding header buttons
This matches the custom header buttons to other header bar buttons and prevents the buttons being cut off when Spacious density is used, and makes them easier to click when Compact.
2024-09-24 12:39:11 +02:00
Josh Megnauth
3b72d29740
Show file deletion date in Trash
Closes: #458
2024-09-21 02:59:55 -04:00
Jeremy Soller
f4fd98cc23
Implement automatic preview, part of #109 2024-09-20 14:13:04 -06:00
Jeremy Soller
5dff3418ad
Update dependencies 2024-09-20 09:24:03 -06:00
Jeremy Soller
d0359af0b5
Add support for bzip and xz tar files, part of #122 2024-09-17 12:31:54 -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
Jeremy Soller
0d8fd00dd3
Implement network drive connection, part of #202 2024-09-12 15:54:54 -06:00
Jeremy Soller
b851f3dd66
dialog: implement view and sort menu as designed 2024-09-11 14:22:40 -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
Jacob Kauffmann
1dbc831ed2 menus: Show new folder option before new file option 2024-09-11 09:52:45 -06:00
Jeremy Soller
4374132e2f
Add support for compressing to .tgz, add gio network mount example 2024-09-10 11:50:14 -06:00
Jeremy Soller
c4c92be708
Merge pull request #400 from francesco-gaglione/recent_section
Recents section
2024-09-10 10:02:13 -06:00
Nathan Rowe
13cd7138cc Add Compress menu option to add files to zip archive 2024-09-05 17:34:41 -04:00
Francesco Pio Gaglione
1ffb3b9870 fix merge conflicts 2024-08-20 08:30:41 +02:00
Nathan Rowe
ef23ff77e1 Enable extracting zip files to current folder 2024-08-19 12:12:08 -04:00
Jeremy Soller
b5b13ef1b8
Add Open item location for search results, fixes #280 2024-08-19 09:15:28 -06:00