summaryrefslogtreecommitdiffstats
path: root/src/client/addons/addons.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-20/+19Star
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* [client] Fix style if checked button; add separator for buttonsSimon Rettberg2018-09-061-3/+1Star
|
* [client] New addon system for buttons and menuSimon Rettberg2018-09-061-0/+235
Instead of integrating workspace switching and screen locking directly into PVS2, introduce an addon system to insert new functionality into the toolbar, as buttons or menu entries.