Commit graph

866 commits

Author SHA1 Message Date
Jeremy Soller
2f08c05afe
Refactor directory size to allow for cancellation 2024-11-15 17:30:25 -07:00
Jeremy Soller
6c0c89e1f7
Update metadata that walkdir already collects 2024-11-15 16:07:27 -07:00
Jeremy Soller
0c43b0b342
Fix more bugs in directory size calculation 2024-11-15 15:37:31 -07:00
francesco-gaglione
5f944a3059
Directories sizes in details view (#656)
* translations

* folder size in details view

* dir size subscription

* waldir instead of recursion

* opitonal size with calculating label waiting for subscription

* removed not necessary code

* Bug fixes

---------

Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
2024-11-15 15:24:52 -07:00
Jeremy Soller
b76484457f
Add optional support to use jemalloc as allocator 2024-11-15 11:10:30 -07:00
Jeremy Soller
49595d87f3
Improve display of paused state 2024-11-15 11:07:26 -07:00
Jeremy Soller
2109c8c3d6
Implement pause for operations 2024-11-15 09:47:03 -07:00
Jeremy Soller
8068688f48
Add tooltip to cancel button 2024-11-15 08:34:03 -07:00
Jeremy Soller
1e8ad9ecb6
Fix display of multiple in progress transfers 2024-11-15 08:12:48 -07:00
Jeremy Soller
d0f0da2eef
Update desktop configs cached in locations, fixes #608 2024-11-15 08:03:06 -07:00
Jeremy Soller
f6ce791c4c
Set exclusive_zone to 0 for applet, fixes #560, #561 2024-11-15 07:38:33 -07:00
Jeremy Soller
bbfe5cbdf3
Improve tracking of progress operations 2024-11-14 16:07:45 -07:00
Jeremy Soller
6a79e8178f
Implement progress and cancellation for extraction 2024-11-14 16:00:35 -07:00
Jeremy Soller
00ed3115cc
Implement progress notification and cancellation 2024-11-14 14:43:45 -07:00
Jeremy Soller
5c7cf52b25
Add just flamegraph target 2024-11-14 09:28:28 -07:00
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