matrixion/include
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 Remove halo animation 2017-04-11 18:45:01 +03:00
ChatPage.h Initial implementation for local echo 2017-04-13 04:11:22 +03:00
Deserializable.h Remove exception specifications 2017-04-09 18:09:09 +03:00
HistoryView.h Initial implementation for local echo 2017-04-13 04:11:22 +03:00
HistoryViewItem.h Initial implementation for local echo 2017-04-13 04:11:22 +03:00
HistoryViewManager.h Initial implementation for local echo 2017-04-13 04:11:22 +03:00
InputValidator.h Initial commit 2017-04-06 02:06:42 +03:00
Login.h Remove exception specifications 2017-04-09 18:09:09 +03:00
LoginPage.h Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
MainWindow.h Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
MatrixClient.h Initial implementation for local echo 2017-04-13 04:11:22 +03:00
Profile.h Remove exception specifications 2017-04-09 18:09:09 +03:00
Register.h Remove exception specifications 2017-04-09 18:09:09 +03:00
RegisterPage.h Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
RoomInfo.h Initial commit 2017-04-06 02:06:42 +03:00
RoomInfoListItem.h Use const refs for the deserialized data 2017-04-06 19:56:33 +03:00
RoomList.h Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
SlidingStackWidget.h Initial commit 2017-04-06 02:06:42 +03:00
Sync.h Remove exception specifications 2017-04-09 18:09:09 +03:00
TextInputWidget.h Initial commit 2017-04-06 02:06:42 +03:00
TopRoomBar.h Handle room avatars in top bar without an icon 2017-04-10 19:01:09 +03:00
UserInfoWidget.h Add logout button 2017-04-09 02:17:04 +03:00
WelcomePage.h Initial commit 2017-04-06 02:06:42 +03:00