summary refs log tree commit diff
path: root/src/CommunitiesList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lintNicolas Werner2020-12-251-1/+2
|
* Fix some compiler warningsNicolas Werner2020-12-251-2/+2
|
* Fix tags and world buttons leaking as communities leaking over the networkNicolas Werner2020-11-181-4/+10
|
* Optimize buildNicolas Werner2020-10-271-0/+1
|
* Tag rooms via context menuNicolas Werner2020-05-181-0/+12
|
* Fix opaque widget in community listNicolas Werner2020-02-211-4/+2
| | | | fixes #126
* Tooltip and Combobox bugs with Breeze / Dark themeAdasauce2020-02-201-2/+0
| | | | | | | | | | setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118
* Optimize includes a bitNicolas Werner2020-01-311-4/+7
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-2/+2
|
* Use alignment instead of stretchKonstantinos Sideris2018-10-071-1/+1
|
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-2/+4
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-1/+107
|
* Add option to specify the scale factorKonstantinos Sideris2018-07-221-1/+1
| | | | | | fixes #357 fixes #335 fixes #230
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-5/+5
| | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
* Move all files under src/Konstantinos Sideris2018-07-171-0/+195