summary refs log tree commit diff
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up unused avatar functionsNicolas Werner2020-03-223-19/+4
* Fix avatar layering in room listNicolas Werner2020-03-032-7/+0
* Fix high dpi scaling of avatarsNicolas Werner2020-02-282-10/+31
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-212-21/+0
* modernize: use overrideNicolas Werner2020-02-044-5/+5
* modernize: use nullptrNicolas Werner2020-02-0411-20/+20
* Remove more unneeded headersNicolas Werner2020-01-313-97/+95
* Optimize includes a bitNicolas Werner2020-01-319-107/+127
* Fix misc ci errorsNicolas Werner2020-01-261-1/+1
* Remove use of deprecated enumNicolas Werner2020-01-191-2/+1
* Implement avatars in qml timelineNicolas Werner2019-11-231-1/+1
* ran make lint to apply style guidelinesAidan Hahn2019-09-021-7/+4
* Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-...Aidan Hahn2019-09-012-27/+23
|\
| * Fix usage of deprecated findNicolas Werner2019-08-281-1/+0
| * Remove unused variablesNicolas Werner2019-08-261-2/+0
| * Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-262-25/+24
* | Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-012-19/+8
* | add controll bits for avatar roundingAidan Hahn2019-08-282-2/+3
* | rounding options for Avatar classAidan Hahn2019-08-281-1/+1
* | added logic in avatar class to determine rounding typeAidan Hahn2019-08-272-5/+25
|/
* Try to localise timestampsNicolas Werner2019-07-281-6/+7
* Fix support for Qt versions < 5.11Joseph Donofry2019-07-042-3/+20
* Fix formatting issuesJoseph Donofry2019-07-041-3/+2
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-043-13/+19
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-5/+0
* Remove ScrollbarKonstantinos Sideris2018-10-062-113/+0
* Enable debug logsKonstantinos Sideris2018-09-301-1/+1
* Remove pixel value from fontsKonstantinos Sideris2018-09-304-19/+16
* Don't clear selection when a context menu is requestedKonstantinos Sideris2018-09-262-0/+40
* Move TextLabel into its own fileKonstantinos Sideris2018-09-262-0/+133
* Improvements on the system themeKonstantinos Sideris2018-09-191-11/+9
* Remove custom stylesheet for qmenuKonstantinos Sideris2018-09-081-16/+5
* Simplify dialog creationKonstantinos Sideris2018-08-114-14/+20
* Use repaint instead of update on the loading animationKonstantinos Sideris2018-07-251-1/+1
* Improve the style of snackbar a bitKonstantinos Sideris2018-07-252-52/+42
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-201-1/+1
* Create user profile modalKonstantinos Sideris2018-07-202-5/+10
* Move all files under src/Konstantinos Sideris2018-07-1739-2/+1577
* Add a timeline message when encryption is enabledKonstantinos Sideris2018-07-071-0/+79
* Don't download dependencies during buildKonstantinos Sideris2018-07-041-1/+1
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-6/+4
* Add scrollbar in the settings menuKonstantinos Sideris2018-05-091-1/+0
* Hide SnackBar initially & guard against access of an empty listKonstantinos Sideris2018-05-081-15/+19
* Add member listKonstantinos Sideris2018-05-011-1/+1
* Fix CI & adjust snackbar animationKonstantinos Sideris2018-03-171-2/+2
* Add fancy snackbar animationKonstantinos Sideris2018-03-161-14/+14
* Remove opacity animation from the scrollbarKonstantinos Sideris2018-03-161-49/+1
* Remove QPropertyAnimation from modals to work around a regression on Qt 5.10....Konstantinos Sideris2018-02-171-33/+2
* Fix transparency issue on custom dialogsKonstantinos Sideris2018-02-171-2/+0
* Remove empty destructorsKonstantinos Sideris2018-02-107-28/+4
* Don't dismiss the loading overlay by clickingKonstantinos Sideris2018-01-221-1/+1
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-121-2/+2
* Dismiss modal by clicking on the overlayKonstantinos Sideris2018-01-111-0/+8
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+11
* Add menu to invite usersKonstantinos Sideris2017-12-101-1/+3
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-101-0/+3
* Add style colors for the ScrollBarKonstantinos Sideris2017-12-051-5/+2
* Update system themeKonstantinos Sideris2017-11-251-4/+4
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-163-3/+11
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-054-15/+21
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+212
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-282-2/+2
* Clean up headersKonstantinos Sideris2017-10-283-4/+0
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+95
* LintKonstantinos Sideris2017-10-231-4/+1
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-0/+44
* Add /join command supportKonstantinos Sideris2017-10-081-1/+1
* Add snackbarKonstantinos Sideris2017-10-081-0/+143
* Remove extra clang-format optionsKonstantinos Sideris2017-10-018-35/+15
* Manually remove KDE acceleratorsKonstantinos Sideris2017-09-241-4/+19
* Merge branch 'images'Konstantinos Sideris2017-09-102-201/+86
|\
| * Implement image uploads (#24)Konstantinos Sideris2017-09-102-201/+86
* | Style change againKonstantinos Sideris2017-09-1013-1082/+1094
|/
* Small style changeKonstantinos Sideris2017-08-2013-233/+357
* macOS: Get rid of text field's focus borderKonstantinos Sideris2017-08-121-4/+7
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-152-2/+2
* Slow down spinnerKonstantinos Sideris2017-07-021-5/+6
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-1/+2
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+106
* Use strongly typed enumsKonstantinos Sideris2017-05-083-22/+22
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-263-5/+266
* Add full emoji supportKonstantinos Sideris2017-04-231-5/+5
* Add initial support for unread message countKonstantinos Sideris2017-04-151-7/+24
* Decrease button's animation durationKonstantinos Sideris2017-04-111-2/+2
* Remove halo animationKonstantinos Sideris2017-04-112-106/+0
* Add travis CIKonstantinos Sideris2017-04-091-1/+1
* Initial commitKonstantinos Sideris2017-04-0610-0/+1847