1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
Commit Graph

2384 Commits

Author SHA1 Message Date
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
Elias Steurer
3f10c3b11c New translations ScreenPlay_.ts (French) 2022-06-12 16:09:17 +00:00
Elias Steurer
169b00091b Fix installer argument 2022-05-20 15:52:32 +02:00
Elias Steurer
d9eb9a567b Add CMakePresets.json
Does only work with clang for some reason. I get random errors
when selecting cl compiler
https://docs.microsoft.com/en-us/cpp/build/cmake-presets-vs?view=msvc-170#select-your-compilers
2022-05-20 15:52:19 +02:00
Elias Steurer
b900f5c0ae Add Scoop recipe 2022-05-20 13:23:39 +02:00
Elias Steurer
44ecea7e34 Fix styling issues
Remove outdated icons
Update icons
Fix not set style
Remove duplicate  code via inline components
2022-05-20 13:23:11 +02:00
Elias Steurer
0866ba2091 Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay 2022-05-12 14:56:01 +02:00
Elias Steurer
e00b5f1ebe Fix steam dylib paths 2022-05-12 14:55:58 +02:00
Elias Steurer
4da09711e6 Merge remote-tracking branch 'origin/HEAD' 2022-05-12 14:36:18 +02:00
Elias Steurer
bdf350058c Move QArchive to regular member
this now lets us see the progress in qml
2022-05-08 10:13:29 +02:00
Elias Steurer
bf2aa2d1fa Add osx universal builds 2022-05-06 17:23:14 +02:00
Elias Steurer
ff50ecfc70 Fix casings #2 2022-05-06 15:54:52 +02:00
Elias Steurer
c7cd9e6290 Fix casings 2022-05-06 15:18:14 +02:00
Elias Steurer
6a40f7e69d Fix FillMode web and Qt based fillModes 2022-05-06 14:52:23 +02:00
Elias Steurer
a366fcc56a Add .screenplay project export import via QArchive 2022-05-06 14:51:56 +02:00
Elias Steurer
12e3aa91ac Refactor ScreenPlaySDK and remove old QML support 2022-05-05 13:43:49 +02:00
Elias Steurer
bcfb188cf2 Remove all qml import version number
Fix sidebar
2022-05-05 13:02:54 +02:00
Elias Steurer
3c40138371 Remove duplicates 2022-05-05 13:01:45 +02:00
Elias Steurer
484204de5f Add QML_DIRS to cmake to make QtCreator recognize our new qml subdir 2022-05-05 13:01:30 +02:00
Elias Steurer
dd00683445 Fix workshop resource path prefix 2022-05-01 20:20:57 +02:00
Elias Steurer
7a02ec11ae Fix settings margins 2022-05-01 20:20:40 +02:00
Elias Steurer
97d65c2ab6 Fix Binding on contentItem is not deferred as
requested by the DeferredPropertyNames class info
 because one or more of its sub-objects contain an id.
2022-05-01 16:19:12 +02:00
Elias Steurer
58f30ee2c8 Fix ifw hardcoded version number 4.2 that is
no longer available when installing via aqt
2022-04-30 14:18:02 +02:00
Elias Steurer
0dc9eae861 Fix CI order 2022-04-30 13:50:38 +02:00
Elias Steurer
844a4ab676 Remove all .qrc files . We now use qt_add_qml_module
Copy fonts manually now
Fix paths
2022-04-30 13:22:17 +02:00
Elias Steurer
12b6911635 Merge and adapt change to make it runnable on linux
Move all qml components into a dedicated qml subfolder.  This was needed to fix linker
errors where we would have a folder that has the same name as our executable.
2022-04-30 12:07:54 +02:00
Elias Steurer
12053d9531 Add basic kde setup 2022-04-24 16:38:12 +02:00
Elias Steurer
e76648b8b5 Fix missing osx excludes 2022-04-24 10:45:37 +02:00
Elias Steurer
bf6107b7ce Add missing linux depedency 2022-04-24 10:41:10 +02:00
Elias Steurer
6a11bcd27e Formatting 2022-04-24 10:37:56 +02:00
Elias Steurer
8cc5901725 Fix missing zlib1.dll when using debug 2022-04-24 10:36:54 +02:00
Elias Steurer
f8084ad58c Fix QtConcurrent missing return value 2022-04-24 10:36:22 +02:00
Elias Steurer
4a5f9420b1 Fix missing osx sentry include 2022-04-24 10:24:46 +02:00
Elias Steurer
65736cb5ff Fix workshop search state when returning 0 items 2022-04-24 10:02:50 +02:00
Elias Steurer
40bfa967eb Fix build when only msvc2019 is installed 2022-04-24 09:56:50 +02:00
Elias Steurer
bdd27acdf2 Fix text color 2022-04-24 09:18:50 +02:00
Elias Steurer
0388538359 Fix incorrect icon color on no active content state 2022-04-24 09:17:01 +02:00
Elias Steurer
a068e6d050 Fix sentry include and linking 2022-04-24 09:10:17 +02:00