Commit Graph

2809 Commits

Author SHA1 Message Date
Mike Dilger
cdbd25de8f Fix PgUp/PgDn freezing 2024-02-29 05:46:05 +13:00
Mike Dilger
38e7c911ad Use a more reliable path for DefaultHasher that works in older compilers 2024-02-29 05:39:17 +13:00
Mike Dilger
ce21b8346d Update nostr-types 2024-02-28 09:09:29 +13:00
Mike Dilger
ecbcd0674b UI: show when lists are identical based on hash 2024-02-27 10:26:21 +13:00
Mike Dilger
4507e59d9d people::hash_person_list_event(PersonList) to get hash of personlist membership of an event 2024-02-27 10:26:21 +13:00
Mike Dilger
d332b84170 GLOBALS.storage.hash_person_list(PersonList) to get hash of stored PersonList (membership) 2024-02-27 10:26:21 +13:00
Mike Dilger
50e47da1a8 Honor dismiss immediately by forcing a feed refresh 2024-02-27 10:24:35 +13:00
Mike Dilger
3f9cc96b1a Don't offer delete for other people's posts 2024-02-27 10:14:16 +13:00
Mike Dilger
c4ba23f3aa Merge branch 'post-again' into unstable 2024-02-26 08:58:56 +13:00
Mike Dilger
e1cc2455c0 Fix bug related to saving seen_on data 2024-02-26 08:57:15 +13:00
Mike Dilger
caf6d21a48 UI menu option to post again 2024-02-26 08:57:15 +13:00
Mike Dilger
aeaa679be3 gossip lib code to call post_again() in overlord 2024-02-26 08:57:15 +13:00
Mike Dilger
ee32defeb7 impl Overlord::post_again() 2024-02-26 08:57:15 +13:00
Mike Dilger
96aa7dded4 Globals::relays_for_event(&Event) 2024-02-26 08:57:15 +13:00
Mike Dilger
f30f9bdda4 When posting events that are replies, rebroadcast the parent 2024-02-23 08:30:41 +13:00
bu5hm4nn
fe45e9903b
Merge pull request #644 from bu5hm4nn/fix/egui-native-dpi-detection
Fix bug when saving scaling settings
2024-02-20 13:26:55 -06:00
Bu5hm4nn
1c83e03428 Fix bug when saving: call App::init_scaling() after saving the settings because it reads the settings 2024-02-20 13:24:55 -06:00
bu5hm4nn
b6563fabbd
Merge pull request #643 from bu5hm4nn/fix/egui-native-dpi-detection
Fix/egui native dpi detection
2024-02-20 12:58:00 -06:00
Mike Dilger
3a9dccd84c Limit the relay connection craziness 2024-02-20 18:46:26 +13:00
Bu5hm4nn
5856a2ba22 Make changing DPI setting more intuitive by offering to revert back to native scaling 2024-02-19 14:31:11 -06:00
Bu5hm4nn
389fb26dbc Move initialization of UI scaling to first run of App::update() as due to changes in egui 0.24 the native DPI is not known until the Viewport is created 2024-02-19 14:30:33 -06:00
Mike Dilger
3e011a3b59 Advertise to all your inbox, outbox and discovery relays, even if they are otherwise pathetic 2024-02-19 19:08:46 +13:00
Mike Dilger
32c300066f Do not send websocket CLOSE if our peer sent it first. 2024-02-19 18:13:51 +13:00
Mike Dilger
4fe4de4031 Downgrade some log messages 2024-02-19 17:53:11 +13:00
Mike Dilger
d93cb1b1fe Downgrade an info! to a debug! 2024-02-18 14:38:23 +13:00
Michael Dilger
c988904497
Merge pull request #642 from bu5hm4nn/fix/stop-video-when-out-of-view
Video: Stop playing when scrolling out of view
2024-02-18 14:37:49 +13:00
Mike Dilger
17bf570b27 cargo clippy 2024-02-17 19:45:18 +13:00
Mike Dilger
738ad2872b If a sub comes back 'auth-required' and we don't allow auth to that relay, fail the sub 2024-02-17 19:43:47 +13:00
Mike Dilger
6e0f265ed0 Don't perma-fail a subscription due to AUTH race condition 2024-02-17 19:34:01 +13:00
Bu5hm4nn
74786e9d85 Video: Stop playing when scrolling out of view 2024-02-16 13:37:06 -06:00
Mike Dilger
e680226dd3 Update nostr-types (ncryptsec NFKC password normalization) 2024-02-17 07:41:53 +13:00
Mike Dilger
14b6e3984a Print event id when it doesn't match filters 2024-02-16 15:59:27 +13:00
Bu5hm4nn
1ca8084f08 Workaround for bug in egui 0.26.x that breaks Response::interact(sense) for egui::Frame responses. 2024-02-15 20:58:45 -06:00
Mike Dilger
26c63396a1 Fix: command delete_spam_by_content to work better for DM spam (kind=14 works now) 2024-02-16 10:01:15 +13:00
Bu5hm4nn
79ab68aa4a Fix for the deprecation warnings. And a bug fix for when tagging someone twice the cursor jumps to the first tag, now it jumps to the last tag. 2024-02-15 13:39:53 -06:00
Bu5hm4nn
fda89dd542 Change selection color to accent_color for better visibility and fix 2 unused imports 2024-02-15 12:52:18 -06:00
Mike Dilger
d0aa9c9ef8 Merge remote-tracking branch 'bushmann/updated-egui-test' into unstable 2024-02-16 07:31:02 +13:00
Mike Dilger
f55ec5ddae Fix warnings 2024-02-14 10:05:15 +13:00
Michael Dilger
0665bf2744
Merge pull request #640 from badonyx/patch-2
Update readme: scoop install from extras bucket
2024-02-14 07:42:34 +13:00
Bu5hm4nn
d37c48ad0d Update egui-video 2024-02-12 14:17:58 -06:00
Bu5hm4nn
ead6159e5c Scrolling: Use raw_scroll_delta because smooth_scroll_delta never reaches zero 2024-02-12 12:59:00 -06:00
Bu5hm4nn
f48728b141 Merge remote-tracking branch 'dilger/unstable' into updated-egui-test
# Conflicts:
#	gossip-bin/Cargo.toml
2024-02-12 12:30:45 -06:00
Bu5hm4nn
3351fabc06 Clipboard: Don't create a second Clipboard instance, instead use the ViewportCommand::RequestPaste command 2024-02-12 12:15:17 -06:00
Bu5hm4nn
f39877204e Fix: using wrong text position, introduced when porting to new egui 2024-02-11 23:14:47 -06:00
badonyx
7582f79b82
Fixup 2024-02-11 21:09:59 -08:00
badonyx
1754120411
scoop install from extras bucket 2024-02-11 21:03:37 -08:00
Bu5hm4nn
8192456aac Adapt kinetic scrolling for egui 0.26.0 2024-02-11 17:56:41 -06:00
Bu5hm4nn
3d53d7e4c7 Remove zbus build patch 2024-02-11 11:38:27 -06:00
Bu5hm4nn
687dae2cf8 Disable deadlock_detection for normal use 2024-02-10 17:06:48 -06:00
Bu5hm4nn
81a4546330 Fix auto-id warning 2024-02-10 16:55:34 -06:00