Jeremy Soller
8885d295bb
Support --no-daemon flag to prevent daemonizing
2024-11-14 09:28:13 -07:00
Jeremy Soller
738e6eeb7b
Disable text previews until performance issues are fixed
2024-11-14 09:18:35 -07:00
Jeremy Soller
dacd37939e
Let recursive copy or move determine what to do when crossing devices
2024-11-13 14:47:58 -07:00
Jeremy Soller
fa50b8c0f0
Fix compilation of copy example
2024-11-13 14:47:35 -07:00
Jeremy Soller
a32f25fa95
Remove fs_extra ( #655 )
...
* WIP Remove fs_extra
* Finish removing fs_extra
2024-11-13 14:36:11 -07:00
Ashley Wulber
383ed31c68
update libcosmic
2024-11-13 11:02:50 -05: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
e4a37273fd
Add process feature to tokio
2024-11-11 11:18:15 -07:00
Jeremy Soller
65477b841d
Update libcosmic
2024-11-11 11:17:35 -07:00
Jeremy Soller
39c91b9084
Add just target for heaptrack
2024-11-11 09:24:09 -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
blindinlights
a8fceb45fa
i18n(zh_CN):update Chinese translation
2024-11-09 07:02:04 -07:00
Jeremy Soller
93470fabf2
Update dependencies
2024-11-06 19:03:56 -07:00
Jeremy Soller
13f818d9c4
Update dependencies
2024-11-05 15:37:36 -07:00
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