summary refs log tree commit diff
path: root/src/EmojiPanel.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-244/+0
|
* Add dark themeKonstantinos Sideris2017-11-251-9/+3
|
* Fix emoji picker's themeKonstantinos Sideris2017-11-221-45/+12
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-7/+10
| | | | | | | 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.
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-5/+5
|
* Clean up headersKonstantinos Sideris2017-10-281-2/+0
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-8/+18
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-6/+7
| | | | | | | | | | 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/+3
|
* Use white as the background colorKonstantinos Sideris2017-09-201-2/+2
|
* Style change againKonstantinos Sideris2017-09-101-195/+208
|
* Small style changeKonstantinos Sideris2017-08-201-29/+25
|
* The emoji panel shouldn't steal focus from other windowsKonstantinos Sideris2017-08-051-0/+1
|
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-1/+1
|
* Add drop shadow to emoji panelKonstantinos Sideris2017-05-311-127/+134
| | | | - Minor refactoring
* Set up translationsKonstantinos Sideris2017-05-291-8/+8
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-4/+2
|
* Add geometry animation on emoji pickerKonstantinos Sideris2017-05-161-8/+17
|
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+247