nathan
1bfd3ac6fe
Et2VfsSelectDialog: In Save As mode, selecting a file changes filename to the selected name
...
Plus some vertical spacing fixes
2024-03-21 09:31:32 -06:00
nathan
f4466a01b4
Et2VfsSelectButton: Fix slotted custom dialog did not actually work
2024-03-20 14:29:36 -06:00
nathan
e3272db8d4
Et2VfsSelectDialog: Implement mime filtering on localSearch
2024-03-20 14:29:36 -06:00
nathan
569b0de351
Et2VfsSelectDialog: Fix bad value after double-clicking a directory
2024-03-19 10:40:00 -06:00
nathan
4153103324
Et2VfsSelectDialog: Fix double click closed without selecting file
2024-03-15 15:52:24 -06:00
nathan
7c9b3dd9e8
Better support single/multiple UI updates
2024-03-08 16:32:31 -07:00
nathan
78810e9653
VfsSelectDialog bugfixes:
...
- Fix passing mimeList via loadWebComponent() did not preserve objects but stringified them
- Fix initial search fired before attributes got set when loaded via loadWebComponent()
- Fix show() did not always wait for dialog
2024-03-06 14:27:00 -07:00
nathan
d8d7560d12
Swap in vfsPath webComponent
2024-03-05 16:34:19 -07:00
nathan
c270189626
Et2VfsSelectDialog: Fix save as did not use the new filename
2024-03-01 14:37:53 -07:00
nathan
f70ac106e5
Et2VfsSelectDialog: Make selected file check more visible
2024-02-29 10:19:05 -07:00
nathan
5e6bc15887
Fix Et2VfsSelectDialog file selection needed double click to toggle
2024-02-29 10:03:44 -07:00
nathan
11f9196b42
Use new VFS Select in customfield type application-filemanager
2024-02-26 14:26:14 -07:00
nathan
5e32896ccd
VfsSelectDialog: Start with a specific width and height, still allowing user to resize
2024-02-23 08:49:15 -07:00
nathan
a8389d4286
Switch VfsSelectDialog to new SearchMixin
2024-02-22 16:21:28 -07:00
nathan
b5179cac22
Et2VfsSelectDialog: Include total results and "# more..." indicator
2024-02-21 12:55:02 -07:00
nathan
3b65a4a810
Et2VfsSelectDialog: Fix search waiting for too many characters
2024-02-21 12:55:02 -07:00
nathan
a427d3e462
Et2Vfs widget docs
2024-02-21 12:55:02 -07:00
nathan
c9d89b348c
Docs for Vfs select dialog
2024-02-21 12:55:02 -07:00
nathan
e7d66f22e6
Get docs working again
...
- Avoid the whole thing breaking when one class is bad (still no idea why)
- Add some missing documentation
2024-02-20 16:20:00 -07:00
nathan
33519123a1
Dialog progres
...
- Add test file, but it can't be used since Et2Dialog still includes legacy widgets (which break automatic testing)
- Update dependencies
2024-02-20 09:56:29 -07:00
nathan
288c0c39e9
Switch on new Et2VfsSelect widget(s)
...
includes mail
2024-02-12 10:32:28 -07:00
nathan
63083ee811
Et2VfsSelectDialog: Get add directory button responding to current path permissions
2024-02-12 08:09:26 -07:00
nathan
e25152fb1e
Et2VfsSelect WIP
...
- Support for custom footer buttons via slotting inside Et2VfsSelectButton
- pass dialog button ID along to Et2VfsSelectButton method
2024-02-12 08:09:26 -07:00
nathan
1ba476ef6f
Et2VfsSelectDialog WIP
...
- Handle server giving us a different path
- Key handlers
2024-02-06 16:16:00 -07:00
nathan
7b323d3200
Et2VfsPath: Handle trailing /
2024-02-06 14:38:07 -07:00
nathan
2e553911b0
Further work on Et2VfsSelect
...
- Button opens dialog & handles action
- Button shows feedback while processing
- Fix dialog flex spacing
- Fix dialog re-use was not clean
2024-02-02 15:20:33 -07:00
nathan
379729daff
WIP VFS Select: split off dialog and made button its own component for easier backward compatability
2024-01-29 09:58:29 -07:00
nathan
b19c913006
Et2VfsPath widget
2024-01-25 15:24:46 -07:00
nathan
e68215102c
WIP Et2VfsSelect - fix favorites
2024-01-22 15:41:32 -07:00
nathan
2539089d02
WIP Et2VfsSelect - user file type filter
2024-01-22 15:19:57 -07:00
nathan
bc42283369
WIP Et2VfsSelect - styles
...
- fixed width on the icon
- fixed height on dialog
2024-01-18 11:09:58 -07:00
nathan
faeee31155
WIP Et2VfsSelect: Now files showing up in list
2024-01-17 16:32:09 -07:00
nathan
0ca406ad78
WIP Et2VfsSelect
...
Just getting started
2024-01-16 08:26:18 -07:00
Nathan Gray
e323cd1d79
Feature/shoelace 2.4 upgrade ( #135 )
...
Update shoelace to 2.9.0
2023-09-13 11:55:33 -06:00
nathan
a5929388fc
Et2VfsMime: Add value getter
...
Fixes tracker comments with more than one image would only show the last
2023-01-17 08:37:24 -07:00
ralf
05b316f7ff
move egw_get_file_editor_prefered_mimes() to egw.file_editor_prefered_mimes() as everything in old jsapi.js is deprecated and should be removed
...
.
2022-10-18 08:30:15 +02:00
ralf
7f36de45a4
take symlink indicator from api not old etemplate app
...
Using LGPL licenses GNOME icon: https://de.wikipedia.org/wiki/Datei:High-contrast-emblem-symbolic-link.svg
2022-08-08 14:12:20 +02:00
ralf
d0494ce286
fix "No appropriate target application" error when trying to open a directory in filemanager with a double click
...
caused by et2-image href attribute being set to the row-id / vfs-path and causing et2-image click handler to call egw.open_link with the vfs-path as url
overwriting _handleClick now for et2-vfs-mime to only call expose, but never the parent (et2-image) _handleClick, so action-system get a chance to handle it
2022-08-02 14:59:03 +02:00
ralf
ac5932240b
remove old expose view / blueimp gallery and all widgets which have been using them:
...
- new web-components are unconditionally replacing them via the preprocessor
- some widgets (eg. et2_description) could not be removed as other legacy widgets are extending them, but they are no longer registered
- as there are many places using et2_createWidget('description', ...), et2_description returns now web-components for no longer existing widgets
2022-05-13 11:59:13 +02:00