Commit graph

309 commits

Author SHA1 Message Date
Jeremy Soller
8c90fa853b
Make clipboard pub 2024-05-20 13:48:09 -06:00
Michael Aaron Murphy
6a29e427b8
fix(debian): add libxkbcommon-dev 2024-05-18 01:57:48 +02:00
Jeremy Soller
e451bd3454
Use mousearea outside of scrollable to get tab size, fixes #164 2024-05-17 15:09:06 -06:00
Jeremy Soller
059d70f21a
Update dependencies 2024-05-17 08:56:19 -06:00
Aliaksandr Truš
93de78d89d i18n(be): Update BE translation 2024-05-15 13:51:25 -06:00
Ashley Wulber
e2444ab697 fix: guess image format before decoding 2024-05-15 12:16:35 -06:00
VandaLHJ
861e4f4075 Update cosmic_files.ftl PL translation
Tweaks to match EN file
2024-05-14 13:05:20 -06:00
Jeremy Soller
4fcdc77603
Update libcosmic 2024-05-14 11:16:13 -06:00
Josh Megnauth
ef32539aae Unit tests and clean up for dupe file feature 2024-05-14 10:54:52 -06:00
Josh Megnauth
14d485a7cb feat: Copy items to the same directory
closes: #135, #145
2024-05-14 10:54:52 -06:00
graziano
db4802056a removed duplicated key 2024-05-14 10:51:40 -06:00
graziano
f2e88437fe i18n 'es' fixes 2024-05-14 10:51:40 -06:00
graziano
f01b84f336 i18n (es): Added Spanish translation 2024-05-14 10:51:40 -06:00
VandaLHJ
fcec6e402f Update cosmic_files.ftl PL Translation
Added sidebar dialog, some other changes to match EN translation.
2024-05-14 10:51:24 -06:00
Skygrango
c34c7ac032 i18n(zh_TW): add Taiwanese translation 2024-05-10 14:22:01 -06:00
Ashley Wulber
7f0bd532fd fix: clipboard update 2024-05-10 10:48:38 -04:00
Jeremy Soller
afa0903120
On escape, close context menus before clearing selection 2024-05-09 14:04:16 -06:00
Jeremy Soller
e9b25a65c2
Open properties on space 2024-05-09 14:00:58 -06:00
Jeremy Soller
8ba70f2f93
Workaround to support favorited files 2024-05-09 13:55:57 -06:00
Jeremy Soller
76a95820a4
Fix scroll on empty folders 2024-05-09 13:28:44 -06:00
Jeremy Soller
1116eaa05a
Add empty trash, fixes #118 2024-05-09 13:24:06 -06:00
Jeremy Soller
99c378873a
Implement add to sidebar, fixes #112 2024-05-09 12:48:33 -06:00
Jeremy Soller
a61e587b1c
Format 2024-05-09 12:31:28 -06:00
Jeremy Soller
c19e256665
Implement remove from sidebar 2024-05-09 12:26:55 -06:00
Jeremy Soller
6198b997fb
Update deps 2024-05-09 12:26:45 -06:00
Ashley Wulber
5ecd697e5d fix: update deps 2024-05-03 10:32:23 -06:00
Jeremy Soller
d15558870d
Allow icon themes to change mime icons 2024-05-03 09:08:36 -06:00
Jeremy Soller
a7383ae174
Do not prefer svg in mime icon cache 2024-05-02 15:54:00 -06:00
VandaLHJ
ceb7adbb94 Update cosmic_files.ftl PL Translation
Added open in new tab/window
2024-05-01 14:35:08 -06:00
Jeremy Soller
298463b804
Update dependencies 2024-05-01 13:11:34 -06:00
Jeremy Soller
c91e0f1bff
Update libcosmic to fix dialog issue 2024-05-01 12:12:13 -06:00
Jeremy Soller
a13e3fd095
Add config for favorites 2024-04-30 13:29:58 -06:00
Jeremy Soller
a1d11edfa5 Downgrade serde for better rust compatibility 2024-04-27 08:25:02 -06:00
Jeremy Soller
49f130b840
Merge branch 'master' of https://github.com/pop-os/cosmic-files 2024-04-25 20:19:45 -06:00
Jeremy Soller
cacbda0afe
Update libcosmic 2024-04-25 20:19:36 -06:00
wiiznokes
6d700399f9 fix #26 2024-04-25 20:05:24 -06:00
nicostrebel
e1f04b9401 i18n (de): Add German translation 2024-04-25 20:04:48 -06:00
Jeremy Soller
37a6f37f7f
Implement unmount button 2024-04-24 13:59:55 -06:00
Michael Aaron Murphy
8c3af501ca feat: add context menus to nav bar 2024-04-23 11:49:14 -06:00
Jeremy Soller
d80c358ca5
Fix compilation without gvfs feature 2024-04-22 15:32:19 -06:00
Jeremy Soller
2b1abc7c23
Refresh gvfs volumes as needed 2024-04-22 13:14:25 -06:00
Jeremy Soller
02b6cda872
Add mounter abstraction, enable minimal GVfs support 2024-04-22 09:54:00 -06:00
VandaLHJ
8913c4198b Update cosmic_files.ftl PL translation
Updated bits
2024-04-19 14:20:15 -06:00
Jeremy Soller
27a1c39d57 Update dependencies 2024-04-13 09:00:19 -06:00
Jeremy Soller
7c56b64a18 Update dependencies 2024-04-13 08:46:38 -06:00
주르르
88cf89dfff Added Korean Translation 2024-04-13 08:02:14 -06:00
Ashley Wulber
11a2d0deef feat: dnd to trash 2024-04-10 13:16:25 -06:00
Ashley Wulber
50ca5316f9 fix: don't allow pasted contents to include the destination. 2024-04-10 13:51:05 -04:00
Ashley Wulber
926a16ce2e
Dnd (#103)
* wip: drag offers

* wip: dnd

* wip: dnd

* feat: hover indicators

* feat: change directory on hover

* fix: dnd drop filtering and drop kind

* fix: mouse area selection rectangle

* fix: better drag rectangle and dnd drag interaction

* feat: nav and tab dnd

* cleanup: remove extra patch

* cleanup: delete leftover dnd widgets

* chore: update libcosmic

* fix: list view spacer height overflow
2024-04-10 09:41:25 -06:00
N-Hoffmann
fb47fc72c9 i(18n)fr: Added French translation 2024-03-30 09:21:18 -06:00