Navigation

    ScreenPlayLogo
    • Register
    • Login
    • Search
    • Recent
    • Popular
    • Gitter
    • Reddit
    • Source Code

    V0.13 Pre-Release Testing

    Announcements & Releases
    1
    7
    374
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Kelteseth
      Kelteseth last edited by Kelteseth

      Changelog: https://gitlab.com/kelteseth/ScreenPlay/-/releases/V0.13


      Change to nightly in Steam to access the preview build:

      undefined


      Known issues:

      • Gif import does not yet generate preview thumbnails


      You can help with testing. This is a list of features that must work before every release. If you find an issue please reply below ❤👏



      1. Wallpaper
        1. Monitor with different DPI
        2. Wallpaper start
        3. Wallpaper closing
        4. Wallpaper replacing
        5. Wallpaper settings save in project.json
        6. Wallpaper settings live change
      2. Widgets
        1. Widget start
        2. Widget close
        3. Widget position save
      3. General
        1. Autostart
        2. Spelling & Language errors
        3. Favicon
          1. Mute/Unmute all Wallpaper
          2. Pause/Resume all Wallpaper
          3. Quit
      4. Create
        1. Import (none Webm) Video
        2. Import WebM Video
        3. Import Gif
        4. Create Website Wallpaper
        5. Create QML Wallpaper
        6. Create HTML Wallpaper
        7. Create QML Widget
        8. Create HTML Widget
      5. Workshop
        1. Subscribe Item
        2. Search
        3. Sort
        4. Upload single item
        5. Upload multiple items at once
      6. Installed
        1. Open in Folder
        2. Delete item
        3. Open in Workshop
        4. Refresh/ automatic update when a new item is installed
      7. Community
        1. Links clickable
      8. Settings
        1. Change storage path
        2. Change Language
        3. Test UI in Dark mode
        4. Test UI in Light mode






      1 Reply Last reply Reply Quote 0
      • Kelteseth
        Kelteseth last edited by

        1b955ed Refactor basewindow code
        ffc1ccf Fix starting wallpaper that do not contain the properties json object
        9defa00 Fix argument order for name and preview image
        920a648 Fix type from QString to QUrl

        1 Reply Last reply Reply Quote 0
        • Kelteseth
          Kelteseth last edited by Kelteseth

          Update Steam nightly version based on

          • https://gitlab.com/kelteseth/ScreenPlay/-/commit/33cb77e7b1e2525aead539aba4a179ca6838c6a3


          • 33cb77e Fix small video detection
          • ccb1d50 Fix webm importQML called it without the quality parameter.
            • Lets make 50 default. This is not used in the webm import anyways...
          • 1b955ed Refactor basewindow code
          • ffc1ccf Fix starting wallpaper that do not contain the properties json object
          • 9defa00 Fix argument order for name and preview image


          1 Reply Last reply Reply Quote 0
          • Kelteseth
            Kelteseth last edited by Kelteseth


            Update Steam nightly version based on e31fd1162615e961e51985c09590c9e78a2fed6f

            Changes:
            e31fd11 Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay
            a8bcac9 Fix wallpaper autostart and add CriticalError msg

            This was caused because we have the wrong base path
            - QDir workingDir(QDir::currentPath());
            instead of
             - QDir workingDir(QGuiApplication::applicationDirPath());

            when we start the app from a different folder.

            40b5c54 Add LANGUAGES to CMakeLists
            3dc76e7 Update README.md
            b57f1e9 Merge branch 'test'
            3a32074 Add development info for KDE wallpaper
            3bf9ee9 Update README.md
            5e6b33d Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay
            ce1ea6f Add godot to the start info tools

            Thanks to user @Midnight for the bug report!

            1 Reply Last reply Reply Quote 0
            • Kelteseth
              Kelteseth last edited by

              A new nightly version is now live with the following changes:

              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/c823c52 Fix enum names and casings
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/5a8583c Fix steam workshopIDRefactor from int to QVariant that can hold unsinged long ling int that is needed because as of this writing steamid are now bigger than int
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/d37f403 Test CI
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/6a3872f Fix cpp formatting
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/4d37a51 Format cmake
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/9fa317a Fix osx build script
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/4c2cb43 Update CI to Qt 5.15.2
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/0671e10 Disable AV1 import for now
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/d4022ac Add MergeRequest.md templateSimplyfy other templates
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/82ead02 Move StartInfo delegate into StartInfoLinkImageFix headlines lines. Add drag and drop area
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/241066d Fix source
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/1085179 Add ColorPick by Alberto Bignotti
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/1a73f98 Fix wrong filename when using a filename with a dotRemove old labs fileselector
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/d1d933b Decrease scale of preview because steam does not allow large previewsIn the docs it state 1mb, in the manual upload it states 2mb!?!
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/f49fa0d Fix missing m_length for webm import
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/74db71d Fix incorrect navigation state and index
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/25a519c Fix workshop sidebar styling
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/9bbe61e Fix default folder for localStoragePath
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/dd64e93 Fix UploadProject popup
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/daa76b8 Add Steam Workshop Agreement
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/cb34445 Remove duplicate header
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/db40924 Fix  font capitalization
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/a8620f1 Fix qml and html preview image copyAdd errors emit to all returns
              • https://gitlab.com/kelteseth/ScreenPlay/-/commit/4c2b6db Refactor welcome screenRemove no longer needed seets


              1 Reply Last reply Reply Quote 0
              • Kelteseth
                Kelteseth last edited by

                A new nightly version is now live with the following changes:

                https://gitlab.com/kelteseth/ScreenPlay/-/commit/4063f5f Fix right click menu typeFix banner type Must be var to be able to hold unsinged long long


                1 Reply Last reply Reply Quote 0
                • Kelteseth
                  Kelteseth last edited by

                  A new nightly version is now live with the following changes:
                  https://gitlab.com/kelteseth/ScreenPlay/-/commit/3b27096 Disable hover on scroll
                  https://gitlab.com/kelteseth/ScreenPlay/-/commit/c9dfd9a Add positionViewAtBeginning when changing filter
                  https://gitlab.com/kelteseth/ScreenPlay/-/commit/4004b4c Add allow_failure: true for now
                  https://gitlab.com/kelteseth/ScreenPlay/-/commit/c20f837 Fix website Wallpaper. Add https:// to wizard.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  ✨News

                  👏 Vote for ScreenPlay

                  🐱‍🏍 Godot Engine 3D Wallpaper Guide

                  🤖 Bulk video import via Handbrake

                  Popular Topics

                  Get ScreenPlay via Steam