Commit graph

78 commits

Author SHA1 Message Date
yggverse
36b86ef5cf begin window actions group implementation 2024-11-10 08:51:08 +02:00
yggverse
5f280efaf3 add new getters, switch accel target 2024-11-10 08:07:44 +02:00
yggverse
38f945105c move tab open action to separated mod 2024-11-10 07:57:22 +02:00
yggverse
9ff32a3419 begin local actions implementation 2024-11-10 07:09:55 +02:00
yggverse
6030df6328 move browser actions to destination submod level 2024-11-08 09:19:16 +02:00
yggverse
ec7a668cd9 begin action collections implementation (to reduce argument size by clippy) 2024-11-08 06:47:58 +02:00
yggverse
4342796d1a enshort constructions 2024-11-08 05:26:05 +02:00
yggverse
c843e5b7c0 replace arc with rc 2024-11-08 05:21:08 +02:00
yggverse
6d7277d831 remove extra referencers 2024-11-08 05:03:02 +02:00
yggverse
63b8bc2faa activate update action on tab select event 2024-11-05 10:43:32 +02:00
yggverse
9a4323fdda enshort methods name 2024-11-05 03:19:52 +02:00
yggverse
cf002cebd8 use separated mod for context menu model 2024-11-04 23:48:30 +02:00
yggverse
2d81cf7954 add history submenu 2024-11-04 23:31:34 +02:00
yggverse
998f51e0fc add pin action to context menu 2024-11-04 23:04:57 +02:00
yggverse
2aed6691b9 update comments 2024-11-04 22:52:15 +02:00
yggverse
a55f4724bc add home context menu, fix action state update 2024-11-04 22:46:26 +02:00
yggverse
dd1a4e6f3c add close actions 2024-11-04 22:15:47 +02:00
yggverse
5058c1be8a add page position for close action 2024-11-04 20:22:27 +02:00
yggverse
35491c3ef6 enshort constructions 2024-11-04 18:35:37 +02:00
yggverse
710093b161 fix active page reset 2024-11-04 17:38:40 +02:00
yggverse
b443d1c58e init context menu for page tabs 2024-11-04 04:52:33 +02:00
yggverse
39ee50c4ba move migration api out of struct implementation 2024-11-03 17:05:32 +02:00
yggverse
e3a6796627 draft redirection features 2024-11-02 04:44:07 +02:00
yggverse
532ed65ed8 rename base to home 2024-11-01 03:14:11 +02:00
yggverse
313122e5c3 rename actions 2024-11-01 03:09:09 +02:00
yggverse
920721412e drop Arc from SimpleAction #1 2024-10-27 12:50:36 +02:00
yggverse
18d0da99f2 insert new tab after current on middle click 2024-10-15 15:55:14 +03:00
yggverse
eb6d77328d update all tabs on id not found 2024-10-15 08:57:49 +03:00
yggverse
6c4137f2b6 make update action by item id 2024-10-15 08:45:44 +03:00
yggverse
e41216ab75 use shared pointer for page id string 2024-10-15 08:18:16 +03:00
yggverse
7d638c3b76 apply request to page appended 2024-10-14 06:45:05 +03:00
yggverse
6ccaf9d4c5 update navigation request on middle click the link 2024-10-14 06:42:06 +03:00
yggverse
ab73b9de5b register new local action 2024-10-14 05:57:33 +03:00
yggverse
28fcf247b2 create local actions group 2024-10-14 05:12:30 +03:00
yggverse
8f1e94dd68 draft new tab open on middle click 2024-10-14 01:13:26 +03:00
yggverse
ef227f276d fix tab append on initial application startup 2024-10-12 01:08:16 +03:00
yggverse
4759ce4815 update tab title on loading indicator inactive 2024-10-11 18:43:30 +03:00
yggverse
50f56c68f4 implement tab pin status on session save/restore 2024-10-11 06:29:50 +03:00
yggverse
fb8ef48917 implement tab pin action 2024-10-11 06:24:06 +03:00
yggverse
575ef01802 update tab title on new value exist only 2024-10-11 05:28:05 +03:00
yggverse
0c2658825e implement tab title update 2024-10-11 05:21:04 +03:00
yggverse
06cfd72c62 implement tabs id features 2024-10-11 05:01:42 +03:00
yggverse
09c08b2b6f implement tab restore feature 2024-10-11 04:37:06 +03:00
yggverse
d074ef17fe add is_selected_page option 2024-10-11 03:46:51 +03:00
yggverse
e0f5501067 append just one blank page if nothing to restore 2024-10-11 03:27:17 +03:00
yggverse
09e3d75fb3 enable restore features 2024-10-11 03:25:06 +03:00
yggverse
2630fa9283 create tab page on item construct 2024-10-11 03:06:48 +03:00
yggverse
9b94304756 remove testing data 2024-10-11 02:47:53 +03:00
yggverse
4370d1d971 drop options not in use 2024-10-11 02:40:08 +03:00
yggverse
a1aaebdb7e enable tab append, rename struct members 2024-10-11 02:00:26 +03:00