Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -1/+0 |
| | |||||
* | Get rid of 'using json = nlohmann::json' | Nicolas Werner | 2022-06-17 | 1 | -1/+1 |
| | |||||
* | Simplify includes a bit | Nicolas Werner | 2022-06-16 | 1 | -0/+2 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Fix a few shadowing warnings | Nicolas Werner | 2021-12-11 | 1 | -5/+5 |
| | | | | fixes #824 | ||||
* | Improve fetching of device keys after login | Nicolas Werner | 2021-11-08 | 1 | -3/+14 |
| | |||||
* | Fix self verification status never updating | Nicolas Werner | 2021-11-07 | 1 | -1/+2 |
| | |||||
* | Don't try to load verification status before db is ready | Nicolas Werner | 2021-11-07 | 1 | -1/+0 |
| | |||||
* | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 1 | -4/+9 |
| | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | ||||
* | Fix translation nits | Nicolas Werner | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 1 | -1/+19 |
| | |||||
* | Add self verification after login | Nicolas Werner | 2021-10-30 | 1 | -1/+46 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -0/+249 |