Elias Steurer
73078edee6
Fix macOS universal signing
2022-08-26 15:45:49 +02:00
Elias Steurer
ed59c18f80
Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay
2022-08-14 12:25:26 +02:00
Elias Steurer
b0705fe47a
Fix osx lipo call
2022-08-14 12:24:02 +02:00
Elias Steurer
a59c2f170a
Fix ci
2022-08-14 12:02:55 +02:00
Elias Steurer
ff371eeba5
Add missing terminate command for osx
2022-08-14 11:58:54 +02:00
Elias Steurer
cd5933a7e4
Refactor CI to only include what we currently use
...
Refactor osx build with universal binary support
Rename release to deploy version to make it less confusing
2022-08-14 11:58:41 +02:00
Elias Steurer
472e341440
Fix to only zip installer if we have one
2022-08-07 18:20:16 +02:00
Elias Steurer
8ca09c684d
Add automatic build uploads to kelteseth.com
...
Add choco build and docs for pushing
2022-08-07 12:24:07 +02:00
Elias Steurer
81944e7148
Add basic chocolatey support
2022-08-06 14:24:00 +02:00
Elias Steurer
773ef8317b
Remove linux deploy command
...
linuxdeploqt is awful and we simply copy
everything from qt
2022-07-29 16:08:25 +02:00
Elias Steurer
c96263eb1d
Add missing screenplay_version
2022-07-29 15:34:01 +02:00
Elias Steurer
46dd20a796
Fix function with the same name as a parameter
...
Fix missing executable_file_ending
2022-07-29 15:24:45 +02:00
Elias Steurer
671866de60
Fix missing aqt option
2022-07-29 14:56:45 +02:00
Elias Steurer
f5bb79d160
Rewrite of build.py to use classes and functions
...
2 classes that old the data that later will be
used for the ftp upload and other tools
2022-07-24 17:56:00 +02:00
Elias Steurer
3740ab9789
Remove installer from steam version
...
steam version needs no installer
because it is delivered via steam (duh)
2022-07-22 15:24:47 +02:00
Elias Steurer
b53f20bb8e
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# .gitlab-ci.yml
2022-07-22 14:31:19 +02:00
Elias Steurer
7192aca313
Remove gitlabs shared runner
...
it is way to slow anyways
2022-07-22 14:29:57 +02:00
Elias Steurer
717a182af8
Fix cmake argument
...
x64 argument by vcpkg is
x86_64 in cmake...
Update to Qt 6.3.1
2022-07-22 14:18:04 +02:00
Elias Steurer
8953ed7a22
Add installer to artifacts
...
Always build arm and x64 osx versions
2022-07-22 14:07:38 +02:00
Elias Steurer
83936a4e63
Update translations
2022-07-22 13:36:07 +02:00
Elias Steurer
962f3ea4cd
Fix setup script
2022-07-22 13:35:23 +02:00
Elias Steurer
a8cad9eb76
Merge remote-tracking branch 'origin/master'
2022-07-22 13:35:08 +02:00
Elias Steurer
3a917c18c4
Update macos build scripts
2022-07-22 13:21:30 +02:00
Elias Steurer
2691479ac8
Fix python not invoked via "-m"
2022-07-22 12:40:04 +02:00
Elias Steurer
cda5aeeb85
Add automatic requirements installation
2022-07-22 12:31:52 +02:00
Elias Steurer
2d91cfa2bc
Remove redundant assignment
2022-07-22 12:31:06 +02:00
Elias Steurer
3bab9fbb72
Cleanup test projects
2022-07-22 12:30:50 +02:00
Elias Steurer
fa1c1afd71
Update to ifw 4.4
2022-07-21 14:25:25 +02:00
Elias Steurer
4f27231311
Add python Windows ffmpeg downloads
2022-07-21 14:21:52 +02:00
Elias Steurer
e2e1a05347
Revert to bat file
...
this works always, the ps1 script stopped working
for some reason....
2022-07-15 13:11:09 +02:00
Elias Steurer
29ca12fc6e
Merge remote-tracking branch 'origin/master'
2022-07-15 13:08:23 +02:00
Elias Steurer
37c8918683
Update to latest vcpkg and ffmpeg 5.0.1
...
Remove old download_ffmpeg.bat
2022-07-15 13:08:17 +02:00
Elias Steurer
376e96f96c
Add macos folder copy for qml folder
2022-07-15 13:05:47 +02:00
Elias Steurer
4db3591c66
Add explicit x86_64 and arm64 build option for mac
...
VCPKG cannot compile two architectures at once.
We still need to combine the created Apps into a fat binary.
2022-07-15 12:43:57 +02:00
Elias Steurer
9419242bcb
Add explicit openssl dll copy
2022-07-09 19:54:54 +02:00
Elias Steurer
82beeaeb05
Revert to Qt 6.3.1
...
6.4 crashes on some videos
2022-07-09 19:51:57 +02:00
Elias Steurer
501ac3bf9d
Merge ch translation
2022-07-09 18:24:54 +02:00
Elias Steurer
96b448237c
Restore build info feature
2022-07-09 18:24:14 +02:00
Elias Steurer
1f80ba90ca
Refactor build and publish scripts
...
Add mac arm support
Refactor build and publish build build
2022-07-09 13:05:42 +02:00
Elias Steurer
b00ad322ab
Move Apple universal build CMake flag up
2022-07-08 13:31:51 +02:00
Elias Steurer
7773bdb148
Merge remote-tracking branch 'origin/master'
2022-07-08 12:50:37 +02:00
Elias Steurer
1514494a88
Merge remote-tracking branch 'origin/l10n_master2'
...
# Conflicts:
# ScreenPlay/translations/ScreenPlay_zh_CN.ts
2022-07-08 12:50:33 +02:00
Elias Steurer
bf199ab001
Add explicit SCREENPLAY_RELEASE option
...
For now this disables setting autostart path on
dev builds. This is annoying because it previously
did set the path to the ScreenPlay dev build that
did have all the dlls and thus fails.
2022-07-08 12:49:53 +02:00
Elias Steurer
a5ca4c7796
Add explicit arm64-osx support to the build script
...
Add not yet used download_qt.py
2022-07-08 12:33:26 +02:00
Elias Steurer
baf19be40f
New translations ScreenPlay_.ts (Chinese Simplified)
2022-07-07 15:48:49 +00:00
Elias Steurer
db04e5bab0
Merge remote-tracking branch 'origin/l10n_master2'
...
# Conflicts:
# ScreenPlay/translations/ScreenPlay_fr_FR.ts
# ScreenPlay/translations/ScreenPlay_it_IT.ts
# ScreenPlay/translations/ScreenPlay_tr_TR.ts
2022-07-01 17:44:21 +02:00
Elias Steurer
2b481ddcd0
Fix internal layout crash on return
...
Fix tag horizontal scrolling
Update steamSDK
Update scrolling speed
2022-07-01 17:41:45 +02:00
Elias Steurer
3c92cf9bd0
Add linux vscode setup without qt account
2022-06-12 18:49:00 +02:00
Elias Steurer
28a76909ff
New translations ScreenPlay_.ts (Turkish)
2022-06-12 16:09:25 +00:00
Elias Steurer
0f713cb4df
New translations ScreenPlay_.ts (Italian)
2022-06-12 16:09:20 +00:00