Commit Graph

2507 Commits

Author SHA1 Message Date
Paulchen-Panther
ffa2fd45ac chore: Release 2.0.0-alpha.7 2020-07-23 17:12:06 +02:00
Murat Seker
e52fd7b557
Fix crash on startup X server is not available (#895) 2020-07-23 16:50:37 +02:00
Serhan
6f5f28cd56
Hyperion logo align in WebUI (#896)
- DispmanX Grabber also used in PR builds
- Removed unused build variable
2020-07-23 16:47:35 +02:00
Murat Seker
df0d411ba1
Fix 'Restart' RPC command (#894) 2020-07-22 18:15:39 +02:00
Paulchen Panther
30f04a326b Updating submodules to latest master
as explained in PR # 873
2020-07-22 17:38:38 +02:00
Paulchen Panther
bc0bd2bb0d
Update CHANGELOG.md 2020-07-22 16:49:24 +02:00
Murat Seker
21b0b3f2ea
Fix Qt screenhot crash (#889) 2020-07-22 16:46:43 +02:00
Murat Seker
126c18e003
Fix some data races (#890) 2020-07-22 16:43:24 +02:00
Murat Seker
6362cfcc1b
Decrease compile time (#886) 2020-07-21 19:35:25 +02:00
Serhan
d6573048e7
Update PULL_REQUEST_TEMPLATE.md 2020-07-21 03:10:56 +02:00
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