summary refs log tree commit diff
path: root/resources/qml/PrivacyScreen.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-231-25/+4
|\ | | | | | | Blur images properly
| * Fade in images when fully recievedLoren Burkholder2023-02-221-1/+1
| |
| * Properly handle images without blurhashesLoren Burkholder2023-02-201-1/+1
| |
| * Use a single, reversible privacy screen transitionLoren Burkholder2023-02-201-22/+2
| |
| * Blurhash images when the privacy screen is activeLoren Burkholder2023-02-201-2/+1
| |
* | Get rid of year in license headersNicolas Werner2023-02-211-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 Werner2023-01-021-0/+1
|
* Make PrivacyScreen work on Popped-out RoomsJoseph Donofry2022-05-121-3/+5
|
* Fix PrivacyScreen for MainWindowJoseph Donofry2022-05-121-2/+2
|
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-1/+1
|
* Initial qml root windowNicolas Werner2022-01-261-3/+4
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Port to explicit connect syntaxNicolas Werner2021-07-271-2/+3
| | | | Also fix a lot of warnings.
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Cleanup privacy screen, no more grabImageNicolas Werner2021-02-031-29/+4
|
* Update format script againJoseph Donofry2021-02-021-3/+3
|
* Try to fix format script and fix lintingJoseph Donofry2021-02-021-4/+4
|
* Small UX fixesJoseph Donofry2021-02-011-1/+3
|
* Remove redundant import and fix visible warningJoseph Donofry2021-02-011-4/+6
|
* Implement Privacy ScreenJoseph Donofry2021-01-261-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 formattingJoseph Donofry2021-01-261-10/+17
|
* Initial commit for privacy screenJoseph Donofry2021-01-251-0/+74
Missing window focus event and knowing when room is encryption