Commit Graph

5835 Commits (11b84a5d85e2b73a7c9c438cae1cca0fd32efcb5)

Author SHA1 Message Date
jp9000 11b84a5d85 UI/updater: Fix update bug for 32bit/64bit installs
It would only check whether it should download a package if the 32bit
version existed.  This would cause it to not download all files
correctly to update 64bit installs (post 22.0.1).
2018-08-31 03:05:15 -07:00
jp9000 62cd0e8759 Revert "UI: Do not fire load events until program loaded"
This reverts commit 2ce4696541.
2018-08-29 16:05:29 -07:00
jp9000 da40615132 Revert "UI: Reset sources list manually on first load"
This reverts commit fba2ff8b2c.
2018-08-29 16:05:25 -07:00
jp9000 4b534a0583 UI: Always show filter preview if video source 2018-08-29 15:52:59 -07:00
jp9000 c415a66709 obs-browser: Update version to 2.1.5 2018-08-29 13:48:58 -07:00
jp9000 fba2ff8b2c UI: Reset sources list manually on first load 2018-08-29 13:06:12 -07:00
jp9000 76a050ee04 UI: Remove "Beta" from auto-config tools menu text 2018-08-29 10:04:03 -07:00
jp9000 bfa568b750 libobs: Update version to 22.0.2 2018-08-29 09:49:34 -07:00
jp9000 33feb36e2f obs-browser: Update version to 2.1.4 2018-08-29 09:44:46 -07:00
jp9000 f239740d7b UI: Make sure quick transition hotkey is not zeroed
Fixes a bug where removing quick transitions with no hotkey would
unintentionally remove the "start streaming" hotkey.  Hotkeys must be
initialized to OBS_INVALID_HOTKEY_ID (-1) instead of 0.  Hotkeys should
really be one-based rather than zero-based.
2018-08-29 09:36:19 -07:00
jp9000 2ce4696541 UI: Do not fire load events until program loaded 2018-08-29 09:36:19 -07:00
Jim 86b7b0b6d5
Merge pull request #1457 from admshao/fix-projectors-always-on-top
UI: Use AlwaysOnTop option for windowed projectors
2018-08-29 09:08:59 -07:00
Shaolin 1ccbc3c68e UI: Use AlwaysOnTop option for windowed projectors 2018-08-29 02:17:11 -03:00
Jim 37f861396e
Merge pull request #1456 from admshao/multiview-click-crash-fix
UI: Fix a rare multiview crash when clicked
2018-08-28 21:40:24 -07:00
Shaolin 4264361469 UI: Fix a rare multiview crash when clicked
This was triggered by openning a fullscreen projector and trying to alt
tab. The projector was still on top but the first click on a KDE system
was returning a NULL activeWindow.
2018-08-29 00:51:45 -03:00
jp9000 4e97b1bb30 UI: Fix macOS bug (scrollbar blocking lock icons)
Normally on macOS, scrollbars are supposed to appear/disappear as you
scroll, but they would be on top of the content you're scrolling.
However, Qt has a bug where if you apply a custom theme to scroll bars,
they no longer disappear.  This causes things under the scrollbar (such
as the lock icons in the sources list) to disappear under the scrollbar,
because macOS normally expects those scrollbars to face out.  This fixes
that issue by adding a space to the end of the sources list box items to
allow space for the scrollbar.
2018-08-28 20:38:31 -07:00
jp9000 2d154d550e CI: Use Qt 5.10.1 instead of 5.11.1 for macOS
This fixes a bug where the interact window would crash.
2018-08-28 19:29:08 -07:00
jp9000 1f1120f4a4 UI: Remove beta warning from auto-config wizard 2018-08-28 12:31:57 -07:00
jp9000 deba492a2d libobs: Blacklist old obs-browser version on macOS
On macOS, the older version of the browser plugin used to reside in a
different directory.  This would cause two versions of obs-browser to
load if you installed the new version of OBS over the old version of
OBS.  This fixes that bug with an slightly unsightly hack by
blacklisting that older module if it tries to load an obs-module that
resides in that specific older directory.
2018-08-27 19:36:39 -07:00
jp9000 864e3698e8 UI: Fix filter layout issue
In commit 57f8c5e3, a stretch spacer was put in to the filter window UI,
which was meant to be used when there's no video for the source.
However, it was always put in, and would stretch the layout even when
there was video.  This fixes that issue by only inserting a stretch
spacer when there's no video for the source.
2018-08-27 17:49:04 -07:00
Richard Stanway 2fd15b0357
UI/updater: Add missing header 2018-08-27 15:07:16 +02:00
Richard Stanway c68d022f9c
obs-outputs: Revert f1f49bc1 to fix RTMP authentication
This reverts commit f1f49bc197, which
breaks RTMP authentication as these parameters are intended to "leak"
into the next use of the RTMP context.
2018-08-27 15:04:39 +02:00
jp9000 02bdccc6ad UI: Select item that user adds
When a user adds an item (either by adding or copying an item), select
it.  Fixes a bug with copying and pasting sources where the pasted
source will not have the copied transform applied to it.
2018-08-26 22:02:11 -07:00
jp9000 efaf93ed8e CI: Rename one more missed cef-bootstrap name 2018-08-26 18:03:19 -07:00
jp9000 8e9b62326a CI: Rename cef-bootstrap to obs-browser-page 2018-08-26 17:44:11 -07:00
jp9000 664695a6ab obs-browser: Update browser version to 2.1.3 2018-08-26 16:03:12 -07:00
jp9000 1c2f6fafee UI: Set browser hwaccel def. to false if winver <=7
Due to reports of issues with Windows 7, if the user is on windows
version 7 or below, set the default for "Browser Source Hardware
Acceleration" to false instead of true.  This ensures optimal user
experience and still allows those who had it working to continue using
it if they so choose.

