Commit Graph

2037 Commits

Author SHA1 Message Date
Murat 4a688b932a Const correctness, override keyword, a bunch of stuff.. 2020-08-08 23:12:43 +02:00
Murat Seker 4099d12d9a
Force remove build/deploy folder in create_all_releases script (#956) 2020-08-08 16:51:23 +02:00
Murat Seker a18ccb8b48
Refactor color utils (#955)
Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-08-08 13:22:37 +02:00
Murat Seker 63d95a5a2a
Add libcec license (#950) 2020-08-08 13:18:43 +02:00
Murat Seker c00d8e62fb
Pass primitive types by value (#935) 2020-08-08 13:09:15 +02:00
Murat Seker 5758b19cbc
Fix some LGTM warnings (#949) 2020-08-08 12:59:40 +02:00
Murat Seker 1df0e9ce17
Fix typos in documentation (#948) 2020-08-08 12:58:44 +02:00
Murat Seker f3f07e0c82
Get rid of unnecessary computation in ImageResampler (#947) 2020-08-08 12:57:15 +02:00
Murat Seker be329fb7bb
Fix compiler warnings (#942) 2020-08-08 12:54:30 +02:00
Murat Seker 29ee5e2c41
Fix auto generated file path (#940) 2020-08-08 12:52:49 +02:00
Murat Seker 13205a9d11
Feature/xcb grabber (#912)
* Add Xcb grabber

* update compile instruction

Signed-off-by: Paulchen Panther <Paulchen-Panter@protonmail.com>

* Fix problem on resolution change + Make XCB default if X11 is not avaialable

* Fix decimation problem

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
Co-authored-by: Paulchen Panther <Paulchen-Panter@protonmail.com>
2020-08-03 12:31:39 +02:00
LordGrey 11d7614591
feat: Updates on language elements (#916)
* Fix "Timers cannot be stopped from another thread" during shutdown

* Fix Language settings typo and add sorting

* Additional DE Translations

* Sort DE language file to compare with POEditor version

* Merge DE translation from git with POEditor one
2020-08-03 09:52:26 +02:00
Murat Seker b7a9a10223
refactor: Several random fixes + Experimental playground (#917) 2020-08-02 22:37:52 +02:00
Murat Seker d183c630c8
refactor: Resolve some clang warnings (#915) 2020-08-02 22:35:09 +02:00
Murat Seker 031b9a6b7c
refactor: Modernize Qt connections (#914) 2020-08-02 22:32:00 +02:00
m33ts4k0z d1a2b77ce3
fix(webui): works now with https port 443 (#924)
* Websocket fix for SSL reverse proxies

* docs: add changelog

Co-authored-by: Sersch <edeltraud70@gmx.de>
2020-08-02 22:18:42 +02:00
brindosch 94c23653de
feat(win): Add binary meta (#932) 2020-08-02 22:05:53 +02:00
Murat Seker 8824e69986
Fix some more threading errors (#911) 2020-08-02 10:44:42 +02:00
dependabot[bot] d9e33885a0
build(deps): bump elliptic from 6.5.1 to 6.5.3 in /docs (#929)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-02 07:51:30 +02:00
LordGrey 85cbf630f6
Update create_all_releases.sh 2020-08-01 22:10:40 +02:00
Mathijs Groothuis fcac80d3d5
Update en.json (#926)
Fix typo
2020-08-01 19:48:54 +02:00
Paulchen Panther 7550a93e59
NSIS/Systray option to launch Hyperion on Windows start [HKCU] (#887)
* NSIS/Systray option to launch Hyperion on Windows start
* corrected file path in registry
2020-08-01 17:50:20 +02:00
Murat Seker d4b4158cb7
Fix logger and led colors (#906) 2020-07-27 20:00:36 +02:00
Paulchen Panther 773b47bf53
set zlib back to system ignore list/revert pr #871 (#904)
* set zlib to system ignore list
* undo pr #871
* exclude libcec if Dispmanx available
2020-07-27 19:10:32 +02:00
SJunkies 374945346a
Fix: -DUSE_SYSTEM_MBEDTLS_LIBS=ON - undefined reference (#898) 2020-07-27 17:53:19 +02:00
Mathijs Groothuis cedd1e81c9
Update nl.json (#900)
Replaced Google Translated entries to more proper Dutch
2020-07-27 17:45:40 +02:00
Sersch 67e0371cf5 fix(ci): Trigger HyperBian build after release 2020-07-26 16:21:51 +02:00
LordGrey a9ad9d920f
Update bug_report.md 2020-07-26 11:32:10 +02:00
Serhan a2809046b5
Update CHANGELOG.md 2020-07-24 01:53:29 +02:00
Paulchen Panther cce6980982
Update CHANGELOG.md 2020-07-23 18:17:30 +02:00
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