miruka
|
519eaa2ca0
|
EventDelegate: replace json() by dict() for debug
When debugging an event, `target.dict()` will return an object that can
be properly worked with and pretty-printed using the `.j` command.
|
2020-09-02 11:26:44 -04:00 |
|
miruka
|
9c4d37f64b
|
Fix copying non-message single event text
For events with no body in their source, copy Mirage's generated
content text.
|
2020-09-02 10:56:45 -04:00 |
|
miruka
|
b79006f2ec
|
Rename menu "Debug this event" to just "Debug"
|
2020-09-02 10:43:12 -04:00 |
|
miruka
|
b3ca5599cf
|
Simplify & fix bugs event images context menu
Fix copy menu entries for messages with URL thumbnail previews
|
2020-09-02 10:40:37 -04:00 |
|
miruka
|
648c37f413
|
Refactor event context menu into its separate file
Have only one menu component attached to the EventList,
instead of every delegate carrying its own.
|
2020-09-02 09:47:42 -04:00 |
|