Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -65/+0 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -1/+0 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix room list updating on adding to hidden tag or removing tag | Jedi18 | 2021-02-14 | 1 | -0/+1 |
| | |||||
* | Allow users to hide rooms with specific tags | Nicolas Werner | 2021-01-23 | 1 | -2/+3 |
| | |||||
* | Tag rooms via context menu | Nicolas Werner | 2020-05-18 | 1 | -0/+1 |
| | |||||
* | Fix opaque widget in community list | Nicolas Werner | 2020-02-21 | 1 | -1/+0 |
| | | | | fixes #126 | ||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -0/+5 |
| | |||||
* | Add qml debugging option | Nicolas Werner | 2019-12-14 | 1 | -1/+0 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -1/+2 |
| | |||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -0/+5 |
| | |||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -2/+2 |
| | | | | | | | | 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 Sideris | 2018-07-17 | 1 | -0/+50 |