Feike Donia
3fbb7f2981
i18n(nl) update Dutch translation
2025-01-29 11:58:24 +01:00
Jeremy Soller
bd592e3e4e
Merge pull request #720 from mkljczk/auth-dialog-submit
...
Add on_submit handler to NetworkAuth dialog
2025-01-27 15:40:01 -07:00
mkljczk
16d6316118
Merge remote-tracking branch 'upstream/master' into auth-dialog-submit
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-27 20:31:16 +01:00
Jeremy Soller
fbaf94fc94
Merge pull request #719 from mkljczk/anonymous-fix
...
Only display 'Connect anonymously' when available
2025-01-27 11:56:33 -07:00
mkljczk
c89d877b52
Focus text input when in NetworkAuth modal
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-27 11:54:08 -07:00
mkljczk
f43f500302
Do not display already-exists message when name isn't changed
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-27 11:53:02 -07:00
Josh Megnauth
cfe045827d
chore(clippy): app.rs, mime_app.rs
2025-01-27 11:51:32 -07:00
therealmate
2e378ab261
Update the Hungarian translation with the desktop files
2025-01-27 11:50:16 -07:00
therealmate
5cca324ac9
Update Hungarian translations
2025-01-27 11:50:16 -07:00
Luna Jernberg
3ab4f49631
Update cosmic_files.ftl
...
Update Swedish translation
2025-01-27 11:50:03 -07:00
Jeremy Soller
ceab7835ad
Clean up mime app handling and make it possible to set default application, part of #325
2025-01-24 11:55:56 -07:00
Jeremy Soller
691719ade7
Remove use of expect to fix minimum rust version
2025-01-23 14:45:03 -07:00
Jeremy Soller
b9f43cb53e
Handle org.freedesktop.FileManager1 in cosmic-files-applet
2025-01-23 14:01:59 -07:00
Jeremy Soller
d322017e09
Support URL arguments
2025-01-23 13:02:51 -07:00
mkljczk
32c54d4375
Merge remote-tracking branch 'upstream/master' into anonymous-fix
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-22 17:47:34 +01:00
Jeremy Soller
1467351211
Merge branch 'master' of https://github.com/pop-os/cosmic-files
2025-01-22 09:07:18 -07:00
Jeremy Soller
2095d3c7f2
If file is passed on command line, show parent folder and select it
2025-01-22 09:06:41 -07:00
Josh Megnauth
dddfc8a673
chore(clippy): config, dialog, menu
...
Fixes Clippy lints for:
* src/config.rs
* src/dialog.rs
* src/menu.rs
2025-01-22 08:10:19 -07:00
Josh Megnauth
8ff54d1522
chore(clippy): mime_app, operation, mounter
...
Fixes Clippy lints for:
* src/mounter/
* src/operation/
* src/mime_app.rs
* src/mouse_area.rs (I missed two of them last time)
2025-01-22 08:10:05 -07:00
Josh Megnauth
6a6a494012
chore(clippy): mouse_area, controller & more
...
Fixes lints for:
* src/operation/controller.rs
* src/mouse_area.rs
* src/mounter/mod.rs
2025-01-19 10:55:56 -07:00
Josh Megnauth
df2d01e9ba
chore(clippy): thumbnailer.rs, two files in operation
...
Fixes Clippy lints for:
* src/thumbnailer.rs
* src/operation/mod.rs
* src/operation/recursive.rs
One of the Clippy lints also involved fixing a TODO to replace a
deprecated function that malfunctioned under Windows.
2025-01-19 10:55:41 -07:00
Jeremy Soller
3460c2c106
Allow drop to Desktop, fixes #597
2025-01-19 10:54:30 -07:00
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
mkljczk
1be3c2bb12
Add on_submit handler to NetworkAuth dialog
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-03 13:31:21 +01:00
mkljczk
2ca51132d5
Only display 'Connect anonymously' when available
...
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-01-03 13:14:05 +01: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