Skip to content

Conversation

@Robert0Mart
Copy link
Collaborator

What Changed?

  • changed how marque effect wokrs
  • deleted a timer

@Robert0Mart Robert0Mart requested a review from HugoCLSC November 13, 2025 14:58
@Robert0Mart Robert0Mart added UI/UX User Interface what changed with this code Refactor Enhancing code's readability, maintainability, and extensibility while addressing technical debt. labels Nov 13, 2025
@HugoCLSC HugoCLSC added bug Something isn't working and removed Refactor Enhancing code's readability, maintainability, and extensibility while addressing technical debt. labels Nov 13, 2025
if self._marquee and self.text_width > self.label_width:
self.start_scroll()
self.scroll_pos = 0.0
QtCore.QTimer.singleShot(2000, lambda: self.start_scroll())
@Robert0Mart Robert0Mart changed the base branch from main to dev November 21, 2025 10:28
HugoCLSC and others added 10 commits November 28, 2025 11:45
* initial actions

* Update CodeQL workflow to ignore certain paths

Ignore specific paths for CodeQL analysis on push and pull request events.

* experimenting workflows

* Add pylintrc configuration file, configure dev test code workflow

* split into multiple jobs

* Fail job on error

* pylint rc file, jobs refactores for dev workflow

* Remove upload artifacts for now, move pylintrc file to root dir

* Added upload artifacts with different files

* Rem: branch naming workflow, enviroment handles this

* Added fail-fast to false

* Run only on PR to dev

* Change file name

* Initial stage-ci workflow configuration

* Changed worflow name, added docstr-coverage tool to the workflow

* Added dependencies cache, reduces redundant installations, fixes incorrect pytest file

* Exclude F403 ruff error

* Added docstr-coverage dependency

* Fix incorrect requirements installation command

* bugfix on cli command for docstr-coverage

* Uncomment artifact upload

* Update pyproject.toml

* Added bandig config, bump requests version

* Bump requests version

* Bump requirement versions

* Add dev, stage requirements, bump all requirements

* Migrate pylint config options to pyproject.toml file

* Deleted pylintrc.dev file

* Remove unused dependencie

* uncomment upload artifacts

* Added bandit security tests

* Standardize bandit output to json

* Add environment

---------

Signed-off-by: Hugo Costa <hugo.santos.costa@gmail.com>
* initial actions

* Update CodeQL workflow to ignore certain paths

Ignore specific paths for CodeQL analysis on push and pull request events.

* experimenting workflows

* Add pylintrc configuration file, configure dev test code workflow

* split into multiple jobs

* Fail job on error

* pylint rc file, jobs refactores for dev workflow

* Remove upload artifacts for now, move pylintrc file to root dir

* Added upload artifacts with different files

* Rem: branch naming workflow, enviroment handles this

* Added fail-fast to false

* Run only on PR to dev

* Change file name

* Initial stage-ci workflow configuration

* Changed worflow name, added docstr-coverage tool to the workflow

* Added dependencies cache, reduces redundant installations, fixes incorrect pytest file

* Exclude F403 ruff error

* Added docstr-coverage dependency

* Fix incorrect requirements installation command

* bugfix on cli command for docstr-coverage

* Uncomment artifact upload

* Update pyproject.toml

* Added bandig config, bump requests version

* Bump requests version

* Bump requirement versions

* Add dev, stage requirements, bump all requirements

* Migrate pylint config options to pyproject.toml file

* Deleted pylintrc.dev file

* Remove unused dependencie

* uncomment upload artifacts

* Added bandit security tests

* Standardize bandit output to json

* Add environment

* Fix incorrect file extension for bandit

---------

Signed-off-by: Hugo Costa <hugo.santos.costa@gmail.com>
* initial actions

* Update CodeQL workflow to ignore certain paths

Ignore specific paths for CodeQL analysis on push and pull request events.

* experimenting workflows

* Add pylintrc configuration file, configure dev test code workflow

* split into multiple jobs

* Fail job on error

* pylint rc file, jobs refactores for dev workflow

* Remove upload artifacts for now, move pylintrc file to root dir

* Added upload artifacts with different files

* Rem: branch naming workflow, enviroment handles this

* Added fail-fast to false

* Run only on PR to dev

* Change file name

* Initial stage-ci workflow configuration

* Changed worflow name, added docstr-coverage tool to the workflow

* Added dependencies cache, reduces redundant installations, fixes incorrect pytest file

