Commit Graph

146 Commits

Author SHA1 Message Date
ralf
29481248d1 fix diff to master 2024-11-06 16:34:29 +01:00
ralf
6cc35c9305 Merge branch 'master' into 23.1 2024-11-06 05:25:34 +01:00
nathan
25ff5fe490 Et2LinkList: Fix file uploads when entry is not yet saved doubled the list of links 2024-11-05 14:51:08 -07:00
nathan
b29aafcaf3 Remove border from buttons without labels for fancy theme
Needed some parts exposed.
2024-11-04 14:15:39 -07:00
nathan
547fac56d0 Et2LinkEntry: Fix required color was not visible 2024-10-21 10:37:14 -06:00
nathan
405fe13242 Et2LinkEntry: Fix required color was not visible 2024-10-21 10:34:45 -06:00
nathan
d8cbf88207 Et2LinkString & Et2LinkList performance enhancements
- Limit server fetch to a certain amount of links (default 20)
- Load more button for Et2LinkList, More... for Et2LinkString
- Defer server fetch during initial loading for faster initial load
- Use repeat() so LitElement can do node caching magic

* Includes fixes for 23.1, most likely caused by missing cherry-pick or wrong cherry-pick order
2024-10-17 10:40:13 -06:00
nathan
e31470c58f Et2LinkTo: Fix several bugs
- Linked entries had no thumbnail
- Linking to VFS before initial save lost links
- Missing icon in VFS clipboard paste
2024-10-17 08:16:41 -06:00
ralf
7128486d7e Revert "Fix link-string in nextmatch did not show values" as no more links shown :(
This reverts commit 2c07840e95c6348da3b8b861e8b5e10aa3aefe7e.^
2024-10-17 13:16:48 +02:00
nathan
65caab5c06 Et2LinkTo: Fix several bugs
- Linked entries had no thumbnail
- Linking to VFS before initial save lost links
- Missing icon in VFS clipboard paste
2024-10-16 16:31:07 -06:00
nathan
2c07840e95 Fix link-string in nextmatch did not show values 2024-10-16 08:29:48 -06:00
nathan
42c869c70f Fix link-string in nextmatch did not show values 2024-10-15 09:06:08 -06:00
nathan
b7215be0f1 Limit links in infolog list 2024-10-04 09:42:44 -06:00
nathan
e15c8a24f1 Et2LinkList: Fix screwed up merge & contextmenu 2024-09-24 16:57:47 -06:00
nathan
41e7e29dab Missing Et2LinkList changes 2024-09-24 16:15:52 -06:00
nathan
58763707fd Et2LinkString & Et2LinkList performance enhancements
- Limit server fetch to a certain amount of links (default 20)
- Load more button for Et2LinkList, More... for Et2LinkString
- Defer server fetch during initial loading for faster initial load
- Use repeat() so LitElement can do node caching magic
2024-09-24 11:50:38 -06:00
ralf
f72dec6d52 * All apps: limit number of loaded links to 20 and showing a load more button, if more are available 2024-09-24 12:34:20 +02:00
ralf
3fbf2e99fd * All apps: limit number of loaded links to 20 and showing a load more button, if more are available 2024-09-24 11:32:17 +02:00
nathan
a556fae0f3 Et2LinkList: Do not create context menu until needed 2024-09-17 09:07:33 -06:00
nathan
6e7a01dde9 Et2LinkList: Do not create context menu until needed 2024-09-17 08:50:05 -06:00
nathan
46fcfd5bcd Fix context menu "Copy ..." of text contents 2024-08-02 10:14:56 +02:00
nathan
5f2aba2af9 Fix context menu "Copy ..." of text contents 2024-08-01 10:36:17 -06:00
nathan
37538a22cd Fix link entry doesn't always show applications 2024-07-24 09:19:57 -06:00
nathan
e311d4fb28 Fix link entry doesn't always show applications 2024-07-24 09:16:14 -06:00
nathan
a58e92a4a7 Et2LinkTo: Fix paste from clipboard button was always disabled 2024-07-16 09:16:14 -06:00
nathan
485d6a7f40 Et2LinkTo: Fix paste from clipboard button was always disabled 2024-07-16 09:07:13 -06:00
nathan
a731143be6 Et2VfsSelectDialog
- Remember last used path, start there next time if path was not provided
- Single click now opens sub-dir.  Current path is used for select-dir mode
- Fix Copy To in Et2LinkList context menu
2024-07-16 09:04:30 -06:00
nathan
7eee15c980 Et2VfsSelectDialog
- Remember last used path, start there next time if path was not provided
- Single click now opens sub-dir.  Current path is used for select-dir mode
- Fix Copy To in Et2LinkList context menu
2024-07-15 16:19:39 -06:00
nathan
c363cc7180 Fix Et2LinkAdd still tried to use Lion slots 2024-07-15 09:59:14 -06:00
ralf
445c0b9206 Revert "Fix Et2LinkAdd still tried to use Lion slots" as it seems to break all CSS in 23.1 :(
This reverts commit 874264bc26.
2024-07-13 06:56:54 +02:00
nathan
874264bc26 Fix Et2LinkAdd still tried to use Lion slots 2024-07-12 09:55:30 -06:00
nathan
0d91361c47 Fix Et2LinkAdd still tried to use Lion slots 2024-07-11 16:39:28 -06:00
ralf
59ecd0688c Merge branch 'master' into 23.1 2024-07-08 09:35:12 +02:00
nathan
e596d60395 Et2LinkTo: Fix Link button did not show after selecting an entry
Broken by ba744d3292
2024-05-21 15:10:29 -06:00
nathan
9eee63bbbd Et2LinkEntry: Fix initial value not shown 2024-05-10 10:31:48 -06:00
nathan
ba744d3292 Remove Lion 2024-05-07 14:46:44 -06:00
nathan
f7e352f541 Add entries to Link To paste dialog 2024-04-04 15:38:55 -06:00
nathan
8658e46676 Link Paste changes
- Add copy & move buttons
- Better dialog title
- Add some tooltips
2024-03-27 15:25:15 -06:00
nathan
335f618736 Api: Add a paste button to et2-link-to widget
Paste lets you link filemanager files previously put into the clipboard via filemanager context menu
2024-03-20 14:29:36 -06:00
nathan
6d8d15fbcc Api: Use new VfsSelect webcomponent in LinkTo 2024-02-12 08:09:26 -07:00
ralf
59d50c344a fix TypeError in InfoLog caused by _searchNode not yet instantiated 2024-02-11 08:45:17 +02:00
ralf
86c76a434a allow to pass a JSON filter object to application-type custom-fields:
adressbook: '{"owner":5,"cat_id":[1,3]}' will only return contacts from personal AB of user #5 with either cat_id 1 or 2
2024-02-11 08:45:17 +02:00
ralf
eb89c96e4b fix TypeError in InfoLog caused by _searchNode not yet instantiated 2024-02-09 09:19:18 +02:00
ralf
782bbec4cf allow to pass a JSON filter object to application-type custom-fields:
adressbook: '{"owner":5,"cat_id":[1,3]}' will only return contacts from personal AB of user #5 with either cat_id 1 or 2
2024-02-08 22:26:26 +02:00
nathan
a23cfd37b0 Fix nextmatch entry filter header could not be cleared 2023-12-07 10:44:56 -07:00
nathan
c5e7f7d7e7 Fix nextmatch entry filter header could not be cleared 2023-12-06 14:46:07 -07:00
nathan
c400b548e8 Fix unable to save cleared link value 2023-12-06 09:15:29 -07:00
nathan
d24c0f05ce Fix unable to clear link value 2023-12-06 09:15:21 -07:00
nathan
1e4435fb3a Fix unable to save cleared link value 2023-12-05 08:59:18 -07:00
nathan
4343fbca32 Fix unable to clear link value 2023-12-04 17:06:26 -07:00