WarmUpTill
4056fc180d
Create codeql.yml
2022-04-03 14:19:54 +02:00
WarmUpTill
37734445e7
CI: Add automated check for invalid locale files
...
Also clean up issues found in the existing locale files
2022-03-05 17:09:58 -08:00
WarmUpTill
4349a98614
CI: Switch to Visual Studio 17 2022
2022-02-22 11:40:33 -08:00
WarmUpTill
f294283306
CI: Bump OBS version
2022-02-21 12:09:23 -08:00
WarmUpTill
f8e3a3e275
CI: Fix MacOS build
...
Packages version bump
2022-02-10 12:19:56 -08:00
WarmUpTill
af188b55df
Move plugins to separate folder ( #400 )
2022-01-29 15:47:16 +01:00
WarmUpTill
9eb7f58525
CI: Save debian build result
2022-01-25 10:33:02 -08:00
WarmUpTill
80f9c79907
CI: Bump windows QT version to 5.15.2
2022-01-22 06:14:03 -08:00
WarmUpTill
8a4aef0f50
Update bug_report.md
2022-01-19 20:22:26 +01:00
WarmUpTill
4b877d865c
Add issue templates
2022-01-16 19:43:51 +01:00
WarmUpTill
59e1ddd31e
Add openvr condition
2022-01-04 15:50:26 -08:00
WarmUpTill
a320d78a08
Separate OpenCV dependency into its own lib
...
This should avoid issues of the whole plugin not loading if OpenCV is
not available.
This approach should also work for possible future external
dependencies.
2022-01-03 18:22:02 -08:00
WarmUpTill
5dfed8ac2a
CI: Switch to OBS 27.1.3
2021-11-20 05:37:57 -08:00
WarmUpTill
95537f39e4
Switch to using process names for process condition and executable tab ( #337 )
...
Previously the process condition and executable tab were just reusing
the window title functionality.
2021-10-31 14:05:54 +01:00
WarmUpTill
8e9323173a
CI: Run builds on tag creation also
2021-10-28 14:38:25 -07:00
WarmUpTill
26fd26051b
CI: Run on ubuntu-latest
2021-10-03 11:11:53 -07:00
WarmUpTill
1fd724e4f4
Include OpenCV in build
2021-10-03 01:38:08 -07:00
WarmUpTill
3ae1050488
CI: Switch to obs tag 27.1.1
2021-09-30 12:13:15 -07:00
WarmUpTill
64fd8dd50d
Add "apt update" calls
2021-09-18 10:21:35 -07:00
WarmUpTill
6c23110fb9
Strip Linux binary debug symbols to reduce release artifact size
2021-09-12 11:09:00 -07:00
Joao Eriberto Mota Filho
55ca146a82
Install missing obs-frontend-api.h
2021-09-12 10:20:59 -07:00
Joao Eriberto Mota Filho
a3625242de
Create CI test for Debian packaging (in Ubuntu 20.04)
2021-09-12 10:20:59 -07:00
WarmUpTill
d9bd98ce9c
Parallelize windows build
2021-08-19 12:56:34 -07:00
WarmUpTill
ae4e861f7f
Add macro action "hotkey" ( #226 )
2021-06-14 01:21:23 +02:00
WarmUpTill
e803ba75f9
CI: Use new windows deps version
2021-05-21 16:49:47 -07:00
WarmUpTill
eb346da6f4
CI: Fix macOS build by disabling browser build ( #163 )
2021-04-09 20:57:35 +02:00
WarmUpTill
e561d378dd
CI: Disable PipeWire on Ubuntu ( #156 )
2021-04-03 12:43:52 +02:00
WarmUpTill
4b6e00b2b2
CI: Init submodules for build
2021-03-21 21:39:11 +01:00
WarmUpTill
c99cbb0c0f
CI: Improve format check.
...
The format check used to check too many files, which would be worsened
when introducing additional submodules.
2021-03-21 21:37:10 +01:00
WarmUpTill
59d8fb5d28
Fix MacOS build. ( #146 )
2021-03-19 19:43:58 +01:00
WarmUpTill
177ca4aea2
CI: Build on Ubuntu 18.04, use newer clang-format. ( #139 )
2021-03-13 17:02:04 +01:00
WarmUpTill
f32f47db4b
Install qtbase5-private-dev on Linux ( #122 )
2021-02-13 19:28:24 +01:00
WarmUpTill
3a05e61814
add windows installer ( #88 )
2020-12-23 01:51:48 +01:00
WarmUpTill
dda44a2931
create release artifact ( #84 )
2020-12-21 22:52:25 +01:00
shugen002
8ba78b12c1
I18n Support ( #72 )
...
* adapt UI for i18n
* add placeWidgets() helper function to ease translation
* add hint about Transition Matrix plugin on Transition tab
* translate
* rework UI of file tab
* write status of plugin to scene info file
2020-12-21 11:24:04 +01:00
WarmUpTill
d461342835
Update github actions ( #65 )
...
* fix macOS build
* remove unused BUILD_CAPTIONS variable
2020-11-20 22:00:33 +01:00
WarmUpTill
bcf132685b
Update CI ( #60 )
...
* Remove deprecated use of set-env in Github Actions
* use newer versions of checkout / upload-artifact / setup-msbuild
2020-11-14 19:32:16 +01:00
WarmUpTill
4cc1a53244
fix build by enabling BUILD_CAPTIONS ( #56 )
2020-11-02 19:44:30 +01:00
WarmUpTill
1a3ed0d09c
add clang format check to CI and adjust formatting ( #55 )
2020-11-01 12:39:14 +01:00
WarmUpTill
46916dc5d3
workaround for MacOS CI issue ( #52 )
2020-10-22 21:56:54 +02:00
WarmUpTill
1559d437ec
adjust install_name_tool calls to new qt dir ( #39 )
2020-09-21 22:24:47 +02:00
WarmUpTill
3ec1e99f4b
fix MacOS CI issues due to QT dependency ( #35 )
...
* fix MacOS CI issues due to QT deps
* adjust to new name of deps archive
* use MACOS_DEPS_VERSION instead of OSX_DEPS_VERSION
* disable python dependency during build
2020-09-13 01:30:08 +02:00
WarmUpTill
93c889c215
fix MacOS CI issue
2020-07-31 22:18:52 +02:00
WarmUpTill
1a144d84f5
set correct qt lib path for macos builds
2020-06-12 21:42:23 +02:00
WarmUpTill
80cc8ba06c
fix install_name_tool path for libobs
2020-06-01 15:21:45 +02:00
WarmUpTill
f1d5b110b8
adjustments for macos installer
...
adjust default install path
adjust lib lookup paths
2020-06-01 14:56:59 +02:00
WarmUpTill
a88a5bb2da
adjust macos pkg name
2020-05-21 21:04:26 +02:00
WarmUpTill
cfd6be2ba0
fix mac and linux builds
...
ignore data/ dir as it is not used by this plugin
adjust path to .so in SceneSwitcher.pkgproj
2020-05-21 20:53:49 +02:00
WarmUpTill
3658efff20
add missing env.
2020-05-21 20:16:37 +02:00
WarmUpTill
8331b50c5a
try to resovle github actions issues
...
add CI/ for mac
use LIB_NAME instead of PLUGIN_NAME when saving results
2020-05-21 20:11:17 +02:00