* Exclude F403 ruff error

* Added docstr-coverage dependency

* Fix incorrect requirements installation command

* bugfix on cli command for docstr-coverage

* Uncomment artifact upload

* Update pyproject.toml

* Added bandig config, bump requests version

* Bump requests version

* Bump requirement versions

* Add dev, stage requirements, bump all requirements

* Migrate pylint config options to pyproject.toml file

* Deleted pylintrc.dev file

* Remove unused dependencie

* uncomment upload artifacts

* Added bandit security tests

* Standardize bandit output to json

* Add environment

* Fix incorrect file extension for bandit

* Add exclude section to ruff config

* Fix docstr-converage exclude regex

---------

Signed-off-by: Hugo Costa <hugo.santos.costa@gmail.com>
* initial actions

* Update CodeQL workflow to ignore certain paths

Ignore specific paths for CodeQL analysis on push and pull request events.

* experimenting workflows

* Add pylintrc configuration file, configure dev test code workflow

* split into multiple jobs

* Fail job on error

* pylint rc file, jobs refactores for dev workflow

* Remove upload artifacts for now, move pylintrc file to root dir

* Added upload artifacts with different files

* Rem: branch naming workflow, enviroment handles this

* Added fail-fast to false

* Run only on PR to dev

* Change file name

* Initial stage-ci workflow configuration

* Changed worflow name, added docstr-coverage tool to the workflow

* Added dependencies cache, reduces redundant installations, fixes incorrect pytest file

* Exclude F403 ruff error

* Added docstr-coverage dependency

* Fix incorrect requirements installation command

* bugfix on cli command for docstr-coverage

* Uncomment artifact upload

* Update pyproject.toml

* Added bandig config, bump requests version

* Bump requests version

* Bump requirement versions

* Add dev, stage requirements, bump all requirements

* Migrate pylint config options to pyproject.toml file

* Deleted pylintrc.dev file

* Remove unused dependencie

* uncomment upload artifacts

* Added bandit security tests

* Standardize bandit output to json

* Add environment

* Fix incorrect file extension for bandit

* Add exclude section to ruff config

* Fix docstr-converage exclude regex

* Separate CI from CD

---------

Signed-off-by: Hugo Costa <hugo.santos.costa@gmail.com>
* Build(deps): Bump requests from 2.32.3 to 2.32.4 in /scripts (#112)

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed unused method

* Remove unused imports

* Remove unused import, f-string without placeholders

* Remove unused import

* Removed unused module

* Removed f-string without placeholder

* Removed unused code on method

* Removed placeholder file for new module

* Removed assigned variable but never used

* Removed unused import

* Comment unused variable

* Removed unused code line

* Removed unused file

* Explicity re-raise with from

* Removed unused code line

* Refactor text box painting

* Removed unused import

* Removed unused code line

* Removed unused module

* Removed unused module placeholder

* Added docstrings

* Add docstrings to methods

* Add docstring to methods and class

* Add docstring to methods

* Removed unused module

* Added docstrings

* Added docstrings

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* deleted commented code

* Added docstrings, deleted commented code

* Deleted code from unused window

* Added docstring to methods, deleted unused code

* Added docstring to methods, deleted unused code

* Add docsctring, delete commented code

* Add docsctring

* Add docsctring, delete unused code

* Add docstring, change method name

* Add docstring, change method name, delete unused code

* Add docstring, delete unused code

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Formatting

* Add docstring

* Add docstring, delete unused code, changed method name

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, delete commented code, change method name

* Add docstring, delete commented code, change method name

* Let troubleshoot page decide where it wants to go

* Add docstring, change method name

* Add docstring, delete unused and untested code

* Add docstring

* Add docstring

* Add docstring, delete unused code

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstrings

* Add docstring, change method name

* Add docstring

* Add docstring, delete unused code

* Add docstring, delete unused code

* Add docstring

* Change list item docstring

* Add docstring

* Add docstring

* Deleted unused module

* Add docstring

* Deleted unused method

* Deleted unused code line

* Delete unused code line

* Delete unused code line

* Security patch subprocess shell = True, security issue

* Remove argument from method

* Ruff formatting

* Ruff formatting

* Surpress Reviewed security issues

* Formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Hugo Costa <hugo.santos.costa@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Robert0Mart Robert0Mart reopened this Dec 10, 2025
@Robert0Mart Robert0Mart deleted the bugfix-fans-overlap branch December 12, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working UI/UX User Interface what changed with this code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants