Jeremy Soller
39e88cb3b1
Update dependencies
2024-11-05 09:28:25 -07:00
Vukašin Vojinović
b5258985ef
fix(list view): styling
2024-11-05 09:17:08 -07:00
lucamosca1
b34fa1995c
Update cosmic_files.ftl ITA
2024-11-05 09:16:41 -07:00
Luna Jernberg
370b485cc3
Update cosmic_files.ftl
...
Update Swedish translation
2024-11-05 09:16:20 -07:00
Jeremy Soller
1297d59433
Merge pull request #634 from roxfr/patch-5
...
Update cosmic_files.ftl (French)
2024-11-01 16:01:59 -06:00
Thierry Massart
ed0883ae8b
Update cosmic_files.ftl (French)
2024-11-01 22:31:15 +01:00
Jeremy Soller
20f9292e79
Update dependencies
2024-10-29 14:29:37 -06:00
Jeremy Soller
576b9efd51
Merge pull request #621 from Koranir/fix-debug-panic
...
fix: Make subscription map closure non-capturing
2024-10-22 19:10:42 -06: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
Jeremy Soller
e85cfdbfe2
Merge pull request #603 from Koranir/highlight-on-mouse-over
...
feat: Highlight items on mouse over
2024-10-22 19:09:02 -06:00
Koranir
f42133bba4
Update app.rs
2024-10-23 11:35:10 +11:00
Daniel Yoon
8ef1b705d0
Fix unused variable warnings
2024-10-23 11:21:48 +11: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
2871309f04
Merge pull request #619 from lucamosca1/patch-8
...
Update cosmic_files.ftl ITA
2024-10-22 09:34:31 -06:00
lucamosca1
9deecb1a77
Update cosmic_files.ftl ITA
2024-10-22 16:42:55 +02:00
Jeremy Soller
2ae97c167c
Merge pull request #618 from pop-os/libcosmic-rebase
...
Update libcosmic/iced
2024-10-22 08:22:07 -06:00
Jeremy Soller
f5a205159a
Update libcosmic and iced
2024-10-22 08:21:51 -06:00
Jeremy Soller
f851dab984
Update dependencies
2024-10-21 18:14:29 -06:00
Jeremy Soller
07ff7f4b67
Update accesskit
2024-10-21 15:57:56 -06:00
Jeremy Soller
512b0593d4
Update dependencies
2024-10-21 15:52:10 -06:00
Jeremy Soller
6fa9784109
Fix gallery image alignment
2024-10-21 15:39:57 -06:00
Jeremy Soller
f62bfce780
Update libcosmic
2024-10-21 14:49:56 -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
Jeremy Soller
d29baf1a8f
Merge pull request #598 from joshuamegnauth54/desktop-view-empty-trash
...
fix: Trash icons should show the trash menu
2024-10-16 21:07:04 -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
c3a189aa28
Update dependencies
2024-10-16 16:33:01 -06:00
Jeremy Soller
8b78d7aa1c
Merge pull request #600 from SeSodesa/update-finnish-localisation
...
Update Finnish localisation
2024-10-15 11:47:03 -06:00
Jeremy Soller
825ea04d54
Only show details context drawer by default in open dialog
2024-10-15 10:46:26 -06:00
Santtu Söderholm
30ba051dab
Remove leftover English placeholders
...
- Some English strings used as placeholders for the Finnish translation were
previously left on some lines.
2024-10-15 16:47:46 +03:00
Santtu Söderholm
abcb4d236a
About: add hyphen between "Git" and "versio"
...
- Again (like I did with COSMIC Terminal), I forgot the hyphen in the initial commit.
2024-10-15 16:40:38 +03:00
Santtu Söderholm
32d8f3dd1c
Update Finnish localisation
...
- The stucture was updated to follow the latest version of the i18n/en folder.
2024-10-15 16:38:58 +03: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
9e1ae9b8f7
Merge pull request #595 from championpeak87/sk-translations
...
i18n(sk): Update Slovak translations
2024-10-14 11:59:58 -06:00
Jeremy Soller
130a8cfac8
Update libcosmic for double click distance
2024-10-14 11:57:00 -06:00
Jeremy Soller
ca59b7d267
Context menu for files in navbar, fixes #187
2024-10-14 11:34:56 -06:00
Kamil Lihan
2fcfd82ea9
i18n(sk): Update Slovak translations
2024-10-14 19:29:34 +02: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
a6f7a70f3d
Merge pull request #594 from carvalhods/master
...
i18n (pt-BR) translation update
2024-10-14 09:46:55 -06:00
David Carvalho
cc9b34ee94
i18n (pt-BR) translation update
2024-10-13 21:13:44 -03:00
Jeremy Soller
583d3dfa0d
Support mounting encrypted drive, fixes #144
2024-10-11 16:43:16 -06:00
Jeremy Soller
12d47c8c80
Quote file names in text, fixes #553
2024-10-11 14:35:12 -06:00
Jeremy Soller
45f10be123
Fix breadcrumbs responsiveness
2024-10-11 08:29:22 -06:00
Jeremy Soller
b12b70efb8
Update dependencies
2024-10-11 08:24:12 -06:00