1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-08 12:02:36 +01:00
Commit Graph

1243 Commits

Author SHA1 Message Date
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
Elias Steurer
5429a3a62f Add better statistic of what is actively used 2019-12-27 17:20:55 +01:00
Elias Steurer
c7a33f33ae Add filename as default name 2019-12-27 17:19:03 +01:00
Elias Steurer
1094b098c0 Add smaller preview thumbnail generation. This should speed up loading preview images in the installed section. The image size is now the same as the width of the thumbnail. Also the image size gets reduced by tenfold. If no previewThumbnail is found the regular preview is used instead. This is not recommended. 2019-12-27 12:35:23 +01:00
Elias Steurer
b8b39a21e8 Add qtquickcompiler to ci 2019-12-27 12:33:01 +01:00
Elias Steurer
eb1b7b65f3 Change preview image size to a fixed width of 320. Also helps with loading many installed list items 2019-12-23 15:41:17 +01:00
Elias Steurer
d01d329747 Only load gifs on hover. This increases the loading speed when having many wallpaper installed 2019-12-23 13:19:29 +01:00
Elias Steurer
7621daa424 Remove no longer used Screen.qml 2019-12-23 13:17:45 +01:00
Elias Steurer
10a161164a Change counter set value to only change when we know the size of the finished list. This is to avoid weird sizing animation at the number in the nav item 2019-12-23 12:23:30 +01:00
Elias Steurer
9697cbc637 Change fade in animation 2019-12-23 12:22:25 +01:00
Elias Steurer
ba4c8ada9a Change fadein timer for faster animations 2019-12-23 12:22:00 +01:00
Elias Steurer
c463e748d1 Add better video import quality 2019-12-22 21:12:06 +01:00
Elias Steurer
b6f275065c Add failsave if settings are messed up. For this we will try to delete the old settings and then recreate default settings. 2019-12-21 16:28:53 +01:00
Elias Steurer
10e5b11344 Remove no longer initial debug message for build hash. We now have the ui in the settings for this. 2019-12-21 16:28:02 +01:00
Elias Steurer
a95e246955 Fix critical error when saving values to json. All value were saved as a string. Even bool where converted to "true" or "false" as string 2019-12-21 16:26:46 +01:00
Elias Steurer
b94f4a95b2 Fix fillmode combobox cliping 2019-12-20 17:53:24 +01:00
Elias Steurer
15a6ff0997 Enable antonymous statistic 2019-12-20 17:50:14 +01:00
Elias Steurer
1e5ffd293f Enable autostart as default option 2019-12-20 17:26:03 +01:00
Elias Steurer
ee85bc8e93 Make cover the default scaling to have no distortions 2019-12-20 17:24:35 +01:00
Elias Steurer
bc8e05cdf0 Add missing emits to singals 2019-12-20 15:58:57 +01:00
Elias Steurer
61cffa6232 Add a space in the toString method. Also formatting 2019-12-20 15:58:28 +01:00
Elias Steurer
d99dbae4f8 Change search input to be smaller 2019-12-20 15:57:49 +01:00
Elias Steurer
f7404ccf89 Fix id to copy to clipboard 2019-12-20 15:56:50 +01:00
Elias Steurer
1aa8fda486 Fix CI windeployqt.exe using an non exsisting folder 2019-12-20 15:56:35 +01:00
Elias Steurer
adbf846f49 Fix some import issues.
Add copy to clipboard when an error occurred
Add ffmpeg and ffprobe arguments to error output
Add QStringList to string static helper function
2019-12-20 15:37:44 +01:00
Elias Steurer
6c88fc87fb Add spanish, russian and frensh translation files without translation 2019-12-20 12:12:16 +01:00
Elias Steurer
e22d7561f6 Remove antialiasing properties 2019-12-20 11:35:31 +01:00
Elias Steurer
83018adeab Fix search look and feel 2019-12-20 11:35:10 +01:00
Elias Steurer
1dfd6c735b Fix Blog url 2019-12-20 11:34:52 +01:00
Elias
9931f77a9f Refactor project wizard. Now we have ether import content or create new based on a template 2019-12-15 18:29:20 +01:00
Elias
c7329c1adf Merge remote-tracking branch 'origin/feature/basic-project-creator' into feature/basic-project-creator 2019-12-15 12:59:17 +01:00