Commit graph

517 commits

Author SHA1 Message Date
Jeremy Soller
2109c8c3d6
Implement pause for operations 2024-11-15 09:47:03 -07:00
Jeremy Soller
8068688f48
Add tooltip to cancel button 2024-11-15 08:34:03 -07:00
Jeremy Soller
1e8ad9ecb6
Fix display of multiple in progress transfers 2024-11-15 08:12:48 -07:00
Jeremy Soller
d0f0da2eef
Update desktop configs cached in locations, fixes #608 2024-11-15 08:03:06 -07:00
Jeremy Soller
f6ce791c4c
Set exclusive_zone to 0 for applet, fixes #560, #561 2024-11-15 07:38:33 -07:00
Jeremy Soller
bbfe5cbdf3
Improve tracking of progress operations 2024-11-14 16:07:45 -07:00
Jeremy Soller
6a79e8178f
Implement progress and cancellation for extraction 2024-11-14 16:00:35 -07:00
Jeremy Soller
00ed3115cc
Implement progress notification and cancellation 2024-11-14 14:43:45 -07:00
Jeremy Soller
8885d295bb
Support --no-daemon flag to prevent daemonizing 2024-11-14 09:28:13 -07:00
Jeremy Soller
738e6eeb7b
Disable text previews until performance issues are fixed 2024-11-14 09:18:35 -07:00
Jeremy Soller
dacd37939e Let recursive copy or move determine what to do when crossing devices 2024-11-13 14:47:58 -07:00
Jeremy Soller
a32f25fa95
Remove fs_extra (#655)
* WIP Remove fs_extra

* Finish removing fs_extra
2024-11-13 14:36:11 -07:00
Vukašin Vojinović
b7ef7f852f fix(gallery): center text previews 2024-11-11 17:22:44 -07:00
Jeremy Soller
63126810b1
Fix compilation without desktop feature 2024-11-11 11:38:07 -07:00
Jeremy Soller
e8df9bf285
Update image crate and libcosmic 2024-11-11 09:14:03 -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
Eduardo Flores
d3d3cec136 fix: set style and padding to text editor 2024-11-10 06:36:53 -07:00
Vukašin Vojinović
b5258985ef fix(list view): styling 2024-11-05 09:17:08 -07:00
Jeremy Soller
576b9efd51
Merge pull request #621 from Koranir/fix-debug-panic
fix: Make subscription map closure non-capturing
2024-10-22 19:10:42 -06:00
Jeremy Soller
9e77c2244d
Merge pull request #620 from git-f0x/master
[Context Menu] Use radius from theme
2024-10-22 19:09:48 -06:00
Koranir
f42133bba4 Update app.rs 2024-10-23 11:35:10 +11:00
Daniel Yoon
8ef1b705d0 Fix unused variable warnings 2024-10-23 11:21:48 +11:00
Daniel Yoon
99306cbf1b initial commit 2024-10-23 11:21:48 +11:00
Vukašin Vojinović
aa0a026855 fix(context menu): use radius from theme 2024-10-23 00:30:24 +02: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
6fa9784109
Fix gallery image alignment 2024-10-21 15:39:57 -06:00
Jeremy Soller
717f26b942
Fix handling wayland events 2024-10-21 14:28:41 -06:00
Jeremy Soller
85a483f638
Fix compilation with wayland feature 2024-10-21 14:23:32 -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
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
3767a61f2a
Try to open with mime apps before trying xdg-open 2024-10-16 18:57:44 -06:00
Jeremy Soller
825ea04d54
Only show details context drawer by default in open dialog 2024-10-15 10:46:26 -06:00
Jeremy Soller
55724cb488
Merge pull request #587 from nathansgithub/location-toggle-improvements
Update location edit selection behavior
2024-10-14 12:02:48 -06:00
Jeremy Soller
ca59b7d267
Context menu for files in navbar, fixes #187 2024-10-14 11:34:56 -06:00
Jeremy Soller
cf70c16367
Do not show remove from sidebar unless the item is a favorite, fixes #368 2024-10-14 11:23:46 -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
a9daddb1b0
Add to sidebar in breadcrumb context menu, fixes #526, fixes #395 2024-10-14 10:09:57 -06:00
Jeremy Soller
583d3dfa0d
Support mounting encrypted drive, fixes #144 2024-10-11 16:43:16 -06:00
Jeremy Soller
12d47c8c80
Quote file names in text, fixes #553 2024-10-11 14:35:12 -06:00
Jeremy Soller
45f10be123
Fix breadcrumbs responsiveness 2024-10-11 08:29:22 -06: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
705c780721
Tooltip for long filenames, fixes #169 2024-10-10 11:59:57 -06:00
Jeremy Soller
ad8be058ef
Single column search bar, part of #550 2024-10-10 11:46:46 -06:00
Jeremy Soller
665fdebce9
Only show desktop view options on desktop, fixes #570 2024-10-10 11:25:21 -06:00
Jeremy Soller
c3d09c3885
Update dialog to use footer 2024-10-10 11:15:32 -06:00
Jeremy Soller
454c3baac1
Allow clone of text thumbnail 2024-10-10 11:15:23 -06:00
Jeremy Soller
f54f2efa6a
Fix arrow keys in gallery 2024-10-10 10:11:28 -06:00