obs-studio/UI
Ka Ho Ng f8aa02897f UI: Detect other instances of obs on FreeBSD
Detect other instances of the obs by creating an extra dummy thread,
named "OBS runonce". The process of threads enumeration of current user
is guarded by an O_EXLOCK file advisory lock when opening the lock file.
Such file lock would be dropped once the thread name is changed.

This should be usable on FreeBSD and possibly compile on DragonFly BSD.

fixes: #3053
2020-11-14 12:04:31 -08:00
..
data UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
forms UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
frontend-plugins cmake: Put decklink-captions in source folders 2020-11-14 04:40:47 -08:00
importers UI: Miscellaneous code cleanups 2020-09-27 19:03:21 +02:00
installer UI/installer: Use random temp directory for security 2020-10-30 17:10:34 +01:00
obs-frontend-api UI/obs-frontend-api: Fix replay buffer save event ABI break 2020-10-12 16:59:26 -07:00
win-update UI/updater: Fix cmd prompts popping up registering vcam 2020-09-29 04:36:32 -07:00
xdg-data UI: Fix desktop entry for GNOME Shell 2019-10-21 23:43:10 -07:00
adv-audio-control.cpp UI: Fix text clipping on non-English locales in certain locations 2020-10-14 06:42:38 -07:00
adv-audio-control.hpp UI: Show source icons in Advanced Audio Properties 2020-02-04 13:21:59 +11:00
api-interface.cpp UI: Fix transition enumeration 2020-08-23 09:47:52 -07:00
audio-encoders.cpp docs/sphinx: Fix various typos 2019-10-14 17:19:38 -07:00
audio-encoders.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
auth-base.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
auth-base.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
auth-oauth.cpp UI: Catch by reference 2019-07-24 18:26:44 +02:00
auth-oauth.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
auth-restream.cpp UI: Refactor all browser dock classes in to one 2019-09-03 19:12:36 -07:00
auth-restream.hpp UI: Refactor all browser dock classes in to one 2019-09-03 19:12:36 -07:00
auth-twitch.cpp UI: Miscellaneous code cleanups 2020-09-27 19:03:21 +02:00
auth-twitch.hpp UI: Refactor all browser dock classes in to one 2019-09-03 19:12:36 -07:00
balance-slider.hpp UI: Add ability to reset sliders when double clicked 2018-09-07 09:27:20 -05:00
clickable-label.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
CMakeLists.txt UI: Detect other instances of obs on FreeBSD 2020-11-14 12:04:31 -08:00
combobox-ignorewheel.cpp UI: Rename UI files for consistency 2019-04-21 04:10:46 -07:00
combobox-ignorewheel.hpp UI: Rename UI files for consistency 2019-04-21 04:10:46 -07:00
context-bar-controls.cpp UI: Add SetComboItemEnabled 2020-11-13 18:07:20 -08:00
context-bar-controls.hpp UI: Replace/simplify device toolbar 2020-09-07 16:21:29 -07:00
crash-report.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
crash-report.hpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
display-helpers.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
double-slider.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
double-slider.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
expand-checkbox.hpp UI, libobs, text-freetype2: Add missing pragma once in header files 2019-04-01 02:48:28 -05:00
focus-list.cpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
focus-list.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
horizontal-scroll-area.cpp UI: Add Vertical Mixer option 2018-05-19 00:17:58 -03:00
horizontal-scroll-area.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
hotkey-edit.cpp Revert "UI: Various screen reader fixes" 2019-09-12 13:55:31 -07:00
hotkey-edit.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
item-widget-helpers.cpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
item-widget-helpers.hpp UI: sort audio sources by name locale aware 2020-04-12 19:33:02 +02:00
locked-checkbox.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
locked-checkbox.hpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
log-viewer.cpp UI: Always parse log contents for Log Viewer as UTF-8 2020-09-27 02:28:05 -07:00
log-viewer.hpp UI: Do not always have log viewer loaded 2020-09-15 20:29:40 -07:00
media-controls.cpp UI: Remove duplicate media timer code 2020-09-07 16:14:32 -05:00
media-controls.hpp UI: Allow adjusting media slider with arrow buttons 2020-09-05 23:53:54 -05:00
media-slider.cpp UI: Allow adjusting media slider with arrow buttons 2020-09-05 23:53:54 -05:00
media-slider.hpp UI: Allow adjusting media slider with arrow buttons 2020-09-05 23:53:54 -05:00
menu-button.cpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
menu-button.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
mute-checkbox.hpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
obf.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obf.h UI: Add obfuscation func 2019-02-07 14:47:15 -08:00
obs-app.cpp UI: Detect other instances of obs on FreeBSD 2020-11-14 12:04:31 -08:00
obs-app.hpp UI: Fix screenshots preventing auto-remux 2020-09-26 08:19:27 -07:00
obs-proxy-style.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
obs-proxy-style.hpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
obs.manifest UI: Supply Windows manifest file 2020-01-01 15:58:48 +11:00
obs.rc.in UI: Automatically generate Windows file description 2019-02-02 11:22:31 +11:00
platform-osx.mm UI: Detect other instances of obs on macOS 2020-10-16 05:48:37 -07:00
platform-windows.cpp UI: Get actual projector monitor name on windows 2020-03-18 20:37:56 -07:00
platform-x11.cpp UI: Detect other instances of obs on FreeBSD 2020-11-14 12:04:31 -08:00
platform.hpp UI: Detect other instances of obs on FreeBSD 2020-11-14 12:04:31 -08:00
properties-view.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
properties-view.hpp UI: Allow drag & drop reorder of property lists 2020-05-19 00:13:20 -05:00
properties-view.moc.hpp UI: Fix missing includes 2020-04-08 17:20:52 -07:00
qt-display.cpp UI: Switch from RGBA to BGRA swap chain format 2019-09-06 19:39:50 -07:00
qt-display.hpp UI: Fix warnings for Qt 5.15 2020-06-21 18:23:05 -07:00
qt-wrappers.cpp UI: Add SetComboItemEnabled 2020-11-13 18:07:20 -08:00
qt-wrappers.hpp UI: Add SetComboItemEnabled 2020-11-13 18:07:20 -08:00
record-button.cpp UI: Add save button next to replay buffer button 2019-12-12 17:59:20 -08:00
record-button.hpp UI: Add save button next to replay buffer button 2019-12-12 17:59:20 -08:00
remote-text.cpp Make cert revocation check fails non-fatal on Win 2020-03-13 07:48:47 -07:00
remote-text.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
scene-tree.cpp UI: Fix scene tree event handling 2020-09-07 09:53:11 -05:00
scene-tree.hpp UI: Fix multiview update regression 2020-08-22 08:37:26 -07:00
screenshot-obj.hpp UI: Add ability to make screenshots 2020-07-30 17:41:43 -07:00
slider-absoluteset-style.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
slider-absoluteset-style.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
slider-ignorewheel.cpp Revert "UI: Various screen reader fixes" 2019-09-12 13:55:31 -07:00
slider-ignorewheel.hpp Revert "UI: Various screen reader fixes" 2019-09-12 13:55:31 -07:00
source-label.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
source-label.hpp UI: Fix warnings for Qt 5.15 2020-06-21 18:23:05 -07:00
source-tree.cpp UI: Set focus back to label after source rename 2020-10-09 14:01:25 -07:00
source-tree.hpp UI: Make select/deselect signals work w/ group items 2020-05-19 06:36:00 -05:00
sparkle-updater.mm Apply clang-format to objective c code 2019-07-09 13:39:13 -05:00
spinbox-ignorewheel.cpp UI: Rename UI files for consistency 2019-04-21 04:10:46 -07:00
spinbox-ignorewheel.hpp UI: Rename UI files for consistency 2019-04-21 04:10:46 -07:00
ui-config.h.in UI: Remove Mixer integration 2020-07-22 07:47:07 +02:00
ui-validation.cpp UI: Add Start Streaming settings check on start 2019-12-11 01:50:41 -08:00
ui-validation.hpp UI: Add Start Streaming settings check on start 2019-12-11 01:50:41 -08:00
url-push-button.cpp UI: Upgrade stream link hotlink to a button 2019-10-30 12:09:07 -07:00
url-push-button.hpp UI: Upgrade stream link hotlink to a button 2019-10-30 12:09:07 -07:00
vertical-scroll-area.cpp UI: Rename 'obs' dir to 'UI' 2016-08-27 20:19:45 -07:00
vertical-scroll-area.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
visibility-checkbox.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
visibility-checkbox.hpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
visibility-item-widget.cpp UI: Remove unused code from visibility item widget 2019-10-06 00:42:19 -05:00
visibility-item-widget.hpp UI: Remove unused code from visibility item widget 2019-10-06 00:42:19 -05:00
volume-control.cpp UI: Greatly improve main window repaint performance 2020-10-03 08:27:01 -07:00
volume-control.hpp UI: Add ability to lock volume 2020-02-16 18:33:46 -06:00
window-basic-about.cpp UI: Update Contribute link in about box 2020-03-12 00:12:22 +01:00
window-basic-about.hpp UI: Add Patreon contributors to About dialog 2019-05-05 20:00:26 -07:00
window-basic-adv-audio.cpp UI: Align Advanced Audio Percent toggle to Volume text 2020-08-25 16:30:49 +10:00
window-basic-adv-audio.hpp UI: Add percent checkbox to advanced audio dialog 2020-05-23 01:05:07 -05:00
window-basic-auto-config-test.cpp libobs: Change service max res. to res. list 2020-11-13 18:22:53 -08:00
window-basic-auto-config.cpp UI: Update Twitch Get Stream Key link 2020-10-16 05:12:16 -07:00
window-basic-auto-config.hpp UI: Add support for "More Info" link from service 2020-10-13 13:29:17 -07:00
window-basic-filters.cpp UI: Add duplicate filter 2020-10-16 05:38:10 -07:00
window-basic-filters.hpp UI: Add duplicate filter 2020-10-16 05:38:10 -07:00
window-basic-interaction.cpp UI: Fix warnings for Qt 5.15 2020-06-21 18:23:05 -07:00
window-basic-interaction.hpp UI: Allow the use of Esc key to quit settings window 2020-07-06 17:24:21 -07:00
window-basic-main-browser.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
window-basic-main-dropfiles.cpp UI: Fix memory leak when dropping files 2020-09-02 15:08:32 -05:00
window-basic-main-icons.cpp UI: Add source icons 2019-11-24 20:50:42 -08:00
window-basic-main-outputs.cpp UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
window-basic-main-outputs.hpp UI: Fix replay buffer frontend event not triggering 2020-10-12 16:59:26 -07:00
window-basic-main-profiles.cpp UI: Run Autoconfig Wizard on New Profile Creation 2020-10-29 14:15:57 -07:00
window-basic-main-scene-collections.cpp UI: Use non-native file dialog w/ Linux 2020-07-18 09:49:24 -07:00
window-basic-main-screenshot.cpp UI: Remove unused variable 2020-08-02 12:39:28 -07:00
window-basic-main-transitions.cpp UI: Run Autoconfig Wizard on New Profile Creation 2020-10-29 14:15:57 -07:00
window-basic-main.cpp UI: Fix tray icon menu handling on macOS 2020-11-13 17:17:45 +01:00
window-basic-main.hpp UI: Don't update source context bar when hidden 2020-10-31 20:59:12 -07:00
window-basic-preview.cpp UI: Change cursor when interacting with the preview 2020-08-23 06:26:56 -07:00
window-basic-preview.hpp UI: Change cursor when interacting with the preview 2020-08-23 06:26:56 -07:00
window-basic-properties.cpp UI: Source Toolbar 2020-08-17 07:18:18 -07:00
window-basic-properties.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
window-basic-settings-stream.cpp UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
window-basic-settings.cpp UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
window-basic-settings.hpp UI: Add Twitch VOD track to simple output mode 2020-11-14 08:05:52 -08:00
window-basic-source-select.cpp libobs: Fix source type versioning system 2020-03-09 06:12:22 -07:00
window-basic-source-select.hpp libobs: Change groups to actual public types 2018-07-16 19:01:51 -07:00
window-basic-stats.cpp UI: Use macOS app icon for Qt app on macOS 2020-11-13 17:17:45 +01:00
window-basic-stats.hpp UI: Fix missing includes 2020-04-08 17:20:52 -07:00
window-basic-status-bar.cpp UI: Keep showing time when paused 2020-10-15 10:12:46 -07:00
window-basic-status-bar.hpp UI: Add status icons for recording and streaming 2020-04-16 19:15:13 +02:00
window-basic-transform.cpp UI: Call setWindowFlags before setupUi 2020-03-04 23:20:19 +01:00
window-basic-transform.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
window-dock-browser.cpp UI: Check for null pointer 2019-09-19 05:39:25 -07:00
window-dock-browser.hpp UI: Shut down browsers when browser docks hidden 2019-09-03 19:12:36 -07:00
window-dock.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
window-dock.hpp UI: Warn when closing dock widgets for first time 2019-03-05 14:39:24 -08:00
window-extra-browsers.cpp UI: Lower minimum dock size 2020-03-04 22:25:39 -08:00
window-extra-browsers.hpp UI: Add the ability to create custom browser docks 2019-08-08 03:31:31 -07:00
window-importer.cpp UI: Miscellaneous code cleanups 2020-09-27 19:03:21 +02:00
window-importer.hpp UI: Add advanced scene collection importer 2020-02-16 17:56:06 +13:00
window-log-reply.cpp UI: Add button to Analyzer in the Log Reply window 2020-04-07 20:43:12 +10:00
window-log-reply.hpp UI: Add button to Analyzer in the Log Reply window 2020-04-07 20:43:12 +10:00
window-main.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
window-namedialog.cpp UI: Run Autoconfig Wizard on New Profile Creation 2020-10-29 14:15:57 -07:00
window-namedialog.hpp UI: Run Autoconfig Wizard on New Profile Creation 2020-10-29 14:15:57 -07:00
window-projector.cpp UI: Use macOS app icon for Qt app on macOS 2020-11-13 17:17:45 +01:00
window-projector.hpp UI: Delete projector when monitor is disconnected 2020-07-08 07:40:51 -07:00
window-remux.cpp UI: Use non-native file dialog w/ Linux 2020-07-18 09:49:24 -07:00
window-remux.hpp UI: Declare missing overrides 2019-07-21 20:53:30 -07:00