Richard Stanway
2fd15b0357
UI/updater: Add missing header
2018-08-27 15:07:16 +02:00
jp9000
ee513000dc
UI: Protect GUID generation in mutex
...
GUID can be generated/retrieved by both the updater thread and the main
thread, so make sure it's guarded by a mutex.
2018-08-13 01:19:23 -07:00
jp9000
a032bcc798
UI: Add intro startup page (windows)
...
Allows the ability to show a web page via CEF to the users on startup to
present and announce new features.
2018-07-29 23:32:23 -07:00
jp9000
522f5cdf3b
UI: Make sure all message box buttons are translated
...
Instead of QMessageBox::question and QMessageBox::information, use the
OBSMessageBox class, which translates all buttons.
2017-05-13 14:06:32 -07:00
e00E
26c28b4502
UI: Fix warning in VisualStudio 2017
...
When building with VS2017 the compiler shows some warnings which is
undesirable.
The compiler rightly complains about declarations which hide older ones
which are trivially fixed.
Finally only POD types should be passed to variadic functions which is
why the String should be converted to c_str().
Relying on the current undefined behavior is a bad idea as it can change
with compilers and compiler versions.
Closes jp9000/obs-studio#902
2017-05-04 06:13:45 -07:00
e00E
4361c5bd45
UI, obs-qsv11: Fix build in VisualStudio 2017
...
OBS did not build out of the box in VS2017 but it does with these
changes.
Closes jp9000/obs-studio#902
2017-05-04 06:13:26 -07:00
jp9000
f1aba65bbb
UI: Fix game capture check when about to update
...
To check to see if a file is locked, it must be opened for writing, not
reading.
2017-03-06 03:54:49 -08:00
Richard Stanway
23a115b0b3
UI: Use blake2b instead of SHA1 for updater
2017-02-24 09:09:20 -08:00
jp9000
c1c84e9101
UI: Add front-end auto-updater
2017-02-20 22:45:34 -08:00