Commit graph

918 commits

Author SHA1 Message Date
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
Chen Siyuan
06c02cdfe2 Update cosmic_files.ftl zh-CN and fix several translation errors 2024-12-02 23:16:24 +08:00
lucamosca1
745563ed96
Update cosmic_files.ftl ITA 2024-11-29 12:40:48 +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
VandaLHJ
23d0a3bc74
Update cosmic_files.ftl PL translation operation progress (#666)
Added missing bits, hopefully it's ok
2024-11-24 19:19:19 -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
c4a08ead84
Fix tests 2024-11-19 20:18:37 -07:00