Commit graph

114 commits

Author SHA1 Message Date
Ashley Wulber
4828bae81d
chore: update libcosmic 2025-03-15 11:59:03 -04:00
Jeremy Soller
1880d0a270
Format 2025-03-03 13:04:50 -07:00
Josh Megnauth
e34dcf1372
Respect military time config from time applet
Closes: #775
2025-02-24 01:02:30 -05: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
Jeremy Soller
691719ade7
Remove use of expect to fix minimum rust version 2025-01-23 14:45:03 -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
76a3dd6279 Fix crash for dialog in debug mode
`Subscription::map` must be provided a non-capturing closure. A couple places
were passing capturing closures, which caused a debug assert failure. These
have been fixed.
2025-01-05 13:50:08 -07:00
Jason Rodney Hansen
7a49c40050 Fix 'New folder...' context menu item in save dialog 2025-01-05 12:08:00 -07: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
Vukašin Vojinović
1f19fe7015
Fix applet window styling (#652)
* fix(applet windows): fix styling

* update libcosmic

Updates context drawers to use the new API.
2024-11-22 08:47:16 -07:00
Jeremy Soller
24a7f2bc31
Select result of operation, fixes #500 2024-11-19 20:17:58 -07:00
Jeremy Soller
0c43b0b342
Fix more bugs in directory size calculation 2024-11-15 15:37:31 -07:00
Vukašin Vojinović
b7ef7f852f fix(gallery): center text previews 2024-11-11 17:22:44 -07:00
Jeremy Soller
e8df9bf285
Update image crate and libcosmic 2024-11-11 09:14:03 -07:00
Jeremy Soller
f5a205159a
Update libcosmic and iced 2024-10-22 08:21:51 -06:00
Jeremy Soller
512b0593d4
Update dependencies 2024-10-21 15:52:10 -06:00
Jeremy Soller
cf41bfcc6a
Fix dialog and duplicate keyboard events 2024-10-21 14:14:43 -06:00
Jeremy Soller
390673c70f
Update libcosmic/iced 2024-10-21 13:51:10 -06:00
Jeremy Soller
825ea04d54
Only show details context drawer by default in open dialog 2024-10-15 10:46:26 -06:00
Nathan Rowe
d8668cae79 Select location text on ctrl+l; deselect on esc, click, or context menu 2024-10-14 12:15:03 -04:00
Jeremy Soller
2b4a14dfe2
Show parent folder in details, part of #541 2024-10-10 13:53:01 -06:00
Jeremy Soller
a5dfffcd72
Add view menu for dialog, part of #541 2024-10-10 13:27:50 -06:00
Jeremy Soller
ad8be058ef
Single column search bar, part of #550 2024-10-10 11:46:46 -06:00
Jeremy Soller
c3d09c3885
Update dialog to use footer 2024-10-10 11:15:32 -06:00
Jeremy Soller
081156670e
Add text previews 2024-10-10 10:05:48 -06:00
Jeremy Soller
28b4dda7e0
Support toggling hidden files in search 2024-10-09 21:02:12 -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
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
8615157ec8
Adjust key bindings based on mode, part of #547 2024-10-03 13:02:09 -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
Vukašin Vojinović
e3b8408866 fix(dialog): header bar icon padding 2024-09-24 23:18:46 +02: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
60009324c8
Add previous, next, and open to preview 2024-09-23 11:59:05 -06:00
Jeremy Soller
73ed4cfa5a
Enable preview in dialog 2024-09-20 19:36:50 -06:00
Jeremy Soller
55eb21911e
Place context drawer on the side of content, part of #109 2024-09-20 11:41:15 -06:00
Jeremy Soller
c3d6498042 WIP: support for network browsing 2024-09-16 09:18:35 -06:00
Jeremy Soller
17774af1e4
Track tab items by location instead of path 2024-09-13 09:35:37 -06:00
Jeremy Soller
e45172f8af
dialog: add new folder button when saving, part of #335 2024-09-13 08:10:02 -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
c8eb2b3024
dialog: remove dead view selection code 2024-09-11 14:32:12 -06:00
Jeremy Soller
b851f3dd66
dialog: implement view and sort menu as designed 2024-09-11 14:22:40 -06:00
Jeremy Soller
36d61d574d
dialog: Add search 2024-09-11 13:56:45 -06:00
Jeremy Soller
24a44c3b52
Add separators to navbar, part of #335 2024-09-11 12:53:25 -06:00