obs-websocket/src
tt2468 b91ad0f790 Requests: Add GetSceneItemId
I realized that it was not entirely fair to expect users to fetch a
scene's item list, then search the list on the client in order to find
an item ID, so this is a compromise. This will also help developers
move from the 4.x scene item functionality to 5.x's

Operating on scene items by relying on source name can be dangerous
and in some cases exhibit what would be considered undefinied behavior.
Operating on scene items using IDs is best practice.
2021-09-25 17:21:06 -07:00
..
eventhandler Events: Fix conversion warning 2021-09-24 18:54:48 -07:00
forms Forms: Use QHideEvent instead of QCloseEvent 2021-09-17 03:00:33 -07:00
requesthandler Requests: Add GetSceneItemId 2021-09-25 17:21:06 -07:00
utils Utils/Obs: Add GetSceneItemByName 2021-09-25 17:21:00 -07:00
Config.cpp Config: Add more logging 2021-09-24 18:09:46 -07:00
Config.h Base: More code cleanup and fixes 2021-09-04 10:47:51 -07:00
obs-websocket.cpp Config/Base: Refactor with fixes 2021-09-17 02:25:30 -07:00
obs-websocket.h Base: More code cleanup and fixes 2021-09-04 10:47:51 -07:00
plugin-macros.h.in CMakeLists: Allow specifying version suffix string 2021-08-30 02:50:02 -07:00
WebSocketServer_Protocol.cpp WebSocketServer: Remove QtConcurrent dependency 2021-09-24 18:11:31 -07:00
WebSocketServer.cpp WebSocketServer: Remove QtConcurrent dependency 2021-09-24 18:11:31 -07:00
WebSocketServer.h Base: More code cleanup and fixes 2021-09-04 10:47:51 -07:00
WebSocketSession.cpp WebSocketServer: Remove ignoreNonFatalRequestChecks from session params 2021-09-04 10:57:00 -07:00
WebSocketSession.h WebSocketServer: Remove ignoreNonFatalRequestChecks from session params 2021-09-04 10:57:00 -07:00