jp9000
ebb093b8a3
Revert "UI: Match Windows taskbar state to tray icon"
...
This reverts commit d442fda3fc1155947fb311d0a2fbb46213df4a16.
2020-07-11 06:12:51 -07:00
Matt Gajownik
d442fda3fc
UI: Match Windows taskbar state to tray icon
...
This adds both a status icon, and changes the color
of the taskbar button itself.
2020-05-07 20:05:35 +10:00
jp9000
9646fd38b4
cmake: Copy a few missing dependency files
2020-02-24 14:51:38 -08:00
luz.paz
d124e6402c
docs/sphinx: Fix various typos
...
(This modifies UI, libobs, deps/obs-scripting, various cmake files)
Found using:
`codespell -q 3 -S *.ini,./UI/data/locale,./deps/w32-pthreads -L aci,dur,iff,mut,numer,uint`
2019-10-14 17:19:38 -07:00
derrod
9cc0d459bd
cmake: Fix Qt DLL filenames for debug builds
2019-03-10 09:47:16 +01:00
Clayton Groeneveld
80875768ad
UI: Redo settings icons
2019-03-05 19:54:12 -06:00
jp9000
a81de7fb61
cmake: Include windows style DLL when copying Qt files
2018-03-18 17:01:01 -07:00
Kurt Kartaltepe
59c3d195e6
cmake: Remove extraneous checks
...
These don't appear to be necessary and prevent qt binaries from
being found on some systems.
2018-03-14 20:52:14 -05:00
jp9000
96f481294b
cmake: Fix copying lua51.dll (luajit) dep on windows
2018-01-07 19:21:35 -08:00
jp9000
102075847a
cmake: Add Lua/Luajit as part of MSVC dependencies
2018-01-03 17:03:05 -08:00
Joel Bethke
d9b0c85daf
cmake: Enable COPY_DEPENDENCIES by default on Windows
...
When setting up a build for the first time on windows, makes it so you
no longer have to run cmake twice: once to build, then once again with
the COPY_DEPENDENCIES box to ensure dependencies are copied.
Closes jp9000/obs-studio#768
2017-01-23 22:21:38 -08:00
jp9000
b6bde7e026
cmake: Remove unnecessary find_package calls
...
Fixes a bug in cmake that would cause a libavcodec_dir being set to "not
found", confusing new contributors
2017-01-15 09:15:43 -08:00
jp9000
6014d4dc6d
cmake: Also copy libvpx library for MSVC if available
2016-04-26 15:02:40 -07:00
yogpstop
4b4ddbb33e
obs-outputs: Add USE_SSL option (disabled by default)
...
Closes jp9000/obs-studio#487
2016-02-07 15:47:18 -08:00
jp9000
b9d6c649f5
cmake: Copy ogg and vorbis libs with avcodec
2015-09-20 16:58:14 -07:00
Palana
5dd030882d
cmake: Add zlib support
2015-08-12 15:30:30 +02:00
jp9000
39d1cda4e9
UI: Remove dependence on Qt5Network
...
Qt5Network has been replaced by libcurl.
2015-05-24 16:20:14 -07:00
jp9000
e3fe26d73d
cmake: Add libcurl support
2015-05-24 16:20:12 -07:00
jp9000
1f57828e83
Update CopyMSVCBins.cmake to include more files
...
Now includes avdevice, avfilter, postproc, and freetype if compiled as a
DLL
2015-03-11 19:26:34 -07:00
jp9000
2ba5782fff
Add optional support for opus for FFmpeg
2015-02-07 04:50:36 -08:00
jp9000
1b454647bd
Don't copy D3D compiler binary on windows (cmake)
...
Copying this binary is kind of unnecessary because it's something that
everyone has as long as they update DirectX, and isn't something we can
distribute because it's a Microsoft DLL.
2014-12-15 01:27:51 -08:00
BtbN
599febcb54
cmake: Replace FFMpeg modules with single module
...
Now using components instead of one find_package call per module
2014-09-27 09:41:13 -07:00
BtbN
c9d3c6c8c1
cmake: Refactor growing list of library locations
2014-09-27 09:40:45 -07:00
jp9000
85701b0925
Allow copying of all dependencies (windows only)
...
If the cmake user variable COPY_DEPENDENCIES is set, this script will
make it so that a windows build will automatically copy all required
dependencies (FFmpeg, x264, and Qt5) to the respective
additional_install_files\exec(32|64) directory. This makes it much
easier to set up a development environment on windows, and much easier
to make usable test builds.
It will also copy the appropriate Direct3D compiler DLL, along with
dependencies of dependencies (the icu*.dll and EGL/GLES files for Qt)
2014-07-18 22:41:22 -07:00