Commit graph

925 commits

Author SHA1 Message Date
Jeremy Soller
f8830814c1
Replace use of blocking function on search results channel, fixes #601 2025-01-16 17:56:13 -07:00
Jason Rodney Hansen
5e65ca6d0b Fix resetting shift select range
Before this fix the following steps would not work correctly:

1. Select a range with shift click.
2. Select a single item that's in the currently selected range, without
   holding shift.
3. Hold shift and click another item to select a new range.

Instead of the item selected in step 2 being the start or end of the
range, the original range from step one is used to get the start or end
of the new range.

This fix makes sure the range gets reset when selecting an item in step
2.
2025-01-14 19:21:24 -07:00
Jason Rodney Hansen
85929c44ce Add move to first/last item with home/end keys 2025-01-14 17:26:18 -07:00
ToBinio
59ea01fc0c
always check if a search is active when rescanning (#712) 2025-01-14 09:09:41 -07:00
Jeremy Soller
199632580c
Update dependencies 2025-01-14 08:54:43 -07:00
Jason Rodney Hansen
9e3e65e721 Add more plain text mime types when copying files
This allows the full path of the copied file to be pasted as text into
more applications.
2025-01-14 08:49:40 -07:00
Jason Rodney Hansen
f252db7415 Fix left clicking in empty folder to clear context menu 2025-01-14 08:48:54 -07:00
Jason Rodney Hansen
4c522b0eee Close context menu when window loses focus 2025-01-14 08:48:54 -07:00
mkljczk
70313f6271 Minor Polish translation improvements
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-14 08:48:38 -07:00
Josh Megnauth
0f5163acc6 fix: Strip more file names in extractor
Closes: #698

I ended up fixing a few Clippy lints while tracking down this problem.
It turns out that the issue was way simpler than I assumed: ".tar.xz"
needed to be added to a slice of extensions to strip.
2025-01-14 08:48:02 -07:00
Michael Aaron Murphy
87fa4ac478
perf: optimized cosmic-freedesktop-icons 2025-01-14 09:28:29 +01:00
Jeremy Soller
e69e84567b
Update dependencies 2025-01-13 09:03:23 -07:00
Jeremy Soller
fce981ee8f Update dependencies 2025-01-10 09:55:04 -07:00
Luna Jernberg
d11cfbbee2
Update cosmic_files.ftl (#727)
Update Swedish translation
2025-01-08 06:53:58 -07:00
Feike Donia
a91d5c27cb
Add Dutch translation (#724)
* add translation

* Update cosmic_files.ftl

* Update cosmic_files.ftl

* Update cosmic_files.ftl

* Update cosmic_files.ftl

* Update cosmic_files.ftl

* Spell checked with Libreoffice

* improve

* Minor spell fix
2025-01-07 13:56:50 -07:00
Jeremy Soller
792c6400c2
Merge pull request #726 from jasonrhansen/dialog-subscriptions
Fix crash for dialog in debug mode
2025-01-05 22:22:04 -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
Jeremy Soller
02a96ba812
Merge pull request #725 from jasonrhansen/new-folder
Fix 'New folder...' context menu item in save dialog
2025-01-05 13:16:51 -07:00
Jason Rodney Hansen
7a49c40050 Fix 'New folder...' context menu item in save dialog 2025-01-05 12:08:00 -07:00
Jeremy Soller
9a54c7936d
Merge pull request #722 from jasonrhansen/item-location
Enable `Open item location` for Recents
2025-01-04 21:54:53 -07:00
Jason Rodney Hansen
38e8aac622 Enable Open item location for Recents 2025-01-04 16:35:05 -07:00
Jeremy Soller
9f819454ae
Merge pull request #711 from ToBinio/update-search
fix: update search on events
2024-12-31 07:25:08 -07:00
tobinio
754abbf9ae update search on events 2024-12-31 11:49:07 +01:00
Jeremy Soller
3dde3c8fbc
Merge pull request #710 from ToBinio/search-rename
fix: renaming of searched element
2024-12-30 13:22:06 -07:00
tobinio
d00fc75e8c use parent of file/folder instead of tab location for renaming 2024-12-30 20:33:15 +01:00
Jeremy Soller
8a6742e990
Merge pull request #705 from dotqaghan/master
Update Turkish translation
2024-12-30 09:10:11 -07:00
Jeremy Soller
da87910c06
Merge pull request #704 from be-we/master
i18n(de): add German translation
2024-12-30 09:09:55 -07:00
.qaghan
9d9d6b2f88 Update Turkish translation 2024-12-29 01:12:30 +03:00
.qaghan
d224056f83 Update Turkish translation 2024-12-29 01:09:44 +03:00
Benjamin Weis
0dd4812df3 i18n(de): add German translation 2024-12-28 17:34:45 +01:00
Jeremy Soller
ee7954e8d6
Merge pull request #685 from CaelusV/show_hidden
Fix 'Show hidden files' toggle being reset when tab config is updated
2024-12-18 09:19:59 -07:00
Jeremy Soller
d94f9dbba1
Merge pull request #690 from CaelusV/danish
i18n(da): Add Danish translation
2024-12-18 09:19:27 -07:00
Jeremy Soller
c8041ab551
Merge pull request #686 from techitwinner/master
i18n(th): Add Thai translation
2024-12-18 09:19:13 -07:00
Jeremy Soller
626ceb4968
Merge pull request #679 from joshuamegnauth54/unset-show-details-on-close
Unset `show_details` on close too
2024-12-18 09:18:44 -07:00
Jeremy Soller
902723ec53
Merge pull request #692 from carvalhods/master
i18n pt-BR translation update
2024-12-18 09:18:29 -07:00
David Carvalho
d4551a5fc9 i18n pt-BR translation update 2024-12-12 20:10:58 -03:00
David Carvalho
0f4b243c5b i18n pt-BR translation update 2024-12-12 20:08:51 -03:00
CaelusV
39b53cbd64 Add Danish translation 2024-12-10 12:53:35 +01:00
CaelusV
bc147f4885 Fix Show Hidden Files 2024-12-09 02:21:26 +01:00
techitwinner
69b8325868 Add Thai translation 2024-12-08 18:01:18 +07: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
Jeremy Soller
2fa8e6adc4
Merge pull request #678 from joshuamegnauth54/unset-show-details-on-escape
Unset `show_details` on escape
2024-12-04 08:05:12 -07:00
Josh Megnauth
74e08fa2ce
Unset show_details on escape
Closes: #674
2024-12-04 01:02:43 -05:00
Jeremy Soller
4547c93a37
Merge pull request #677 from pop-os/refactor-overlap-handling
refactor: overlap handling for surfaces that occupy a corner
2024-12-03 18:03:48 -07: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
Jeremy Soller
6f5168ccc4
Merge pull request #672 from Cg1340/master
Update cosmic_files.ftl zh-CN and fix several translation errors
2024-12-02 15:16:33 -07:00
Jeremy Soller
113d48a01f
Merge pull request #669 from lucamosca1/patch-10
Update cosmic_files.ftl ITA
2024-12-02 15:16:19 -07:00
Jeremy Soller
8c8c089161
Merge pull request #668 from git-f0x/master
Update libcosmic
2024-12-02 15:15:58 -07:00
Vukašin Vojinović
c6f6edbd5a update libcosmic 2024-12-02 18:06:42 +01:00