Compare commits

..

43 Commits

Author SHA1 Message Date
68fe486378
make adjacency loading work, extend range and use loops 2024-02-29 15:31:50 +01:00
50fefcaf14
replace old bad prev/next code with way better code 2024-02-29 00:19:55 +01:00
039fb39494
smaller contact frag fixes 2024-02-28 23:49:32 +01:00
5169ddc2cb
impl new acceleration structure for components, not exploited yet
disable funky load at first msg
2024-02-28 18:34:26 +01:00
8457690444
forgot to check contact 2024-02-28 01:07:17 +01:00
476e7b00a4
rework cursers for cg, keep views between switching. will be refactored later 2024-02-27 17:47:17 +01:00
32b69d337f
fix one inverted comparator 2024-02-26 01:23:31 +01:00
a5184e4212
stop ignoring mfs interval and sort after 2024-02-26 01:22:49 +01:00
b6f9562450
make inital curser a range 2024-02-25 18:56:11 +01:00
53103130be
loading logic implemented but broken (very funky and sometimes even out of contact) 2024-02-25 18:45:56 +01:00
4736a0dfad
load based on view cursers (untested and not used yet) 2024-02-23 11:18:40 +01:00
6fd6174b94
msg frag before and after helper 2024-02-21 11:32:40 +01:00
a142ea8da4
fix potential tsrange errors and deduplicate state 2024-02-20 11:07:18 +01:00
2196ea0b4a
make writing safe (by using a tmp file and moving to actual location) 2024-02-20 10:53:39 +01:00
385addff12
update tox contacts to support contact id merging 2024-02-19 15:33:50 +01:00
fd3850efbe
make empty contacts from ids on message load 2024-02-19 15:11:32 +01:00
8009ecd877
change binary meta format and add zstd to metadata 2024-02-19 12:32:09 +01:00
57df1ccd99
switch to streaming compressor for data to drastically improve ratio.
would still benefit from a abstract file refactor
2024-02-18 18:19:49 +01:00
64aac829ec
update fs readme a little 2024-02-18 13:25:15 +01:00
53cbda22ad
save msg json zstd compressed (3x compression) 2024-02-18 02:40:17 +01:00
d0c0f04642
simplify array cast a little 2024-02-17 23:04:34 +01:00
f82e202f4d
add zstd dep 2024-02-17 22:52:55 +01:00
3a6cc9cd24
comp refactor and make groups work 2024-02-17 19:30:52 +01:00
10a4ef5f69
move json around and disable files for now 2024-02-17 16:50:56 +01:00
4b3d468703
reverse message write order 2024-02-17 16:38:46 +01:00
0ce4b26eec
add dup check, would work for ngc if we saved tox group msg id yet 2024-02-17 14:44:50 +01:00
1c88e13180
fix dup on write 2024-02-17 12:21:26 +01:00
e6a75395a3
basically working, but some dup glitch is still there 2024-02-17 11:49:03 +01:00
1722511eca
scan laters 2024-02-16 19:55:07 +01:00
feea156833
fragment events + 256bit uuids 2024-02-16 18:56:25 +01:00
39a05cf781
refactor message serializer to allow access to eg contacts 2024-02-16 16:29:37 +01:00
07b7c6d642
further serializer refactoring 2024-02-15 19:06:56 +01:00
bbc5f5ac7b
improve deserialization and provide message comp deserl 2024-02-15 18:34:52 +01:00
ec230ac702
loading fragments mostly working (not notifying anyone yet) 2024-02-15 15:35:08 +01:00
cdf718a711
add contact id to meta 2024-02-15 15:35:08 +01:00
e1b919a76c
more comps 2024-02-15 15:35:08 +01:00
03800c3d7e
handle empty type 2024-02-15 15:35:08 +01:00
b0a2f780be
dump messages to data (some comps) 2024-02-15 15:35:08 +01:00
fdcc649e9c
message fragment meta is saved, but still empty data 2024-02-15 15:35:07 +01:00
05946da176
start with messages (no fragments get created yet) 2024-02-15 15:35:07 +01:00
ab545434ca
refactoring, add to mainscreen 2024-02-15 15:35:07 +01:00
8f8274c0b7
random ids 2024-02-15 15:35:07 +01:00
8dc22831ce
working prototpying code 2024-02-15 15:35:07 +01:00
3 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,3 @@
![tomato](res/icon/tomato_v1_256.png) ![tomato](res/icon/tomato_v1_256.png)
## Highly experimental solanaceae client with Tox built-in
![group chat](res/tomato_screenshot_group_bot_text_23-02-2024.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

View File

@ -32,7 +32,7 @@ struct SendImagePopup {
Rect crop_rect; Rect crop_rect;
Rect crop_before_drag; Rect crop_before_drag;
bool cropping {false}; bool cropping {true};
bool dragging_last_frame_ul {false}; bool dragging_last_frame_ul {false};
bool dragging_last_frame_lr {false}; bool dragging_last_frame_lr {false};