Commit Graph

2264 Commits

Author SHA1 Message Date
Murat Seker 120a563ca0
Merge pull request #987 from m-seker/refactor/cleanup
Cleanup
2020-09-07 14:38:47 +02:00
Paulchen-Panther 6cd7fc60b3 Azure CI is being removed because it was a temporary solution 2020-09-06 20:20:20 +02:00
Paulchen-Panther 50e9084d2f Moved from Docker Hub to GitHub Container Registry for Docker compilations 2020-09-06 19:39:46 +02:00
LordGrey 8b2ebf355d
Update CHANGELOG.md 2020-09-05 15:15:36 +02:00
LordGrey 31b5be39b5
Merge pull request #961 from Lord-Grey/Improve_errohandling
Improve UDP-Device Error handling
2020-09-05 15:14:22 +02:00
LordGrey ca02649330
Update CHANGELOG.md 2020-09-05 15:13:27 +02:00
LordGrey 24b861d3b5
Merge pull request #991 from Lord-Grey/Fix_#903
Fix #903 - Adalight
2020-09-05 15:11:23 +02:00
Murat Seker 35ea94e639
Merge pull request #990 from JeffResc/cc2
Install libqt5x11extras5-dev while cross compiling
2020-09-03 22:39:32 +02:00
LordGrey 7f676a8a4a Fix #903 - Adalight 2020-09-03 19:24:05 +02:00
Jeff Rescignano ba13eec863 Install libqt5x11extras5-dev while cross compiling 2020-09-03 01:06:54 -04:00
Murat Seker 6e039a0d83
Merge pull request #945 from m-seker/improvement/xcb
Use query interface for void returning X requests
2020-09-02 15:44:44 +02:00
Murat 0a2961a3b4 Cleanup 2020-08-31 22:07:12 +02:00
Murat Seker fda061bc87
Merge pull request #972 from m-seker/bugfix/971
Fix #971 Build without any grabber
2020-08-31 21:11:17 +02:00
Murat Seker 71dbd77708
Merge pull request #946 from m-seker/refactor/python
Move Python related code to Python module
2020-08-31 21:10:07 +02:00
Paulchen-Panther 3e4d106580 SSH docu picture for HyperBian replaced 2020-08-31 18:29:58 +02:00
Mirko Vogt 5a684e2056
Fix buid against flat-+/protobuf system libs (#934) 2020-08-30 14:47:12 +02:00
Paulchen Panther 4971a07f26
Removed libraries.io badges 2020-08-29 20:16:20 +02:00
Murat Seker ff47f9ce7b
Merge pull request #958 from m-seker/refactor/led_device
General tidy up
2020-08-26 14:38:48 +02:00
Murat Seker bc57a45089
Merge branch 'master' into refactor/led_device 2020-08-23 21:02:25 +02:00
Murat Seker bae39f667d
Merge pull request #959 from m-seker/refactor/const_correctness
Const correctness, override keyword, a bunch of stuff..
2020-08-23 21:00:45 +02:00
Murat 0383dec836 Fix build without any grabber 2020-08-17 17:50:30 +02:00
Raymond Mouthaan 838092e2e6
Added docker pull to docker-compile.sh - solves #937 (#938)
* Added docker pull to make sure always the latest image gets pulled from Docker Hub before starting the compile process
* new cross compile option for armv6/7 buster

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-08-12 20:42:57 +02:00
Paulchen Panther b00b38791d
Update CompileHowto.md 2020-08-11 17:53:09 +02:00
LordGrey 16353a5906 Improve UDP-Error handling 2020-08-09 17:43:23 +02:00
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 dd2d5e4b40 General tidy up 2020-08-08 00:21:19 +02:00
Murat 6ad511881e Move Python related code to Python module 2020-08-04 19:30:16 +02:00
Murat 54ee71a46a Use query interface for void returning X requests 2020-08-04 18:29:12 +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