Jeremy Soller
|
c8aa80fb2f
|
Add operation to permanently delete trash items, fixes #841
|
2025-03-03 13:44:06 -07:00 |
|
Jeremy Soller
|
3cce822ffc
|
Fix multiple operation progress, fixes #842
|
2025-03-03 13:05:11 -07:00 |
|
Jeremy Soller
|
1880d0a270
|
Format
|
2025-03-03 13:04:50 -07:00 |
|
Jeremy Soller
|
3ed7c47c8a
|
Merge pull request #845 from eud3/catala
i18n(ca): Add Catalan translation
|
2025-03-03 11:52:46 -07:00 |
|
Jeremy Soller
|
a4014713b4
|
Merge pull request #833 from thatdevsherry/fix/trash-items-future-date
fix: prevent showing future date in trash items
|
2025-03-03 11:52:33 -07:00 |
|
Eudald
|
0322f89c47
|
i18n(ca): Add Catalan translation
|
2025-03-03 15:21:06 +01:00 |
|
Shehriyar Qureshi
|
2e31d99a0d
|
fix(tab): prevent showing future date in trash items
trash items were showing future dates due to `now + time_deleted`.
Fixed by subtracting `time_deleted` instead
|
2025-03-01 13:46:23 +05:00 |
|
Jeremy Soller
|
e7e608a3fe
|
Merge pull request #824 from joshuamegnauth54/issue-775-respect-military-time-opt
Respect military time config from time applet
|
2025-02-24 08:34:20 -07:00 |
|
Josh Megnauth
|
e34dcf1372
|
Respect military time config from time applet
Closes: #775
|
2025-02-24 01:02:30 -05:00 |
|
Jeremy Soller
|
f31ecf0d35
|
Merge pull request #821 from aindriu80/master
(i18n) Added Irish translation
|
2025-02-22 07:46:04 -07:00 |
|
Aindriú Mac Giolla Eoin
|
da8bad8790
|
Added Irish translation
|
2025-02-22 11:00:58 +00:00 |
|
Jeremy Soller
|
38829f4c00
|
Move dbus-config to optional feature
|
2025-02-21 13:23:16 -07:00 |
|
Jeremy Soller
|
cd43d722d6
|
Merge pull request #816 from ellieplayswow/bugfix/drag-scroll-virtual-cursor-desync
Bugfix to how virtual cursor is calculated before DragEnd when drag-scrolling
|
2025-02-21 06:49:03 -07:00 |
|
Jeremy Soller
|
6f87b76495
|
Merge pull request #818 from johnoye742/master
Fixes issue #817 with thumbnails
|
2025-02-21 06:47:48 -07:00 |
|
johnoye742
|
42d4213207
|
Fixes issue #817 with thumbnails
Fixes the issue with thumbnails by explicitly setting the icon widget width to always be the minimum preventing overflow.
|
2025-02-21 10:47:10 +01:00 |
|
ellieplayswow
|
9a474d8eca
|
Removing unused import
|
2025-02-20 21:38:25 +00:00 |
|
ellieplayswow
|
87b87f9a83
|
Change calculation of virtual drag area to work with subscription by not relying on mouse movements
|
2025-02-20 21:31:42 +00:00 |
|
Michael Aaron Murphy
|
491b46a131
|
perf: update libcosmic to improve window resize performance
|
2025-02-20 13:48:31 +01:00 |
|
Jeremy Soller
|
f934a5a2c5
|
Merge pull request #812 from ellieplayswow/feature/drag-scroll
adding in drag-scroll functionality when cursor is outside of scrollable viewport
|
2025-02-19 12:41:04 -07:00 |
|
ellieplayswow
|
1e5123af17
|
Fixing issue with scroll speed subscription not working in dev profile, removing speed code as redundant
|
2025-02-19 19:30:40 +00:00 |
|
Jeremy Soller
|
9cda860f6f
|
Merge pull request #813 from feikedonia/master
i18n(nl) update Dutch translation
|
2025-02-19 12:08:21 -07:00 |
|
Jeremy Soller
|
ed10eb3cd7
|
Merge pull request #815 from mkljczk/pl
i18n(pl): update Polish translation
|
2025-02-19 12:07:52 -07:00 |
|
mkljczk
|
aa6f564603
|
i18n(pl): update Polish translation
Signed-off-by: mkljczk <git@mkljczk.pl>
|
2025-02-19 20:06:09 +01:00 |
|
Jeremy Soller
|
1018ebecaf
|
Merge pull request #814 from pop-os/update
chore: upgrade dependencies
|
2025-02-19 10:43:58 -07:00 |
|
Michael Aaron Murphy
|
1733cc98d4
|
chore: upgrade dependencies
|
2025-02-19 18:14:31 +01:00 |
|
ellieplayswow
|
9d60ca1564
|
Moving autoscroll to a subscription on fixed timer + calculating speed based off of distance to edge
|
2025-02-19 11:29:19 +00:00 |
|
Feike Donia
|
9527a79d02
|
i18n(nl) update Dutch translation
|
2025-02-19 11:01:06 +01:00 |
|
Jeremy Soller
|
912f8ca4db
|
Merge pull request #809 from therealmate/master
Update Hungarian translations
|
2025-02-18 15:13:44 -07:00 |
|
Jeremy Soller
|
01803d0f4f
|
Merge pull request #811 from be-we/master
i18n(de): add German translation
|
2025-02-18 15:13:31 -07:00 |
|
ellieplayswow
|
169d8ef365
|
Fixing issue with x-axis desyncing
|
2025-02-18 13:58:00 +00:00 |
|
ellieplayswow
|
e774ea1774
|
Fixing issue where swapping between list & grid view 'desync' the virtual cursor
|
2025-02-18 13:32:54 +00:00 |
|
ellieplayswow
|
4a3b95e615
|
Fixing some jankiness by decoupling scroll offset vs 'virtual' cursor position & resetting after drag end
|
2025-02-18 13:14:40 +00:00 |
|
ellieplayswow
|
23596a1646
|
Implementing 'virtual cursor offset' to help track & dynamically update drag rect
|
2025-02-18 11:54:39 +00:00 |
|
ellieplayswow
|
df74f085ce
|
Adding in resize listener for gridview
|
2025-02-18 00:07:22 +00:00 |
|
ellieplayswow
|
7c6df15f08
|
Adding in new functionality to scroll the file window when dragging outside the viewport of the scrollable
|
2025-02-17 23:53:12 +00:00 |
|
therealmate
|
439f685042
|
Update Hungarian translations
|
2025-02-17 12:45:44 +01:00 |
|
Benjamin Weis
|
bf0cc412f3
|
i18n(de): add German translation
|
2025-02-16 21:32:42 +01:00 |
|
Jeremy Soller
|
a092aa2383
|
Merge pull request #803 from pop-os/libcosmic
chore: update libcosmic with mmap threshold fix
|
2025-02-12 13:35:56 -07:00 |
|
Jeremy Soller
|
f63b0f097b
|
Merge pull request #804 from pop-os/fix-desktop-active-tab
fix: set the active tab in desktop mode when the window is focused
|
2025-02-12 13:35:17 -07:00 |
|
Ashley Wulber
|
62deeb549b
|
fix: set the active tab in desktop mode when the window is focused
|
2025-02-12 13:56:59 -05:00 |
|
Michael Aaron Murphy
|
64c591ed19
|
chore: update libcosmic with mmap threshold fix
|
2025-02-12 19:19:19 +01:00 |
|
Jeremy Soller
|
17b0c665e7
|
Improve permissions descriptions
|
2025-02-12 10:45:20 -07:00 |
|
Jeremy Soller
|
b9b909c628
|
Merge branch 'master' of https://github.com/pop-os/cosmic-files
|
2025-02-12 10:45:01 -07:00 |
|
Jeremy Soller
|
ed5d053932
|
Add mode samples
|
2025-02-12 10:44:53 -07:00 |
|
Jeremy Soller
|
c440b20c2f
|
Merge pull request #802 from pop-os/mmap
fix(applet): set mmap threshold to lower memory usage
|
2025-02-12 09:36:05 -07:00 |
|
Michael Aaron Murphy
|
938f008374
|
fix(applet): set mmap threshold to lower memory usage
|
2025-02-12 17:31:26 +01:00 |
|
Jeremy Soller
|
67946ccacc
|
Merge pull request #796 from VandaLHJ/patch-11
Update cosmic_files.ftl PL translation Password Grid Spacing
|
2025-02-11 09:38:34 -07:00 |
|
Jeremy Soller
|
18416e3976
|
Merge pull request #797 from feikedonia/master
i18n(nl) update and improve Dutch translation
|
2025-02-11 09:38:18 -07:00 |
|
Jeremy Soller
|
e96258917a
|
Merge pull request #794 from git-f0x/master
Set max height for previews
|
2025-02-11 09:38:02 -07:00 |
|
Jeremy Soller
|
ffb4e45786
|
Merge pull request #799 from l-const/master
Fix unit test - fedora build.
|
2025-02-11 09:37:36 -07:00 |
|