1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-02 16:49:47 +02:00
Commit Graph

2882 Commits

Author SHA1 Message Date
Elias Steurer
73f31d2092 Update IFW version 2023-06-11 10:38:52 +02:00
Elias Steurer
3a18faa4b1 Add more recommended extensions 2023-06-11 10:07:52 +02:00
Elias Steurer
6b30e3f242 Formatting 2023-06-11 10:07:39 +02:00
Elias Steurer
a4aeccbd1f Add basic widgets and wallpaper count online stats 2023-06-11 10:06:07 +02:00
Elias Steurer
8790620da5 Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay 2023-06-02 19:26:39 +02:00
Elias Steurer
5ea4c57f1b Update vcpkg 2023-06-02 19:26:31 +02:00
Elias Steurer
72a3ffba76 Fix macOS paths and remove old lipo script 2023-06-02 18:51:20 +02:00
Elias Steurer
dfd311c5d5 Merge commit 'e85c5ac6b69f38976521f9fd842f5b5a47c08cc9'
# Conflicts:
#	Tools/defines.py
2023-06-02 13:25:42 +02:00
Elias Steurer
ac00f94dc5 Remove old download script and fix openssl on win 2023-06-02 10:19:47 +02:00
Elias Steurer
11905a6370 Cleanup and small fixes 2023-06-02 10:19:12 +02:00
Elias Steurer
38f6262f8e Merge remote-tracking branch 'origin/master' 2023-06-02 09:52:25 +02:00
Elias Steurer
287730e9c7 Change macos building fat universal binary as default
For this we now use a custom triplet. This has some drawbacks like openssl
does not work with this config. Luckily we can
use openssl that is provided by Qt. On macOS
they use Secure Transport.
2023-06-02 09:51:56 +02:00
Elias Steurer
cb80ad6b0b Change cmake to make it work with ci 2023-06-02 09:23:34 +02:00
Elias Steurer
b20430080d Update natvis file for vscode 2023-06-02 09:18:14 +02:00
Elias Steurer
9b8b8e0374 Update to Qt 6.5.1
This removed the QWebEngine workaround and fixes ffmpeg looping,
but introduces ffmpeg crash.
2023-05-25 15:14:16 +02:00
Elias Steurer
e85c5ac6b6 WIP on master: 844215db Update steamSDK to 1.56 2023-04-21 11:13:30 +02:00
Elias Steurer
b58d526d92 index on master: 844215db Update steamSDK to 1.56 2023-04-21 11:13:30 +02:00
Elias Steurer
844215db5e Update steamSDK to 1.56 2023-04-06 12:08:04 +02:00
Elias Steurer
aaa7159b29 Change to use qt based integers 2023-04-06 10:17:31 +02:00
Elias Steurer
7bcbcb60e2 Remove Qt bug workaround 2023-04-06 09:49:43 +02:00
Elias Steurer
27b98a4693 Move docs to https://gitlab.com/kelteseth/ScreenPlayDocs 2023-03-30 17:51:16 +02:00
Elias Steurer
75d72de5b7 Update min CMake version to 3.26 (and QtCreator 10)
This will allow us to remove all of the hardcoded paths
2023-03-30 17:49:02 +02:00
Elias Steurer
c30ccd64f0 Add simple hello world widget 2023-03-25 14:26:17 +01:00
Elias Steurer
9b824a5192 Change Widget to behave more like a window
Lets only move with the new taskbar, to make sure
that we always can interact with the widget content
2023-03-25 14:25:51 +01:00
Elias Steurer
1689931060 Add stats, weather and cuntdown widgets 2023-03-09 10:19:58 +01:00
Elias Steurer
6a4cae4e24 Add display fps in debug mode 2023-03-02 13:22:57 +01:00
Elias Steurer
2b0c959609 Add 6.5 beta 3 loop lag workaround for windows 2023-03-02 13:22:26 +01:00
Elias Steurer
580c95036e Add fadeIn workaround
lets do not call fade in every loop
2023-03-02 13:17:30 +01:00
Elias Steurer
7749486332 Add mp4 test video 2023-03-02 13:15:27 +01:00
Elias Steurer
f557919419 Add release preset 2023-03-02 13:14:39 +01:00
Elias Steurer
6d491f8ee4 Fix casings 2023-02-25 14:16:45 +01:00
Elias Steurer
2e65371df9 Add reddit and dw rss atom feed examples 2023-02-25 12:44:46 +01:00
Elias Steurer
1b65e2ae18 Fix build date command on osx 2023-02-25 11:13:10 +01:00
Elias Steurer
02072a63af Add workaround for small search
See https://bugreports.qt.io/browse/QTBUG-111515
2023-02-25 10:50:30 +01:00
Elias Steurer
00a830518e Fix old path 2023-02-25 10:49:26 +01:00
Elias Steurer
67557dd66d Fix live reloading
Looks like we must add all files we want to track
into the watcher
2023-02-24 16:55:35 +01:00
Elias Steurer
eccc67d0c0 Remove native rendering setting
Looks like this version is worse than not setting it. This changes
every Qt version....
2023-02-24 16:54:56 +01:00
Elias Steurer
e3442ec208 Fix classes that should not be creatable in qml 2023-02-24 16:52:49 +01:00
Elias Steurer
531860884e Fix Qt 6.5 beta3 Text field changes 2023-02-24 09:38:55 +01:00
Elias Steurer
bca5f989b8 Fix widget not propagating input
Now we can move the widget and have input inside of the widget
2023-02-24 09:38:34 +01:00
Elias Steurer
fe827858cd Fix image selector using old dialog properties 2023-02-24 09:37:59 +01:00
Elias Steurer
884acb5287 Fix unix ffmpeg paths 2023-02-23 10:47:54 +01:00
Elias Steurer
412de3e7b2 Add first batch of default content 2023-02-18 14:30:06 +01:00
Elias Steurer
f0161ffc35 Check Widget for min height and width 2023-02-18 14:13:23 +01:00
Elias Steurer
231ee32488 Replace old Qt5Compat with build in Rectangle 2023-02-18 14:10:08 +01:00
Elias Steurer
e96b3fd35b Remove Common folder in favor of ThirdParty 2023-02-18 12:11:29 +01:00
Elias Steurer
df216ec42d Bump to 0.15.0-RC6 2023-02-16 13:19:21 +01:00
Elias Steurer
db9d319388 Add Qt 6.5 looping workaround
Remove Qt6Widgets workaround

Update to latest vcpkg
Update to latest plausible-qml
Update to latest QArchive
2023-02-16 13:06:50 +01:00
Elias Steurer
20287fc11a Merge branch '165-pack-screenplay-into-a-single-app-on-osx' into 'master'
Resolve "Pack ScreenPlay into a single .app on osx"

Closes #165

See merge request kelteseth/ScreenPlay!102
2023-02-11 15:01:26 +00:00
Elias Steurer
ef8b31c18b Fix resetting the cmake_osx_architectures 2023-02-11 15:17:50 +01:00