James Graham
d2d48110cb
Use the rich text char format to store mentions rather than a separate structure in ChatBarCache.
...
This removes mentions from ChatBarCache and instead sets mentions as an anchor using the QTextCursor. Saving and restoring the chatbar text content is then done using QTextDocumentFragments which retain the rich text formatting.
2026-02-24 16:54:48 +00:00
James Graham
dff6ab66f1
Comment updates
2026-02-14 19:53:03 +00:00
James Graham
6b318ec754
Update the look of the chatbar to be floating with the rich text controls on top and send buttons inline
2026-02-14 19:52:45 +00:00
James Graham
9ea76ca5d0
Move the remaining functionality of ChatDocumentHandler to ChatTextItemHelper or split into own objects
2026-02-14 19:52:45 +00:00
James Graham
416d85af3b
Spearate completion from ChatDocumentHandler
2026-02-14 19:52:44 +00:00
James Graham
bffd7fb13d
Move ChatDocumentHandler and related includes to LibNeoChat
2025-04-13 16:24:12 +01:00