Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint | Nicolas Werner | 2020-12-25 | 1 | -1/+2 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -2/+2 |
| | |||||
* | Fix tags and world buttons leaking as communities leaking over the network | Nicolas Werner | 2020-11-18 | 1 | -4/+10 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -0/+1 |
| | |||||
* | Tag rooms via context menu | Nicolas Werner | 2020-05-18 | 1 | -0/+12 |
| | |||||
* | Fix opaque widget in community list | Nicolas Werner | 2020-02-21 | 1 | -4/+2 |
| | | | | fixes #126 | ||||
* | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 2020-02-20 | 1 | -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 bit | Nicolas Werner | 2020-01-31 | 1 | -4/+7 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -2/+2 |
| | |||||
* | Use alignment instead of stretch | Konstantinos Sideris | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -2/+4 |
| | |||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -1/+107 |
| | |||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 1 | -1/+1 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -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 Sideris | 2018-07-17 | 1 | -0/+195 |