Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 1 | -12/+4 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -23/+13 |
| | |||||
* | First runnable qt6 Nheko | Nicolas Werner | 2023-06-08 | 1 | -6/+9 |
| | |||||
* | Merge pull request #1374 from Nheko-Reborn/private_images | DeepBlueV7.X | 2023-02-23 | 1 | -25/+4 |
|\ | | | | | | | Blur images properly | ||||
| * | Fade in images when fully recieved | Loren Burkholder | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | Properly handle images without blurhashes | Loren Burkholder | 2023-02-20 | 1 | -1/+1 |
| | | |||||
| * | Use a single, reversible privacy screen transition | Loren Burkholder | 2023-02-20 | 1 | -22/+2 |
| | | |||||
| * | Blurhash images when the privacy screen is active | Loren Burkholder | 2023-02-20 | 1 | -2/+1 |
| | | |||||
* | | 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 |
| | |||||
* | Make PrivacyScreen work on Popped-out Rooms | Joseph Donofry | 2022-05-12 | 1 | -3/+5 |
| | |||||
* | Fix PrivacyScreen for MainWindow | Joseph Donofry | 2022-05-12 | 1 | -2/+2 |
| | |||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | Initial qml root window | Nicolas Werner | 2022-01-26 | 1 | -3/+4 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -2/+3 |
| | | | | Also fix a lot of warnings. | ||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Cleanup privacy screen, no more grabImage | Nicolas Werner | 2021-02-03 | 1 | -29/+4 |
| | |||||
* | Update format script again | Joseph Donofry | 2021-02-02 | 1 | -3/+3 |
| | |||||
* | Try to fix format script and fix linting | Joseph Donofry | 2021-02-02 | 1 | -4/+4 |
| | |||||
* | Small UX fixes | Joseph Donofry | 2021-02-01 | 1 | -1/+3 |
| | |||||
* | Remove redundant import and fix visible warning | Joseph Donofry | 2021-02-01 | 1 | -4/+6 |
| | |||||
* | Implement Privacy Screen | Joseph Donofry | 2021-01-26 | 1 | -27/+93 |
| | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility | ||||
* | Fix formatting | Joseph Donofry | 2021-01-26 | 1 | -10/+17 |
| | |||||
* | Initial commit for privacy screen | Joseph Donofry | 2021-01-25 | 1 | -0/+74 |
Missing window focus event and knowing when room is encryption |