moment/src/gui
miruka 58613446f0 Fix event context menu targeting wrong message
If user right clicked on the most recent event in the timeline
(index 0), a new message was posted in the room (the new index 0),
and the user right clicked on it, the EventContextMenu's `event`
property relying on the index would not detect any change and
thus would still target the previous event.

This affected options depending on this property like "Reply".

The problem was reproducible with any same index repetition, not just 0.
2021-03-03 17:12:08 -04:00
..
Base Add nonKineticScrollingSpeed multiplicator setting 2021-03-03 17:12:08 -04:00
Dialogs Add copyright header to source code files 2021-03-03 17:12:08 -04:00
MainPane Add copyright header to source code files 2021-03-03 17:12:08 -04:00
Pages Fix event context menu targeting wrong message 2021-03-03 17:12:08 -04:00
Popups Add copyright header to source code files 2021-03-03 17:12:08 -04:00
PythonBridge Add copyright header to source code files 2021-03-03 17:12:08 -04:00
ShortcutBundles Add copyright header to source code files 2021-03-03 17:12:08 -04:00
DebugConsole.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
IdleManager.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
LoadingScreen.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
ModelStore.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
PageLoader.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
qmldir Begin yet another model refactor 2020-01-06 03:41:14 -04:00
TrayIcon.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
UI.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
Utils.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00
Window.qml Add copyright header to source code files 2021-03-03 17:12:08 -04:00