Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | configure_service: Only compile FormatEventStatusString when ↵ | lat9nq | |
YUZU_ENABLE_BOXCAT is enabled The function is unused if YUZU_ENABLE_BOXCAT is disabled, causing a -Wunused-funciton error when compiled. Wrapping it with `#ifdef YUZU_ENABLE_BOXCAT` to prevent compiling the function when the variable is disabled. Opting to not use [[maybe unused]] in case the function is totally unused in the future. | |||
2020-06-20 | Add translation of "Current Boxcat Events" | David Marcec | |
2020-06-19 | Fix compilation when not building with boxcat | David Marcec | |
Fixes compilation when trying to build without boxcat enabled | |||
2019-10-04 | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | |
2019-10-02 | qt: Add service dialog | Zach Hilman | |
2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
2019-09-30 | yuzu: Add UI tab to configure BCAT services | Zach Hilman | |
Also displays current events if boxcat is selected. |