summary refs log tree commit diff
path: root/src/dialogs/MemberList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QML the room member listLoren Burkholder2021-07-201-146/+0
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Optimize includes a bitNicolas Werner2020-01-311-1/+2
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-2/+2
|
* Remove old timelineNicolas Werner2019-11-231-0/+1
|
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-10/+2
|
* media->file in error message, when image upload failsNicolas Werner2019-07-281-1/+1
|
* Try to localise timestampsNicolas Werner2019-07-281-2/+2
| | | | | | | | I'm not sure, if that is the right way, but Qt doesn't really have a way to format custom localised dates, so I tried to find the closest approximations to what we currently have. Relates to #69
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-3/+3
|
* Add infinite scroll in member listKonstantinos Sideris2018-09-251-28/+6
| | | | fixes #446
* Add close buttons to all dialogsKonstantinos Sideris2018-09-211-0/+9
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-13/+20
|
* Increase the minimum modal sizeKonstantinos Sideris2018-08-111-3/+9
|
* Minor modal adjustmentsKonstantinos Sideris2018-07-221-7/+3
|
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-12/+13
|
* Move all files under src/Konstantinos Sideris2018-07-171-5/+5
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-4/+3
|
* Fetch user avatars while browsing the member listKonstantinos Sideris2018-05-041-0/+7
|
* Add member listKonstantinos Sideris2018-05-011-0/+145