Commit graph

55 commits

Author SHA1 Message Date
Jeremy Soller
d0359af0b5
Add support for bzip and xz tar files, part of #122 2024-09-17 12:31:54 -06:00
Jeremy Soller
8ace8d025a Mount network path as needed 2024-09-16 09:18:35 -06:00
Jeremy Soller
c3d6498042 WIP: support for network browsing 2024-09-16 09:18:35 -06:00
Jeremy Soller
0d8fd00dd3
Implement network drive connection, part of #202 2024-09-12 15:54:54 -06:00
Jeremy Soller
b851f3dd66
dialog: implement view and sort menu as designed 2024-09-11 14:22:40 -06:00
Jeremy Soller
76cf9865f0
Add sort menu, fixes #192 2024-09-11 13:29:00 -06:00
Jeremy Soller
5d596239be Desktop mode 2024-09-11 11:15:53 -06:00
Vukašin Vojinović
bbcfe19375
Vertically center context menu items (#444)
* fix: context menu layout

Makes the context menu text vertically centered.
Also removes the hacky list view item padding and makes the line under the breadcrumb accent-colored.

* fix: use spacing variables for menus

* fix
2024-09-11 11:02:47 -06:00
Jacob Kauffmann
1dbc831ed2 menus: Show new folder option before new file option 2024-09-11 09:52:45 -06:00
Jeremy Soller
4374132e2f
Add support for compressing to .tgz, add gio network mount example 2024-09-10 11:50:14 -06:00
Jeremy Soller
c4c92be708
Merge pull request #400 from francesco-gaglione/recent_section
Recents section
2024-09-10 10:02:13 -06:00
Nathan Rowe
13cd7138cc Add Compress menu option to add files to zip archive 2024-09-05 17:34:41 -04:00
Francesco Pio Gaglione
1ffb3b9870 fix merge conflicts 2024-08-20 08:30:41 +02:00
Nathan Rowe
ef23ff77e1 Enable extracting zip files to current folder 2024-08-19 12:12:08 -04:00
Jeremy Soller
b5b13ef1b8
Add Open item location for search results, fixes #280 2024-08-19 09:15:28 -06:00
Francesco Pio Gaglione
056724268e recent section 2024-08-16 14:42:09 +02:00
git-f0x
f03fc1e3ab feat: add missing file menu entries 2024-08-08 15:50:16 +02:00
git-f0x
b011bc7635 fix: add padding to context menu divider 2024-08-06 18:57:47 +02:00
Vukašin Vojinović
8efc6084ec
Merge branch 'master' into master 2024-07-12 19:46:53 +02:00
Vukašin Vojinović
3529717476 fix: text padding at min list size 2024-07-12 19:40:46 +02:00
Jeremy Soller
c3a28b3752
Rename operations to edit history, improve formatting, add progress button 2024-07-11 15:32:21 -06:00
Jason Rodney Hansen
419a4dcdc7 Add properties to bread crumbs context menu 2024-07-02 08:14:51 -06:00
Jason Rodney Hansen
808de5b355 Add key binds for open in new tab/window 2024-07-02 08:14:51 -06:00
Jason Rodney Hansen
7d3ae07067 Add context menu for breadcrumbs
* Open in new tab
* Open in new window
2024-07-02 08:14:51 -06:00
Jason Rodney Hansen
36bcf81bc6 Add ability to open folders in new tab/window 2024-07-02 08:14:51 -06:00
Jeremy Soller
6d8dbb398e Show search results in tab 2024-05-31 15:20:06 -06:00
maciekk64
a085499c0e default view config 2024-05-29 17:56:42 -06:00
Jeremy Soller
322dad2b8a
Implement view menu, fixes #184 2024-05-28 10:40:36 -06:00
Jeremy Soller
99c378873a
Implement add to sidebar, fixes #112 2024-05-09 12:48:33 -06:00
Michael Aaron Murphy
8c3af501ca feat: add context menus to nav bar 2024-04-23 11:49:14 -06:00
Eduardo Flores
0c39be4b48
refactor(menu): update menu declaration.
- Updated libcosmic
- Updated menu declaration.
2024-03-18 19:14:23 -07:00
Eduardo Flores
57e41766b9 improv(menu): update menu declaration.
- Updated libcosmic
- Updated menu declaration.
2024-03-17 14:49:24 -07:00
Josh Megnauth
7c8bcbe998 Nicer context menu sort buttons
Adds an up or down arrow code point to context menu sort buttons.
2024-03-16 11:24:19 -06:00
Josh Megnauth
02417a6f2f Add context menu items for sorting 2024-03-16 11:24:19 -06:00
Jeremy Soller
ef040c4277
Implement open in terminal 2024-03-04 10:28:16 -07:00
Jeremy Soller
26173d6529
Partial open with implementation, parse mimeapps.list files 2024-03-01 16:10:30 -07:00
Jeremy Soller
b9f959a298
Make items_opt private 2024-02-29 13:42:13 -07:00
Jeremy Soller
dc8433ce59
Add open message, improve context menus 2024-02-28 15:46:23 -07:00
Jeremy Soller
1dc9b9c1b1
Add Rename 2024-02-28 15:07:50 -07:00
Jeremy Soller
b39c845456
Add about page, add icons, use open crate 2024-02-28 09:29:17 -07:00
Jeremy Soller
f31f8a0559
Do not show operations page any time an operation is done 2024-02-27 13:08:31 -07:00
Jeremy Soller
c8f4eb9d34 WIP: buildout mouse interactions 2024-02-26 15:16:29 -07:00
Jeremy Soller
db485798da
Improve dialog handling 2024-02-13 12:29:50 -07:00
Jeremy Soller
cb4bd84ea5 Rebase on new libcosmic and iced 2024-02-09 07:09:51 -07:00
Jeremy Soller
87ad2f7dd9
Convert to library 2024-02-01 15:14:14 -07:00
Jeremy Soller
12a2a39a9f
Implement history, show operations, implement trash 2024-01-30 10:47:41 -07:00
Jeremy Soller
004fd617ea
Show key bindings in menu 2024-01-29 12:21:54 -07:00
Jeremy Soller
1aba09a4d0
Add menu 2024-01-10 11:39:04 -07:00
Jeremy Soller
716991a302
Change context menu based on selection 2024-01-10 10:15:16 -07:00
Jeremy Soller
07c91042db
Improve selection logic 2024-01-10 09:47:47 -07:00