Commit graph

85783 commits

Author SHA1 Message Date
Dale Glass
2a919e35f4 Rename TARGET field to "COMPONENT" for clarity.
"Target" is what's it named in the source, but it seems too confusing.
2022-06-28 00:34:43 +02:00
Dale Glass
6110da720e Remove old code 2022-06-28 00:34:43 +02:00
Dale Glass
133f7349c9 Add FindJournald cmake module
From https://github.com/fluent/fluent-bit/blob/master/cmake/FindJournald.cmake
2022-06-28 00:34:43 +02:00
Dale Glass
e01f6e3049 Finish journald logging implementation
This adds command-line arguments, disables it by default on interface,
adds target logging, and can deal with variable numbers of fields.

It also adds some documentation.
2022-06-28 00:34:43 +02:00
Dale Glass
4dec2d6430 Add 'journald' log option 2022-06-28 00:34:43 +02:00
Dale Glass
ad4f0c1a8c Initial implementation 2022-06-28 00:34:41 +02:00
cd91f9f273
Merge pull request #108 from overte-org/fix/spectator_camera
Fixed allowed QML sources to point at our community apps server
2022-06-26 23:11:16 +02:00
a274edcc4f Fixed allowed QML sources to point at our community apps server 2022-06-26 20:55:22 +02:00
036977b790
Merge pull request #100 from daleglass-overte/make-wrote-ktx-cache-debug
Make the "Wrote KTX" message a debug one
2022-06-26 18:25:15 +02:00
Dale Glass
c6222144bf
Merge pull request #97 from daleglass-overte/show-texture-filename
Show the filename when a texture fails to load
2022-06-26 18:11:39 +02:00
Dale Glass
2c40d872d4
Merge pull request #95 from daleglass-overte/log-breakpoint
Add log breakpoint system
2022-06-26 17:56:20 +02:00
661b7c3a7d fix replace avatar url option according to coding standards 2022-06-26 14:32:31 +02:00
a975e4f6ef
Merge pull request #106 from JulianGro/gha_android
Disable Android CI builds
2022-06-25 23:59:06 +02:00
Dale Glass
76efc414f1 Fix replace-avatar-url option
Fixes  [WARNING] [default] QCommandLineParser: option not defined: "replaceAvatarURL"
2022-06-25 23:03:34 +02:00
7243d489f5 Disable Android builds 2022-06-24 19:37:17 +02:00
Dale Glass
2720f4348a Change --ignore-gpu-blacklist to --ignore-gpu-blocklist
The old option name was deprecated by Chrome. Fixes:

[525529:525529:0622/194252.987422:ERROR:service_utils.cc(157)] --ignore-gpu-blacklist is deprecated and will be removed in 2020Q4, use --ignore-gpu-blocklist instead.
2022-06-22 20:00:34 +02:00
Dale Glass
b7f5bba75b Change cmake policy CMP0074 to NEW
https://cmake.org/cmake/help/latest/policy/CMP0074.html

CMake says the old behavior is deprecated and will be removed.
Everything seems to build OK with this setting so far.
2022-06-22 19:17:49 +02:00
Dale Glass
b551e80fa5 Add missing file 2022-06-22 19:15:16 +02:00
cf9e93b611
Merge pull request #98 from overte-org/no-htaccess
Do not overwrite .htaccess
2022-06-22 11:40:58 +02:00
Dale Glass
e3e476918a
Merge pull request #86 from daleglass-overte/fix_build_warnings-2
Fix build warnings, second iteration
2022-06-21 21:22:42 +02:00
Dale Glass
2269cc205c
Merge pull request #94 from daleglass-overte/fix-simplified-nametag
Fix "Error: Can't find variable: blockedsKeyPressed in simplifiedNametag
2022-06-21 21:21:14 +02:00
Dale Glass
53225b9a55
Merge pull request #93 from daleglass-overte/add-qt-version-numbers
Implement Qt WebEngine and Chromium versions
2022-06-21 21:20:59 +02:00
Dale Glass
99d00d03cd Make the "Wrote KTX" message a debug one 2022-06-21 15:12:49 +02:00
Dale Glass
5d168666c3 Added explanatory note 2022-06-21 13:59:30 +02:00
ce3a35ee77
Do not overwrite .htaccess 2022-06-20 23:22:33 +02:00
Dale Glass
2fb3a10262 Show the filename when a texture fails to load 2022-06-20 23:12:58 +02:00
Dale Glass
d323be22df Add log breakpoint system 2022-06-20 16:39:22 +02:00
Dale Glass
1048c3bd92 Fix "Error: Can't find variable: blockedsKeyPressed in simplifiedNametag/simplifiedNametag.js:94" 2022-06-20 10:58:46 +02:00
Dale Glass
f66001dc0a Add chromium logo for the about dialog 2022-06-19 15:54:56 +02:00
Dale Glass
5a7aba1fc6 Implement Qt WebEngine and Chromium versions
This adds them in the About object, as well as in the About dialog
2022-06-19 15:52:20 +02:00
Dale Glass
bd8120abed Replace calls to sprintf with .arg() (deprecated) 2022-06-18 21:00:55 +02:00
Dale Glass
647e2a43f1 Use QDir::setPath 2022-06-18 20:26:21 +02:00
Dale Glass
167742e6ea Replace deprecated qrand() 2022-06-18 20:25:31 +02:00
Dale Glass
1bede12b37 Replace deprecated constants 2022-06-18 20:24:25 +02:00
Dale Glass
6c57ee038e Missing header 2022-06-15 00:03:19 +02:00
Dale Glass
352dcc93a2 Deprecated QDir= 2022-06-15 00:03:09 +02:00
Dale Glass
c03b4de419 Unnecessary copy warning 2022-06-15 00:02:54 +02:00
Dale Glass
c3789e3ea1 Initialize uninitialized variables 2022-06-15 00:02:39 +02:00
Dale Glass
984f11ddf4 Replace deprecated Qt collection functions 2022-06-15 00:02:01 +02:00
Dale Glass
22af9ba811 Ignore deprecated OpenSSL functions 2022-06-15 00:01:28 +02:00
Dale Glass
f326aa22a6 Whitespace 2022-06-15 00:00:57 +02:00
Dale Glass
d86351bacd Remove unused variable 2022-06-14 23:59:11 +02:00
Dale Glass
95ebe6bab0
Merge pull request #76 from daleglass-overte/fix_build_warnings
Fix lots of build warnings
2022-06-14 21:59:08 +02:00
Dale Glass
742b62450c Add newlines at ends of files 2022-06-10 00:49:00 +02:00
Dale Glass
0b7934a8b3 Remove unused variable 2022-06-10 00:47:47 +02:00
Dale Glass
ab95528e25 Implement Visual C warnings suppression 2022-06-10 00:46:19 +02:00
Dale Glass
27fbc4ec16 Don't call CMakeDetermineCXXCompiler on Win32, work around lack of CMAKE_CXX_COMPILER_ID being set 2022-06-10 00:46:19 +02:00
Dale Glass
1650b431e0 Fix cmake syntax error 2022-06-10 00:46:19 +02:00
Dale Glass
b1ca28b813 Apparently Windows compiler detection needs a variable 2022-06-10 00:46:19 +02:00
Dale Glass
df91ada377 Fix compiler detection for warning whitelisting 2022-06-10 00:46:19 +02:00