Commit Graph

1997 Commits

Author SHA1 Message Date
Serhan 37fbc1a23e
Update CHANGELOG.md 2020-07-20 21:33:33 +02:00
Murat Seker c124e2136a
Feature/CEC detection (#877)
* Add CEC functionality

* Initial commit

* removed libCEC from the system skip list

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-07-20 20:06:41 +02:00
dependabot[bot] a3ce4fa706
[dependabot] bump lodash from 4.17.15 to 4.17.19 in /docs (#888)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
2020-07-20 19:10:51 +02:00
Murat Seker 95688c0f1e
Some optimizations (#880) 2020-07-19 16:14:54 +02:00
Murat Seker 4880e31562
Make logger thread safe (#885) 2020-07-19 15:37:47 +02:00
LordGrey 45303e1b64
Fix "Timers cannot be stopped from another thread" during shutdown (#876) 2020-07-19 15:13:41 +02:00
Murat Seker c85b4c530c
Don't use exceptions as part of normal flow (#872) 2020-07-19 14:44:59 +02:00
Paulchen Panther a8954f2cc0
Rename Raspbian Lite to Raspberry Pi OS Lite 2020-07-19 14:39:22 +02:00
Serhan 02560ca67c
Update CHANGELOG.md 2020-07-19 12:14:16 +02:00
Serhan 76cebd450b
Update CHANGELOG.md 2020-07-19 12:12:05 +02:00
Sersch 8a9b44fd3c Merge remote-tracking branch 'hyperion.ng/master' into nsis 2020-07-14 09:11:12 +02:00
Sersch 13075f80d1 feat(win): Add run after install 2020-07-14 09:10:57 +02:00
Sersch ac535b5810 fix(win): Installer icon deletion 2020-07-14 09:09:58 +02:00
Sersch 3d165ceb07 Hotfix NSIS 2020-07-13 20:59:13 +02:00
Serhan 52ed2d88fe
Update CHANGELOG.md 2020-07-13 10:30:59 +02:00
Serhan ebba77f330
Update CHANGELOG.md 2020-07-13 00:59:42 +02:00
LordGrey 7389068a66
LED Device Features, Fixes and Refactoring (Resubmit PR855) (#875)
* Refactor LedDevices - Initial version
* Small renamings
* Add WLED as own device
* Lpd8806 Remove open() method
* remove dependency on Qt 5.10
* Lpd8806 Remove open() method
* Update WS281x
* Update WS2812SPI
* Add writeBlack for WLED powerOff
* WLED remove extra bracket
* Allow different Nanoleaf panel numbering sequence (Feature req.#827)
* build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#826)
* Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
  - [Release notes](https://github.com/faye/websocket-extensions-node/releases)
  - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
  - [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)
* Fix typos
* Nanoleaf clean-up
* Yeelight support, generalize wizard elements
* Update Yeelight to handle quota in music mode
* Yeelight extend rage for extraTimeDarkness for testing
* Clean-up - Add commentary, Remove development debug statements
* Fix brightnessSwitchOffOnMinimum typo and default value
* Yeelight support restoreOriginalState, additional Fixes
* WLED - Remove UDP-Port, as it is not configurable
* Fix merging issue
* Remove QHostAddress::operator=(const QString&)' is deprecated
* Windows compile errors and (Qt 5.15 deprecation) warnings
* Fix order includes
* LedDeviceFile Support Qt5.7 and greater
* Windows compatibility and other Fixes
* Fix Qt Version compatability
* Rs232 - Resolve portname from unix /dev/ style, fix DMX sub-type support
* Disable WLED Wizard Button (until Wizard is available)
* Yeelight updates
* Add wrong log-type as per #505
* Fixes and Clean-up after clang-tidy report
* Fix udpe131 not enabled for generated CID
* Change timer into dynamic for Qt Thread-Affinity
* Hue clean-up and diyHue workaround
* Updates after review feedback by m-seker
* Add "chrono" includes
2020-07-12 20:27:56 +02:00
Murat Seker 3b48d8c9d6
Dump stack trace on crash (Implement #849) (#870)
* Print stack trace on crash

* Printing stack trace is fully functional except for WIN32

* Minor fixes

* Minor fixes
2020-07-12 18:27:24 +02:00
Paulchen-Panther 9c5e5cac24 Fix GitHub Actions/Azure Windows Workflow/Pipeline
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2020-07-12 15:50:30 +02:00
Paulchen Panther 4d56a8974c
Fix typo 2020-07-12 11:30:06 +02:00
Paulchen Panther 0027e682e3
Correct GitHub Actions badge 2020-07-12 11:24:33 +02:00
SJunkies 9110b3e690
DBManager: ORDER BY parameter added to getRecord(s) (#770)
-> All instances are now sorted in ascending order using the instance ID
-> The web interface gets an incorrect instance order, which causes further problems
2020-07-12 11:04:16 +02:00
Paulchen Panther 8c188d71d9
Embedded python package (zip) for Linux (#871)
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2020-07-12 09:26:28 +02:00
Murat Seker c32a4df587
Bugfix/resolution change event Fixes part of #620 (#867)
* Detect resolution changes

* include Qt5Widgets

* find Qt5Widgets

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-07-12 09:23:13 +02:00
Paulchen Panther 22ace55447
Fix OpenSSL dependencies for Windows (#864)
* Fixed OpenSSL dependencies on Windows

* CompileHowto updated
2020-07-12 09:22:26 +02:00
Murat Seker 69561aea9d
Fix some leaks (#863) 2020-07-12 09:22:05 +02:00
Murat Seker dd98e245fe
Fix heap corruption (#862) 2020-07-12 09:20:58 +02:00
Murat Seker 138b7d9c94
Random cleanup (#861)
Co-authored-by: Seker <murat.seker@barco.com>
2020-07-12 09:19:59 +02:00
brindosch de9ece5139
feat: Windows console window (#860)
* Add console option for windows

* add changelog entry

* chnagelog

* update changelog

* Daran solls nicht fehlen

* nsis: Install vcredist

* Disable vc_redist detection
2020-07-12 09:18:40 +02:00
Paulchen Panther 0f3da1ccc7
[Fix] Correct path for each build configuration
Used the cmake generator expression to determine the full path to the target file.
Link: https://cmake.org/cmake/help/v3.0/manual/cmake-generator-expressions.7.html#informational-expressions
2020-07-06 18:53:30 +02:00
Murat Seker 6cf9dfaa68
refactor: Get process IDs by iterating /proc. Improve readability in JsonConnection option handling. (#843)
Co-authored-by: brindosch <edeltraud70@gmx.de>
2020-06-29 22:55:12 +02:00
Serhan 26813be36a
Update CHANGELOG.md 2020-06-29 00:45:27 +02:00
Murat Seker 45990f2726
fix: leaking active effects during quit (#850) 2020-06-28 23:46:36 +02:00
Murat Seker 485beab4f3
refactor: show thread names in GDB for better debugging (#848) 2020-06-28 23:43:45 +02:00
Murat Seker a68ed7d44f
fix: Delete order of threads (#846)
* Fix #668 by fixing delete order of threads

* update changelog

Co-authored-by: Sersch <edeltraud70@gmx.de>
2020-06-28 23:42:57 +02:00
Murat Seker 0cb1ab2be1
fix: Broken link to CompileHowto (#845) 2020-06-28 23:19:39 +02:00
Murat Seker db8b872217
feat: Delay M-SEARCH response by a random value according to MX header (#844) 2020-06-28 23:19:06 +02:00
Murat Seker 458113f8f9
refactor: Improve utils code style (#841)
* Improve utils code style

* Fix indendation

Co-authored-by: brindosch <edeltraud70@gmx.de>
2020-06-28 23:12:22 +02:00
LordGrey bfb50b8d91
refactor: Address (Windows) compile warnings (#840)
* Windows compile errors and (Qt 5.15 deprecation) warnings

* Usability - Enable/Disable Instance button

Co-authored-by: brindosch <edeltraud70@gmx.de>
2020-06-28 23:05:32 +02:00
heikobihr e365a2839d
fix: Windows serialport detection (fix #836) (#837)
* use QSerialPortInfo do detect presence of a serial port (fix #836)

* checking for existence of device file does not work on windows
* instead: construct QSerialPortInfo from device name and check, if it is not null
  When constructing QSerialPortInfo from device name, this constructor finds the
  relevant serial port among the available ones according to the port name name,
  and constructs the serial port info instance for that port.
  (https://doc.qt.io/qt-5/qserialportinfo.html#QSerialPortInfo-2)

* serial port: set device in error with a failure text, if device name is invalid

Co-authored-by: heiko <heiko@bihr.internal>
2020-06-28 22:45:43 +02:00
Serhan 2562787dae
Update CHANGELOG.md (#833)
Co-authored-by: brindosch <edeltraud70@gmx.de>
2020-06-28 22:40:25 +02:00
brindosch def7d285d0
feat(webui): Add French, Turkish, Vietnamese & translation update (#842)
* add Turkey

* Add French, Vietnamese

* Update translations

* Update settings.js

* add changelog entry

Co-authored-by: Serhan <TPmodding@serhan.in>
2020-06-28 22:34:53 +02:00
Paulchen Panther 6ce97e7f30
Open WebUI instead of the color picker 2020-06-28 20:15:47 +02:00
Paulchen Panther f9f32c6cff
[HOTFIX] Python module path (Windows)
The pythonPath pointer was not properly enlarged when expanded.
Reduced to the return of Py_DecodeLocale.
This sets the correct size of the pointer at the beginning.
2020-06-28 16:08:19 +02:00
Hyperion-Bot 00da8c6d8e Update it.json (POEditor.com) 2020-06-26 22:33:02 +02:00
brindosch 49dc80d5ae
Update CHANGELOG.md 2020-06-26 18:20:43 +02:00
LordGrey 1744f6d07a
Suppress default password warning (#830) 2020-06-26 18:16:59 +02:00
Serhan 5eb45e857f
Merge pull request #829 from Lord-Grey/Update_LedDevices
Update led devices(LPD8806 + Nanoleaf)
2020-06-17 21:38:24 +02:00
Serhan 38db12b109
Merge pull request #812 from Lord-Grey/Language_selection-#787
Improve language selection usability
2020-06-17 21:37:46 +02:00
mootzen 9ff8634d63
Added Link to HyperBian zip File (#832)
Simply linked to your own repo
2020-06-17 21:05:41 +02:00