summary refs log tree commit diff
path: root/resources/fonts/OpenSans-BoldItalic.ttf (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-15Show the unread message count on the window titleKonstantinos Sideris6-1/+41
2017-04-15Move the main window to the centerKonstantinos Sideris2-1/+9
2017-04-15Add initial support for unread message countKonstantinos Sideris11-11/+102
- Add border width on Badge
2017-04-14Update screenKonstantinos Sideris1-1/+1
2017-04-14Use color generator for nick namesKonstantinos Sideris6-38/+60
2017-04-14Use light themeKonstantinos Sideris13-44/+48
2017-04-13Add proper struct initializationKonstantinos Sideris2-4/+9
2017-04-13Initial implementation for local echoKonstantinos Sideris10-48/+244
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-12Don't use icons as room avatarsKonstantinos Sideris2-3/+2
2017-04-12Use less contrast on the sidebarKonstantinos Sideris3-5/+6
2017-04-12Small stylistic changesKonstantinos Sideris3-12/+9
2017-04-12Add style for m.noticeKonstantinos Sideris1-1/+4
Tone down the main text color
2017-04-11Use a single nick to color mapKonstantinos Sideris4-47/+49
2017-04-11Update CIKonstantinos Sideris3-6/+15
2017-04-11Decrease button's animation durationKonstantinos Sideris1-2/+2
2017-04-11Remove halo animationKonstantinos Sideris3-140/+0
2017-04-11Remove capitalizationKonstantinos Sideris3-36/+31
2017-04-11Use only a MatrixClient as a shared pointerKonstantinos Sideris15-220/+214
2017-04-11Make the timer single shotKonstantinos Sideris4-12/+24
2017-04-10Allow message text selectionKonstantinos Sideris1-0/+1
2017-04-10Handle room avatars in top bar without an iconKonstantinos Sideris3-0/+13
2017-04-10Hide horizontal scroll bar on history viewKonstantinos Sideris2-2/+2
2017-04-10Use QString::simplified instead of regexKonstantinos Sideris2-3/+3
2017-04-10Update readmeKonstantinos Sideris1-9/+25
2017-04-10Use Matrix ID for loginKonstantinos Sideris3-14/+14
2017-04-10Sanitize room info for displayKonstantinos Sideris2-13/+17
2017-04-09Disable travis notificationsKonstantinos Sideris1-0/+3
[ci skip]
2017-04-09Remove exception specificationsKonstantinos Sideris12-45/+45
2017-04-09Add appveyor CIKonstantinos Sideris3-10/+41
2017-04-09Add travis CIKonstantinos Sideris5-9/+43
2017-04-09Clear text fields after loginKonstantinos Sideris3-0/+9
2017-04-09Add logout buttonKonstantinos Sideris17-41/+166
Logout from the current session and invalidate the current token
2017-04-08Implement initial registration stageKonstantinos Sideris7-21/+216