summary refs log tree commit diff
path: root/include/TopRoomBar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix resize slowness on the TopBarKonstantinos Sideris2018-05-251-14/+28
|
* Add member listKonstantinos Sideris2018-05-011-0/+1
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-2/+2
|
* Clean up Top BarKonstantinos Sideris2018-04-211-5/+0
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-181-0/+8
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-6/+0
| | | | fixes #251
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
|
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-101-7/+0
|
* Use a better regex to identify URLsKonstantinos Sideris2017-12-241-3/+0
|
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+6
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-2/+3
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-1/+1
| | | | | | | 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.
* Clean up headersKonstantinos Sideris2017-10-281-10/+9
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-32/+4
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-2/+3
| | | Fixes #95
* Elide room topicKonstantinos Sideris2017-10-191-8/+5
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+12
| | | | | | | | | | 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.
* Add missing update callsKonstantinos Sideris2017-09-301-0/+4
|
* Linkify URLs in room topicsKonstantinos Sideris2017-08-261-28/+36
| | | | closes #52
* Small style changeKonstantinos Sideris2017-08-201-8/+10
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-3/+0
| | | | | | | 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
|
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-2/+14
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+1
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+2
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+79