Commit graph

241 commits

Author SHA1 Message Date
tobinio
d00fc75e8c use parent of file/folder instead of tab location for renaming 2024-12-30 20:33:15 +01:00
Josh Megnauth
1646b78415
Unset show_details on close too
I didn't notice that the `close` button didn't set `show_details`. Oops.

On the bright side, this is overall cleaner since it fixes a todo.
2024-12-05 00:35:29 -05:00
Josh Megnauth
74e08fa2ce
Unset show_details on escape
Closes: #674
2024-12-04 01:02:43 -05:00
Ashley Wulber
4aa130a473
refactor: overlap handling for surfaces that occupy a corner
The panels should always be centered, but some apps might not be.
2024-12-03 17:14:56 -05:00
Ashley Wulber
42c0d58c6c feat: avoid overlap with panel 2024-12-03 12:43:15 -05: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
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
b4b5e78abe
Move progress into controller to make it not block 2024-11-20 08:15:31 -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
Jeremy Soller
49595d87f3
Improve display of paused state 2024-11-15 11:07:26 -07:00
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
00ed3115cc
Implement progress notification and cancellation 2024-11-14 14:43:45 -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
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
Koranir
f42133bba4 Update app.rs 2024-10-23 11:35:10 +11:00
Jeremy Soller
f5a205159a
Update libcosmic and iced 2024-10-22 08:21:51 -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
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
2b4a14dfe2
Show parent folder in details, part of #541 2024-10-10 13:53:01 -06:00
Jeremy Soller
ad8be058ef
Single column search bar, part of #550 2024-10-10 11:46:46 -06:00
Jeremy Soller
081156670e
Add text previews 2024-10-10 10:05:48 -06:00
Josh Megnauth
64a4cd4cf9
Fix tests and compile error for Wayland feat
Also fixes a deprecation error.
2024-10-10 01:56:35 -04: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
89adf0682d
Use tertiary action for browsing store 2024-10-04 09:58:35 -06:00
Jeremy Soller
ce91ed3f24
Merge pull request #557 from iamkartiknayak/fix/duplicate-sidebar-entries
fix(sidebar): prevent duplicate entries of the same item
2024-10-03 16:03:20 -06:00