summary refs log tree commit diff
path: root/include/MainWindow.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris6-23/+57
Remove empty space between username & timeline widgets
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris3-3/+5
2018-05-25Fix resize slowness on the TopBarKonstantinos Sideris4-79/+42
2018-05-25Bump version to 0.4.2Konstantinos Sideris3-8/+8
2018-05-25Make the number of unread messages fit in the bubbleKonstantinos Sideris2-11/+22
fixes #330
2018-05-25Use the white for text on the dark themeKonstantinos Sideris2-0/+2
fixes #331
2018-05-24Fix "jumpy messages" regressionKonstantinos Sideris1-9/+1
Caused by the commit addressing #193
2018-05-24Bump version to 0.4.1Konstantinos Sideris3-8/+8
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris2-8/+47
fixes #193
2018-05-21Use std::string for the "creator" key in m.room.memberKonstantinos Sideris1-1/+1
2018-05-18Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2-8/+16
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris2-1/+12
2018-05-18Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2-0/+11
2018-05-18Generate missing translations stringsKonstantinos Sideris5-5/+120
2018-05-18Update dockerfiles with the qt-svg dependencyKonstantinos Sideris2-11/+7
2018-05-17Update screen-shotKonstantinos Sideris1-1/+1
[ci skip]
2018-05-17Add missing headerKonstantinos Side