Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -0/+1 |
| | |||||
* | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 2024-03-16 | 1 | -0/+2 |
| | |||||
* | Fix verification with multiple devices in parallel | Nicolas Werner | 2024-01-15 | 1 | -5/+36 |
| | | | | Fixes #1125 | ||||
* | Support "fixed" mac method in verification | Nicolas Werner | 2024-01-14 | 1 | -61/+48 |
| | |||||
* | Use constant for sas verification mac | Nicolas Werner | 2024-01-14 | 1 | -18/+13 |
| | |||||
* | Cleanup headers a bit more | Nicolas Werner | 2023-10-31 | 1 | -0/+30 |
| | |||||
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -5/+7 |
| | |||||
* | Fix build against fmt10 | Nicolas Werner | 2023-06-28 | 1 | -1/+1 |
| | | | | fixes #1499 | ||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Work around MSVC bug with structured bindings in lambdas | Nicolas Werner | 2022-10-02 | 1 | -2/+18 |
| | | | | | Causes error messages like: error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified | ||||
* | Switch to clang-format14 | Nicolas Werner | 2022-09-25 | 1 | -1/+1 |
| | |||||
* | Verifications sneakily accumulating in the background | Nicolas Werner | 2022-07-22 | 1 | -6/+28 |
| | |||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -8/+8 |
| | |||||
* | Get rid of 'using json = nlohmann::json' | Nicolas Werner | 2022-06-17 | 1 | -3/+3 |
| | |||||
* | Fix compilation without implicit nlohmann conversions | Nicolas Werner | 2022-06-17 | 1 | -3/+5 |
| | |||||
* | Fix comparison for glare algorithm | Nicolas Werner | 2022-06-12 | 1 | -4/+5 |
| | |||||
* | Properly handle glare when verifying | Nicolas Werner | 2022-06-12 | 1 | -4/+17 |
| | |||||
* | Use right linter | Nicolas Werner | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -9/+9 |
| | |||||
* | Fix a few shadowing warnings | Nicolas Werner | 2021-12-11 | 1 | -4/+4 |
| | | | | fixes #824 | ||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -2/+5 |
| | | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | ||||
* | Add self verification after login | Nicolas Werner | 2021-10-30 | 1 | -33/+69 |
| | |||||
* | lint using clang11 | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | lint | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -0/+849 |