Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize Qt connections #914

Merged
merged 1 commit into from
Aug 2, 2020

Conversation

m-seker
Copy link
Contributor

@m-seker m-seker commented Jul 27, 2020

Summary

Get rid of old style Qt connections.

Some minor fixes.

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Build-related changes
  • Other, please describe:

If changing the UI of web configuration, please provide the before/after screenshot:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing setups:

The PR fulfills these requirements:

  • When resolving a specific issue, it's referenced in the PR's body (e.g. Fixes: #xxx[,#xxx], where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature
  • Related documents have been updated (docs/docs/en)
  • Related tests have been updated

PLEASE DON'T FORGET TO ADD YOUR CHANGES TO CHANGELOG.MD

  • Yes, CHANGELOG.md is also updated

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

@@ -398,8 +398,6 @@ public slots:
///
void currentImage(const Image<ColorRgb> & image);

void closing();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nobody uses this

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove dead code....

@hyperion-project
Copy link

Hello @m-seker 👋

I'm your friendly neighborhood bot and would like to say thank you for
submitting a pull request to Hyperion!

So that you and other users can test your changes more quickly,
you can find your workflow artifacts here.

If you make changes to your PR, i create a new link to your workflow artifacts.

Best regards,
Hyperion-Project

{
// switch off all leds
clear(-1,true);

if (emitCloseSignal)
{
emit closing();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nobody uses this

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove dead code....

@@ -17,8 +17,6 @@ LedDevicePiBlaster::LedDevicePiBlaster(const QJsonObject &deviceConfig)

_activeDeviceType = deviceConfig["type"].toString("UNSPECIFIED").toLower();

signal(SIGPIPE, SIG_IGN);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is handled process wide from hyperiond

@m-seker m-seker force-pushed the refactor/qt_connections branch from ec8d07b to c709915 Compare July 27, 2020 14:49
@hyperion-project
Copy link

Here is your new link to your workflow artifacts.

@m-seker m-seker force-pushed the refactor/qt_connections branch from c709915 to 6d164b7 Compare July 27, 2020 14:54
@hyperion-project
Copy link

Here is your new link to your workflow artifacts.

@brindosch brindosch merged commit 031b9a6 into hyperion-project:master Aug 2, 2020
Lord-Grey pushed a commit to Lord-Grey/hyperion.ng that referenced this pull request Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants