summary refs log tree commit diff
path: root/src/PowerlevelsEditModels.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qt6.6 compatibilityNicolas Werner2023-10-131-10/+10
|
* Update spaces events automatically in the backgroundNicolas Werner2023-03-141-3/+6
|
* Get rid of year in license headersNicolas Werner2023-02-211-2/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting
* Replace some user visible mentions of spacesNicolas Werner2022-10-011-2/+2
|
* Make clazy happyNicolas Werner2022-09-281-4/+5
|
* Allow editing permissions in spaces recursivelyNicolas Werner2022-09-281-16/+223
|
* Support rendering policy rulesNicolas Werner2022-07-091-0/+7
|
* Fix clazy complaint about detatchNicolas Werner2022-06-281-1/+1
|
* Add an option to define new power levelsNicolas Werner2022-06-261-1/+76
|
* Fix unnecessary detatch in for loopNicolas Werner2022-05-271-8/+8
|
* Add basic powerlevel editorNicolas Werner2022-05-271-0/+534