added wallpaper carousel plugin#813
Draft
motor-dev wants to merge 2 commits into
Draft
Conversation
Contributor
Automatic Manifest CheckFile: wallpaper-carousel/manifest.json
+ "repository": "https://github.com/TryCatch2022/wallpaperCarousel", |
Contributor
Automatic Code Quality ReviewFile: wallpaper-carousel/Carousel.qml
+ spacing: 12
+ text: "Directory not found"
+ text: "The configured directory '" + (root.cfg.wallpaperDirectory ?? "") + "' does not exist.\nCheck the path in Wallpaper Carousel settings."
+ text: "Press Escape to close"
+ spacing: 12
+ text: "Press Escape to close"File: wallpaper-carousel/Settings.qml
+ spacing: 12
+ spacing: 2
+ spacing: 2
+ Label { text: "General"; font.bold: true; font.pixelSize: 14 }
+ Label { text: "Wallpaper Directory"; font.bold: true }
+ text: "Override the wallpaper directory. Leave empty to follow the current wallpaper's directory."
+ label: "Carousel Mode"
+ description: "Standard stops at the edges. Wrap loops the index. Infinite shows a seamless repeating view."
+ { text: "Standard", value: "standard" },
+ { text: "Wrap", value: "wrap" },
+ { text: "Infinite", value: "infinite" }
+ Label { text: "Visual"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Background Dimming"; description: "Opacity of the dark overlay behind the carousel."
+ label: "Border Width"; description: "Width of the skewed border around thumbnails."
+ label: "Corner Radius"; description: "Corner radius of thumbnails. Set to 0 to disable."
+ Label { text: "Size"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Item Width"; description: "Width of each wallpaper thumbnail."
+ label: "Item Height"; description: "Height of each wallpaper thumbnail."
+ label: "Center Tile Zoom"; description: "Size of the centered tile relative to the surrounding tiles."
+ Label { text: "Expansion"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Expand Selected"
+ description: "Expand the centered tile's width to reveal more of the image."
+ { text: "Disabled", value: "false" },
+ { text: "Enabled", value: "true" }
+ label: "Expansion Amount"; description: "Width multiplier applied when the centered tile is expanded."
+ label: "Hold to Expand"
+ description: "Dwell on a tile to trigger a large immersive preview."
+ { text: "Disabled", value: "false" },
+ { text: "Enabled", value: "true" }
+ label: "Hold Coverage"; description: "Screen coverage for the hold preview."
+ label: "Hold Delay"; description: "Time to dwell on a tile before the preview activates."File: wallpaper-carousel/WallpaperCarouselSettings.qml
+ label: "Wallpaper Directory"
+ description: "Override the wallpaper directory. Leave empty to follow system wallpaper."
+ label: "Carousel Mode"
+ description: "Standard stops at the edges. Wrap loops the index. Infinite shows a seamless repeating view."
+ { label: "Standard", value: "standard" },
+ { label: "Wrap", value: "wrap" },
+ { label: "Infinite", value: "infinite" }
+ label: "Background Dimming"
+ label: "Border Width"
+ label: "Corner Radius"
+ label: "Item Width"
+ label: "Item Height"
+ label: "Center Tile Zoom"
+ label: "Expand Selected"
+ description: "Expand the centered tile's width to reveal more of the image."
+ { label: "Disabled", value: "false" },
+ { label: "Enabled", value: "true" }
+ label: "Expansion Amount"
+ label: "Hold to Expand"
+ description: "Dwell on a tile to trigger a large immersive preview."
+ { label: "Disabled", value: "false" },
+ { label: "Enabled", value: "true" }
+ label: "Hold Coverage"
+ label: "Hold Delay" |
Contributor
Automatic Code Quality ReviewFile: wallpaper-carousel/Carousel.qml
+ spacing: 12
+ text: "Directory not found"
+ text: "The configured directory '" + (root.cfg.wallpaperDirectory ?? "") + "' does not exist.\nCheck the path in Wallpaper Carousel settings."
+ text: "Press Escape to close"
+ spacing: 12
+ text: "Press Escape to close"File: wallpaper-carousel/Settings.qml
+ spacing: 12
+ spacing: 2
+ spacing: 2
+ Label { text: "General"; font.bold: true; font.pixelSize: 14 }
+ Label { text: "Wallpaper Directory"; font.bold: true }
+ text: "Override the wallpaper directory. Leave empty to follow the current wallpaper's directory."
+ label: "Carousel Mode"
+ description: "Standard stops at the edges. Wrap loops the index. Infinite shows a seamless repeating view."
+ { text: "Standard", value: "standard" },
+ { text: "Wrap", value: "wrap" },
+ { text: "Infinite", value: "infinite" }
+ Label { text: "Visual"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Background Dimming"; description: "Opacity of the dark overlay behind the carousel."
+ label: "Border Width"; description: "Width of the skewed border around thumbnails."
+ label: "Corner Radius"; description: "Corner radius of thumbnails. Set to 0 to disable."
+ Label { text: "Size"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Item Width"; description: "Width of each wallpaper thumbnail."
+ label: "Item Height"; description: "Height of each wallpaper thumbnail."
+ label: "Center Tile Zoom"; description: "Size of the centered tile relative to the surrounding tiles."
+ Label { text: "Expansion"; font.bold: true; font.pixelSize: 14; Layout.topMargin: 8 }
+ label: "Expand Selected"
+ description: "Expand the centered tile's width to reveal more of the image."
+ { text: "Disabled", value: "false" },
+ { text: "Enabled", value: "true" }
+ label: "Expansion Amount"; description: "Width multiplier applied when the centered tile is expanded."
+ label: "Hold to Expand"
+ description: "Dwell on a tile to trigger a large immersive preview."
+ { text: "Disabled", value: "false" },
+ { text: "Enabled", value: "true" }
+ label: "Hold Coverage"; description: "Screen coverage for the hold preview."
+ label: "Hold Delay"; description: "Time to dwell on a tile before the preview activates."File: wallpaper-carousel/WallpaperCarouselSettings.qml
+ label: "Wallpaper Directory"
+ description: "Override the wallpaper directory. Leave empty to follow system wallpaper."
+ label: "Carousel Mode"
+ description: "Standard stops at the edges. Wrap loops the index. Infinite shows a seamless repeating view."
+ { label: "Standard", value: "standard" },
+ { label: "Wrap", value: "wrap" },
+ { label: "Infinite", value: "infinite" }
+ label: "Background Dimming"
+ label: "Border Width"
+ label: "Corner Radius"
+ label: "Item Width"
+ label: "Item Height"
+ label: "Center Tile Zoom"
+ label: "Expand Selected"
+ description: "Expand the centered tile's width to reveal more of the image."
+ { label: "Disabled", value: "false" },
+ { label: "Enabled", value: "true" }
+ label: "Expansion Amount"
+ label: "Hold to Expand"
+ description: "Dwell on a tile to trigger a large immersive preview."
+ { label: "Disabled", value: "false" },
+ { label: "Enabled", value: "true" }
+ label: "Hold Coverage"
+ label: "Hold Delay" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
browse and pick wallpapers from a fullscreen carousel overlay