Skip to content

updates to the slide player#365

Open
connectedfuturelabs wants to merge 14 commits into
devfrom
fix/slide_player_fixes
Open

updates to the slide player#365
connectedfuturelabs wants to merge 14 commits into
devfrom
fix/slide_player_fixes

Conversation

@connectedfuturelabs

@connectedfuturelabs connectedfuturelabs commented Jul 18, 2026

Copy link
Copy Markdown

Description

Fixing minor issues with the slide player.

Requirements

  • None

Issues Referenced

Documentation update

Link to a change in documentation (if any)

Notes for Reviewer

  • Add detailed notes explaining code changes, algorithms or any other information that can help the reviewer understand the PR better.

Testing

Feature Tests (Integration tests)

Feature Test Result
Feature test 1 ✔️ or ✖️

Unit Tests

Unit Test Result
Feature test 1 ✔️ or ✖️

Shared files

  • Firmware binary: [Link to firmware binary]
  • Other files.

List of new distributable files (For software PR only)

  • Name all new files added with this PR that need to be distributed with the release package. This includes files like .json, .xml settings files etc.

nitin710 and others added 2 commits May 22, 2026 16:52
* Feat slide player (#337)

* init commit. v0 of the slide player

* fixed the logic for the min and max time provisions

* adding example slides

* copy settings file to users document directory

* handles relative path if specified in the settings file

* documents as default log location if log directory is not provided

* removed log file location from the settings file

* provision for no background

* updated comments

* minor updates to logging and some logic change for the intro slide

* fix for removing background slide from the set

fixed bug with set transitions

moved the settings file inside bin/data

* updated cmake lists with the change in location of settings file

* added minor logging to specify if the settings file already exists

* adding VS project files

* removed symlink for compile_commands

* updating the workflows to prep for adding the slidePlayer CI

* Added xcode project for Slide Player

* added Slide player to the build jobs. updated windows installer project

* renamed the build schemes to match the script

* versoin bump to 1.15.0

* Added README for the slidePlayer

* Added updated description of the CI workflows used to build and create releases

* init commit for feature background in oscilloscope

* changing background to white

* double buffer fix for newer version of c++

* Feat/ci dependency tracking (#343)

* updated CI to record the commit SHA's for dependencies

* added dependency generator script. removed installing python in windows CI

* fix script for mwindows

* minor formatting change to the script

* Adds downloading and cleaning deps when compiling OF applications

* Add download-deps script

* version bumped to v1.16.1

* updates to the create-draft-release workflow

* patch to the create draft release workflow

* fix indentation issue

* Fix/deps namespace issues (#345)

* adding dependency updates to build with updated branches of the dependencies

* changing the dependencies back to master

* version bumped to v1.16.2

* fixing ctest for slide player

* corrected the directory where the installer puts the Slide player on Windows. version bump tp v1.16.4

* renamed slide player (#347)

* renamed slide player

* version bump to v1.16.5
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:31 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:33 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:34 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:34 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:34 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:34 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 18, 2026 18:41 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:23 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:24 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:24 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:24 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:24 — with GitHub Actions Inactive
@nitin710
nitin710 temporarily deployed to RUNNER-WINDOWS July 19, 2026 01:30 — with GitHub Actions Inactive
@nitin710
nitin710 changed the base branch from master to dev July 19, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment