Joshua Goins
8a8874fcb6
Add missing thread roles in SearchModel
...
This fixes the message search so it works again!
(cherry picked from commit 08a0fbfd6b )
2024-01-13 20:35:25 -05:00
Joshua Goins
555d23863e
Port to QEvent::ApplicationPaletteChange
...
The paletteChanged on QGuiApplication is deprecated in Qt6
2023-11-10 18:30:27 +00:00
Tobias Fella
3a4f71de7f
Port to declarative type registration
2023-09-23 14:05:50 +00:00
James Graham
c04ddfde26
EventSource Refactor
...
Move showing th event source to a call to RoomManager. This means the SourceRole is no longer required in the message and search models
2023-09-15 10:54:04 +00:00
James Graham
2c6ab498ac
Event Handler
...
Similar to text handler, pull out the disparate array of functions which format information from an event ready for display in the UI and put in a handler class with a test suite.
requires https://github.com/quotient-im/libQuotient/pull/686
2023-09-07 19:02:50 +00:00
Tobias Fella
c963966f1d
Enforce namespaced includes for libQuotient
2023-07-15 14:05:11 +02:00
Tobias Fella
7587a1a418
Drop ifdefs for libQuotient 0.7
2023-07-15 09:18:05 +02:00
Laurent Montel
a8536b0634
Remove extra ;
2023-07-12 18:16:55 +00:00
Laurent Montel
a5da17b000
Use explicit keyword
2023-07-12 11:49:12 +00:00
Tobias Fella
1de160cb19
Fix the search page
...
The search model needed to adapted to the changes in messageeventmodel
2023-06-10 13:57:03 +00:00
James Graham
6ec7d8d6b4
Use DelegateTypeRole searchmodel
...
Change EventTypeRole to DelegateTypeRole to match updated message event model.
2023-04-16 08:32:51 +00:00
James Graham
973ec24674
Document searchmodel
2023-04-15 17:57:21 +00:00
Tobias Fella
ac88e13e58
Update Tobias' email address
2023-02-27 19:13:48 +01:00
James Graham
594a5cf6ca
Move the qt models to their own folder
...
Felt like the src folder was getting a bit crowded so move all the models to a folder named models.
2023-01-22 21:33:30 +00:00