Exact cause for this issue on Windows 7 is currently unknown.
2018-08-26 12:26:31 -07:00
jp9000 47d0423384 rtmp-services: Only do URL check for Facebook
Prevents services with special exception services from unintentionally
using the wrong server.  There's no real reason to be doing this on
anything but Facebook at the moment anyway.
2018-08-26 12:26:17 -07:00
Richard Stanway 5ed235306e
UI: Close remux output before showing dialog 2018-08-26 19:34:38 +02:00
Richard Stanway 153f0b2e03
Merge pull request #1448 from tmatth/update-periscope
rtmp-services: Update Periscope settings
2018-08-24 18:38:06 +02:00
Tristan Matthews 8e62a77c37 rtmp-services: update Periscope settings 2018-08-24 11:42:42 -04:00
Gol-D-Ace 69e9d64376 CI: Use env variable for CEF cache on Windows 2018-08-24 01:04:25 +02:00
Jim 1e4c3516af
Merge pull request #1443 from DDRBoxman/fontpicker
UI: Use QT font picker on OSX
2018-08-23 15:55:12 -07:00
Jim 1e7e5b5587
Merge pull request #1446 from Gol-D-Ace/CI-BrowserSource
CI: Build Browser Source on Windows
2018-08-23 15:22:15 -07:00
Gol-D-Ace 2fcf815f71 CI: Build Browser Source on Windows 2018-08-23 23:56:14 +02:00
Colin Edwards 6f71afd527 UI: Use QT font picker on OSX 2018-08-22 21:23:00 -05:00
jp9000 92d7c81077 obs-browser: Update translations 2018-08-20 09:13:28 -07:00
jp9000 df75feb74a libobs: Update version to 22.0.1 2018-08-20 09:06:34 -07:00
jp9000 89182457fc obs-browser: Fix local files not being processed correctly
Local files are normally prefixed with `http://absolute/` before
loading.  The refactor unintentionally removed that -- this fixes that
issue.
2018-08-20 09:04:34 -07:00
jp9000 d180f19a5f libobs: Update to version 22.0.0 2018-08-19 19:52:48 -07:00
Jim 7241366ad8
Merge pull request #1437 from pkviet/viewrec
UI: Fix path for File > Show Recordings
2018-08-19 17:19:24 -07:00
pkviet fdb622a069 UI: Fix path for File > Show Recordings
In main menu, File > Show Recordings does not show the path for ffmpeg
custom output when it is selected in Settings.
This fixes the issue.
2018-08-20 01:36:23 +02:00
jp9000 07216bc173 obs-browser: Blacklist certain hwaccel adapter combos 2018-08-19 15:06:21 -07:00
Jim 105e21cc37
Merge pull request #1436 from admshao/fix-kde-mixer-menu
UI: Fix mixer context menu toggling layout on kde
2018-08-19 04:11:35 -07:00
Shaolin f452c09f82 UI: Fix mixer context menu toggling layout on kde
This is a weird one. On KDE just clicking in the options or right
clicking the empty space areas of the mixer dock would trigger a layout
change.

This fixes mantis #1256
2018-08-19 04:57:16 -03:00
Jim 461af3cd5d
Merge pull request #1434 from bluekirby0/master
cmake: Add luajit 2.1 support to build
2018-08-18 09:18:45 -07:00
bluekirby0 0d25ab6776 cmake: Add luajit 2.1 support to build 2018-08-18 10:38:21 -04:00
jp9000 940a6dfabe obs-browser: Update version number to 2.1.0 2018-08-18 06:24:01 -07:00
jp9000 2647da568f libobs: Revert version update to 22.0.0 (instead, do RC2)
This reverts commit 3d4b277a60.

Reverting temporarily for the sake of completeness and confirming
testing results.
2018-08-18 04:56:42 -07:00
jp9000 b7e1ace3bb UI: Fix snapping of group sub-items
Sub-items would incorrectly calculate as having bounds of {0,0} - {0,0}
because it did not enumerate group sub-items, so group sub-items would
not snap correctly.  This fixes group sub-item snapping so that bounds
of group sub-items are calculated, transformed by their group, and added
to the snapping boundary.  Bounds of group sub-items will now snap as
though they were normal items.
2018-08-18 04:32:17 -07:00