summary refs log tree commit diff
path: root/src/TopRoomBar.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add member listKonstantinos Sideris2018-05-011-0/+6
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+6
|
* Remove dead codeKonstantinos Sideris2018-04-211-1/+0
|
* Clean up Top BarKonstantinos Sideris2018-04-211-20/+0
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-181-0/+3
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-22/+2
| | | | fixes #251
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-6/+6
|
* Remove QPropertyAnimation from modals to work around a regression on Qt ↵Konstantinos Sideris2018-02-171-3/+2
| | | | 5.10.1 (#87)
* 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
| | | | fixes #181
* 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
| | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
* 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
| | | Fixes #95
* 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 ↵Max Sandholm2017-10-011-0/+25
| | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
* 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
| | | | closes #52
* Small style changeKonstantinos Sideris2017-08-201-11/+12
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-7/+7
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* 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
| | | | | | Minor stylistic refactoring closes #29
* 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
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+93