Elias Steurer
|
db7aad83b4
|
Merge branch 'dev' of https://gitlab.com/kelteseth/ScreenPlay into dev
|
2020-01-25 20:46:46 +01:00 |
|
Elias Steurer
|
18348988fb
|
Fix #48 button alignment
Add button click able only if content is active
|
2020-01-25 20:45:10 +01:00 |
|
Elias Steurer
|
d8a374e050
|
Add help text if storage path is empty
|
2020-01-25 20:31:51 +01:00 |
|
Elias Steurer
|
5507f0a175
|
Fix #44
Remove hardcoded langauge keys
Remove currentIndex and ListModel comboBoxListModel
|
2020-01-25 20:31:35 +01:00 |
|
Elias Steurer
|
311cf42f42
|
Add changelog button
|
2020-01-25 19:14:04 +01:00 |
|
Elias Steurer
|
e35f6b7626
|
Remove file:/// so the used does not get confused
|
2020-01-25 16:10:28 +01:00 |
|
Elias Steurer
|
6c94ce583f
|
Fix setting steam path
|
2020-01-25 16:07:32 +01:00 |
|
Elias
|
4c4f5356e9
|
Add refresh ability of widgets via F5
|
2020-01-23 09:48:48 +01:00 |
|
Elias
|
789abb1535
|
Bump version to V0.8
|
2020-01-19 16:50:57 +01:00 |
|
Elias Steurer (Kelteseth)
|
5e8bcf39ae
|
Update README.md
|
2020-01-19 15:25:02 +00:00 |
|
Elias Steurer (Kelteseth)
|
3499ebe0e0
|
Update README.md
|
2020-01-19 15:23:18 +00:00 |
|
Elias
|
f1dd2ce33b
|
Add decrease of widget counter when the user presses close in the widget
|
2020-01-19 16:14:46 +01:00 |
|
Elias Steurer
|
bfd7a839de
|
Fix install paths
Add openSSL to readme as dep
|
2020-01-18 14:33:33 +01:00 |
|
Elias Steurer
|
d110fbc9d2
|
Update openSSL to 1.1.1d via vcpkg now
|
2020-01-18 14:20:39 +01:00 |
|
Elias Steurer
|
20d2667548
|
Add storage list model based on QStorageInfo
|
2020-01-12 17:07:05 +01:00 |
|
Elias Steurer
|
de926550c2
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-01-12 16:10:20 +01:00 |
|
Elias Steurer
|
a57533153a
|
Add translations for Spanish, French, German and Russian
|
2020-01-12 16:09:59 +01:00 |
|
Elias Steurer (Kelteseth)
|
7f4b3d5040
|
Update README.md
|
2020-01-12 12:16:04 +00:00 |
|
Elias Steurer (Kelteseth)
|
afec1a1c39
|
Update README.md
|
2020-01-11 16:22:19 +00:00 |
|
Elias Steurer
|
369b01ac9b
|
Fix widget moving jitter thanks to bardao https://stackoverflow.com/a/55367441/12619313
|
2020-01-10 20:54:27 +01:00 |
|
Elias Steurer
|
1c3d89cc2f
|
Remove monitor and volume slider when a widget is selected.
|
2020-01-10 19:21:58 +01:00 |
|
Elias Steurer
|
63ada61095
|
Add audio codec, audio file and video codec to the project.json. This is useful when the user want to search for a specific codec that would run better on his hardware.
|
2020-01-10 17:38:53 +01:00 |
|
Elias Steurer
|
0cfb951a66
|
Add application version to telemetry. This should help to find errors in development .
|
2020-01-10 15:36:09 +01:00 |
|
Elias Steurer
|
217d44cca7
|
Disable the create button without functionallity for now
|
2020-01-10 15:27:25 +01:00 |
|
Elias Steurer
|
d3b5cd2244
|
Formatting
|
2020-01-10 15:27:04 +01:00 |
|
Elias Steurer
|
63a2cca679
|
Add nice fadeout on sdkDisconnected
|
2020-01-10 15:26:53 +01:00 |
|
Elias Steurer
|
dbe1135708
|
Fix sdk connection not sending appID with the "appID=" in the beginning of the string
|
2020-01-10 15:26:25 +01:00 |
|
Elias Steurer
|
ad886d6e84
|
Add remove all widgets functionallity and ui button
|
2020-01-10 15:07:10 +01:00 |
|
Elias Steurer
|
7f59985168
|
Add missing qrc entries for the example images
|
2020-01-10 15:06:35 +01:00 |
|
Elias Steurer
|
59890ecd38
|
Fix prefferedWidth binding loop
|
2020-01-10 15:06:10 +01:00 |
|
Elias Steurer
|
7e2aeaa46b
|
Add example image to the wizard for qml and html
|
2020-01-10 15:05:52 +01:00 |
|
Elias Steurer
|
f72b4163cf
|
Remove soon to be deprecated rootContext
|
2020-01-10 14:30:21 +01:00 |
|
Elias Steurer
|
939ee73f9d
|
Fix crash when telemetry was disabled and still used to send events on an invalid pointer
|
2020-01-10 14:18:01 +01:00 |
|
Elias Steurer
|
04705a5ec3
|
Add widget type to the ScreenPlayWidget executable as an argument. This can be ether qmlWidget or htmlWidget for now.
|
2020-01-09 16:08:32 +01:00 |
|
Elias Steurer (Kelteseth)
|
57001e500a
|
Merge branch 'feature/basic-project-creator' into 'dev'
Feature/basic project creator
See merge request kelteseth/ScreenPlay!16
|
2020-01-09 15:01:41 +00:00 |
|
Elias Steurer
|
864087438b
|
Add open content in explorer
Fix error when no preview image was selected. The preview image is optional but recommended.
|
2020-01-08 16:59:18 +01:00 |
|
Elias Steurer
|
14ee6673b1
|
Add empty widget creator
|
2020-01-08 16:51:27 +01:00 |
|
Elias Steurer
|
0913dff434
|
Add base create emtpy qml/html widget
|
2020-01-07 17:25:52 +01:00 |
|
Elias Steurer
|
8085f0a95b
|
Refactor wizards to more easily use wizards across more content like wallpaper
Fix default video wallpaper creation with the new size
|
2020-01-06 17:12:12 +01:00 |
|
Elias Steurer
|
ea050e439a
|
Merge branch 'dev' into feature/basic-project-creator
# Conflicts:
# ScreenPlay/Resources.qrc
# ScreenPlay/src/createimportvideo.cpp
# ScreenPlay/src/installedlistmodel.h
# ScreenPlay/src/screenplaymanager.cpp
# ScreenPlay/src/settings.cpp
# ScreenPlay/src/settings.h
# ScreenPlay/src/util.cpp
|
2020-01-06 15:27:29 +01:00 |
|
Elias Steurer
|
755a6bd4cd
|
Bump version
|
2019-12-31 16:06:20 +01:00 |
|
Elias Steurer
|
0a9857df88
|
Cache preview image
|
2019-12-31 14:55:16 +01:00 |
|
Elias Steurer
|
71da477fb9
|
Fix muting of all wallpaper
|
2019-12-31 14:40:06 +01:00 |
|
Elias Steurer
|
5ee250c3f2
|
Fix progress of converting a video. Now the first 50% are for pass 1 and the last 50% are for pass 2 encoding.
|
2019-12-31 14:28:29 +01:00 |
|
Elias Steurer
|
b4ff96b9c0
|
Merge branch 'dev' of https://gitlab.com/kelteseth/ScreenPlay into dev
|
2019-12-31 13:41:21 +01:00 |
|
Elias Steurer
|
ef07c056f2
|
Refactor video creation. Now the code is more readable
Add to pass encoding for better visual quality
Add generic parseQByteArrayToQJsonObject static function to util class
|
2019-12-31 13:41:13 +01:00 |
|
Elias Steurer
|
cc7befad87
|
Fix function name spelling
|
2019-12-30 18:23:24 +01:00 |
|
Elias Steurer
|
f0549a3b75
|
Add more telemetry for checking when a bug in creation occurred
|
2019-12-30 18:23:02 +01:00 |
|
Elias Steurer (Kelteseth)
|
e14c0c7e21
|
Update Docs/config.qdocconf
|
2019-12-29 14:40:37 +00:00 |
|
Elias Steurer (Kelteseth)
|
e552729d0c
|
Update Docs/config.qdocconf
|
2019-12-29 14:31:31 +00:00 |
|