Azhar Momin
b42a82a455
Fix segfault in ContentProvider
...
QCache in ContentProvider handles cleanup for ThreadModel.
Setting NeoChatRoom as parent for ThreadModel caused it to
be deleted outside of QCache control leading to a double-free.
2026-02-19 16:34:33 -05:00
Laurent Montel
4cdc2b5e58
GIT_SILENT: Don't duplicate headers between .h/.cpp
2025-09-22 04:43:02 +00:00
Tobias Fella
c93ce52ba1
Remove various outdated ifdefs
2025-09-11 10:47:23 +02:00
James Graham
143c685045
Fix creating a new thread locally
...
Fix creating a new thread locally. We need to listen for the newThread signal and update the thread root event mode content
2025-08-06 18:10:03 +01:00
James Graham
f6e8491bf1
Split message content into its own module
...
This is laying some groundwork for the rich text chatbar.
2025-06-29 12:43:48 +01:00