Commit graph

292 commits

Author SHA1 Message Date
Jeremy Soller
199632580c
Update dependencies 2025-01-14 08:54:43 -07:00
Jason Rodney Hansen
f252db7415 Fix left clicking in empty folder to clear context menu 2025-01-14 08:48:54 -07:00
CaelusV
bc147f4885 Fix Show Hidden Files 2024-12-09 02:21:26 +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
24a7f2bc31
Select result of operation, fixes #500 2024-11-19 20:17:58 -07:00
Jeremy Soller
2f08c05afe
Refactor directory size to allow for cancellation 2024-11-15 17:30:25 -07:00
Jeremy Soller
6c0c89e1f7
Update metadata that walkdir already collects 2024-11-15 16:07:27 -07:00
Jeremy Soller
0c43b0b342
Fix more bugs in directory size calculation 2024-11-15 15:37:31 -07:00
francesco-gaglione
5f944a3059
Directories sizes in details view (#656)
* translations

* folder size in details view

* dir size subscription

* waldir instead of recursion

* opitonal size with calculating label waiting for subscription

* removed not necessary code

* Bug fixes

---------

Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
2024-11-15 15:24:52 -07:00
Jeremy Soller
738e6eeb7b
Disable text previews until performance issues are fixed 2024-11-14 09:18:35 -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
9e77c2244d
Merge pull request #620 from git-f0x/master
[Context Menu] Use radius from theme
2024-10-22 19:09:48 -06: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
6fa9784109
Fix gallery image alignment 2024-10-21 15:39:57 -06:00
Jeremy Soller
390673c70f
Update libcosmic/iced 2024-10-21 13:51:10 -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
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
705c780721
Tooltip for long filenames, fixes #169 2024-10-10 11:59:57 -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
Jeremy Soller
081156670e
Add text previews 2024-10-10 10:05:48 -06:00
Jeremy Soller
3ea075b2c6
Save thumbnails as handles to improve performance 2024-10-10 09:07:02 -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
f2e207b732
Improve search performance more 2024-10-09 20:18:43 -06:00
Jeremy Soller
fd93917c9f
Adjust search limits 2024-10-09 19:01:51 -06:00
Jeremy Soller
a1932b3607
Remove dead code 2024-10-09 18:57:15 -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
e997bbbc1b
Update dependencies 2024-10-05 07:39:03 -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
191af673b1
Show details in popup window in desktop mode, part of #547 2024-10-04 11:07:38 -06:00
Francesco Pio Gaglione
f93ce73023 requested changes 2024-10-04 19:02:22 +02:00
Francesco Pio Gaglione
613cbdaee9 moved .hidden file logic to scan function 2024-10-04 18:35:02 +02:00
Francesco Pio Gaglione
022ea08196 hide file from hidden file in grid list 2024-10-04 14:04:10 +02:00
Francesco Pio Gaglione
ed8522344e hide files in .hidden file 2024-10-04 11:52:34 +02:00
Jeremy Soller
d3f91e6457
Merge pull request #554 from iamkartiknayak/fix/image-only-gallery
fix(gallery): trigger gallery view only on images
2024-10-03 16:04:02 -06:00
Jeremy Soller
fef57ee031
Improved open with dialog, part of #547 2024-10-03 14:54:18 -06:00
Jeremy Soller
8615157ec8
Adjust key bindings based on mode, part of #547 2024-10-03 13:02:09 -06:00
Kartik Nayak
0a24b1d5cf fix(gallery): trigger gallery view only on images 2024-10-04 00:18:27 +05:30