nheko/src
Konstantinos Sideris 27f7142cd8 Initial implementation for local echo
Each HistoryView maintains a list of pending events. Each pending
message is validated from the homeserver with either the returned
EventId or the body of the message.

Currently there is no support to remove invalid messages.

Also some small refactoring:
    - ChatPage doesn't know about the message being sent. The message
      delivery is solely handled by HistoryViewManager.
    - Nick coloring function moved to HistoryViewManager.
2017-04-13 04:11:22 +03:00
..
ui Decrease button's animation duration 2017-04-11 18:54:24 +03:00
ChatPage.cc Initial implementation for local echo 2017-04-13 04:11:22 +03:00
Deserializable.cc Remove exception specifications 2017-04-09 18:09:09 +03:00
HistoryView.cc Initial implementation for local echo 2017-04-13 04:11:22 +03:00
HistoryViewItem.cc Initial implementation for local echo 2017-04-13 04:11:22 +03:00
HistoryViewManager.cc Initial implementation for local echo 2017-04-13 04:11:22 +03:00
InputValidator.cc Use Matrix ID for login 2017-04-10 01:47:15 +03:00
Login.cc Remove exception specifications 2017-04-09 18:09:09 +03:00
LoginPage.cc Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
main.cc Initial commit 2017-04-06 02:06:42 +03:00
MainWindow.cc Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
MatrixClient.cc Initial implementation for local echo 2017-04-13 04:11:22 +03:00
Profile.cc Remove exception specifications 2017-04-09 18:09:09 +03:00
Register.cc Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
RegisterPage.cc Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
RoomInfo.cc Initial commit 2017-04-06 02:06:42 +03:00
RoomInfoListItem.cc Use less contrast on the sidebar 2017-04-12 02:44:01 +03:00
RoomList.cc Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
SlidingStackWidget.cc Initial commit 2017-04-06 02:06:42 +03:00
Sync.cc Remove exception specifications 2017-04-09 18:09:09 +03:00
TextInputWidget.cc Don't use icons as room avatars 2017-04-12 17:14:53 +03:00
TopRoomBar.cc Small stylistic changes 2017-04-12 01:29:25 +03:00
UserInfoWidget.cc Use less contrast on the sidebar 2017-04-12 02:44:01 +03:00
WelcomePage.cc Initial commit 2017-04-06 02:06:42 +03:00