summary refs log tree commit diff
path: root/src/TopRoomBar.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-22/+2
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-6/+6
* Remove QPropertyAnimation from modals to work around a regression on Qt 5.10....Konstantinos Sideris2018-02-171-3/+2
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-101-28/+1
* Handle case with no available roomsKonstantinos Sideris2018-02-021-0/+3
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-121-8/+4
* Use a better regex to identify URLsKonstantinos Sideris2017-12-241-1/+1
* Add menu to invite usersKonstantinos Sideris2017-12-101-3/+32
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-3/+1
* Create directories for related filesKonstantinos Sideris2017-11-301-1/+2
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-2/+0
* Remove unnecessary layoutsKonstantinos Sideris2017-11-081-2/+1
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-1/+1
* Clean up headersKonstantinos Sideris2017-10-281-0/+7
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-0/+28
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-4/+27
* Elide room topicKonstantinos Sideris2017-10-191-3/+13
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-3/+1
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-10/+19
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+25
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
* Add missing update callsKonstantinos Sideris2017-09-301-0/+1
* Use white as the background colorKonstantinos Sideris2017-09-201-1/+1
* Linkify URLs in room topicsKonstantinos Sideris2017-08-261-79/+86
* Small style changeKonstantinos Sideris2017-08-201-11/+12
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-7/+7
* Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-011-2/+9
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-1/+0
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-11/+5
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-20/+42
* Use light themeKonstantinos Sideris2017-04-141-4/+5
* Small stylistic changesKonstantinos Sideris2017-04-121-5/+5
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+10
* Add logout buttonKonstantinos Sideris2017-04-091-0/+7
* Initial commitKonstantinos Sideris2017-04-061-0/+93