Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HiDPI Fixes | q234rty | 2024-02-16 | 1 | -2/+6 |
| | | | | | | | | Fix various downscaled icons by removing undeeded multiplications by devicePixelRatio in sourceSize. Fix downscaled PL indicator in the timeline by using the actual size as sourceSize. Fix various blurry icons by specifying sourceSize. | ||||
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 1 | -5/+4 |
| | |||||
* | Move dialog to settings page and add avatar image to delegate | NepNep21 | 2023-10-24 | 1 | -20/+0 |
| | |||||
* | Cleanup ignore user functionality slightly | Nicolas Werner | 2023-10-24 | 1 | -5/+4 |
| | |||||
* | Use properties | NepNep21 | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | Rebase | NepNep21 | 2023-10-01 | 1 | -0/+32 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 1 | -6/+0 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -10/+8 |
| | |||||
* | Make the profile buttons a bit bigger | Nicolas Werner | 2023-04-04 | 1 | -2/+10 |
| | |||||
* | Show rooms you share with someone | Nicolas Werner | 2023-02-24 | 1 | -108/+178 |
| | |||||
* | 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/ | ||||
* | Simplify status message in profile a bit | Nicolas Werner | 2023-02-21 | 1 | -7/+4 |
| | |||||
* | UserProfile: add padding to device list | Marcus Hoffmann | 2023-02-21 | 1 | -0/+2 |
| | | | | | | Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | UserProfile: fix status message overflowing | Marcus Hoffmann | 2023-02-21 | 1 | -3/+10 |
| | | | | Also style the "Status:" prefix bold. | ||||
* | UserProfile: reduce spacing by a bit | Marcus Hoffmann | 2023-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | UserProfile: display status message | Marcus Hoffmann | 2023-02-21 | 1 | -0/+15 |
| | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add green theme color, make "error" configurable | rnhmjoj | 2022-10-01 | 1 | -8/+8 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | Add maximum width to room name in user profile | tastytea | 2022-02-05 | 1 | -0/+2 |
| | | | | | Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width. | ||||
* | Add maximum width to user name in profile | tastytea | 2022-02-05 | 1 | -0/+4 |
| | | | | | | Layout is: padding | text | margin | button | padding Therefore we subtract 2x padding, 1x margin and 1x button from width. And an extra button for some reason. 🤷 | ||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -4/+0 |
| | |||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 1 | -1/+1 |
| | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 1 | -2/+2 |
| | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | Fix qml warnings and missing icons | Nicolas Werner | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 2021-11-17 | 1 | -10/+13 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -19/+19 |
| | |||||
* | Make yellow darker | Nicolas Werner | 2021-11-11 | 1 | -2/+2 |
| | | | | | | Fixes readability issues in the userprofile. fixes #440 | ||||
* | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 1 | -10/+11 |
| | | | | | fixes #683 relates to #571 | ||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -18/+82 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 1 | -0/+10 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 1 | -19/+28 |
| | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 1 | -8/+30 |
| | | | | checkmark instead of a lock | ||||
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 1 | -0/+327 |